| 1 | [ Jan 27 09:31:33 Enabled. ] | ||
| 2 | [ Jan 27 09:31:33 Rereading configuration. ] | ||
| 3 | [ Jan 27 09:31:36 Rereading configuration. ] | ||
| 4 | [ Jan 27 09:31:38 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 27 09:31:38 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.27 09:31:39.027181 [ 1 ] {} <Information> Application: Will watch for the process with pid 25008 | ||
| 29 | 2025.01.27 09:31:39.027697 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.27 09:31:39.260206 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25008 | ||
| 31 | 2025.01.27 09:31:39.260999 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.27 09:31:39.261746 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.27 09:31:39.341620 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.27 09:31:39.372609 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.27 09:31:39.372657 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.27 09:31:39.372671 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.27 09:31:39.372733 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.27 09:31:39.373114 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.27 09:31:39.374163 [ 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.27 09:31:39.374883 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.27 09:31:39.375724 [ 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.27 09:31:39.375745 [ 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.27 09:31:39.375760 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.27 09:31:39.375928 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.27 09:31:39.376770 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.27 09:31:39.382249 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.27 09:31:39.382889 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.27 09:31:39.384222 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.27 09:31:39.384285 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.27 09:31:39.385811 [ 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.27 09:31:39.386274 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.27 09:31:39.389989 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.27 09:31:39.390264 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.27 09:31:39.391750 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.27 09:31:39.392167 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.27 09:31:39.392512 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.27 09:31:39.392886 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.27 09:31:39.394165 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.27 09:31:39.394190 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.27 09:31:39.394293 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.27 09:31:39.394438 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.27 09:31:39.408348 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.27 09:31:39.408378 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000158493 sec | ||
| 68 | 2025.01.27 09:31:39.408425 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.27 09:31:39.408443 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.27 09:31:39.409632 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.27 09:31:39.410632 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.27 09:31:39.420772 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.27 09:31:39.420815 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.27 09:31:39.420836 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.27 09:31:39.420849 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.27 09:31:39.420878 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.27 09:31:39.420899 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.27 09:31:39.422956 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.27 09:31:39.422996 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.27 09:31:39.423016 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.27 09:31:39.423198 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.27 09:31:39.423216 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.27 09:31:39.423249 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.27 09:31:39.423268 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.27 09:31:39.423281 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.27 09:31:39.423308 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.27 09:31:39.423326 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.27 09:31:39.449516 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.27 09:31:39.452235 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.27 09:31:39.452271 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.7501e-05 sec | ||
| 91 | 2025.01.27 09:31:39.452286 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.27 09:31:39.452300 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.27 09:31:39.452326 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.27 09:31:39.452541 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.27 09:31:39.452594 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.27 09:31:39.452610 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.27 09:31:39.452624 [ 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.27 09:31:39.452639 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.27 09:31:39.465077 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.27 09:31:39.465286 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.01.27 09:31:39.465686 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4141e-05 sec. | ||
| 102 | 2025.01.27 09:31:39.466651 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.27 09:31:39.466754 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.27 09:31:39.466772 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.27 09:31:39.485954 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57808 | ||
| 106 | 2025.01.27 09:31:39.486213 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.27 09:31:39.486278 [ 3 ] {} <Debug> TCP-Session: 14796d96-1b8f-4bed-88d5-5b353f8102b1 Authenticating user 'default' from [fd00:1122:3344:101::b]:57808 | ||
| 108 | 2025.01.27 09:31:39.486315 [ 3 ] {} <Debug> TCP-Session: 14796d96-1b8f-4bed-88d5-5b353f8102b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.27 09:31:39.486342 [ 3 ] {} <Debug> TCP-Session: 14796d96-1b8f-4bed-88d5-5b353f8102b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.27 09:31:39.486449 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.27 09:31:39.486489 [ 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.27 09:31:39.486522 [ 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.27 09:31:39.487434 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63262 | ||
| 114 | 2025.01.27 09:31:39.487471 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45232 | ||
| 115 | 2025.01.27 09:31:39.487539 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.27 09:31:39.487589 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.01.27 09:31:39.487599 [ 4 ] {} <Debug> TCP-Session: 35e8ef30-a35d-41d1-9fe1-eee049951974 Authenticating user 'default' from [fd00:1122:3344:101::b]:63262 | ||
| 118 | 2025.01.27 09:31:39.487650 [ 5 ] {} <Debug> TCP-Session: 1d683178-3768-4b83-accf-63a43cdca5d9 Authenticating user 'default' from [fd00:1122:3344:101::b]:45232 | ||
| 119 | 2025.01.27 09:31:39.487656 [ 4 ] {} <Debug> TCP-Session: 35e8ef30-a35d-41d1-9fe1-eee049951974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.01.27 09:31:39.487688 [ 5 ] {} <Debug> TCP-Session: 1d683178-3768-4b83-accf-63a43cdca5d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.01.27 09:31:39.487716 [ 4 ] {} <Debug> TCP-Session: 35e8ef30-a35d-41d1-9fe1-eee049951974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.27 09:31:39.487726 [ 5 ] {} <Debug> TCP-Session: 1d683178-3768-4b83-accf-63a43cdca5d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.27 09:31:39.488231 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59199 | ||
| 124 | 2025.01.27 09:31:39.488365 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48070 | ||
| 125 | 2025.01.27 09:31:39.488370 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.01.27 09:31:39.488508 [ 253 ] {} <Debug> TCP-Session: b191b4fe-8db8-45fb-a0e8-d7c4fbada0af Authenticating user 'default' from [fd00:1122:3344:101::b]:59199 | ||
| 127 | 2025.01.27 09:31:39.488549 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.01.27 09:31:39.488589 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52368 | ||
| 129 | 2025.01.27 09:31:39.488603 [ 253 ] {} <Debug> TCP-Session: b191b4fe-8db8-45fb-a0e8-d7c4fbada0af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.01.27 09:31:39.488616 [ 254 ] {} <Debug> TCP-Session: c8743a5d-7a16-4295-b41c-68d91681d834 Authenticating user 'default' from [fd00:1122:3344:101::b]:48070 | ||
| 131 | 2025.01.27 09:31:39.488644 [ 253 ] {} <Debug> TCP-Session: b191b4fe-8db8-45fb-a0e8-d7c4fbada0af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2025.01.27 09:31:39.488735 [ 254 ] {} <Debug> TCP-Session: c8743a5d-7a16-4295-b41c-68d91681d834 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.01.27 09:31:39.488819 [ 254 ] {} <Debug> TCP-Session: c8743a5d-7a16-4295-b41c-68d91681d834 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2025.01.27 09:31:39.488825 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2025.01.27 09:31:39.488823 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53406 | ||
| 136 | 2025.01.27 09:31:39.488922 [ 255 ] {} <Debug> TCP-Session: 673c583c-e8b4-489c-9e4f-5b154229e4c8 Authenticating user 'default' from [fd00:1122:3344:101::b]:52368 | ||
| 137 | 2025.01.27 09:31:39.488947 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65504 | ||
| 138 | 2025.01.27 09:31:39.489039 [ 255 ] {} <Debug> TCP-Session: 673c583c-e8b4-489c-9e4f-5b154229e4c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.01.27 09:31:39.489061 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2025.01.27 09:31:39.489086 [ 255 ] {} <Debug> TCP-Session: 673c583c-e8b4-489c-9e4f-5b154229e4c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.01.27 09:31:39.489209 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 142 | 2025.01.27 09:31:39.489225 [ 256 ] {} <Debug> TCP-Session: c24be7c6-60f8-44a1-b29c-4eb9c9291c00 Authenticating user 'default' from [fd00:1122:3344:101::b]:53406 | ||
| 143 | 2025.01.27 09:31:39.489263 [ 257 ] {} <Debug> TCP-Session: 9391bc22-311a-406a-b398-998c33f82fe9 Authenticating user 'default' from [fd00:1122:3344:101::b]:65504 | ||
| 144 | 2025.01.27 09:31:39.489274 [ 256 ] {} <Debug> TCP-Session: c24be7c6-60f8-44a1-b29c-4eb9c9291c00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.01.27 09:31:39.489315 [ 257 ] {} <Debug> TCP-Session: 9391bc22-311a-406a-b398-998c33f82fe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.01.27 09:31:39.489325 [ 256 ] {} <Debug> TCP-Session: c24be7c6-60f8-44a1-b29c-4eb9c9291c00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.01.27 09:31:39.489346 [ 257 ] {} <Debug> TCP-Session: 9391bc22-311a-406a-b398-998c33f82fe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.01.27 09:31:39.742203 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37540 | ||
| 149 | 2025.01.27 09:31:39.742355 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2025.01.27 09:31:39.742398 [ 258 ] {} <Debug> TCP-Session: 2dfbfba7-ba41-45e8-96c8-acc53bbb7682 Authenticating user 'default' from [fd00:1122:3344:101::e]:37540 | ||
| 151 | 2025.01.27 09:31:39.742422 [ 258 ] {} <Debug> TCP-Session: 2dfbfba7-ba41-45e8-96c8-acc53bbb7682 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.27 09:31:39.742436 [ 258 ] {} <Debug> TCP-Session: 2dfbfba7-ba41-45e8-96c8-acc53bbb7682 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.27 09:31:39.742508 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2025.01.27 09:31:39.742533 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 155 | 2025.01.27 09:31:39.742558 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2025.01.27 09:31:39.743041 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51347 | ||
| 157 | 2025.01.27 09:31:39.743107 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33932 | ||
| 158 | 2025.01.27 09:31:39.743421 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36299 | ||
| 159 | 2025.01.27 09:31:39.743433 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 160 | 2025.01.27 09:31:39.743462 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50446 | ||
| 161 | 2025.01.27 09:31:39.743436 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2025.01.27 09:31:39.743621 [ 259 ] {} <Debug> TCP-Session: 38b85793-b031-487f-b1d8-aaf4cbb1d171 Authenticating user 'default' from [fd00:1122:3344:101::e]:51347 | ||
| 163 | 2025.01.27 09:31:39.743641 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 164 | 2025.01.27 09:31:39.743702 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46311 | ||
| 165 | 2025.01.27 09:31:39.743727 [ 260 ] {} <Debug> TCP-Session: f8ceb53f-4751-486a-89cc-6d5a31ba4669 Authenticating user 'default' from [fd00:1122:3344:101::e]:33932 | ||
| 166 | 2025.01.27 09:31:39.743751 [ 262 ] {} <Debug> TCP-Session: 714d47be-c4d8-4426-8fb6-071537e57eb0 Authenticating user 'default' from [fd00:1122:3344:101::e]:36299 | ||
| 167 | 2025.01.27 09:31:39.743754 [ 259 ] {} <Debug> TCP-Session: 38b85793-b031-487f-b1d8-aaf4cbb1d171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 168 | 2025.01.27 09:31:39.743865 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62283 | ||
| 169 | 2025.01.27 09:31:39.743868 [ 262 ] {} <Debug> TCP-Session: 714d47be-c4d8-4426-8fb6-071537e57eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2025.01.27 09:31:39.743950 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 171 | 2025.01.27 09:31:39.744254 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2025.01.27 09:31:39.744272 [ 261 ] {} <Debug> TCP-Session: 5b7afbba-d396-459b-9437-9d955f634006 Authenticating user 'default' from [fd00:1122:3344:101::e]:50446 | ||
| 173 | 2025.01.27 09:31:39.744294 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51031 | ||
| 174 | 2025.01.27 09:31:39.744281 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 175 | 2025.01.27 09:31:39.744330 [ 260 ] {} <Debug> TCP-Session: f8ceb53f-4751-486a-89cc-6d5a31ba4669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2025.01.27 09:31:39.744381 [ 261 ] {} <Debug> TCP-Session: 5b7afbba-d396-459b-9437-9d955f634006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2025.01.27 09:31:39.744395 [ 263 ] {} <Debug> TCP-Session: d647eca3-e4ed-4b80-a5b1-bfb85ccffdf3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46311 | ||
| 178 | 2025.01.27 09:31:39.744489 [ 264 ] {} <Debug> TCP-Session: 298b62c9-b630-4421-8d5c-9eb8d454ea44 Authenticating user 'default' from [fd00:1122:3344:101::e]:62283 | ||
| 179 | 2025.01.27 09:31:39.744517 [ 261 ] {} <Debug> TCP-Session: 5b7afbba-d396-459b-9437-9d955f634006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2025.01.27 09:31:39.744558 [ 263 ] {} <Debug> TCP-Session: d647eca3-e4ed-4b80-a5b1-bfb85ccffdf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2025.01.27 09:31:39.744551 [ 259 ] {} <Debug> TCP-Session: 38b85793-b031-487f-b1d8-aaf4cbb1d171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2025.01.27 09:31:39.744597 [ 262 ] {} <Debug> TCP-Session: 714d47be-c4d8-4426-8fb6-071537e57eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2025.01.27 09:31:39.744562 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 184 | 2025.01.27 09:31:39.744665 [ 264 ] {} <Debug> TCP-Session: 298b62c9-b630-4421-8d5c-9eb8d454ea44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2025.01.27 09:31:39.744667 [ 260 ] {} <Debug> TCP-Session: f8ceb53f-4751-486a-89cc-6d5a31ba4669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2025.01.27 09:31:39.744767 [ 263 ] {} <Debug> TCP-Session: d647eca3-e4ed-4b80-a5b1-bfb85ccffdf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2025.01.27 09:31:39.744860 [ 265 ] {} <Debug> TCP-Session: 25bb22b1-7b7a-4828-83d6-5146417f28a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:51031 | ||
| 188 | 2025.01.27 09:31:39.744861 [ 264 ] {} <Debug> TCP-Session: 298b62c9-b630-4421-8d5c-9eb8d454ea44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2025.01.27 09:31:39.744929 [ 265 ] {} <Debug> TCP-Session: 25bb22b1-7b7a-4828-83d6-5146417f28a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2025.01.27 09:31:39.745047 [ 265 ] {} <Debug> TCP-Session: 25bb22b1-7b7a-4828-83d6-5146417f28a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2025.01.27 09:31:40.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.22 MiB, peak 117.22 MiB, free memory in arenas 0.00 B, will set to 119.89 MiB (RSS), difference: 2.67 MiB | ||
| 192 | 2025.01.27 09:31:40.286071 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64174 | ||
| 193 | 2025.01.27 09:31:40.286267 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 194 | 2025.01.27 09:31:40.286305 [ 266 ] {} <Debug> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Authenticating user 'default' from [fd00:1122:3344:101::d]:64174 | ||
| 195 | 2025.01.27 09:31:40.286330 [ 266 ] {} <Debug> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2025.01.27 09:31:40.286345 [ 266 ] {} <Debug> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2025.01.27 09:31:40.286421 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 198 | 2025.01.27 09:31:40.286448 [ 266 ] {} <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 | ||
| 199 | 2025.01.27 09:31:40.286475 [ 266 ] {} <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 | ||
| 200 | 2025.01.27 09:31:40.288749 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40274 | ||
| 201 | 2025.01.27 09:31:40.289000 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 202 | 2025.01.27 09:31:40.289005 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48196 | ||
| 203 | 2025.01.27 09:31:40.289039 [ 267 ] {} <Debug> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Authenticating user 'default' from [fd00:1122:3344:101::d]:40274 | ||
| 204 | 2025.01.27 09:31:40.289091 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48254 | ||
| 205 | 2025.01.27 09:31:40.289110 [ 267 ] {} <Debug> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 206 | 2025.01.27 09:31:40.289773 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 207 | 2025.01.27 09:31:40.289972 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 208 | 2025.01.27 09:31:40.289977 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51448 | ||
| 209 | 2025.01.27 09:31:40.290031 [ 268 ] {} <Debug> TCP-Session: cee433b8-f78f-4a9d-b4cb-84405d7fdc6e Authenticating user 'default' from [fd00:1122:3344:101::d]:48196 | ||
| 210 | 2025.01.27 09:31:40.290057 [ 269 ] {} <Debug> TCP-Session: 7352d745-3db1-4c0c-bf86-11c31793f3dd Authenticating user 'default' from [fd00:1122:3344:101::d]:48254 | ||
| 211 | 2025.01.27 09:31:40.289980 [ 267 ] {} <Debug> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 212 | 2025.01.27 09:31:40.290091 [ 268 ] {} <Debug> TCP-Session: cee433b8-f78f-4a9d-b4cb-84405d7fdc6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 213 | 2025.01.27 09:31:40.290684 [ 268 ] {} <Debug> TCP-Session: cee433b8-f78f-4a9d-b4cb-84405d7fdc6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 214 | 2025.01.27 09:31:40.290704 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 215 | 2025.01.27 09:31:40.290716 [ 269 ] {} <Debug> TCP-Session: 7352d745-3db1-4c0c-bf86-11c31793f3dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 216 | 2025.01.27 09:31:40.290707 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37880 | ||
| 217 | 2025.01.27 09:31:40.290935 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59749 | ||
| 218 | 2025.01.27 09:31:40.290932 [ 269 ] {} <Debug> TCP-Session: 7352d745-3db1-4c0c-bf86-11c31793f3dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 219 | 2025.01.27 09:31:40.290947 [ 270 ] {} <Debug> TCP-Session: ceb47c09-6892-489f-90b5-0706ab28bb1a Authenticating user 'default' from [fd00:1122:3344:101::d]:51448 | ||
| 220 | 2025.01.27 09:31:40.291224 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 221 | 2025.01.27 09:31:40.291232 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34566 | ||
| 222 | 2025.01.27 09:31:40.291294 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 223 | 2025.01.27 09:31:40.291410 [ 270 ] {} <Debug> TCP-Session: ceb47c09-6892-489f-90b5-0706ab28bb1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2025.01.27 09:31:40.291421 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53318 | ||
| 225 | 2025.01.27 09:31:40.291542 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 226 | 2025.01.27 09:31:40.291324 [ 271 ] {} <Debug> TCP-Session: aac3e14c-c992-4e02-951c-ff6a8e5587d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:37880 | ||
| 227 | 2025.01.27 09:31:40.291618 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 228 | 2025.01.27 09:31:40.291757 [ 272 ] {} <Debug> TCP-Session: 538e2671-a3d0-4f60-8bf5-d9c153e175f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59749 | ||
| 229 | 2025.01.27 09:31:40.291792 [ 270 ] {} <Debug> TCP-Session: ceb47c09-6892-489f-90b5-0706ab28bb1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 230 | 2025.01.27 09:31:40.291826 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 231 | 2025.01.27 09:31:40.291822 [ 271 ] {} <Debug> TCP-Session: aac3e14c-c992-4e02-951c-ff6a8e5587d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2025.01.27 09:31:40.291893 [ 272 ] {} <Debug> TCP-Session: 538e2671-a3d0-4f60-8bf5-d9c153e175f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2025.01.27 09:31:40.291904 [ 273 ] {} <Debug> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Authenticating user 'default' from [fd00:1122:3344:101::d]:34566 | ||
| 234 | 2025.01.27 09:31:40.291970 [ 271 ] {} <Debug> TCP-Session: aac3e14c-c992-4e02-951c-ff6a8e5587d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 235 | 2025.01.27 09:31:40.292005 [ 272 ] {} <Debug> TCP-Session: 538e2671-a3d0-4f60-8bf5-d9c153e175f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 236 | 2025.01.27 09:31:40.292081 [ 273 ] {} <Debug> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 237 | 2025.01.27 09:31:40.292081 [ 274 ] {} <Debug> TCP-Session: 8da876c2-7616-4b0a-978a-9cc40bfd021e Authenticating user 'default' from [fd00:1122:3344:101::d]:53318 | ||
| 238 | 2025.01.27 09:31:40.292165 [ 273 ] {} <Debug> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2025.01.27 09:31:40.292202 [ 274 ] {} <Debug> TCP-Session: 8da876c2-7616-4b0a-978a-9cc40bfd021e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2025.01.27 09:31:40.292325 [ 274 ] {} <Debug> TCP-Session: 8da876c2-7616-4b0a-978a-9cc40bfd021e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 241 | 2025.01.27 09:31:40.295324 [ 266 ] {79f9f4a5-3eac-4233-ba6b-8e56dde2aad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 242 | 2025.01.27 09:31:40.400666 [ 266 ] {79f9f4a5-3eac-4233-ba6b-8e56dde2aad7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64174) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 243 | |||
| 244 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 259 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 260 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 261 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 262 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 265 | |||
| 266 | 2025.01.27 09:31:40.402139 [ 266 ] {79f9f4a5-3eac-4233-ba6b-8e56dde2aad7} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 267 | |||
| 268 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 273 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 274 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 275 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 276 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 283 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 284 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 285 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 286 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 289 | |||
| 290 | 2025.01.27 09:31:40.402249 [ 266 ] {79f9f4a5-3eac-4233-ba6b-8e56dde2aad7} <Debug> TCPHandler: Processed in 0.113350873 sec. | ||
| 291 | 2025.01.27 09:31:40.402660 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2025.01.27 09:31:40.402879 [ 267 ] {d9f0195a-9999-4c29-87ef-6ec4398eb9e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 293 | 2025.01.27 09:31:40.403237 [ 267 ] {d9f0195a-9999-4c29-87ef-6ec4398eb9e8} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40274) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 294 | |||
| 295 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 297 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 298 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 301 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 302 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 303 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 304 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 305 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 308 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 309 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 310 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 311 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 315 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 316 | |||
| 317 | 2025.01.27 09:31:40.403412 [ 267 ] {d9f0195a-9999-4c29-87ef-6ec4398eb9e8} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 318 | |||
| 319 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 320 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 321 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 322 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 325 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 326 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 327 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 328 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 329 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 332 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 333 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 334 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 335 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 336 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 337 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 338 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 339 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 340 | |||
| 341 | 2025.01.27 09:31:40.403540 [ 267 ] {d9f0195a-9999-4c29-87ef-6ec4398eb9e8} <Debug> TCPHandler: Processed in 0.001049854 sec. | ||
| 342 | 2025.01.27 09:31:40.403851 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.01.27 09:31:40.405039 [ 266 ] {1c4756b7-b80e-4328-8030-f7c160c7ae21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 344 | 2025.01.27 09:31:40.405185 [ 266 ] {1c4756b7-b80e-4328-8030-f7c160c7ae21} <Debug> TCPHandler: Processed in 0.001462784 sec. | ||
| 345 | 2025.01.27 09:31:40.405427 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2025.01.27 09:31:40.405547 [ 267 ] {b8567c34-10a5-4a4b-b11d-9a053549e7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 347 | 2025.01.27 09:31:40.405660 [ 267 ] {b8567c34-10a5-4a4b-b11d-9a053549e7f4} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 348 | 2025.01.27 09:31:40.408763 [ 267 ] {b8567c34-10a5-4a4b-b11d-9a053549e7f4} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 349 | 2025.01.27 09:31:40.408785 [ 267 ] {b8567c34-10a5-4a4b-b11d-9a053549e7f4} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4981e-05 sec | ||
| 350 | 2025.01.27 09:31:40.408799 [ 267 ] {b8567c34-10a5-4a4b-b11d-9a053549e7f4} <Trace> ReferentialDeps: No tables | ||
| 351 | 2025.01.27 09:31:40.408827 [ 267 ] {b8567c34-10a5-4a4b-b11d-9a053549e7f4} <Trace> LoadingDeps: No tables | ||
| 352 | 2025.01.27 09:31:40.408850 [ 267 ] {b8567c34-10a5-4a4b-b11d-9a053549e7f4} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 353 | 2025.01.27 09:31:40.408900 [ 267 ] {b8567c34-10a5-4a4b-b11d-9a053549e7f4} <Debug> TCPHandler: Processed in 0.003533113 sec. | ||
| 354 | 2025.01.27 09:31:40.409087 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.01.27 09:31:40.409295 [ 266 ] {1e9848b4-90ce-474f-966c-3f44cbf5b491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) /* The version table contains metadata about the `oximeter` database */ | ||
| 356 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 357 | 2025.01.27 09:31:40.409348 [ 266 ] {1e9848b4-90ce-474f-966c-3f44cbf5b491} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 358 | 2025.01.27 09:31:40.418680 [ 266 ] {1e9848b4-90ce-474f-966c-3f44cbf5b491} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 359 | 2025.01.27 09:31:40.420623 [ 266 ] {1e9848b4-90ce-474f-966c-3f44cbf5b491} <Debug> oximeter.version (208374dc-a5e7-43c5-9b2b-1e44a178425f): Loading data parts | ||
| 360 | 2025.01.27 09:31:40.421259 [ 266 ] {1e9848b4-90ce-474f-966c-3f44cbf5b491} <Debug> oximeter.version (208374dc-a5e7-43c5-9b2b-1e44a178425f): There are no data parts | ||
| 361 | 2025.01.27 09:31:40.425311 [ 266 ] {1e9848b4-90ce-474f-966c-3f44cbf5b491} <Debug> TCPHandler: Processed in 0.016281708 sec. | ||
| 362 | 2025.01.27 09:31:40.425630 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 363 | 2025.01.27 09:31:40.425911 [ 267 ] {65b4d4de-a41e-4251-8959-006cd4d80865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) /* The measurement tables contain all individual samples from each timeseries. | ||
| 364 | * | ||
| 365 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 366 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 367 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 368 | * by all samples from the same timeseries. | ||
| 369 | * | ||
| 370 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 371 | * and then uses that to index quickly into the measurements tables. | ||
| 372 | */ | ||
| 373 | 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) | ||
| 374 | 2025.01.27 09:31:40.426003 [ 267 ] {65b4d4de-a41e-4251-8959-006cd4d80865} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 375 | 2025.01.27 09:31:40.435894 [ 267 ] {65b4d4de-a41e-4251-8959-006cd4d80865} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Loading data parts | ||
| 376 | 2025.01.27 09:31:40.436169 [ 267 ] {65b4d4de-a41e-4251-8959-006cd4d80865} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): There are no data parts | ||
| 377 | 2025.01.27 09:31:40.437561 [ 267 ] {65b4d4de-a41e-4251-8959-006cd4d80865} <Debug> TCPHandler: Processed in 0.01204083 sec. | ||
| 378 | 2025.01.27 09:31:40.437860 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 379 | 2025.01.27 09:31:40.438151 [ 266 ] {d6d3c4a6-8dc7-4fa7-a3e7-378c3006fd75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 380 | 2025.01.27 09:31:40.438228 [ 266 ] {d6d3c4a6-8dc7-4fa7-a3e7-378c3006fd75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 381 | 2025.01.27 09:31:40.440835 [ 266 ] {d6d3c4a6-8dc7-4fa7-a3e7-378c3006fd75} <Debug> oximeter.measurements_i8 (3eee6de4-f906-4a0c-8a40-b129a249e955): Loading data parts | ||
| 382 | 2025.01.27 09:31:40.441068 [ 266 ] {d6d3c4a6-8dc7-4fa7-a3e7-378c3006fd75} <Debug> oximeter.measurements_i8 (3eee6de4-f906-4a0c-8a40-b129a249e955): There are no data parts | ||
| 383 | 2025.01.27 09:31:40.443277 [ 266 ] {d6d3c4a6-8dc7-4fa7-a3e7-378c3006fd75} <Debug> TCPHandler: Processed in 0.005524308 sec. | ||
| 384 | 2025.01.27 09:31:40.443525 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2025.01.27 09:31:40.443768 [ 267 ] {47cca31f-3c03-42de-a022-561124405ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 386 | 2025.01.27 09:31:40.443850 [ 267 ] {47cca31f-3c03-42de-a022-561124405ef8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 387 | 2025.01.27 09:31:40.445991 [ 267 ] {47cca31f-3c03-42de-a022-561124405ef8} <Debug> oximeter.measurements_u8 (e63320d2-7b3f-42b9-89fe-553a449ae94b): Loading data parts | ||
| 388 | 2025.01.27 09:31:40.446183 [ 267 ] {47cca31f-3c03-42de-a022-561124405ef8} <Debug> oximeter.measurements_u8 (e63320d2-7b3f-42b9-89fe-553a449ae94b): There are no data parts | ||
| 389 | 2025.01.27 09:31:40.449567 [ 267 ] {47cca31f-3c03-42de-a022-561124405ef8} <Debug> TCPHandler: Processed in 0.006120933 sec. | ||
| 390 | 2025.01.27 09:31:40.449801 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 391 | 2025.01.27 09:31:40.450069 [ 266 ] {9dcaade5-297c-4a9a-bd89-b6bfe66ba9e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 392 | 2025.01.27 09:31:40.450139 [ 266 ] {9dcaade5-297c-4a9a-bd89-b6bfe66ba9e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 393 | 2025.01.27 09:31:40.452994 [ 266 ] {9dcaade5-297c-4a9a-bd89-b6bfe66ba9e7} <Debug> oximeter.measurements_i16 (c75c0726-b9ef-4a20-8e6c-a4f382fe9b5b): Loading data parts | ||
| 394 | 2025.01.27 09:31:40.453168 [ 266 ] {9dcaade5-297c-4a9a-bd89-b6bfe66ba9e7} <Debug> oximeter.measurements_i16 (c75c0726-b9ef-4a20-8e6c-a4f382fe9b5b): There are no data parts | ||
| 395 | 2025.01.27 09:31:40.455755 [ 266 ] {9dcaade5-297c-4a9a-bd89-b6bfe66ba9e7} <Debug> TCPHandler: Processed in 0.006013949 sec. | ||
| 396 | 2025.01.27 09:31:40.455972 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2025.01.27 09:31:40.456190 [ 267 ] {c42e3b21-24e7-42d7-a785-bef2298d6b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 398 | 2025.01.27 09:31:40.456264 [ 267 ] {c42e3b21-24e7-42d7-a785-bef2298d6b66} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 399 | 2025.01.27 09:31:40.458766 [ 267 ] {c42e3b21-24e7-42d7-a785-bef2298d6b66} <Debug> oximeter.measurements_u16 (fb239152-5292-4b00-aec9-67334901d6f1): Loading data parts | ||
| 400 | 2025.01.27 09:31:40.458948 [ 267 ] {c42e3b21-24e7-42d7-a785-bef2298d6b66} <Debug> oximeter.measurements_u16 (fb239152-5292-4b00-aec9-67334901d6f1): There are no data parts | ||
| 401 | 2025.01.27 09:31:40.460127 [ 267 ] {c42e3b21-24e7-42d7-a785-bef2298d6b66} <Debug> TCPHandler: Processed in 0.004217638 sec. | ||
| 402 | 2025.01.27 09:31:40.460342 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 403 | 2025.01.27 09:31:40.460648 [ 266 ] {df0181e1-ce05-4701-a03f-a7bc256ae49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 404 | 2025.01.27 09:31:40.460714 [ 266 ] {df0181e1-ce05-4701-a03f-a7bc256ae49f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 405 | 2025.01.27 09:31:40.462957 [ 266 ] {df0181e1-ce05-4701-a03f-a7bc256ae49f} <Debug> oximeter.measurements_i32 (c0acf0b4-7ae8-40f0-a30e-cc16bf49c005): Loading data parts | ||
| 406 | 2025.01.27 09:31:40.463155 [ 266 ] {df0181e1-ce05-4701-a03f-a7bc256ae49f} <Debug> oximeter.measurements_i32 (c0acf0b4-7ae8-40f0-a30e-cc16bf49c005): There are no data parts | ||
| 407 | 2025.01.27 09:31:40.465110 [ 266 ] {df0181e1-ce05-4701-a03f-a7bc256ae49f} <Debug> TCPHandler: Processed in 0.004829232 sec. | ||
| 408 | 2025.01.27 09:31:40.465329 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2025.01.27 09:31:40.465545 [ 267 ] {9264a655-abf6-4ee7-aef0-e9ba7d6248c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 410 | 2025.01.27 09:31:40.465620 [ 267 ] {9264a655-abf6-4ee7-aef0-e9ba7d6248c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 411 | 2025.01.27 09:31:40.467770 [ 267 ] {9264a655-abf6-4ee7-aef0-e9ba7d6248c4} <Debug> oximeter.measurements_u32 (eade2bf1-a179-42e2-a119-93739b1b1664): Loading data parts | ||
| 412 | 2025.01.27 09:31:40.467942 [ 267 ] {9264a655-abf6-4ee7-aef0-e9ba7d6248c4} <Debug> oximeter.measurements_u32 (eade2bf1-a179-42e2-a119-93739b1b1664): There are no data parts | ||
| 413 | 2025.01.27 09:31:40.470211 [ 267 ] {9264a655-abf6-4ee7-aef0-e9ba7d6248c4} <Debug> TCPHandler: Processed in 0.004944355 sec. | ||
| 414 | 2025.01.27 09:31:40.470418 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2025.01.27 09:31:40.470696 [ 266 ] {4d9c1ba5-0079-480e-83be-9d07672b8174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 416 | 2025.01.27 09:31:40.470762 [ 266 ] {4d9c1ba5-0079-480e-83be-9d07672b8174} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 417 | 2025.01.27 09:31:40.472786 [ 266 ] {4d9c1ba5-0079-480e-83be-9d07672b8174} <Debug> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Loading data parts | ||
| 418 | 2025.01.27 09:31:40.473034 [ 266 ] {4d9c1ba5-0079-480e-83be-9d07672b8174} <Debug> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): There are no data parts | ||
| 419 | 2025.01.27 09:31:40.475074 [ 266 ] {4d9c1ba5-0079-480e-83be-9d07672b8174} <Debug> TCPHandler: Processed in 0.004715269 sec. | ||
| 420 | 2025.01.27 09:31:40.475272 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2025.01.27 09:31:40.475485 [ 267 ] {8e3b13fb-f3d4-4495-80f8-6ef9b73481c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 422 | 2025.01.27 09:31:40.475560 [ 267 ] {8e3b13fb-f3d4-4495-80f8-6ef9b73481c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 423 | 2025.01.27 09:31:40.477378 [ 267 ] {8e3b13fb-f3d4-4495-80f8-6ef9b73481c7} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Loading data parts | ||
| 424 | 2025.01.27 09:31:40.477616 [ 267 ] {8e3b13fb-f3d4-4495-80f8-6ef9b73481c7} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): There are no data parts | ||
| 425 | 2025.01.27 09:31:40.479678 [ 267 ] {8e3b13fb-f3d4-4495-80f8-6ef9b73481c7} <Debug> TCPHandler: Processed in 0.004466624 sec. | ||
| 426 | 2025.01.27 09:31:40.479875 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2025.01.27 09:31:40.480135 [ 266 ] {0309091f-c338-463b-986b-1145b1ca3da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 428 | 2025.01.27 09:31:40.480210 [ 266 ] {0309091f-c338-463b-986b-1145b1ca3da2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 429 | 2025.01.27 09:31:40.482437 [ 266 ] {0309091f-c338-463b-986b-1145b1ca3da2} <Debug> oximeter.measurements_f32 (d27a7769-9f23-4022-9f71-04532bdc5733): Loading data parts | ||
| 430 | 2025.01.27 09:31:40.482618 [ 266 ] {0309091f-c338-463b-986b-1145b1ca3da2} <Debug> oximeter.measurements_f32 (d27a7769-9f23-4022-9f71-04532bdc5733): There are no data parts | ||
| 431 | 2025.01.27 09:31:40.484226 [ 266 ] {0309091f-c338-463b-986b-1145b1ca3da2} <Debug> TCPHandler: Processed in 0.004407293 sec. | ||
| 432 | 2025.01.27 09:31:40.484435 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.01.27 09:31:40.484648 [ 267 ] {3ffd93bb-b9b1-43bb-9353-bfd1b12f741c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 434 | 2025.01.27 09:31:40.484736 [ 267 ] {3ffd93bb-b9b1-43bb-9353-bfd1b12f741c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 435 | 2025.01.27 09:31:40.486811 [ 267 ] {3ffd93bb-b9b1-43bb-9353-bfd1b12f741c} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Loading data parts | ||
| 436 | 2025.01.27 09:31:40.487005 [ 267 ] {3ffd93bb-b9b1-43bb-9353-bfd1b12f741c} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): There are no data parts | ||
| 437 | 2025.01.27 09:31:40.488296 [ 267 ] {3ffd93bb-b9b1-43bb-9353-bfd1b12f741c} <Debug> TCPHandler: Processed in 0.003921531 sec. | ||
| 438 | 2025.01.27 09:31:40.488498 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.01.27 09:31:40.488742 [ 266 ] {fe9c8fce-8212-4b93-a1a3-4b859433f4c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 440 | 2025.01.27 09:31:40.488813 [ 266 ] {fe9c8fce-8212-4b93-a1a3-4b859433f4c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 441 | 2025.01.27 09:31:40.490850 [ 266 ] {fe9c8fce-8212-4b93-a1a3-4b859433f4c5} <Debug> oximeter.measurements_string (671854a8-77e4-4917-bf0a-3a2ff2ed14f0): Loading data parts | ||
| 442 | 2025.01.27 09:31:40.491020 [ 266 ] {fe9c8fce-8212-4b93-a1a3-4b859433f4c5} <Debug> oximeter.measurements_string (671854a8-77e4-4917-bf0a-3a2ff2ed14f0): There are no data parts | ||
| 443 | 2025.01.27 09:31:40.492176 [ 266 ] {fe9c8fce-8212-4b93-a1a3-4b859433f4c5} <Debug> TCPHandler: Processed in 0.003737316 sec. | ||
| 444 | 2025.01.27 09:31:40.492373 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2025.01.27 09:31:40.492614 [ 267 ] {8e0e76a4-6c0a-46f2-b6e3-2af4be1f06fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2025.01.27 09:31:40.492717 [ 267 ] {8e0e76a4-6c0a-46f2-b6e3-2af4be1f06fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2025.01.27 09:31:40.495315 [ 267 ] {8e0e76a4-6c0a-46f2-b6e3-2af4be1f06fd} <Debug> oximeter.measurements_bytes (78f631ca-53a5-4d30-9fe6-6a82753a778e): Loading data parts | ||
| 455 | 2025.01.27 09:31:40.495493 [ 267 ] {8e0e76a4-6c0a-46f2-b6e3-2af4be1f06fd} <Debug> oximeter.measurements_bytes (78f631ca-53a5-4d30-9fe6-6a82753a778e): There are no data parts | ||
| 456 | 2025.01.27 09:31:40.497036 [ 267 ] {8e0e76a4-6c0a-46f2-b6e3-2af4be1f06fd} <Debug> TCPHandler: Processed in 0.004721789 sec. | ||
| 457 | 2025.01.27 09:31:40.497256 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2025.01.27 09:31:40.497479 [ 266 ] {1fdd7ed7-1c28-4720-a679-1b4ce84a4d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 459 | 2025.01.27 09:31:40.497561 [ 266 ] {1fdd7ed7-1c28-4720-a679-1b4ce84a4d67} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 460 | 2025.01.27 09:31:40.499695 [ 266 ] {1fdd7ed7-1c28-4720-a679-1b4ce84a4d67} <Debug> oximeter.measurements_cumulativei64 (77999e27-e540-4ccc-93cb-06bcfcd7bca0): Loading data parts | ||
| 461 | 2025.01.27 09:31:40.499878 [ 266 ] {1fdd7ed7-1c28-4720-a679-1b4ce84a4d67} <Debug> oximeter.measurements_cumulativei64 (77999e27-e540-4ccc-93cb-06bcfcd7bca0): There are no data parts | ||
| 462 | 2025.01.27 09:31:40.501732 [ 266 ] {1fdd7ed7-1c28-4720-a679-1b4ce84a4d67} <Debug> TCPHandler: Processed in 0.004534555 sec. | ||
| 463 | 2025.01.27 09:31:40.501965 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2025.01.27 09:31:40.502193 [ 267 ] {c2a40c98-5d15-4dcb-baae-44154e619f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 465 | 2025.01.27 09:31:40.502278 [ 267 ] {c2a40c98-5d15-4dcb-baae-44154e619f65} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 466 | 2025.01.27 09:31:40.508093 [ 267 ] {c2a40c98-5d15-4dcb-baae-44154e619f65} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Loading data parts | ||
| 467 | 2025.01.27 09:31:40.508337 [ 267 ] {c2a40c98-5d15-4dcb-baae-44154e619f65} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): There are no data parts | ||
| 468 | 2025.01.27 09:31:40.510180 [ 267 ] {c2a40c98-5d15-4dcb-baae-44154e619f65} <Debug> TCPHandler: Processed in 0.008284103 sec. | ||
| 469 | 2025.01.27 09:31:40.510395 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2025.01.27 09:31:40.510660 [ 266 ] {be2837f5-5157-4f51-817f-a4abf1f6b1f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 471 | 2025.01.27 09:31:40.510728 [ 266 ] {be2837f5-5157-4f51-817f-a4abf1f6b1f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 472 | 2025.01.27 09:31:40.512881 [ 266 ] {be2837f5-5157-4f51-817f-a4abf1f6b1f5} <Debug> oximeter.measurements_cumulativef32 (cc5c12c7-d65e-4341-8d5d-723a6ebdb03d): Loading data parts | ||
| 473 | 2025.01.27 09:31:40.513052 [ 266 ] {be2837f5-5157-4f51-817f-a4abf1f6b1f5} <Debug> oximeter.measurements_cumulativef32 (cc5c12c7-d65e-4341-8d5d-723a6ebdb03d): There are no data parts | ||
| 474 | 2025.01.27 09:31:40.514760 [ 266 ] {be2837f5-5157-4f51-817f-a4abf1f6b1f5} <Debug> TCPHandler: Processed in 0.004428023 sec. | ||
| 475 | 2025.01.27 09:31:40.514964 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2025.01.27 09:31:40.515195 [ 267 ] {5c34554e-a5d7-410b-a438-577d4f1349dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 477 | 2025.01.27 09:31:40.515324 [ 267 ] {5c34554e-a5d7-410b-a438-577d4f1349dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 478 | 2025.01.27 09:31:40.517560 [ 267 ] {5c34554e-a5d7-410b-a438-577d4f1349dc} <Debug> oximeter.measurements_cumulativef64 (b068896e-6e69-4b39-8b99-81e94952ba42): Loading data parts | ||
| 479 | 2025.01.27 09:31:40.517732 [ 267 ] {5c34554e-a5d7-410b-a438-577d4f1349dc} <Debug> oximeter.measurements_cumulativef64 (b068896e-6e69-4b39-8b99-81e94952ba42): There are no data parts | ||
| 480 | 2025.01.27 09:31:40.519184 [ 267 ] {5c34554e-a5d7-410b-a438-577d4f1349dc} <Debug> TCPHandler: Processed in 0.00428325 sec. | ||
| 481 | 2025.01.27 09:31:40.519433 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2025.01.27 09:31:40.519786 [ 266 ] {29dd5cf3-23ed-47a9-8364-114d937883d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 483 | * NOTE: Array types cannot be Nullable, see | ||
| 484 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 485 | * for more details. | ||
| 486 | * | ||
| 487 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 488 | * is unfortunate, and at this point relies on the fact that an | ||
| 489 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 490 | * to figure out another way to represent missing samples here. | ||
| 491 | */ | ||
| 492 | 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) | ||
| 493 | 2025.01.27 09:31:40.519877 [ 266 ] {29dd5cf3-23ed-47a9-8364-114d937883d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 494 | 2025.01.27 09:31:40.522161 [ 266 ] {29dd5cf3-23ed-47a9-8364-114d937883d9} <Debug> oximeter.measurements_histogrami8 (2b0555c3-975c-4520-a290-0238531e135f): Loading data parts | ||
| 495 | 2025.01.27 09:31:40.522357 [ 266 ] {29dd5cf3-23ed-47a9-8364-114d937883d9} <Debug> oximeter.measurements_histogrami8 (2b0555c3-975c-4520-a290-0238531e135f): There are no data parts | ||
| 496 | 2025.01.27 09:31:40.523662 [ 266 ] {29dd5cf3-23ed-47a9-8364-114d937883d9} <Debug> TCPHandler: Processed in 0.00430509 sec. | ||
| 497 | 2025.01.27 09:31:40.523882 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 498 | 2025.01.27 09:31:40.524189 [ 267 ] {35b41652-abe0-4166-ac92-9abcd79ebe84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 499 | 2025.01.27 09:31:40.524285 [ 267 ] {35b41652-abe0-4166-ac92-9abcd79ebe84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 500 | 2025.01.27 09:31:40.526833 [ 267 ] {35b41652-abe0-4166-ac92-9abcd79ebe84} <Debug> oximeter.measurements_histogramu8 (5bd5f68a-4f17-458a-8666-73bae67c7024): Loading data parts | ||
| 501 | 2025.01.27 09:31:40.527039 [ 267 ] {35b41652-abe0-4166-ac92-9abcd79ebe84} <Debug> oximeter.measurements_histogramu8 (5bd5f68a-4f17-458a-8666-73bae67c7024): There are no data parts | ||
| 502 | 2025.01.27 09:31:40.528628 [ 267 ] {35b41652-abe0-4166-ac92-9abcd79ebe84} <Debug> TCPHandler: Processed in 0.004808762 sec. | ||
| 503 | 2025.01.27 09:31:40.528834 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 504 | 2025.01.27 09:31:40.529169 [ 266 ] {2dfe9026-ae54-44c0-90f7-27ca3a5ab6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 505 | 2025.01.27 09:31:40.529252 [ 266 ] {2dfe9026-ae54-44c0-90f7-27ca3a5ab6de} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 506 | 2025.01.27 09:31:40.531574 [ 266 ] {2dfe9026-ae54-44c0-90f7-27ca3a5ab6de} <Debug> oximeter.measurements_histogrami16 (3a5c7909-db1e-42b7-8f32-6d32d0f5423a): Loading data parts | ||
| 507 | 2025.01.27 09:31:40.531745 [ 266 ] {2dfe9026-ae54-44c0-90f7-27ca3a5ab6de} <Debug> oximeter.measurements_histogrami16 (3a5c7909-db1e-42b7-8f32-6d32d0f5423a): There are no data parts | ||
| 508 | 2025.01.27 09:31:40.533401 [ 266 ] {2dfe9026-ae54-44c0-90f7-27ca3a5ab6de} <Debug> TCPHandler: Processed in 0.004628377 sec. | ||
| 509 | 2025.01.27 09:31:40.533611 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2025.01.27 09:31:40.533928 [ 267 ] {6bc64f7e-da0d-43bf-a1ea-82a7af1d8553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 511 | 2025.01.27 09:31:40.534025 [ 267 ] {6bc64f7e-da0d-43bf-a1ea-82a7af1d8553} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 512 | 2025.01.27 09:31:40.536606 [ 267 ] {6bc64f7e-da0d-43bf-a1ea-82a7af1d8553} <Debug> oximeter.measurements_histogramu16 (b707b020-8e35-410d-b033-7a63126c8346): Loading data parts | ||
| 513 | 2025.01.27 09:31:40.536818 [ 267 ] {6bc64f7e-da0d-43bf-a1ea-82a7af1d8553} <Debug> oximeter.measurements_histogramu16 (b707b020-8e35-410d-b033-7a63126c8346): There are no data parts | ||
| 514 | 2025.01.27 09:31:40.538700 [ 267 ] {6bc64f7e-da0d-43bf-a1ea-82a7af1d8553} <Debug> TCPHandler: Processed in 0.00515939 sec. | ||
| 515 | 2025.01.27 09:31:40.538921 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 516 | 2025.01.27 09:31:40.539273 [ 266 ] {421abd95-d69b-4db1-9b1c-7195c4459805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 517 | 2025.01.27 09:31:40.539356 [ 266 ] {421abd95-d69b-4db1-9b1c-7195c4459805} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 518 | 2025.01.27 09:31:40.541856 [ 266 ] {421abd95-d69b-4db1-9b1c-7195c4459805} <Debug> oximeter.measurements_histogrami32 (8ee572d7-dccf-4610-8c3c-62918d9fa23c): Loading data parts | ||
| 519 | 2025.01.27 09:31:40.542019 [ 266 ] {421abd95-d69b-4db1-9b1c-7195c4459805} <Debug> oximeter.measurements_histogrami32 (8ee572d7-dccf-4610-8c3c-62918d9fa23c): There are no data parts | ||
| 520 | 2025.01.27 09:31:40.543843 [ 266 ] {421abd95-d69b-4db1-9b1c-7195c4459805} <Debug> TCPHandler: Processed in 0.004987116 sec. | ||
| 521 | 2025.01.27 09:31:40.544056 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 522 | 2025.01.27 09:31:40.544359 [ 267 ] {b68dacf1-a6fe-45ab-ba69-d6f55680be5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 523 | 2025.01.27 09:31:40.544509 [ 267 ] {b68dacf1-a6fe-45ab-ba69-d6f55680be5e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 524 | 2025.01.27 09:31:40.546899 [ 267 ] {b68dacf1-a6fe-45ab-ba69-d6f55680be5e} <Debug> oximeter.measurements_histogramu32 (53e8806e-243f-4425-960c-02d02b6fa554): Loading data parts | ||
| 525 | 2025.01.27 09:31:40.547092 [ 267 ] {b68dacf1-a6fe-45ab-ba69-d6f55680be5e} <Debug> oximeter.measurements_histogramu32 (53e8806e-243f-4425-960c-02d02b6fa554): There are no data parts | ||
| 526 | 2025.01.27 09:31:40.548338 [ 267 ] {b68dacf1-a6fe-45ab-ba69-d6f55680be5e} <Debug> TCPHandler: Processed in 0.004349691 sec. | ||
| 527 | 2025.01.27 09:31:40.548550 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 528 | 2025.01.27 09:31:40.548895 [ 266 ] {198ba62c-de13-41c0-bb0d-18cfe7e494d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 529 | 2025.01.27 09:31:40.548973 [ 266 ] {198ba62c-de13-41c0-bb0d-18cfe7e494d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 530 | 2025.01.27 09:31:40.551066 [ 266 ] {198ba62c-de13-41c0-bb0d-18cfe7e494d1} <Debug> oximeter.measurements_histogrami64 (8f2a5ad6-d14c-4e0d-aac1-1c721ac9f8c3): Loading data parts | ||
| 531 | 2025.01.27 09:31:40.551267 [ 266 ] {198ba62c-de13-41c0-bb0d-18cfe7e494d1} <Debug> oximeter.measurements_histogrami64 (8f2a5ad6-d14c-4e0d-aac1-1c721ac9f8c3): There are no data parts | ||
| 532 | 2025.01.27 09:31:40.552927 [ 266 ] {198ba62c-de13-41c0-bb0d-18cfe7e494d1} <Debug> TCPHandler: Processed in 0.004439123 sec. | ||
| 533 | 2025.01.27 09:31:40.553134 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2025.01.27 09:31:40.553434 [ 267 ] {758e9b89-ef05-43bd-bbec-fc6cdcd6f54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 535 | 2025.01.27 09:31:40.553533 [ 267 ] {758e9b89-ef05-43bd-bbec-fc6cdcd6f54b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 536 | 2025.01.27 09:31:40.555636 [ 267 ] {758e9b89-ef05-43bd-bbec-fc6cdcd6f54b} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Loading data parts | ||
| 537 | 2025.01.27 09:31:40.555809 [ 267 ] {758e9b89-ef05-43bd-bbec-fc6cdcd6f54b} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): There are no data parts | ||
| 538 | 2025.01.27 09:31:40.557641 [ 267 ] {758e9b89-ef05-43bd-bbec-fc6cdcd6f54b} <Debug> TCPHandler: Processed in 0.004564146 sec. | ||
| 539 | 2025.01.27 09:31:40.557856 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2025.01.27 09:31:40.558263 [ 266 ] {d1164da2-bbb6-4254-8822-a53ba4c744f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 541 | 2025.01.27 09:31:40.558359 [ 266 ] {d1164da2-bbb6-4254-8822-a53ba4c744f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 542 | 2025.01.27 09:31:40.560514 [ 266 ] {d1164da2-bbb6-4254-8822-a53ba4c744f1} <Debug> oximeter.measurements_histogramf32 (ede0622b-7129-4489-8fc8-688dd34c6791): Loading data parts | ||
| 543 | 2025.01.27 09:31:40.560693 [ 266 ] {d1164da2-bbb6-4254-8822-a53ba4c744f1} <Debug> oximeter.measurements_histogramf32 (ede0622b-7129-4489-8fc8-688dd34c6791): There are no data parts | ||
| 544 | 2025.01.27 09:31:40.562409 [ 266 ] {d1164da2-bbb6-4254-8822-a53ba4c744f1} <Debug> TCPHandler: Processed in 0.004623577 sec. | ||
| 545 | 2025.01.27 09:31:40.562604 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2025.01.27 09:31:40.562896 [ 267 ] {84005689-a20b-4717-a54b-4d3f334b3ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 547 | 2025.01.27 09:31:40.563037 [ 267 ] {84005689-a20b-4717-a54b-4d3f334b3ee9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 548 | 2025.01.27 09:31:40.565206 [ 267 ] {84005689-a20b-4717-a54b-4d3f334b3ee9} <Debug> oximeter.measurements_histogramf64 (4bd19618-32e9-4f85-84dd-72591f3f6509): Loading data parts | ||
| 549 | 2025.01.27 09:31:40.565394 [ 267 ] {84005689-a20b-4717-a54b-4d3f334b3ee9} <Debug> oximeter.measurements_histogramf64 (4bd19618-32e9-4f85-84dd-72591f3f6509): There are no data parts | ||
| 550 | 2025.01.27 09:31:40.567614 [ 267 ] {84005689-a20b-4717-a54b-4d3f334b3ee9} <Debug> TCPHandler: Processed in 0.005069138 sec. | ||
| 551 | 2025.01.27 09:31:40.567821 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2025.01.27 09:31:40.568126 [ 266 ] {3498a500-7cf7-46a1-adbc-ee52e4e73717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) /* The field tables store named dimensions of each timeseries. | ||
| 553 | * | ||
| 554 | * As with the measurement tables, there is one field table for each field data | ||
| 555 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 556 | * this behavior **must not** be relied upon for query correctness. | ||
| 557 | * | ||
| 558 | * The index for the fields differs from the measurements, however. Rows are | ||
| 559 | * sorted by timeseries name, then field name, field value, and finally | ||
| 560 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 561 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 562 | * usually then used to look up measurements. | ||
| 563 | * | ||
| 564 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 565 | * timeseries name and then key, since it would improve lookups where one | ||
| 566 | * already has the key. Realistically though, these tables are quite small and | ||
| 567 | * so performance benefits will be low in absolute terms. | ||
| 568 | * | ||
| 569 | * TTL: We use a materialized column to expire old field table records. This | ||
| 570 | * column is generated automatically by the database whenever a new row is | ||
| 571 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 572 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 573 | * record will remain during a deduplication, which will have the last | ||
| 574 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 575 | * measurement tables. | ||
| 576 | */ | ||
| 577 | 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) | ||
| 578 | 2025.01.27 09:31:40.568215 [ 266 ] {3498a500-7cf7-46a1-adbc-ee52e4e73717} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 579 | 2025.01.27 09:31:40.570227 [ 266 ] {3498a500-7cf7-46a1-adbc-ee52e4e73717} <Debug> oximeter.fields_bool (f30491cb-f8d2-4af1-b47f-673471414ab7): Loading data parts | ||
| 580 | 2025.01.27 09:31:40.570384 [ 266 ] {3498a500-7cf7-46a1-adbc-ee52e4e73717} <Debug> oximeter.fields_bool (f30491cb-f8d2-4af1-b47f-673471414ab7): There are no data parts | ||
| 581 | 2025.01.27 09:31:40.572089 [ 266 ] {3498a500-7cf7-46a1-adbc-ee52e4e73717} <Debug> TCPHandler: Processed in 0.00432972 sec. | ||
| 582 | 2025.01.27 09:31:40.572332 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2025.01.27 09:31:40.572542 [ 267 ] {af57422e-4e9e-4782-8d4e-bf6e25d527ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 584 | 2025.01.27 09:31:40.572632 [ 267 ] {af57422e-4e9e-4782-8d4e-bf6e25d527ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 585 | 2025.01.27 09:31:40.574689 [ 267 ] {af57422e-4e9e-4782-8d4e-bf6e25d527ef} <Debug> oximeter.fields_i8 (b9a528ca-8fd4-49de-88ea-1d191ee35ee7): Loading data parts | ||
| 586 | 2025.01.27 09:31:40.574927 [ 267 ] {af57422e-4e9e-4782-8d4e-bf6e25d527ef} <Debug> oximeter.fields_i8 (b9a528ca-8fd4-49de-88ea-1d191ee35ee7): There are no data parts | ||
| 587 | 2025.01.27 09:31:40.576598 [ 267 ] {af57422e-4e9e-4782-8d4e-bf6e25d527ef} <Debug> TCPHandler: Processed in 0.004322621 sec. | ||
| 588 | 2025.01.27 09:31:40.576795 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2025.01.27 09:31:40.577050 [ 266 ] {41da0050-e2df-4baa-b951-cab7d5d0c74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 590 | 2025.01.27 09:31:40.577110 [ 266 ] {41da0050-e2df-4baa-b951-cab7d5d0c74a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 591 | 2025.01.27 09:31:40.579164 [ 266 ] {41da0050-e2df-4baa-b951-cab7d5d0c74a} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Loading data parts | ||
| 592 | 2025.01.27 09:31:40.579325 [ 266 ] {41da0050-e2df-4baa-b951-cab7d5d0c74a} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): There are no data parts | ||
| 593 | 2025.01.27 09:31:40.581022 [ 266 ] {41da0050-e2df-4baa-b951-cab7d5d0c74a} <Debug> TCPHandler: Processed in 0.004284459 sec. | ||
| 594 | 2025.01.27 09:31:40.581240 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2025.01.27 09:31:40.581450 [ 267 ] {51a9f6c4-954a-4f17-aeb5-9309921cefca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 596 | 2025.01.27 09:31:40.581585 [ 267 ] {51a9f6c4-954a-4f17-aeb5-9309921cefca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 597 | 2025.01.27 09:31:40.583371 [ 267 ] {51a9f6c4-954a-4f17-aeb5-9309921cefca} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Loading data parts | ||
| 598 | 2025.01.27 09:31:40.583559 [ 267 ] {51a9f6c4-954a-4f17-aeb5-9309921cefca} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): There are no data parts | ||
| 599 | 2025.01.27 09:31:40.585227 [ 267 ] {51a9f6c4-954a-4f17-aeb5-9309921cefca} <Debug> TCPHandler: Processed in 0.004044604 sec. | ||
| 600 | 2025.01.27 09:31:40.585428 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 601 | 2025.01.27 09:31:40.585722 [ 266 ] {ddc551c4-af24-41cf-acb3-62d6b02cb1a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 602 | 2025.01.27 09:31:40.585803 [ 266 ] {ddc551c4-af24-41cf-acb3-62d6b02cb1a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 603 | 2025.01.27 09:31:40.587644 [ 266 ] {ddc551c4-af24-41cf-acb3-62d6b02cb1a3} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Loading data parts | ||
| 604 | 2025.01.27 09:31:40.587859 [ 266 ] {ddc551c4-af24-41cf-acb3-62d6b02cb1a3} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): There are no data parts | ||
| 605 | 2025.01.27 09:31:40.589565 [ 266 ] {ddc551c4-af24-41cf-acb3-62d6b02cb1a3} <Debug> TCPHandler: Processed in 0.004205008 sec. | ||
| 606 | 2025.01.27 09:31:40.589764 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2025.01.27 09:31:40.589972 [ 267 ] {4339e2e1-8d27-42ae-ac0f-78af6bffd27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 608 | 2025.01.27 09:31:40.590071 [ 267 ] {4339e2e1-8d27-42ae-ac0f-78af6bffd27b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 609 | 2025.01.27 09:31:40.591902 [ 267 ] {4339e2e1-8d27-42ae-ac0f-78af6bffd27b} <Debug> oximeter.fields_i32 (a57c7a4c-801f-432f-ba27-e0f4056a55bb): Loading data parts | ||
| 610 | 2025.01.27 09:31:40.592112 [ 267 ] {4339e2e1-8d27-42ae-ac0f-78af6bffd27b} <Debug> oximeter.fields_i32 (a57c7a4c-801f-432f-ba27-e0f4056a55bb): There are no data parts | ||
| 611 | 2025.01.27 09:31:40.593917 [ 267 ] {4339e2e1-8d27-42ae-ac0f-78af6bffd27b} <Debug> TCPHandler: Processed in 0.004210668 sec. | ||
| 612 | 2025.01.27 09:31:40.594116 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 613 | 2025.01.27 09:31:40.594368 [ 266 ] {3b64fe18-2bcc-4d76-92d7-08f1e0c3f5bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 614 | 2025.01.27 09:31:40.594438 [ 266 ] {3b64fe18-2bcc-4d76-92d7-08f1e0c3f5bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 615 | 2025.01.27 09:31:40.596250 [ 266 ] {3b64fe18-2bcc-4d76-92d7-08f1e0c3f5bc} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Loading data parts | ||
| 616 | 2025.01.27 09:31:40.596418 [ 266 ] {3b64fe18-2bcc-4d76-92d7-08f1e0c3f5bc} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): There are no data parts | ||
| 617 | 2025.01.27 09:31:40.598142 [ 266 ] {3b64fe18-2bcc-4d76-92d7-08f1e0c3f5bc} <Debug> TCPHandler: Processed in 0.004086265 sec. | ||
| 618 | 2025.01.27 09:31:40.598322 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2025.01.27 09:31:40.598526 [ 267 ] {27c07a8b-69bf-4a1c-ba5e-4cbaf44be2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 620 | 2025.01.27 09:31:40.598623 [ 267 ] {27c07a8b-69bf-4a1c-ba5e-4cbaf44be2dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 621 | 2025.01.27 09:31:40.600606 [ 267 ] {27c07a8b-69bf-4a1c-ba5e-4cbaf44be2dc} <Debug> oximeter.fields_i64 (992771e5-d55d-435f-88ad-68c23ad4fb3a): Loading data parts | ||
| 622 | 2025.01.27 09:31:40.600812 [ 267 ] {27c07a8b-69bf-4a1c-ba5e-4cbaf44be2dc} <Debug> oximeter.fields_i64 (992771e5-d55d-435f-88ad-68c23ad4fb3a): There are no data parts | ||
| 623 | 2025.01.27 09:31:40.602209 [ 267 ] {27c07a8b-69bf-4a1c-ba5e-4cbaf44be2dc} <Debug> TCPHandler: Processed in 0.003941632 sec. | ||
| 624 | 2025.01.27 09:31:40.602402 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 625 | 2025.01.27 09:31:40.602655 [ 266 ] {49bd022b-8bfd-441a-9816-5452c04f3b2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 626 | 2025.01.27 09:31:40.602728 [ 266 ] {49bd022b-8bfd-441a-9816-5452c04f3b2e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 627 | 2025.01.27 09:31:40.604824 [ 266 ] {49bd022b-8bfd-441a-9816-5452c04f3b2e} <Debug> oximeter.fields_u64 (27869c9e-cd6b-465b-a4b0-e320c7cf4940): Loading data parts | ||
| 628 | 2025.01.27 09:31:40.604996 [ 266 ] {49bd022b-8bfd-441a-9816-5452c04f3b2e} <Debug> oximeter.fields_u64 (27869c9e-cd6b-465b-a4b0-e320c7cf4940): There are no data parts | ||
| 629 | 2025.01.27 09:31:40.606559 [ 266 ] {49bd022b-8bfd-441a-9816-5452c04f3b2e} <Debug> TCPHandler: Processed in 0.004214558 sec. | ||
| 630 | 2025.01.27 09:31:40.606746 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2025.01.27 09:31:40.606962 [ 267 ] {dd0c28e7-d565-4551-bf79-2eb4e6aa9600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 632 | 2025.01.27 09:31:40.607052 [ 267 ] {dd0c28e7-d565-4551-bf79-2eb4e6aa9600} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 633 | 2025.01.27 09:31:40.609127 [ 267 ] {dd0c28e7-d565-4551-bf79-2eb4e6aa9600} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Loading data parts | ||
| 634 | 2025.01.27 09:31:40.609306 [ 267 ] {dd0c28e7-d565-4551-bf79-2eb4e6aa9600} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): There are no data parts | ||
| 635 | 2025.01.27 09:31:40.610729 [ 267 ] {dd0c28e7-d565-4551-bf79-2eb4e6aa9600} <Debug> TCPHandler: Processed in 0.004039724 sec. | ||
| 636 | 2025.01.27 09:31:40.610921 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 637 | 2025.01.27 09:31:40.611174 [ 266 ] {565e712b-5589-465d-a9ad-fdc638d8ff46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 638 | 2025.01.27 09:31:40.611247 [ 266 ] {565e712b-5589-465d-a9ad-fdc638d8ff46} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 639 | 2025.01.27 09:31:40.613197 [ 266 ] {565e712b-5589-465d-a9ad-fdc638d8ff46} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Loading data parts | ||
| 640 | 2025.01.27 09:31:40.613361 [ 266 ] {565e712b-5589-465d-a9ad-fdc638d8ff46} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): There are no data parts | ||
| 641 | 2025.01.27 09:31:40.614824 [ 266 ] {565e712b-5589-465d-a9ad-fdc638d8ff46} <Debug> TCPHandler: Processed in 0.003960302 sec. | ||
| 642 | 2025.01.27 09:31:40.615001 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2025.01.27 09:31:40.615209 [ 267 ] {ccdb7271-3c66-4279-8304-772ea50b6948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 644 | 2025.01.27 09:31:40.615300 [ 267 ] {ccdb7271-3c66-4279-8304-772ea50b6948} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 645 | 2025.01.27 09:31:40.617073 [ 267 ] {ccdb7271-3c66-4279-8304-772ea50b6948} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Loading data parts | ||
| 646 | 2025.01.27 09:31:40.617234 [ 267 ] {ccdb7271-3c66-4279-8304-772ea50b6948} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): There are no data parts | ||
| 647 | 2025.01.27 09:31:40.618607 [ 267 ] {ccdb7271-3c66-4279-8304-772ea50b6948} <Debug> TCPHandler: Processed in 0.003662625 sec. | ||
| 648 | 2025.01.27 09:31:40.618834 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 649 | 2025.01.27 09:31:40.619183 [ 266 ] {7c1128b7-296b-4661-bcf5-3091f70d187f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) /* The timeseries schema table stores the extracted schema for the samples | ||
| 650 | * oximeter collects. | ||
| 651 | */ | ||
| 652 | 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) | ||
| 653 | 2025.01.27 09:31:40.619282 [ 266 ] {7c1128b7-296b-4661-bcf5-3091f70d187f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 654 | 2025.01.27 09:31:40.621073 [ 266 ] {7c1128b7-296b-4661-bcf5-3091f70d187f} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Loading data parts | ||
| 655 | 2025.01.27 09:31:40.621251 [ 266 ] {7c1128b7-296b-4661-bcf5-3091f70d187f} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): There are no data parts | ||
| 656 | 2025.01.27 09:31:40.622823 [ 266 ] {7c1128b7-296b-4661-bcf5-3091f70d187f} <Debug> TCPHandler: Processed in 0.004055265 sec. | ||
| 657 | 2025.01.27 09:31:40.623015 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 658 | 2025.01.27 09:31:40.623255 [ 267 ] {5beec2c6-12c5-4303-b904-7d376af0187d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 659 | 2025.01.27 09:31:40.624479 [ 267 ] {5beec2c6-12c5-4303-b904-7d376af0187d} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 660 | 2025.01.27 09:31:40.635600 [ 276 ] {5beec2c6-12c5-4303-b904-7d376af0187d} <Trace> oximeter.version (208374dc-a5e7-43c5-9b2b-1e44a178425f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 661 | 2025.01.27 09:31:40.635676 [ 276 ] {5beec2c6-12c5-4303-b904-7d376af0187d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 662 | 2025.01.27 09:31:40.640271 [ 276 ] {5beec2c6-12c5-4303-b904-7d376af0187d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 663 | 2025.01.27 09:31:40.640656 [ 276 ] {5beec2c6-12c5-4303-b904-7d376af0187d} <Trace> oximeter.version (208374dc-a5e7-43c5-9b2b-1e44a178425f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 664 | 2025.01.27 09:31:40.640978 [ 267 ] {5beec2c6-12c5-4303-b904-7d376af0187d} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017792 sec., 56.205035971223026 rows/sec., 899.28 B/sec. | ||
| 665 | 2025.01.27 09:31:40.641266 [ 267 ] {5beec2c6-12c5-4303-b904-7d376af0187d} <Debug> TCPHandler: Processed in 0.018306785 sec. | ||
| 666 | 2025.01.27 09:31:40.653187 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48021 | ||
| 667 | 2025.01.27 09:31:40.653308 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2025.01.27 09:31:40.653340 [ 277 ] {} <Debug> TCP-Session: e95cc9d8-60cc-42c6-b349-7e389933ae66 Authenticating user 'default' from [fd00:1122:3344:101::a]:48021 | ||
| 669 | 2025.01.27 09:31:40.653369 [ 277 ] {} <Debug> TCP-Session: e95cc9d8-60cc-42c6-b349-7e389933ae66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2025.01.27 09:31:40.653437 [ 277 ] {} <Debug> TCP-Session: e95cc9d8-60cc-42c6-b349-7e389933ae66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.27 09:31:40.653496 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2025.01.27 09:31:40.653525 [ 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 | ||
| 673 | 2025.01.27 09:31:40.653582 [ 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 | ||
| 674 | 2025.01.27 09:31:40.655990 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50938 | ||
| 675 | 2025.01.27 09:31:40.656081 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51543 | ||
| 676 | 2025.01.27 09:31:40.656136 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2025.01.27 09:31:40.656171 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58437 | ||
| 678 | 2025.01.27 09:31:40.656299 [ 278 ] {} <Debug> TCP-Session: eb0e66ff-81ca-4d1a-a08e-85390ad25806 Authenticating user 'default' from [fd00:1122:3344:101::a]:50938 | ||
| 679 | 2025.01.27 09:31:40.656304 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2025.01.27 09:31:40.656314 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34167 | ||
| 681 | 2025.01.27 09:31:40.656350 [ 278 ] {} <Debug> TCP-Session: eb0e66ff-81ca-4d1a-a08e-85390ad25806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2025.01.27 09:31:40.656448 [ 279 ] {} <Debug> TCP-Session: 11fa18db-b7ff-4758-9797-b3b14e37a974 Authenticating user 'default' from [fd00:1122:3344:101::a]:51543 | ||
| 683 | 2025.01.27 09:31:40.656496 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55868 | ||
| 684 | 2025.01.27 09:31:40.656528 [ 278 ] {} <Debug> TCP-Session: eb0e66ff-81ca-4d1a-a08e-85390ad25806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.01.27 09:31:40.656514 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2025.01.27 09:31:40.656839 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2025.01.27 09:31:40.656836 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.01.27 09:31:40.656866 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42532 | ||
| 689 | 2025.01.27 09:31:40.656896 [ 279 ] {} <Debug> TCP-Session: 11fa18db-b7ff-4758-9797-b3b14e37a974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.01.27 09:31:40.656945 [ 281 ] {} <Debug> TCP-Session: 41ba9e5a-ab67-4eca-9cca-7cc69204c30f Authenticating user 'default' from [fd00:1122:3344:101::a]:34167 | ||
| 691 | 2025.01.27 09:31:40.656971 [ 282 ] {} <Debug> TCP-Session: e965d28c-5209-4381-83cd-80b262c5c174 Authenticating user 'default' from [fd00:1122:3344:101::a]:55868 | ||
| 692 | 2025.01.27 09:31:40.656982 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40214 | ||
| 693 | 2025.01.27 09:31:40.657051 [ 281 ] {} <Debug> TCP-Session: 41ba9e5a-ab67-4eca-9cca-7cc69204c30f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.01.27 09:31:40.657081 [ 280 ] {} <Debug> TCP-Session: 534b4804-d2f4-479b-99b4-e587f4de8b46 Authenticating user 'default' from [fd00:1122:3344:101::a]:58437 | ||
| 695 | 2025.01.27 09:31:40.657085 [ 282 ] {} <Debug> TCP-Session: e965d28c-5209-4381-83cd-80b262c5c174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.01.27 09:31:40.657275 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 697 | 2025.01.27 09:31:40.657282 [ 279 ] {} <Debug> TCP-Session: 11fa18db-b7ff-4758-9797-b3b14e37a974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.01.27 09:31:40.657347 [ 282 ] {} <Debug> TCP-Session: e965d28c-5209-4381-83cd-80b262c5c174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.01.27 09:31:40.657354 [ 281 ] {} <Debug> TCP-Session: 41ba9e5a-ab67-4eca-9cca-7cc69204c30f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.01.27 09:31:40.657378 [ 283 ] {} <Debug> TCP-Session: f03904e8-5f34-4da9-945b-1e1769666a58 Authenticating user 'default' from [fd00:1122:3344:101::a]:42532 | ||
| 701 | 2025.01.27 09:31:40.657331 [ 280 ] {} <Debug> TCP-Session: 534b4804-d2f4-479b-99b4-e587f4de8b46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.01.27 09:31:40.657532 [ 280 ] {} <Debug> TCP-Session: 534b4804-d2f4-479b-99b4-e587f4de8b46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.01.27 09:31:40.657552 [ 283 ] {} <Debug> TCP-Session: f03904e8-5f34-4da9-945b-1e1769666a58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.01.27 09:31:40.657714 [ 283 ] {} <Debug> TCP-Session: f03904e8-5f34-4da9-945b-1e1769666a58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.01.27 09:31:40.660520 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 706 | 2025.01.27 09:31:40.661016 [ 284 ] {} <Debug> TCP-Session: b2db7d4d-3c97-4a21-91b8-e8cc7ecf5443 Authenticating user 'default' from [fd00:1122:3344:101::a]:40214 | ||
| 707 | 2025.01.27 09:31:40.661082 [ 284 ] {} <Debug> TCP-Session: b2db7d4d-3c97-4a21-91b8-e8cc7ecf5443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2025.01.27 09:31:40.661096 [ 284 ] {} <Debug> TCP-Session: b2db7d4d-3c97-4a21-91b8-e8cc7ecf5443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.01.27 09:31:41.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 127.31 MiB, peak 127.31 MiB, free memory in arenas 0.00 B, will set to 140.78 MiB (RSS), difference: 13.47 MiB | ||
| 710 | 2025.01.27 09:31:41.420247 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64378 | ||
| 711 | 2025.01.27 09:31:41.420468 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 712 | 2025.01.27 09:31:41.420504 [ 285 ] {} <Debug> TCP-Session: 79ce2df8-f314-4f6b-869a-60e928c22628 Authenticating user 'default' from [fd00:1122:3344:101::c]:64378 | ||
| 713 | 2025.01.27 09:31:41.420580 [ 285 ] {} <Debug> TCP-Session: 79ce2df8-f314-4f6b-869a-60e928c22628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.27 09:31:41.420596 [ 285 ] {} <Debug> TCP-Session: 79ce2df8-f314-4f6b-869a-60e928c22628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2025.01.27 09:31:41.420667 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 716 | 2025.01.27 09:31:41.420717 [ 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 | ||
| 717 | 2025.01.27 09:31:41.420739 [ 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 | ||
| 718 | 2025.01.27 09:31:41.421864 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55984 | ||
| 719 | 2025.01.27 09:31:41.421949 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49949 | ||
| 720 | 2025.01.27 09:31:41.422072 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 721 | 2025.01.27 09:31:41.422084 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52067 | ||
| 722 | 2025.01.27 09:31:41.422243 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57647 | ||
| 723 | 2025.01.27 09:31:41.422282 [ 286 ] {} <Debug> TCP-Session: bba198bd-36b5-464a-9401-820d13516590 Authenticating user 'default' from [fd00:1122:3344:101::c]:55984 | ||
| 724 | 2025.01.27 09:31:41.422458 [ 286 ] {} <Debug> TCP-Session: bba198bd-36b5-464a-9401-820d13516590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2025.01.27 09:31:41.422495 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 726 | 2025.01.27 09:31:41.422453 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 727 | 2025.01.27 09:31:41.422594 [ 286 ] {} <Debug> TCP-Session: bba198bd-36b5-464a-9401-820d13516590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 728 | 2025.01.27 09:31:41.422598 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 729 | 2025.01.27 09:31:41.422624 [ 287 ] {} <Debug> TCP-Session: 967ab397-5b42-465f-a920-5302b5da00b0 Authenticating user 'default' from [fd00:1122:3344:101::c]:49949 | ||
| 730 | 2025.01.27 09:31:41.422734 [ 289 ] {} <Debug> TCP-Session: 8a63aeb0-d43b-4a58-8fd6-927620519faa Authenticating user 'default' from [fd00:1122:3344:101::c]:57647 | ||
| 731 | 2025.01.27 09:31:41.422754 [ 288 ] {} <Debug> TCP-Session: 7b88558d-3e18-416d-932b-9d657e98b42d Authenticating user 'default' from [fd00:1122:3344:101::c]:52067 | ||
| 732 | 2025.01.27 09:31:41.422787 [ 287 ] {} <Debug> TCP-Session: 967ab397-5b42-465f-a920-5302b5da00b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2025.01.27 09:31:41.422789 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46288 | ||
| 734 | 2025.01.27 09:31:41.422822 [ 289 ] {} <Debug> TCP-Session: 8a63aeb0-d43b-4a58-8fd6-927620519faa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2025.01.27 09:31:41.422839 [ 287 ] {} <Debug> TCP-Session: 967ab397-5b42-465f-a920-5302b5da00b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2025.01.27 09:31:41.422849 [ 288 ] {} <Debug> TCP-Session: 7b88558d-3e18-416d-932b-9d657e98b42d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2025.01.27 09:31:41.422893 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57180 | ||
| 738 | 2025.01.27 09:31:41.422904 [ 289 ] {} <Debug> TCP-Session: 8a63aeb0-d43b-4a58-8fd6-927620519faa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2025.01.27 09:31:41.423229 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 740 | 2025.01.27 09:31:41.423276 [ 288 ] {} <Debug> TCP-Session: 7b88558d-3e18-416d-932b-9d657e98b42d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2025.01.27 09:31:41.423290 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48763 | ||
| 742 | 2025.01.27 09:31:41.423332 [ 291 ] {} <Debug> TCP-Session: f78bf37f-b086-45a7-84bc-74520f5b19dc Authenticating user 'default' from [fd00:1122:3344:101::c]:57180 | ||
| 743 | 2025.01.27 09:31:41.423309 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 744 | 2025.01.27 09:31:41.423419 [ 291 ] {} <Debug> TCP-Session: f78bf37f-b086-45a7-84bc-74520f5b19dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2025.01.27 09:31:41.423488 [ 290 ] {} <Debug> TCP-Session: 2535f678-4ee2-41e6-a8a6-c38c02a3b9f7 Authenticating user 'default' from [fd00:1122:3344:101::c]:46288 | ||
| 746 | 2025.01.27 09:31:41.423541 [ 291 ] {} <Debug> TCP-Session: f78bf37f-b086-45a7-84bc-74520f5b19dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 747 | 2025.01.27 09:31:41.423550 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 748 | 2025.01.27 09:31:41.423569 [ 290 ] {} <Debug> TCP-Session: 2535f678-4ee2-41e6-a8a6-c38c02a3b9f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2025.01.27 09:31:41.423617 [ 290 ] {} <Debug> TCP-Session: 2535f678-4ee2-41e6-a8a6-c38c02a3b9f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2025.01.27 09:31:41.423653 [ 292 ] {} <Debug> TCP-Session: 9737806d-f133-4bb8-833f-8711ff38c778 Authenticating user 'default' from [fd00:1122:3344:101::c]:48763 | ||
| 751 | 2025.01.27 09:31:41.423711 [ 292 ] {} <Debug> TCP-Session: 9737806d-f133-4bb8-833f-8711ff38c778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.27 09:31:41.423744 [ 292 ] {} <Debug> TCP-Session: 9737806d-f133-4bb8-833f-8711ff38c778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2025.01.27 09:31:46.924549 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 754 | 2025.01.27 09:31:46.924566 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 755 | 2025.01.27 09:31:46.924655 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 756 | 2025.01.27 09:31:46.924686 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 757 | 2025.01.27 09:31:46.930842 [ 243 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Loading data parts | ||
| 758 | 2025.01.27 09:31:46.931213 [ 243 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): There are no data parts | ||
| 759 | 2025.01.27 09:31:46.938770 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.01.27 09:31:46.938927 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 761 | 2025.01.27 09:31:46.942133 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.01.27 09:31:46.943067 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.01.27 09:31:46.943882 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 764 | 2025.01.27 09:31:46.952734 [ 244 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Loading data parts | ||
| 765 | 2025.01.27 09:31:46.952918 [ 244 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): There are no data parts | ||
| 766 | 2025.01.27 09:31:46.980093 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.27 09:31:46.980138 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 768 | 2025.01.27 09:31:46.987426 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.27 09:31:46.988190 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2025.01.27 09:31:46.990529 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.27 09:31:47.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.36 MiB, peak 150.36 MiB, free memory in arenas 0.00 B, will set to 151.15 MiB (RSS), difference: 4.79 MiB | ||
| 772 | 2025.01.27 09:31:49.424440 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.27 09:31:49.424541 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.27 09:31:49.432641 [ 242 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Loading data parts | ||
| 775 | 2025.01.27 09:31:49.432844 [ 242 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): There are no data parts | ||
| 776 | 2025.01.27 09:31:49.443240 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.27 09:31:49.443280 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 778 | 2025.01.27 09:31:49.445013 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.27 09:31:49.445313 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 780 | 2025.01.27 09:31:49.445823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.27 09:31:50.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.34 MiB, peak 155.34 MiB, free memory in arenas 0.00 B, will set to 151.57 MiB (RSS), difference: -3.77 MiB | ||
| 782 | 2025.01.27 09:31:54.394696 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.27 09:31:54.394757 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.27 09:31:54.444960 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2025.01.27 09:31:54.445834 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.27 09:31:54.445872 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 787 | 2025.01.27 09:31:54.446421 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.27 09:31:54.446662 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): 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.27 09:31:54.446898 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.27 09:31:54.491564 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.27 09:31:54.512504 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.27 09:31:54.512562 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 793 | 2025.01.27 09:31:54.519079 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.27 09:31:54.519850 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): 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.27 09:31:54.522271 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.27 09:32:00.000159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.25 MiB, peak 156.25 MiB, free memory in arenas 0.00 B, will set to 153.27 MiB (RSS), difference: 4.02 MiB | ||
| 797 | 2025.01.27 09:32:00.655287 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 798 | 2025.01.27 09:32:00.655491 [ 266 ] {0b32a293-2974-4ddb-a7fc-569e49ebd710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 799 | 2025.01.27 09:32:00.657789 [ 266 ] {0b32a293-2974-4ddb-a7fc-569e49ebd710} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 800 | 2025.01.27 09:32:00.660128 [ 266 ] {0b32a293-2974-4ddb-a7fc-569e49ebd710} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 801 | 2025.01.27 09:32:00.660963 [ 266 ] {0b32a293-2974-4ddb-a7fc-569e49ebd710} <Debug> TCPHandler: Processed in 0.005799534 sec. | ||
| 802 | 2025.01.27 09:32:00.665504 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2025.01.27 09:32:00.665739 [ 267 ] {07c560d3-77ea-4ed0-9d9e-1e2c20e3185e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 804 | 2025.01.27 09:32:00.667533 [ 267 ] {07c560d3-77ea-4ed0-9d9e-1e2c20e3185e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 805 | 2025.01.27 09:32:00.667601 [ 267 ] {07c560d3-77ea-4ed0-9d9e-1e2c20e3185e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 806 | 2025.01.27 09:32:00.668250 [ 267 ] {07c560d3-77ea-4ed0-9d9e-1e2c20e3185e} <Debug> TCPHandler: Processed in 0.002883527 sec. | ||
| 807 | 2025.01.27 09:32:00.668702 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.01.27 09:32:00.668883 [ 266 ] {6d598299-1ada-409b-bd00-d3cc5c6c9857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 809 | 2025.01.27 09:32:00.669321 [ 266 ] {6d598299-1ada-409b-bd00-d3cc5c6c9857} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 810 | 2025.01.27 09:32:00.669379 [ 266 ] {6d598299-1ada-409b-bd00-d3cc5c6c9857} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 811 | 2025.01.27 09:32:00.669914 [ 266 ] {6d598299-1ada-409b-bd00-d3cc5c6c9857} <Debug> TCPHandler: Processed in 0.001330911 sec. | ||
| 812 | 2025.01.27 09:32:00.670176 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 813 | 2025.01.27 09:32:00.670327 [ 267 ] {b9106731-3564-4cc2-9a7b-bd631a719b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 814 | 2025.01.27 09:32:00.670687 [ 267 ] {b9106731-3564-4cc2-9a7b-bd631a719b52} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 815 | 2025.01.27 09:32:00.670743 [ 267 ] {b9106731-3564-4cc2-9a7b-bd631a719b52} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 816 | 2025.01.27 09:32:00.671251 [ 267 ] {b9106731-3564-4cc2-9a7b-bd631a719b52} <Debug> TCPHandler: Processed in 0.001130177 sec. | ||
| 817 | 2025.01.27 09:32:00.671490 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2025.01.27 09:32:00.671643 [ 266 ] {6ff59c41-d23e-40e5-a3e3-1e1fdd8d2063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 819 | 2025.01.27 09:32:00.672008 [ 266 ] {6ff59c41-d23e-40e5-a3e3-1e1fdd8d2063} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2025.01.27 09:32:00.672065 [ 266 ] {6ff59c41-d23e-40e5-a3e3-1e1fdd8d2063} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2025.01.27 09:32:00.672573 [ 266 ] {6ff59c41-d23e-40e5-a3e3-1e1fdd8d2063} <Debug> TCPHandler: Processed in 0.001139346 sec. | ||
| 822 | 2025.01.27 09:32:00.672881 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.01.27 09:32:00.673042 [ 267 ] {b80cba16-b67c-4cb7-8d70-e8a220902dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 824 | 2025.01.27 09:32:00.673420 [ 267 ] {b80cba16-b67c-4cb7-8d70-e8a220902dfd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2025.01.27 09:32:00.673478 [ 267 ] {b80cba16-b67c-4cb7-8d70-e8a220902dfd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2025.01.27 09:32:00.673986 [ 267 ] {b80cba16-b67c-4cb7-8d70-e8a220902dfd} <Debug> TCPHandler: Processed in 0.001167437 sec. | ||
| 827 | 2025.01.27 09:32:00.674260 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 828 | 2025.01.27 09:32:00.674422 [ 266 ] {53a553ff-0b62-4046-97a7-d88792fce84f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 829 | 2025.01.27 09:32:00.674804 [ 266 ] {53a553ff-0b62-4046-97a7-d88792fce84f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 830 | 2025.01.27 09:32:00.674867 [ 266 ] {53a553ff-0b62-4046-97a7-d88792fce84f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 831 | 2025.01.27 09:32:00.675375 [ 266 ] {53a553ff-0b62-4046-97a7-d88792fce84f} <Debug> TCPHandler: Processed in 0.001168837 sec. | ||
| 832 | 2025.01.27 09:32:00.675636 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.01.27 09:32:00.675817 [ 267 ] {a59da73d-8966-4838-a67a-669cd2707c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 834 | 2025.01.27 09:32:00.676262 [ 267 ] {a59da73d-8966-4838-a67a-669cd2707c89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 835 | 2025.01.27 09:32:00.676331 [ 267 ] {a59da73d-8966-4838-a67a-669cd2707c89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 836 | 2025.01.27 09:32:00.676901 [ 267 ] {a59da73d-8966-4838-a67a-669cd2707c89} <Debug> TCPHandler: Processed in 0.001324931 sec. | ||
| 837 | 2025.01.27 09:32:00.677164 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2025.01.27 09:32:00.677317 [ 266 ] {8e9a7bb5-e291-402b-ba66-122bb2c2896c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 839 | 2025.01.27 09:32:00.677696 [ 266 ] {8e9a7bb5-e291-402b-ba66-122bb2c2896c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2025.01.27 09:32:00.677751 [ 266 ] {8e9a7bb5-e291-402b-ba66-122bb2c2896c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2025.01.27 09:32:00.678248 [ 266 ] {8e9a7bb5-e291-402b-ba66-122bb2c2896c} <Debug> TCPHandler: Processed in 0.001139297 sec. | ||
| 842 | 2025.01.27 09:32:00.678516 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2025.01.27 09:32:00.678675 [ 267 ] {5c6c8d4e-2a04-48b1-846c-55ff76a298b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 844 | 2025.01.27 09:32:00.679384 [ 267 ] {5c6c8d4e-2a04-48b1-846c-55ff76a298b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 845 | 2025.01.27 09:32:00.679491 [ 267 ] {5c6c8d4e-2a04-48b1-846c-55ff76a298b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 846 | 2025.01.27 09:32:00.680105 [ 267 ] {5c6c8d4e-2a04-48b1-846c-55ff76a298b5} <Debug> TCPHandler: Processed in 0.001660238 sec. | ||
| 847 | 2025.01.27 09:32:00.680399 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 848 | 2025.01.27 09:32:00.680557 [ 266 ] {ac32eb6a-99e8-4c7e-934d-97ffe9ae72ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 849 | 2025.01.27 09:32:00.680941 [ 266 ] {ac32eb6a-99e8-4c7e-934d-97ffe9ae72ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 850 | 2025.01.27 09:32:00.680996 [ 266 ] {ac32eb6a-99e8-4c7e-934d-97ffe9ae72ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 851 | 2025.01.27 09:32:00.681493 [ 266 ] {ac32eb6a-99e8-4c7e-934d-97ffe9ae72ca} <Debug> TCPHandler: Processed in 0.001149116 sec. | ||
| 852 | 2025.01.27 09:32:00.681753 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 853 | 2025.01.27 09:32:00.681943 [ 267 ] {3332bb46-6621-4336-a805-adc2796ed7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 854 | 2025.01.27 09:32:00.682406 [ 267 ] {3332bb46-6621-4336-a805-adc2796ed7b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 855 | 2025.01.27 09:32:00.682473 [ 267 ] {3332bb46-6621-4336-a805-adc2796ed7b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 856 | 2025.01.27 09:32:00.683017 [ 267 ] {3332bb46-6621-4336-a805-adc2796ed7b1} <Debug> TCPHandler: Processed in 0.001332671 sec. | ||
| 857 | 2025.01.27 09:32:00.683289 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 858 | 2025.01.27 09:32:00.683449 [ 266 ] {0c715f41-0a49-4a9c-87de-ed82d41d8405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 859 | 2025.01.27 09:32:00.683833 [ 266 ] {0c715f41-0a49-4a9c-87de-ed82d41d8405} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 860 | 2025.01.27 09:32:00.683889 [ 266 ] {0c715f41-0a49-4a9c-87de-ed82d41d8405} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 861 | 2025.01.27 09:32:00.684388 [ 266 ] {0c715f41-0a49-4a9c-87de-ed82d41d8405} <Debug> TCPHandler: Processed in 0.001152757 sec. | ||
| 862 | 2025.01.27 09:32:00.684621 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 863 | 2025.01.27 09:32:00.684804 [ 267 ] {17cc8efc-1f6c-451e-9b98-7a8c2d7cf93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 864 | 2025.01.27 09:32:00.685271 [ 267 ] {17cc8efc-1f6c-451e-9b98-7a8c2d7cf93c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 865 | 2025.01.27 09:32:00.685338 [ 267 ] {17cc8efc-1f6c-451e-9b98-7a8c2d7cf93c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 866 | 2025.01.27 09:32:00.685899 [ 267 ] {17cc8efc-1f6c-451e-9b98-7a8c2d7cf93c} <Debug> TCPHandler: Processed in 0.001336601 sec. | ||
| 867 | 2025.01.27 09:32:00.686123 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 868 | 2025.01.27 09:32:00.686286 [ 266 ] {acef78b5-7dd9-46e5-95b6-568d290749c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 869 | 2025.01.27 09:32:00.686679 [ 266 ] {acef78b5-7dd9-46e5-95b6-568d290749c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 870 | 2025.01.27 09:32:00.686735 [ 266 ] {acef78b5-7dd9-46e5-95b6-568d290749c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 871 | 2025.01.27 09:32:00.687235 [ 266 ] {acef78b5-7dd9-46e5-95b6-568d290749c0} <Debug> TCPHandler: Processed in 0.001164477 sec. | ||
| 872 | 2025.01.27 09:32:00.687492 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2025.01.27 09:32:00.687654 [ 267 ] {351454cc-7016-41e8-b549-d19e14669c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 874 | 2025.01.27 09:32:00.688124 [ 267 ] {351454cc-7016-41e8-b549-d19e14669c53} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 875 | 2025.01.27 09:32:00.688191 [ 267 ] {351454cc-7016-41e8-b549-d19e14669c53} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 876 | 2025.01.27 09:32:00.688807 [ 267 ] {351454cc-7016-41e8-b549-d19e14669c53} <Debug> TCPHandler: Processed in 0.001372692 sec. | ||
| 877 | 2025.01.27 09:32:00.689042 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.01.27 09:32:00.689206 [ 266 ] {c652ebcb-55f1-4f85-9f61-ed1cbd21a9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 879 | 2025.01.27 09:32:00.689604 [ 266 ] {c652ebcb-55f1-4f85-9f61-ed1cbd21a9d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 880 | 2025.01.27 09:32:00.689659 [ 266 ] {c652ebcb-55f1-4f85-9f61-ed1cbd21a9d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 881 | 2025.01.27 09:32:00.690165 [ 266 ] {c652ebcb-55f1-4f85-9f61-ed1cbd21a9d4} <Debug> TCPHandler: Processed in 0.001176288 sec. | ||
| 882 | 2025.01.27 09:32:00.690413 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 883 | 2025.01.27 09:32:00.690580 [ 267 ] {33095f5f-94f5-4ec3-898f-229dca0d80a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 884 | 2025.01.27 09:32:00.690988 [ 267 ] {33095f5f-94f5-4ec3-898f-229dca0d80a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 885 | 2025.01.27 09:32:00.691044 [ 267 ] {33095f5f-94f5-4ec3-898f-229dca0d80a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 886 | 2025.01.27 09:32:00.691555 [ 267 ] {33095f5f-94f5-4ec3-898f-229dca0d80a2} <Debug> TCPHandler: Processed in 0.001197328 sec. | ||
| 887 | 2025.01.27 09:32:00.697671 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 888 | 2025.01.27 09:32:00.697846 [ 266 ] {4d9090ec-a545-421e-b3c7-775a27f299c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 889 | 2025.01.27 09:32:00.697909 [ 266 ] {4d9090ec-a545-421e-b3c7-775a27f299c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 890 | 2025.01.27 09:32:00.700621 [ 266 ] {4d9090ec-a545-421e-b3c7-775a27f299c5} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 891 | 2025.01.27 09:32:00.700662 [ 266 ] {4d9090ec-a545-421e-b3c7-775a27f299c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 892 | 2025.01.27 09:32:00.701390 [ 266 ] {4d9090ec-a545-421e-b3c7-775a27f299c5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 893 | 2025.01.27 09:32:00.701775 [ 266 ] {4d9090ec-a545-421e-b3c7-775a27f299c5} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 894 | 2025.01.27 09:32:00.701989 [ 266 ] {4d9090ec-a545-421e-b3c7-775a27f299c5} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.004188 sec., 4297.994269340974 rows/sec., 601.14 KiB/sec. | ||
| 895 | 2025.01.27 09:32:00.702042 [ 266 ] {4d9090ec-a545-421e-b3c7-775a27f299c5} <Debug> TCPHandler: Processed in 0.004478864 sec. | ||
| 896 | 2025.01.27 09:32:00.702205 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2025.01.27 09:32:00.702358 [ 267 ] {41acb185-a730-4eb9-8f07-f9beb3d150b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 898 | 2025.01.27 09:32:00.702417 [ 267 ] {41acb185-a730-4eb9-8f07-f9beb3d150b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 899 | 2025.01.27 09:32:00.704308 [ 267 ] {41acb185-a730-4eb9-8f07-f9beb3d150b2} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 900 | 2025.01.27 09:32:00.704356 [ 267 ] {41acb185-a730-4eb9-8f07-f9beb3d150b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 901 | 2025.01.27 09:32:00.706910 [ 267 ] {41acb185-a730-4eb9-8f07-f9beb3d150b2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 902 | 2025.01.27 09:32:00.707501 [ 267 ] {41acb185-a730-4eb9-8f07-f9beb3d150b2} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 903 | 2025.01.27 09:32:00.707821 [ 267 ] {41acb185-a730-4eb9-8f07-f9beb3d150b2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.005486 sec., 10207.801676995989 rows/sec., 798.02 KiB/sec. | ||
| 904 | 2025.01.27 09:32:00.707976 [ 267 ] {41acb185-a730-4eb9-8f07-f9beb3d150b2} <Debug> TCPHandler: Processed in 0.005835636 sec. | ||
| 905 | 2025.01.27 09:32:00.708188 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 906 | 2025.01.27 09:32:00.708410 [ 266 ] {13cccff5-e985-415a-834e-ee686314abce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 907 | 2025.01.27 09:32:00.708499 [ 266 ] {13cccff5-e985-415a-834e-ee686314abce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 908 | 2025.01.27 09:32:00.709231 [ 266 ] {13cccff5-e985-415a-834e-ee686314abce} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 909 | 2025.01.27 09:32:00.709267 [ 266 ] {13cccff5-e985-415a-834e-ee686314abce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 910 | 2025.01.27 09:32:00.709746 [ 266 ] {13cccff5-e985-415a-834e-ee686314abce} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 911 | 2025.01.27 09:32:00.710429 [ 266 ] {13cccff5-e985-415a-834e-ee686314abce} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 912 | 2025.01.27 09:32:00.710657 [ 266 ] {13cccff5-e985-415a-834e-ee686314abce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0023 sec., 27826.08695652174 rows/sec., 2.17 MiB/sec. | ||
| 913 | 2025.01.27 09:32:00.710718 [ 266 ] {13cccff5-e985-415a-834e-ee686314abce} <Debug> TCPHandler: Processed in 0.002638541 sec. | ||
| 914 | 2025.01.27 09:32:00.710870 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 915 | 2025.01.27 09:32:00.710995 [ 267 ] {5c226e89-1cf2-44ea-b26d-b962429ba35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 916 | 2025.01.27 09:32:00.711048 [ 267 ] {5c226e89-1cf2-44ea-b26d-b962429ba35d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 917 | 2025.01.27 09:32:00.711672 [ 267 ] {5c226e89-1cf2-44ea-b26d-b962429ba35d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 918 | 2025.01.27 09:32:00.711708 [ 267 ] {5c226e89-1cf2-44ea-b26d-b962429ba35d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 919 | 2025.01.27 09:32:00.712280 [ 267 ] {5c226e89-1cf2-44ea-b26d-b962429ba35d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 920 | 2025.01.27 09:32:00.712779 [ 267 ] {5c226e89-1cf2-44ea-b26d-b962429ba35d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 921 | 2025.01.27 09:32:00.713037 [ 267 ] {5c226e89-1cf2-44ea-b26d-b962429ba35d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002053 sec., 62347.78373112518 rows/sec., 4.34 MiB/sec. | ||
| 922 | 2025.01.27 09:32:00.713163 [ 267 ] {5c226e89-1cf2-44ea-b26d-b962429ba35d} <Debug> TCPHandler: Processed in 0.002353404 sec. | ||
| 923 | 2025.01.27 09:32:00.713311 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 924 | 2025.01.27 09:32:00.713430 [ 266 ] {7222c1ab-fff0-41a6-8619-3a98610ae868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 925 | 2025.01.27 09:32:00.713481 [ 266 ] {7222c1ab-fff0-41a6-8619-3a98610ae868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 926 | 2025.01.27 09:32:00.713958 [ 266 ] {7222c1ab-fff0-41a6-8619-3a98610ae868} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 927 | 2025.01.27 09:32:00.713995 [ 266 ] {7222c1ab-fff0-41a6-8619-3a98610ae868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 928 | 2025.01.27 09:32:00.714499 [ 266 ] {7222c1ab-fff0-41a6-8619-3a98610ae868} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 929 | 2025.01.27 09:32:00.715004 [ 266 ] {7222c1ab-fff0-41a6-8619-3a98610ae868} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 930 | 2025.01.27 09:32:00.715247 [ 266 ] {7222c1ab-fff0-41a6-8619-3a98610ae868} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001841 sec., 26072.786529060293 rows/sec., 1.76 MiB/sec. | ||
| 931 | 2025.01.27 09:32:00.715296 [ 266 ] {7222c1ab-fff0-41a6-8619-3a98610ae868} <Debug> TCPHandler: Processed in 0.002044638 sec. | ||
| 932 | 2025.01.27 09:32:01.947978 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 933 | 2025.01.27 09:32:01.948722 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 934 | 2025.01.27 09:32:01.948774 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 935 | 2025.01.27 09:32:01.950050 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 936 | 2025.01.27 09:32:01.950981 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 937 | 2025.01.27 09:32:01.951282 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 938 | 2025.01.27 09:32:02.023311 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 939 | 2025.01.27 09:32:02.041480 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 940 | 2025.01.27 09:32:02.041521 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 941 | 2025.01.27 09:32:02.048509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 942 | 2025.01.27 09:32:02.049628 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 943 | 2025.01.27 09:32:02.051902 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 944 | 2025.01.27 09:32:05.654249 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 945 | 2025.01.27 09:32:05.654458 [ 266 ] {7cb3d065-1162-4641-8cec-73d79e12775e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 946 | 2025.01.27 09:32:05.654528 [ 266 ] {7cb3d065-1162-4641-8cec-73d79e12775e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 947 | 2025.01.27 09:32:05.655280 [ 266 ] {7cb3d065-1162-4641-8cec-73d79e12775e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 948 | 2025.01.27 09:32:05.655322 [ 266 ] {7cb3d065-1162-4641-8cec-73d79e12775e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 949 | 2025.01.27 09:32:05.655766 [ 266 ] {7cb3d065-1162-4641-8cec-73d79e12775e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 950 | 2025.01.27 09:32:05.656021 [ 266 ] {7cb3d065-1162-4641-8cec-73d79e12775e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 951 | 2025.01.27 09:32:05.656204 [ 266 ] {7cb3d065-1162-4641-8cec-73d79e12775e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001804 sec., 31042.12860310421 rows/sec., 2.37 MiB/sec. | ||
| 952 | 2025.01.27 09:32:05.656257 [ 266 ] {7cb3d065-1162-4641-8cec-73d79e12775e} <Debug> TCPHandler: Processed in 0.00213705 sec. | ||
| 953 | 2025.01.27 09:32:05.656518 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2025.01.27 09:32:05.656719 [ 267 ] {f5e99d11-b56b-4a4b-a9d1-65b0c9b8ec1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 955 | 2025.01.27 09:32:05.656796 [ 267 ] {f5e99d11-b56b-4a4b-a9d1-65b0c9b8ec1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 956 | 2025.01.27 09:32:05.657582 [ 267 ] {f5e99d11-b56b-4a4b-a9d1-65b0c9b8ec1b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 957 | 2025.01.27 09:32:05.657636 [ 267 ] {f5e99d11-b56b-4a4b-a9d1-65b0c9b8ec1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 958 | 2025.01.27 09:32:05.658093 [ 267 ] {f5e99d11-b56b-4a4b-a9d1-65b0c9b8ec1b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 959 | 2025.01.27 09:32:05.658360 [ 267 ] {f5e99d11-b56b-4a4b-a9d1-65b0c9b8ec1b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 960 | 2025.01.27 09:32:05.658601 [ 267 ] {f5e99d11-b56b-4a4b-a9d1-65b0c9b8ec1b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001938 sec., 33023.73581011352 rows/sec., 2.58 MiB/sec. | ||
| 961 | 2025.01.27 09:32:05.658667 [ 267 ] {f5e99d11-b56b-4a4b-a9d1-65b0c9b8ec1b} <Debug> TCPHandler: Processed in 0.002287122 sec. | ||
| 962 | 2025.01.27 09:32:05.658815 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 963 | 2025.01.27 09:32:05.658954 [ 266 ] {ee476596-bf25-4680-9250-1eb6e095ac9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 964 | 2025.01.27 09:32:05.659016 [ 266 ] {ee476596-bf25-4680-9250-1eb6e095ac9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 965 | 2025.01.27 09:32:05.659711 [ 266 ] {ee476596-bf25-4680-9250-1eb6e095ac9d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 966 | 2025.01.27 09:32:05.659755 [ 266 ] {ee476596-bf25-4680-9250-1eb6e095ac9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 967 | 2025.01.27 09:32:05.660164 [ 266 ] {ee476596-bf25-4680-9250-1eb6e095ac9d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 968 | 2025.01.27 09:32:05.660404 [ 266 ] {ee476596-bf25-4680-9250-1eb6e095ac9d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 969 | 2025.01.27 09:32:05.660571 [ 266 ] {ee476596-bf25-4680-9250-1eb6e095ac9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 970 | 2025.01.27 09:32:05.660619 [ 266 ] {ee476596-bf25-4680-9250-1eb6e095ac9d} <Debug> TCPHandler: Processed in 0.001858443 sec. | ||
| 971 | 2025.01.27 09:32:05.660778 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 972 | 2025.01.27 09:32:05.660958 [ 267 ] {314cd0c5-d0e1-49c7-b526-9e9d89b7f283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 973 | 2025.01.27 09:32:05.661048 [ 267 ] {314cd0c5-d0e1-49c7-b526-9e9d89b7f283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 974 | 2025.01.27 09:32:05.661877 [ 267 ] {314cd0c5-d0e1-49c7-b526-9e9d89b7f283} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 975 | 2025.01.27 09:32:05.661922 [ 267 ] {314cd0c5-d0e1-49c7-b526-9e9d89b7f283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 976 | 2025.01.27 09:32:05.662310 [ 267 ] {314cd0c5-d0e1-49c7-b526-9e9d89b7f283} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 977 | 2025.01.27 09:32:05.662551 [ 267 ] {314cd0c5-d0e1-49c7-b526-9e9d89b7f283} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 978 | 2025.01.27 09:32:05.662781 [ 267 ] {314cd0c5-d0e1-49c7-b526-9e9d89b7f283} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001872 sec., 32051.28205128205 rows/sec., 2.16 MiB/sec. | ||
| 979 | 2025.01.27 09:32:05.662852 [ 267 ] {314cd0c5-d0e1-49c7-b526-9e9d89b7f283} <Debug> TCPHandler: Processed in 0.00213364 sec. | ||
| 980 | 2025.01.27 09:32:09.394799 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 981 | 2025.01.27 09:32:09.394859 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 982 | 2025.01.27 09:32:09.448123 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 983 | 2025.01.27 09:32:09.452264 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 984 | 2025.01.27 09:32:09.452359 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 985 | 2025.01.27 09:32:09.452400 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 986 | 2025.01.27 09:32:09.455488 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 987 | 2025.01.27 09:32:09.455541 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 988 | 2025.01.27 09:32:09.457010 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 989 | 2025.01.27 09:32:09.457784 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 990 | 2025.01.27 09:32:09.457915 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 991 | 2025.01.27 09:32:09.458236 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 992 | 2025.01.27 09:32:09.458652 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 993 | 2025.01.27 09:32:09.459147 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 994 | 2025.01.27 09:32:09.552936 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 995 | 2025.01.27 09:32:09.572168 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 996 | 2025.01.27 09:32:09.572221 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 997 | 2025.01.27 09:32:09.578923 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 998 | 2025.01.27 09:32:09.580071 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 999 | 2025.01.27 09:32:09.582684 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1000 | 2025.01.27 09:32:10.648825 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1001 | 2025.01.27 09:32:10.649071 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1002 | 2025.01.27 09:32:10.649516 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1003 | 2025.01.27 09:32:10.649591 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1004 | 2025.01.27 09:32:10.649904 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1005 | 2025.01.27 09:32:10.652106 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1006 | 2025.01.27 09:32:10.652430 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1007 | 2025.01.27 09:32:10.654083 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1008 | 2025.01.27 09:32:10.654148 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1009 | 2025.01.27 09:32:10.654175 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1010 | 2025.01.27 09:32:10.654320 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1011 | 2025.01.27 09:32:10.654355 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1012 | 2025.01.27 09:32:10.663254 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.01429 sec., 1259.6221133659901 rows/sec., 51.53 KiB/sec. | ||
| 1013 | 2025.01.27 09:32:10.663391 [ 266 ] {0e2969ff-5c8c-48d7-9617-7beeabea3489} <Debug> TCPHandler: Processed in 0.014701371 sec. | ||
| 1014 | 2025.01.27 09:32:10.664311 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1015 | 2025.01.27 09:32:10.664571 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1016 | 2025.01.27 09:32:10.664976 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1017 | 2025.01.27 09:32:10.665023 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1018 | 2025.01.27 09:32:10.665332 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1019 | 2025.01.27 09:32:10.665415 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1020 | 2025.01.27 09:32:10.665591 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1021 | 2025.01.27 09:32:10.665633 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1022 | 2025.01.27 09:32:10.665659 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1023 | 2025.01.27 09:32:10.665676 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1024 | 2025.01.27 09:32:10.665726 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1025 | 2025.01.27 09:32:10.665751 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1026 | 2025.01.27 09:32:10.666412 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001957 sec., 9197.75166070516 rows/sec., 376.25 KiB/sec. | ||
| 1027 | 2025.01.27 09:32:10.666534 [ 267 ] {d85cc955-fa47-426a-ac3d-647a7cfd7588} <Debug> TCPHandler: Processed in 0.002359805 sec. | ||
| 1028 | 2025.01.27 09:32:10.666935 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1029 | 2025.01.27 09:32:10.667155 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1030 | 2025.01.27 09:32:10.667540 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1031 | 2025.01.27 09:32:10.667594 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1032 | 2025.01.27 09:32:10.667933 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1033 | 2025.01.27 09:32:10.668014 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1034 | 2025.01.27 09:32:10.668170 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1035 | 2025.01.27 09:32:10.668204 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1036 | 2025.01.27 09:32:10.668227 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1037 | 2025.01.27 09:32:10.668244 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1038 | 2025.01.27 09:32:10.668289 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1039 | 2025.01.27 09:32:10.668312 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1040 | 2025.01.27 09:32:10.668935 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00189 sec., 9523.809523809525 rows/sec., 389.59 KiB/sec. | ||
| 1041 | 2025.01.27 09:32:10.669051 [ 266 ] {4297b40e-8dfd-4659-9be2-40c084b25a60} <Debug> TCPHandler: Processed in 0.002184581 sec. | ||
| 1042 | 2025.01.27 09:32:10.669666 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1043 | 2025.01.27 09:32:10.669872 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1044 | 2025.01.27 09:32:10.670192 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1045 | 2025.01.27 09:32:10.670234 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1046 | 2025.01.27 09:32:10.670500 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1047 | 2025.01.27 09:32:10.670566 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1048 | 2025.01.27 09:32:10.670710 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1049 | 2025.01.27 09:32:10.670743 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1050 | 2025.01.27 09:32:10.670765 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1051 | 2025.01.27 09:32:10.670781 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1052 | 2025.01.27 09:32:10.670828 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1053 | 2025.01.27 09:32:10.670850 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1054 | 2025.01.27 09:32:10.671423 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001647 sec., 10928.96174863388 rows/sec., 447.07 KiB/sec. | ||
| 1055 | 2025.01.27 09:32:10.671538 [ 267 ] {03f34b52-dcf5-4680-953c-5e5a0d2f7ee0} <Debug> TCPHandler: Processed in 0.001943725 sec. | ||
| 1056 | 2025.01.27 09:32:10.671827 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1057 | 2025.01.27 09:32:10.672027 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1058 | 2025.01.27 09:32:10.672329 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1059 | 2025.01.27 09:32:10.672372 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1060 | 2025.01.27 09:32:10.672647 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1061 | 2025.01.27 09:32:10.672715 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1062 | 2025.01.27 09:32:10.672860 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1063 | 2025.01.27 09:32:10.672893 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1064 | 2025.01.27 09:32:10.672916 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1065 | 2025.01.27 09:32:10.672932 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1066 | 2025.01.27 09:32:10.672974 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1067 | 2025.01.27 09:32:10.672998 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1068 | 2025.01.27 09:32:10.673618 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00168 sec., 10714.285714285714 rows/sec., 438.29 KiB/sec. | ||
| 1069 | 2025.01.27 09:32:10.673736 [ 266 ] {998bab41-00e9-4c33-988f-08d0d9f1115b} <Debug> TCPHandler: Processed in 0.001973436 sec. | ||
| 1070 | 2025.01.27 09:32:10.674033 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1071 | 2025.01.27 09:32:10.674246 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1072 | 2025.01.27 09:32:10.674613 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1073 | 2025.01.27 09:32:10.674672 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1074 | 2025.01.27 09:32:10.675004 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1075 | 2025.01.27 09:32:10.675070 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1076 | 2025.01.27 09:32:10.675214 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1077 | 2025.01.27 09:32:10.675251 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1078 | 2025.01.27 09:32:10.675274 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1079 | 2025.01.27 09:32:10.675291 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1080 | 2025.01.27 09:32:10.675334 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1081 | 2025.01.27 09:32:10.675357 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1082 | 2025.01.27 09:32:10.675926 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001782 sec., 10101.0101010101 rows/sec., 413.20 KiB/sec. | ||
| 1083 | 2025.01.27 09:32:10.676042 [ 267 ] {32e7006b-d7a5-4a82-8e0f-c9993a009747} <Debug> TCPHandler: Processed in 0.002074699 sec. | ||
| 1084 | 2025.01.27 09:32:10.676294 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1085 | 2025.01.27 09:32:10.676468 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1086 | 2025.01.27 09:32:10.676777 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1087 | 2025.01.27 09:32:10.676819 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1088 | 2025.01.27 09:32:10.677098 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1089 | 2025.01.27 09:32:10.677163 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1090 | 2025.01.27 09:32:10.677310 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1091 | 2025.01.27 09:32:10.677342 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1092 | 2025.01.27 09:32:10.677364 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1093 | 2025.01.27 09:32:10.677381 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1094 | 2025.01.27 09:32:10.677422 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1095 | 2025.01.27 09:32:10.677445 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1096 | 2025.01.27 09:32:10.678003 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001613 sec., 11159.33044017359 rows/sec., 456.50 KiB/sec. | ||
| 1097 | 2025.01.27 09:32:10.678118 [ 266 ] {7869ffae-44ff-49fb-bce0-592a94934952} <Debug> TCPHandler: Processed in 0.001878524 sec. | ||
| 1098 | 2025.01.27 09:32:10.678381 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1099 | 2025.01.27 09:32:10.678560 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1100 | 2025.01.27 09:32:10.678868 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1101 | 2025.01.27 09:32:10.678911 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1102 | 2025.01.27 09:32:10.679188 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1103 | 2025.01.27 09:32:10.679260 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1104 | 2025.01.27 09:32:10.679410 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1105 | 2025.01.27 09:32:10.679443 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1106 | 2025.01.27 09:32:10.679465 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1107 | 2025.01.27 09:32:10.679482 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1108 | 2025.01.27 09:32:10.679525 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1109 | 2025.01.27 09:32:10.679548 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1110 | 2025.01.27 09:32:10.680284 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001807 sec., 9961.261759822912 rows/sec., 407.49 KiB/sec. | ||
| 1111 | 2025.01.27 09:32:10.680400 [ 267 ] {03dd705e-f1f6-4acd-bfa4-c204a202e9b2} <Debug> TCPHandler: Processed in 0.002077028 sec. | ||
| 1112 | 2025.01.27 09:32:10.680659 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1113 | 2025.01.27 09:32:10.680847 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1114 | 2025.01.27 09:32:10.681174 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1115 | 2025.01.27 09:32:10.681219 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1116 | 2025.01.27 09:32:10.681516 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1117 | 2025.01.27 09:32:10.681588 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1118 | 2025.01.27 09:32:10.681747 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1119 | 2025.01.27 09:32:10.681783 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1120 | 2025.01.27 09:32:10.681807 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1121 | 2025.01.27 09:32:10.681825 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1122 | 2025.01.27 09:32:10.681871 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1123 | 2025.01.27 09:32:10.681896 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1124 | 2025.01.27 09:32:10.682562 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0018 sec., 10000 rows/sec., 409.07 KiB/sec. | ||
| 1125 | 2025.01.27 09:32:10.682682 [ 266 ] {39c60e58-d8e1-40d2-b0ec-71e78a182636} <Debug> TCPHandler: Processed in 0.002085109 sec. | ||
| 1126 | 2025.01.27 09:32:10.682928 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1127 | 2025.01.27 09:32:10.683109 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1128 | 2025.01.27 09:32:10.683422 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1129 | 2025.01.27 09:32:10.683465 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1130 | 2025.01.27 09:32:10.683744 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1131 | 2025.01.27 09:32:10.683809 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1132 | 2025.01.27 09:32:10.683953 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1133 | 2025.01.27 09:32:10.683986 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1134 | 2025.01.27 09:32:10.684007 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1135 | 2025.01.27 09:32:10.684024 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1136 | 2025.01.27 09:32:10.684065 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1137 | 2025.01.27 09:32:10.684087 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1138 | 2025.01.27 09:32:10.684650 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001625 sec., 11076.923076923078 rows/sec., 453.13 KiB/sec. | ||
| 1139 | 2025.01.27 09:32:10.684765 [ 267 ] {829c7b3c-9585-4d61-8819-2c94b278ff3c} <Debug> TCPHandler: Processed in 0.001894124 sec. | ||
| 1140 | 2025.01.27 09:32:10.685015 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1141 | 2025.01.27 09:32:10.685194 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1142 | 2025.01.27 09:32:10.685511 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1143 | 2025.01.27 09:32:10.685556 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1144 | 2025.01.27 09:32:10.685847 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1145 | 2025.01.27 09:32:10.685913 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1146 | 2025.01.27 09:32:10.686062 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1147 | 2025.01.27 09:32:10.686096 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1148 | 2025.01.27 09:32:10.686118 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1149 | 2025.01.27 09:32:10.686135 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1150 | 2025.01.27 09:32:10.686177 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1151 | 2025.01.27 09:32:10.686201 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1152 | 2025.01.27 09:32:10.686768 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001657 sec., 10863.005431502716 rows/sec., 444.37 KiB/sec. | ||
| 1153 | 2025.01.27 09:32:10.686884 [ 266 ] {1a1c6c1f-d72f-42e0-9d91-932825488cc6} <Debug> TCPHandler: Processed in 0.001925274 sec. | ||
| 1154 | 2025.01.27 09:32:10.687154 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1155 | 2025.01.27 09:32:10.687341 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1156 | 2025.01.27 09:32:10.687660 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1157 | 2025.01.27 09:32:10.687705 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1158 | 2025.01.27 09:32:10.687991 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1159 | 2025.01.27 09:32:10.688056 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1160 | 2025.01.27 09:32:10.688199 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1161 | 2025.01.27 09:32:10.688233 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1162 | 2025.01.27 09:32:10.688255 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1163 | 2025.01.27 09:32:10.688272 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1164 | 2025.01.27 09:32:10.688317 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1165 | 2025.01.27 09:32:10.688339 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1166 | 2025.01.27 09:32:10.688953 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001696 sec., 10613.207547169812 rows/sec., 434.16 KiB/sec. | ||
| 1167 | 2025.01.27 09:32:10.689068 [ 267 ] {6db23e04-8e20-46c1-89a6-e5af402437c4} <Debug> TCPHandler: Processed in 0.001975216 sec. | ||
| 1168 | 2025.01.27 09:32:10.693122 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1169 | 2025.01.27 09:32:10.693338 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1170 | 2025.01.27 09:32:10.693720 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1171 | 2025.01.27 09:32:10.693778 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1172 | 2025.01.27 09:32:10.694120 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1173 | 2025.01.27 09:32:10.694189 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1174 | 2025.01.27 09:32:10.694334 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1175 | 2025.01.27 09:32:10.694368 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1176 | 2025.01.27 09:32:10.694390 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1177 | 2025.01.27 09:32:10.694407 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1178 | 2025.01.27 09:32:10.694452 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1179 | 2025.01.27 09:32:10.694476 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1180 | 2025.01.27 09:32:10.695083 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001846 sec., 9750.812567713976 rows/sec., 398.88 KiB/sec. | ||
| 1181 | 2025.01.27 09:32:10.695230 [ 266 ] {15e23935-b8c6-4486-ac5f-0e50c576d261} <Debug> TCPHandler: Processed in 0.00217558 sec. | ||
| 1182 | 2025.01.27 09:32:10.702053 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2025.01.27 09:32:10.702180 [ 266 ] {45672974-cf2d-4d3b-b677-aa8a2255e7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1184 | 2025.01.27 09:32:10.702229 [ 266 ] {45672974-cf2d-4d3b-b677-aa8a2255e7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1185 | 2025.01.27 09:32:10.702929 [ 266 ] {45672974-cf2d-4d3b-b677-aa8a2255e7ad} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2025.01.27 09:32:10.702972 [ 266 ] {45672974-cf2d-4d3b-b677-aa8a2255e7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1187 | 2025.01.27 09:32:10.703684 [ 266 ] {45672974-cf2d-4d3b-b677-aa8a2255e7ad} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1188 | 2025.01.27 09:32:10.704152 [ 266 ] {45672974-cf2d-4d3b-b677-aa8a2255e7ad} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1189 | 2025.01.27 09:32:10.704397 [ 266 ] {45672974-cf2d-4d3b-b677-aa8a2255e7ad} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.00225 sec., 5777.777777777778 rows/sec., 1.14 MiB/sec. | ||
| 1190 | 2025.01.27 09:32:10.704456 [ 266 ] {45672974-cf2d-4d3b-b677-aa8a2255e7ad} <Debug> TCPHandler: Processed in 0.002456047 sec. | ||
| 1191 | 2025.01.27 09:32:10.704621 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.01.27 09:32:10.704757 [ 267 ] {9713cd4a-0d80-462d-bc24-7c6d06606a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1193 | 2025.01.27 09:32:10.704809 [ 267 ] {9713cd4a-0d80-462d-bc24-7c6d06606a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1194 | 2025.01.27 09:32:10.706043 [ 267 ] {9713cd4a-0d80-462d-bc24-7c6d06606a39} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.01.27 09:32:10.706080 [ 267 ] {9713cd4a-0d80-462d-bc24-7c6d06606a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1196 | 2025.01.27 09:32:10.706608 [ 267 ] {9713cd4a-0d80-462d-bc24-7c6d06606a39} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1197 | 2025.01.27 09:32:10.707059 [ 267 ] {9713cd4a-0d80-462d-bc24-7c6d06606a39} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.01.27 09:32:10.707246 [ 267 ] {9713cd4a-0d80-462d-bc24-7c6d06606a39} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002527 sec., 5540.166204986149 rows/sec., 398.82 KiB/sec. | ||
| 1199 | 2025.01.27 09:32:10.707298 [ 267 ] {9713cd4a-0d80-462d-bc24-7c6d06606a39} <Debug> TCPHandler: Processed in 0.002739604 sec. | ||
| 1200 | 2025.01.27 09:32:10.707462 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.01.27 09:32:10.707585 [ 266 ] {2e7a4af5-b342-46bf-a6b0-d77b8532f052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1202 | 2025.01.27 09:32:10.707636 [ 266 ] {2e7a4af5-b342-46bf-a6b0-d77b8532f052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1203 | 2025.01.27 09:32:10.708336 [ 266 ] {2e7a4af5-b342-46bf-a6b0-d77b8532f052} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2025.01.27 09:32:10.708377 [ 266 ] {2e7a4af5-b342-46bf-a6b0-d77b8532f052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1205 | 2025.01.27 09:32:10.708900 [ 266 ] {2e7a4af5-b342-46bf-a6b0-d77b8532f052} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1206 | 2025.01.27 09:32:10.709417 [ 266 ] {2e7a4af5-b342-46bf-a6b0-d77b8532f052} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2025.01.27 09:32:10.709633 [ 266 ] {2e7a4af5-b342-46bf-a6b0-d77b8532f052} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002076 sec., 105491.32947976878 rows/sec., 9.19 MiB/sec. | ||
| 1208 | 2025.01.27 09:32:10.709683 [ 266 ] {2e7a4af5-b342-46bf-a6b0-d77b8532f052} <Debug> TCPHandler: Processed in 0.002281883 sec. | ||
| 1209 | 2025.01.27 09:32:10.709839 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2025.01.27 09:32:10.709980 [ 267 ] {27164dcf-0ad4-468a-b797-651da094b77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1211 | 2025.01.27 09:32:10.710038 [ 267 ] {27164dcf-0ad4-468a-b797-651da094b77f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1212 | 2025.01.27 09:32:10.710984 [ 267 ] {27164dcf-0ad4-468a-b797-651da094b77f} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1213 | 2025.01.27 09:32:10.711019 [ 267 ] {27164dcf-0ad4-468a-b797-651da094b77f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1214 | 2025.01.27 09:32:10.711496 [ 267 ] {27164dcf-0ad4-468a-b797-651da094b77f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1215 | 2025.01.27 09:32:10.712026 [ 267 ] {27164dcf-0ad4-468a-b797-651da094b77f} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1216 | 2025.01.27 09:32:10.712223 [ 267 ] {27164dcf-0ad4-468a-b797-651da094b77f} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002274 sec., 6596.306068601583 rows/sec., 465.09 KiB/sec. | ||
| 1217 | 2025.01.27 09:32:10.712284 [ 267 ] {27164dcf-0ad4-468a-b797-651da094b77f} <Debug> TCPHandler: Processed in 0.002512738 sec. | ||
| 1218 | 2025.01.27 09:32:10.712443 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2025.01.27 09:32:10.712581 [ 266 ] {719bd66e-b2fe-48fa-abf8-b7951f807e7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1220 | 2025.01.27 09:32:10.712639 [ 266 ] {719bd66e-b2fe-48fa-abf8-b7951f807e7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1221 | 2025.01.27 09:32:10.713279 [ 266 ] {719bd66e-b2fe-48fa-abf8-b7951f807e7a} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1222 | 2025.01.27 09:32:10.713319 [ 266 ] {719bd66e-b2fe-48fa-abf8-b7951f807e7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1223 | 2025.01.27 09:32:10.713850 [ 266 ] {719bd66e-b2fe-48fa-abf8-b7951f807e7a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1224 | 2025.01.27 09:32:10.714526 [ 266 ] {719bd66e-b2fe-48fa-abf8-b7951f807e7a} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1225 | 2025.01.27 09:32:10.714725 [ 266 ] {719bd66e-b2fe-48fa-abf8-b7951f807e7a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002174 sec., 6439.742410303587 rows/sec., 451.00 KiB/sec. | ||
| 1226 | 2025.01.27 09:32:10.714776 [ 266 ] {719bd66e-b2fe-48fa-abf8-b7951f807e7a} <Debug> TCPHandler: Processed in 0.002396105 sec. | ||
| 1227 | 2025.01.27 09:32:10.714930 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2025.01.27 09:32:10.715052 [ 267 ] {de280082-2d93-47bd-8f22-0317ab0a208a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1229 | 2025.01.27 09:32:10.715100 [ 267 ] {de280082-2d93-47bd-8f22-0317ab0a208a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1230 | 2025.01.27 09:32:10.716421 [ 267 ] {de280082-2d93-47bd-8f22-0317ab0a208a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1231 | 2025.01.27 09:32:10.716467 [ 267 ] {de280082-2d93-47bd-8f22-0317ab0a208a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1232 | 2025.01.27 09:32:10.717517 [ 267 ] {de280082-2d93-47bd-8f22-0317ab0a208a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1233 | 2025.01.27 09:32:10.718081 [ 267 ] {de280082-2d93-47bd-8f22-0317ab0a208a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1234 | 2025.01.27 09:32:10.718331 [ 267 ] {de280082-2d93-47bd-8f22-0317ab0a208a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00329 sec., 3951.367781155015 rows/sec., 246.37 KiB/sec. | ||
| 1235 | 2025.01.27 09:32:10.718479 [ 267 ] {de280082-2d93-47bd-8f22-0317ab0a208a} <Debug> TCPHandler: Processed in 0.003607313 sec. | ||
| 1236 | 2025.01.27 09:32:10.718648 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1237 | 2025.01.27 09:32:10.718773 [ 266 ] {1513c5ce-8cd2-4b7a-ae87-05cabc68e9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1238 | 2025.01.27 09:32:10.718823 [ 266 ] {1513c5ce-8cd2-4b7a-ae87-05cabc68e9f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1239 | 2025.01.27 09:32:10.719554 [ 266 ] {1513c5ce-8cd2-4b7a-ae87-05cabc68e9f6} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.01.27 09:32:10.719594 [ 266 ] {1513c5ce-8cd2-4b7a-ae87-05cabc68e9f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1241 | 2025.01.27 09:32:10.720126 [ 266 ] {1513c5ce-8cd2-4b7a-ae87-05cabc68e9f6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1242 | 2025.01.27 09:32:10.720643 [ 266 ] {1513c5ce-8cd2-4b7a-ae87-05cabc68e9f6} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1243 | 2025.01.27 09:32:10.721029 [ 266 ] {1513c5ce-8cd2-4b7a-ae87-05cabc68e9f6} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002258 sec., 172719.22054915855 rows/sec., 12.25 MiB/sec. | ||
| 1244 | 2025.01.27 09:32:10.721123 [ 266 ] {1513c5ce-8cd2-4b7a-ae87-05cabc68e9f6} <Debug> TCPHandler: Processed in 0.002536809 sec. | ||
| 1245 | 2025.01.27 09:32:10.721281 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2025.01.27 09:32:10.721405 [ 267 ] {553282fd-7183-459e-89af-a5015cc0c4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1247 | 2025.01.27 09:32:10.721456 [ 267 ] {553282fd-7183-459e-89af-a5015cc0c4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1248 | 2025.01.27 09:32:10.721951 [ 267 ] {553282fd-7183-459e-89af-a5015cc0c4a6} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1249 | 2025.01.27 09:32:10.721989 [ 267 ] {553282fd-7183-459e-89af-a5015cc0c4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1250 | 2025.01.27 09:32:10.722509 [ 267 ] {553282fd-7183-459e-89af-a5015cc0c4a6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1251 | 2025.01.27 09:32:10.723030 [ 267 ] {553282fd-7183-459e-89af-a5015cc0c4a6} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1252 | 2025.01.27 09:32:10.723272 [ 267 ] {553282fd-7183-459e-89af-a5015cc0c4a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001881 sec., 3189.7926634768737 rows/sec., 166.65 KiB/sec. | ||
| 1253 | 2025.01.27 09:32:10.723329 [ 267 ] {553282fd-7183-459e-89af-a5015cc0c4a6} <Debug> TCPHandler: Processed in 0.002111609 sec. | ||
| 1254 | 2025.01.27 09:32:10.723497 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1255 | 2025.01.27 09:32:10.723636 [ 266 ] {e63e29c8-8caf-4b5c-968e-3aff1fc05076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1256 | 2025.01.27 09:32:10.723697 [ 266 ] {e63e29c8-8caf-4b5c-968e-3aff1fc05076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1257 | 2025.01.27 09:32:10.724319 [ 266 ] {e63e29c8-8caf-4b5c-968e-3aff1fc05076} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.01.27 09:32:10.724357 [ 266 ] {e63e29c8-8caf-4b5c-968e-3aff1fc05076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1259 | 2025.01.27 09:32:10.724888 [ 266 ] {e63e29c8-8caf-4b5c-968e-3aff1fc05076} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1260 | 2025.01.27 09:32:10.725413 [ 266 ] {e63e29c8-8caf-4b5c-968e-3aff1fc05076} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1261 | 2025.01.27 09:32:10.725674 [ 266 ] {e63e29c8-8caf-4b5c-968e-3aff1fc05076} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002051 sec., 115553.38859093127 rows/sec., 7.75 MiB/sec. | ||
| 1262 | 2025.01.27 09:32:10.725804 [ 266 ] {e63e29c8-8caf-4b5c-968e-3aff1fc05076} <Debug> TCPHandler: Processed in 0.002375986 sec. | ||
| 1263 | 2025.01.27 09:32:10.725949 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2025.01.27 09:32:10.726085 [ 267 ] {592d9a16-366f-4808-87eb-03b50e8b161f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1265 | 2025.01.27 09:32:10.726144 [ 267 ] {592d9a16-366f-4808-87eb-03b50e8b161f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1266 | 2025.01.27 09:32:10.726690 [ 267 ] {592d9a16-366f-4808-87eb-03b50e8b161f} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2025.01.27 09:32:10.726734 [ 267 ] {592d9a16-366f-4808-87eb-03b50e8b161f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1268 | 2025.01.27 09:32:10.727285 [ 267 ] {592d9a16-366f-4808-87eb-03b50e8b161f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1269 | 2025.01.27 09:32:10.727799 [ 267 ] {592d9a16-366f-4808-87eb-03b50e8b161f} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2025.01.27 09:32:10.728034 [ 267 ] {592d9a16-366f-4808-87eb-03b50e8b161f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001961 sec., 509.94390617032127 rows/sec., 34.36 KiB/sec. | ||
| 1271 | 2025.01.27 09:32:10.728107 [ 267 ] {592d9a16-366f-4808-87eb-03b50e8b161f} <Debug> TCPHandler: Processed in 0.002216791 sec. | ||
| 1272 | 2025.01.27 09:32:10.728254 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2025.01.27 09:32:10.728373 [ 266 ] {a9c068d2-84aa-439c-8ddb-608f86f351ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1274 | 2025.01.27 09:32:10.728453 [ 266 ] {a9c068d2-84aa-439c-8ddb-608f86f351ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1275 | 2025.01.27 09:32:10.729555 [ 266 ] {a9c068d2-84aa-439c-8ddb-608f86f351ac} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2025.01.27 09:32:10.729594 [ 266 ] {a9c068d2-84aa-439c-8ddb-608f86f351ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1277 | 2025.01.27 09:32:10.732438 [ 266 ] {a9c068d2-84aa-439c-8ddb-608f86f351ac} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1278 | 2025.01.27 09:32:10.732908 [ 266 ] {a9c068d2-84aa-439c-8ddb-608f86f351ac} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2025.01.27 09:32:10.733144 [ 266 ] {a9c068d2-84aa-439c-8ddb-608f86f351ac} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004795 sec., 1668.4045881126174 rows/sec., 2.99 MiB/sec. | ||
| 1280 | 2025.01.27 09:32:10.733235 [ 266 ] {a9c068d2-84aa-439c-8ddb-608f86f351ac} <Debug> TCPHandler: Processed in 0.005039057 sec. | ||
| 1281 | 2025.01.27 09:32:10.733405 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1282 | 2025.01.27 09:32:10.733528 [ 267 ] {910615e7-c56c-4ec9-afd8-36b2cc84bfe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1283 | 2025.01.27 09:32:10.733578 [ 267 ] {910615e7-c56c-4ec9-afd8-36b2cc84bfe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1284 | 2025.01.27 09:32:10.734082 [ 267 ] {910615e7-c56c-4ec9-afd8-36b2cc84bfe1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1285 | 2025.01.27 09:32:10.734120 [ 267 ] {910615e7-c56c-4ec9-afd8-36b2cc84bfe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1286 | 2025.01.27 09:32:10.734630 [ 267 ] {910615e7-c56c-4ec9-afd8-36b2cc84bfe1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1287 | 2025.01.27 09:32:10.735135 [ 267 ] {910615e7-c56c-4ec9-afd8-36b2cc84bfe1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1288 | 2025.01.27 09:32:10.735323 [ 267 ] {910615e7-c56c-4ec9-afd8-36b2cc84bfe1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001819 sec., 45079.71412864211 rows/sec., 2.86 MiB/sec. | ||
| 1289 | 2025.01.27 09:32:10.735372 [ 267 ] {910615e7-c56c-4ec9-afd8-36b2cc84bfe1} <Debug> TCPHandler: Processed in 0.002022517 sec. | ||
| 1290 | 2025.01.27 09:32:15.654708 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1291 | 2025.01.27 09:32:15.654951 [ 266 ] {8131ff24-612f-476a-90cc-00ef83b0a4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1292 | 2025.01.27 09:32:15.655037 [ 266 ] {8131ff24-612f-476a-90cc-00ef83b0a4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1293 | 2025.01.27 09:32:15.655807 [ 266 ] {8131ff24-612f-476a-90cc-00ef83b0a4b4} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1294 | 2025.01.27 09:32:15.655867 [ 266 ] {8131ff24-612f-476a-90cc-00ef83b0a4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1295 | 2025.01.27 09:32:15.656414 [ 266 ] {8131ff24-612f-476a-90cc-00ef83b0a4b4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1296 | 2025.01.27 09:32:15.656884 [ 266 ] {8131ff24-612f-476a-90cc-00ef83b0a4b4} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1297 | 2025.01.27 09:32:15.657121 [ 266 ] {8131ff24-612f-476a-90cc-00ef83b0a4b4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002228 sec., 25134.649910233395 rows/sec., 1.92 MiB/sec. | ||
| 1298 | 2025.01.27 09:32:15.657309 [ 266 ] {8131ff24-612f-476a-90cc-00ef83b0a4b4} <Debug> TCPHandler: Processed in 0.002734854 sec. | ||
| 1299 | 2025.01.27 09:32:15.657560 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.01.27 09:32:15.657758 [ 267 ] {f4d2aca2-a4c6-43a6-947e-43b8ea221c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1301 | 2025.01.27 09:32:15.657830 [ 267 ] {f4d2aca2-a4c6-43a6-947e-43b8ea221c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1302 | 2025.01.27 09:32:15.658585 [ 267 ] {f4d2aca2-a4c6-43a6-947e-43b8ea221c35} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.01.27 09:32:15.658631 [ 267 ] {f4d2aca2-a4c6-43a6-947e-43b8ea221c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1304 | 2025.01.27 09:32:15.659195 [ 267 ] {f4d2aca2-a4c6-43a6-947e-43b8ea221c35} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1305 | 2025.01.27 09:32:15.659724 [ 267 ] {f4d2aca2-a4c6-43a6-947e-43b8ea221c35} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1306 | 2025.01.27 09:32:15.659983 [ 267 ] {f4d2aca2-a4c6-43a6-947e-43b8ea221c35} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002273 sec., 28156.621205455347 rows/sec., 2.20 MiB/sec. | ||
| 1307 | 2025.01.27 09:32:15.660045 [ 267 ] {f4d2aca2-a4c6-43a6-947e-43b8ea221c35} <Debug> TCPHandler: Processed in 0.002613531 sec. | ||
| 1308 | 2025.01.27 09:32:15.660224 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.01.27 09:32:15.660373 [ 266 ] {49b5d97c-89ba-433a-bae0-f90e6a9f39ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1310 | 2025.01.27 09:32:15.660441 [ 266 ] {49b5d97c-89ba-433a-bae0-f90e6a9f39ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1311 | 2025.01.27 09:32:15.661119 [ 266 ] {49b5d97c-89ba-433a-bae0-f90e6a9f39ed} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.01.27 09:32:15.661160 [ 266 ] {49b5d97c-89ba-433a-bae0-f90e6a9f39ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1313 | 2025.01.27 09:32:15.661677 [ 266 ] {49b5d97c-89ba-433a-bae0-f90e6a9f39ed} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1314 | 2025.01.27 09:32:15.662134 [ 266 ] {49b5d97c-89ba-433a-bae0-f90e6a9f39ed} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.01.27 09:32:15.662321 [ 266 ] {49b5d97c-89ba-433a-bae0-f90e6a9f39ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001985 sec., 80604.53400503779 rows/sec., 5.61 MiB/sec. | ||
| 1316 | 2025.01.27 09:32:15.662376 [ 266 ] {49b5d97c-89ba-433a-bae0-f90e6a9f39ed} <Debug> TCPHandler: Processed in 0.002222402 sec. | ||
| 1317 | 2025.01.27 09:32:15.662537 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.01.27 09:32:15.662667 [ 267 ] {8069eb44-8ba3-4df7-b2e0-6d8f64126a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1319 | 2025.01.27 09:32:15.662723 [ 267 ] {8069eb44-8ba3-4df7-b2e0-6d8f64126a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1320 | 2025.01.27 09:32:15.663225 [ 267 ] {8069eb44-8ba3-4df7-b2e0-6d8f64126a9a} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.01.27 09:32:15.663265 [ 267 ] {8069eb44-8ba3-4df7-b2e0-6d8f64126a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1322 | 2025.01.27 09:32:15.663770 [ 267 ] {8069eb44-8ba3-4df7-b2e0-6d8f64126a9a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1323 | 2025.01.27 09:32:15.664313 [ 267 ] {8069eb44-8ba3-4df7-b2e0-6d8f64126a9a} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.01.27 09:32:15.664512 [ 267 ] {8069eb44-8ba3-4df7-b2e0-6d8f64126a9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001867 sec., 32137.118371719338 rows/sec., 2.17 MiB/sec. | ||
| 1325 | 2025.01.27 09:32:15.664588 [ 267 ] {8069eb44-8ba3-4df7-b2e0-6d8f64126a9a} <Debug> TCPHandler: Processed in 0.002108359 sec. | ||
| 1326 | 2025.01.27 09:32:16.959330 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1327 | 2025.01.27 09:32:16.959965 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1328 | 2025.01.27 09:32:16.960014 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1329 | 2025.01.27 09:32:16.960686 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1330 | 2025.01.27 09:32:16.961259 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1331 | 2025.01.27 09:32:16.961535 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1332 | 2025.01.27 09:32:17.083720 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1333 | 2025.01.27 09:32:17.103633 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1334 | 2025.01.27 09:32:17.103690 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1335 | 2025.01.27 09:32:17.110963 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1336 | 2025.01.27 09:32:17.112138 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1337 | 2025.01.27 09:32:17.114788 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1338 | 2025.01.27 09:32:18.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.47 MiB, peak 162.47 MiB, free memory in arenas 0.00 B, will set to 160.02 MiB (RSS), difference: 1.55 MiB | ||
| 1339 | 2025.01.27 09:32:19.460375 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1340 | 2025.01.27 09:32:19.463945 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1341 | 2025.01.27 09:32:19.463996 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1342 | 2025.01.27 09:32:19.465703 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1343 | 2025.01.27 09:32:19.466275 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1344 | 2025.01.27 09:32:19.467077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1345 | 2025.01.27 09:32:20.660638 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2025.01.27 09:32:20.660827 [ 266 ] {66cfa414-b9de-4938-8966-317732b51aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1347 | 2025.01.27 09:32:20.660900 [ 266 ] {66cfa414-b9de-4938-8966-317732b51aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1348 | 2025.01.27 09:32:20.661668 [ 266 ] {66cfa414-b9de-4938-8966-317732b51aac} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1349 | 2025.01.27 09:32:20.661716 [ 266 ] {66cfa414-b9de-4938-8966-317732b51aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1350 | 2025.01.27 09:32:20.662284 [ 266 ] {66cfa414-b9de-4938-8966-317732b51aac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1351 | 2025.01.27 09:32:20.662864 [ 266 ] {66cfa414-b9de-4938-8966-317732b51aac} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1352 | 2025.01.27 09:32:20.663053 [ 266 ] {66cfa414-b9de-4938-8966-317732b51aac} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002279 sec., 6143.045195261079 rows/sec., 442.22 KiB/sec. | ||
| 1353 | 2025.01.27 09:32:20.663107 [ 266 ] {66cfa414-b9de-4938-8966-317732b51aac} <Debug> TCPHandler: Processed in 0.00260145 sec. | ||
| 1354 | 2025.01.27 09:32:20.663376 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.01.27 09:32:20.663582 [ 267 ] {6b7c0143-8291-47fc-bcf9-d2613d8ac222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1356 | 2025.01.27 09:32:20.663658 [ 267 ] {6b7c0143-8291-47fc-bcf9-d2613d8ac222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1357 | 2025.01.27 09:32:20.664507 [ 267 ] {6b7c0143-8291-47fc-bcf9-d2613d8ac222} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1358 | 2025.01.27 09:32:20.664559 [ 267 ] {6b7c0143-8291-47fc-bcf9-d2613d8ac222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1359 | 2025.01.27 09:32:20.665188 [ 267 ] {6b7c0143-8291-47fc-bcf9-d2613d8ac222} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1360 | 2025.01.27 09:32:20.665668 [ 267 ] {6b7c0143-8291-47fc-bcf9-d2613d8ac222} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1361 | 2025.01.27 09:32:20.665915 [ 267 ] {6b7c0143-8291-47fc-bcf9-d2613d8ac222} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.00239 sec., 91631.79916317991 rows/sec., 7.98 MiB/sec. | ||
| 1362 | 2025.01.27 09:32:20.665971 [ 267 ] {6b7c0143-8291-47fc-bcf9-d2613d8ac222} <Debug> TCPHandler: Processed in 0.002729454 sec. | ||
| 1363 | 2025.01.27 09:32:20.666133 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2025.01.27 09:32:20.666251 [ 266 ] {53bcbceb-5d46-48a1-9a09-f2674547577a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1365 | 2025.01.27 09:32:20.666308 [ 266 ] {53bcbceb-5d46-48a1-9a09-f2674547577a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1366 | 2025.01.27 09:32:20.666988 [ 266 ] {53bcbceb-5d46-48a1-9a09-f2674547577a} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2025.01.27 09:32:20.667034 [ 266 ] {53bcbceb-5d46-48a1-9a09-f2674547577a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1368 | 2025.01.27 09:32:20.667588 [ 266 ] {53bcbceb-5d46-48a1-9a09-f2674547577a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1369 | 2025.01.27 09:32:20.668151 [ 266 ] {53bcbceb-5d46-48a1-9a09-f2674547577a} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1370 | 2025.01.27 09:32:20.668375 [ 266 ] {53bcbceb-5d46-48a1-9a09-f2674547577a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002135 sec., 7025.761124121779 rows/sec., 495.37 KiB/sec. | ||
| 1371 | 2025.01.27 09:32:20.668497 [ 266 ] {53bcbceb-5d46-48a1-9a09-f2674547577a} <Debug> TCPHandler: Processed in 0.002419156 sec. | ||
| 1372 | 2025.01.27 09:32:20.668662 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1373 | 2025.01.27 09:32:20.668785 [ 267 ] {6ce1d460-6cdf-41c1-bded-54ccf6a93889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1374 | 2025.01.27 09:32:20.668834 [ 267 ] {6ce1d460-6cdf-41c1-bded-54ccf6a93889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1375 | 2025.01.27 09:32:20.669502 [ 267 ] {6ce1d460-6cdf-41c1-bded-54ccf6a93889} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1376 | 2025.01.27 09:32:20.669540 [ 267 ] {6ce1d460-6cdf-41c1-bded-54ccf6a93889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1377 | 2025.01.27 09:32:20.670023 [ 267 ] {6ce1d460-6cdf-41c1-bded-54ccf6a93889} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1378 | 2025.01.27 09:32:20.670485 [ 267 ] {6ce1d460-6cdf-41c1-bded-54ccf6a93889} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1379 | 2025.01.27 09:32:20.670693 [ 267 ] {6ce1d460-6cdf-41c1-bded-54ccf6a93889} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001935 sec., 7235.142118863048 rows/sec., 506.70 KiB/sec. | ||
| 1380 | 2025.01.27 09:32:20.670743 [ 267 ] {6ce1d460-6cdf-41c1-bded-54ccf6a93889} <Debug> TCPHandler: Processed in 0.002139419 sec. | ||
| 1381 | 2025.01.27 09:32:20.670913 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2025.01.27 09:32:20.671052 [ 266 ] {533c1a39-462d-47dd-ab7a-53405550855b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1383 | 2025.01.27 09:32:20.671109 [ 266 ] {533c1a39-462d-47dd-ab7a-53405550855b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1384 | 2025.01.27 09:32:20.671705 [ 266 ] {533c1a39-462d-47dd-ab7a-53405550855b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2025.01.27 09:32:20.671746 [ 266 ] {533c1a39-462d-47dd-ab7a-53405550855b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1386 | 2025.01.27 09:32:20.672312 [ 266 ] {533c1a39-462d-47dd-ab7a-53405550855b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1387 | 2025.01.27 09:32:20.672833 [ 266 ] {533c1a39-462d-47dd-ab7a-53405550855b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2025.01.27 09:32:20.673006 [ 266 ] {533c1a39-462d-47dd-ab7a-53405550855b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001985 sec., 6549.1183879093205 rows/sec., 408.34 KiB/sec. | ||
| 1389 | 2025.01.27 09:32:20.673055 [ 266 ] {533c1a39-462d-47dd-ab7a-53405550855b} <Debug> TCPHandler: Processed in 0.002209161 sec. | ||
| 1390 | 2025.01.27 09:32:20.673206 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2025.01.27 09:32:20.673328 [ 267 ] {8580d9a2-90ac-4fcd-8a07-729f38ce45ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1392 | 2025.01.27 09:32:20.673381 [ 267 ] {8580d9a2-90ac-4fcd-8a07-729f38ce45ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1393 | 2025.01.27 09:32:20.674116 [ 267 ] {8580d9a2-90ac-4fcd-8a07-729f38ce45ac} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2025.01.27 09:32:20.674156 [ 267 ] {8580d9a2-90ac-4fcd-8a07-729f38ce45ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1395 | 2025.01.27 09:32:20.674764 [ 267 ] {8580d9a2-90ac-4fcd-8a07-729f38ce45ac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1396 | 2025.01.27 09:32:20.675307 [ 267 ] {8580d9a2-90ac-4fcd-8a07-729f38ce45ac} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1397 | 2025.01.27 09:32:20.675558 [ 267 ] {8580d9a2-90ac-4fcd-8a07-729f38ce45ac} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002255 sec., 172949.00221729488 rows/sec., 12.27 MiB/sec. | ||
| 1398 | 2025.01.27 09:32:20.675624 [ 267 ] {8580d9a2-90ac-4fcd-8a07-729f38ce45ac} <Debug> TCPHandler: Processed in 0.002476758 sec. | ||
| 1399 | 2025.01.27 09:32:20.675781 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2025.01.27 09:32:20.675901 [ 266 ] {5259f691-c5d9-4ba9-a3e8-75eb9fb66400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1401 | 2025.01.27 09:32:20.675953 [ 266 ] {5259f691-c5d9-4ba9-a3e8-75eb9fb66400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1402 | 2025.01.27 09:32:20.676433 [ 266 ] {5259f691-c5d9-4ba9-a3e8-75eb9fb66400} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2025.01.27 09:32:20.676469 [ 266 ] {5259f691-c5d9-4ba9-a3e8-75eb9fb66400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1404 | 2025.01.27 09:32:20.677000 [ 266 ] {5259f691-c5d9-4ba9-a3e8-75eb9fb66400} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1405 | 2025.01.27 09:32:20.677522 [ 266 ] {5259f691-c5d9-4ba9-a3e8-75eb9fb66400} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2025.01.27 09:32:20.677694 [ 266 ] {5259f691-c5d9-4ba9-a3e8-75eb9fb66400} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001819 sec., 3298.5156679494226 rows/sec., 172.33 KiB/sec. | ||
| 1407 | 2025.01.27 09:32:20.677740 [ 266 ] {5259f691-c5d9-4ba9-a3e8-75eb9fb66400} <Debug> TCPHandler: Processed in 0.002018257 sec. | ||
| 1408 | 2025.01.27 09:32:20.677893 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2025.01.27 09:32:20.678030 [ 267 ] {7299e076-f9b1-464f-8f5f-7350384bab81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1410 | 2025.01.27 09:32:20.678091 [ 267 ] {7299e076-f9b1-464f-8f5f-7350384bab81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1411 | 2025.01.27 09:32:20.678710 [ 267 ] {7299e076-f9b1-464f-8f5f-7350384bab81} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1412 | 2025.01.27 09:32:20.678749 [ 267 ] {7299e076-f9b1-464f-8f5f-7350384bab81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1413 | 2025.01.27 09:32:20.679284 [ 267 ] {7299e076-f9b1-464f-8f5f-7350384bab81} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1414 | 2025.01.27 09:32:20.679798 [ 267 ] {7299e076-f9b1-464f-8f5f-7350384bab81} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1415 | 2025.01.27 09:32:20.680104 [ 267 ] {7299e076-f9b1-464f-8f5f-7350384bab81} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002096 sec., 113072.51908396946 rows/sec., 7.58 MiB/sec. | ||
| 1416 | 2025.01.27 09:32:20.680239 [ 267 ] {7299e076-f9b1-464f-8f5f-7350384bab81} <Debug> TCPHandler: Processed in 0.002412376 sec. | ||
| 1417 | 2025.01.27 09:32:20.680398 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2025.01.27 09:32:20.680537 [ 266 ] {1183570e-ae31-4e86-b058-579f7ddb66b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1419 | 2025.01.27 09:32:20.680602 [ 266 ] {1183570e-ae31-4e86-b058-579f7ddb66b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1420 | 2025.01.27 09:32:20.681138 [ 266 ] {1183570e-ae31-4e86-b058-579f7ddb66b8} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1421 | 2025.01.27 09:32:20.681183 [ 266 ] {1183570e-ae31-4e86-b058-579f7ddb66b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1422 | 2025.01.27 09:32:20.681674 [ 266 ] {1183570e-ae31-4e86-b058-579f7ddb66b8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1423 | 2025.01.27 09:32:20.682195 [ 266 ] {1183570e-ae31-4e86-b058-579f7ddb66b8} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1424 | 2025.01.27 09:32:20.682369 [ 266 ] {1183570e-ae31-4e86-b058-579f7ddb66b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001862 sec., 537.0569280343717 rows/sec., 36.19 KiB/sec. | ||
| 1425 | 2025.01.27 09:32:20.682416 [ 266 ] {1183570e-ae31-4e86-b058-579f7ddb66b8} <Debug> TCPHandler: Processed in 0.002082979 sec. | ||
| 1426 | 2025.01.27 09:32:20.682567 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2025.01.27 09:32:20.682709 [ 267 ] {29bea4b5-07aa-47f1-9ac9-60564ca62877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1428 | 2025.01.27 09:32:20.682801 [ 267 ] {29bea4b5-07aa-47f1-9ac9-60564ca62877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1429 | 2025.01.27 09:32:20.683942 [ 267 ] {29bea4b5-07aa-47f1-9ac9-60564ca62877} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.01.27 09:32:20.683981 [ 267 ] {29bea4b5-07aa-47f1-9ac9-60564ca62877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1431 | 2025.01.27 09:32:20.684786 [ 267 ] {29bea4b5-07aa-47f1-9ac9-60564ca62877} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1432 | 2025.01.27 09:32:20.685314 [ 267 ] {29bea4b5-07aa-47f1-9ac9-60564ca62877} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1433 | 2025.01.27 09:32:20.685736 [ 267 ] {29bea4b5-07aa-47f1-9ac9-60564ca62877} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003055 sec., 2618.657937806874 rows/sec., 4.69 MiB/sec. | ||
| 1434 | 2025.01.27 09:32:20.685900 [ 267 ] {29bea4b5-07aa-47f1-9ac9-60564ca62877} <Debug> TCPHandler: Processed in 0.003397049 sec. | ||
| 1435 | 2025.01.27 09:32:20.687239 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.01.27 09:32:20.687372 [ 266 ] {45a4a8f8-ec0f-4127-8e79-6ed67cd79e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1437 | 2025.01.27 09:32:20.687425 [ 266 ] {45a4a8f8-ec0f-4127-8e79-6ed67cd79e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1438 | 2025.01.27 09:32:20.687941 [ 266 ] {45a4a8f8-ec0f-4127-8e79-6ed67cd79e22} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2025.01.27 09:32:20.687981 [ 266 ] {45a4a8f8-ec0f-4127-8e79-6ed67cd79e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1440 | 2025.01.27 09:32:20.688535 [ 266 ] {45a4a8f8-ec0f-4127-8e79-6ed67cd79e22} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1441 | 2025.01.27 09:32:20.689031 [ 266 ] {45a4a8f8-ec0f-4127-8e79-6ed67cd79e22} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.01.27 09:32:20.689279 [ 266 ] {45a4a8f8-ec0f-4127-8e79-6ed67cd79e22} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001929 sec., 42509.072058061174 rows/sec., 2.70 MiB/sec. | ||
| 1443 | 2025.01.27 09:32:20.689414 [ 266 ] {45a4a8f8-ec0f-4127-8e79-6ed67cd79e22} <Debug> TCPHandler: Processed in 0.002244852 sec. | ||
| 1444 | 2025.01.27 09:32:24.394899 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1445 | 2025.01.27 09:32:24.394969 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1446 | 2025.01.27 09:32:24.462601 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1447 | 2025.01.27 09:32:24.463260 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2025.01.27 09:32:24.463304 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1449 | 2025.01.27 09:32:24.463857 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1450 | 2025.01.27 09:32:24.464123 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1451 | 2025.01.27 09:32:24.464276 [ 79 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1452 | 2025.01.27 09:32:24.464335 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1453 | 2025.01.27 09:32:24.464344 [ 79 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1454 | 2025.01.27 09:32:24.464379 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1455 | 2025.01.27 09:32:24.466418 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 1456 | 2025.01.27 09:32:24.466561 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1457 | 2025.01.27 09:32:24.466649 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 1458 | 2025.01.27 09:32:24.466779 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 1459 | 2025.01.27 09:32:24.466967 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 1460 | 2025.01.27 09:32:24.467195 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 1461 | 2025.01.27 09:32:24.467326 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 1462 | 2025.01.27 09:32:24.467518 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 1463 | 2025.01.27 09:32:24.496187 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.031742417 sec., 88399.06551539537 rows/sec., 1.26 MiB/sec. | ||
| 1464 | 2025.01.27 09:32:24.496921 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1465 | 2025.01.27 09:32:24.497306 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_6_1} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1466 | 2025.01.27 09:32:24.497400 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_6_1} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1467 | 2025.01.27 09:32:24.497538 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1468 | 2025.01.27 09:32:24.615808 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1469 | 2025.01.27 09:32:24.635891 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.01.27 09:32:24.635940 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1471 | 2025.01.27 09:32:24.642735 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1472 | 2025.01.27 09:32:24.643523 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1473 | 2025.01.27 09:32:24.643862 [ 79 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1474 | 2025.01.27 09:32:24.644001 [ 79 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.01.27 09:32:24.644071 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1476 | 2025.01.27 09:32:24.644624 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 1477 | 2025.01.27 09:32:24.653635 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1478 | 2025.01.27 09:32:24.654817 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1479 | 2025.01.27 09:32:24.655677 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 1480 | 2025.01.27 09:32:24.660198 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 1481 | 2025.01.27 09:32:24.664779 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 1482 | 2025.01.27 09:32:24.669253 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 1483 | 2025.01.27 09:32:24.683359 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 1484 | 2025.01.27 09:32:24.687716 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 1485 | 2025.01.27 09:32:24.750343 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.106134816 sec., 433.41103074037454 rows/sec., 2.24 MiB/sec. | ||
| 1486 | 2025.01.27 09:32:24.752798 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1487 | 2025.01.27 09:32:24.755656 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_6_1} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1488 | 2025.01.27 09:32:24.755773 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_6_1} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1489 | 2025.01.27 09:32:24.758072 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1490 | 2025.01.27 09:32:25.000366 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.19 MiB, peak 170.73 MiB, free memory in arenas 0.00 B, will set to 164.36 MiB (RSS), difference: 3.16 MiB | ||
| 1491 | 2025.01.27 09:32:25.654415 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1492 | 2025.01.27 09:32:25.654606 [ 266 ] {69c828fe-d130-4365-baa8-b80aa4ac3100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1493 | 2025.01.27 09:32:25.654678 [ 266 ] {69c828fe-d130-4365-baa8-b80aa4ac3100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1494 | 2025.01.27 09:32:25.655451 [ 266 ] {69c828fe-d130-4365-baa8-b80aa4ac3100} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1495 | 2025.01.27 09:32:25.655503 [ 266 ] {69c828fe-d130-4365-baa8-b80aa4ac3100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1496 | 2025.01.27 09:32:25.655945 [ 266 ] {69c828fe-d130-4365-baa8-b80aa4ac3100} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1497 | 2025.01.27 09:32:25.656199 [ 266 ] {69c828fe-d130-4365-baa8-b80aa4ac3100} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1498 | 2025.01.27 09:32:25.656395 [ 78 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1499 | 2025.01.27 09:32:25.656452 [ 266 ] {69c828fe-d130-4365-baa8-b80aa4ac3100} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.25 MiB/sec. | ||
| 1500 | 2025.01.27 09:32:25.656484 [ 78 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1501 | 2025.01.27 09:32:25.656562 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1502 | 2025.01.27 09:32:25.656576 [ 266 ] {69c828fe-d130-4365-baa8-b80aa4ac3100} <Debug> TCPHandler: Processed in 0.002285013 sec. | ||
| 1503 | 2025.01.27 09:32:25.656791 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1504 | 2025.01.27 09:32:25.656837 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1505 | 2025.01.27 09:32:25.657007 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1506 | 2025.01.27 09:32:25.657032 [ 267 ] {64326493-7710-4895-8dc1-02b3db215f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1507 | 2025.01.27 09:32:25.657058 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1508 | 2025.01.27 09:32:25.657106 [ 267 ] {64326493-7710-4895-8dc1-02b3db215f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1509 | 2025.01.27 09:32:25.657331 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1510 | 2025.01.27 09:32:25.657707 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part | ||
| 1511 | 2025.01.27 09:32:25.658073 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 1512 | 2025.01.27 09:32:25.658460 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 1513 | 2025.01.27 09:32:25.658800 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 1514 | 2025.01.27 09:32:25.659577 [ 267 ] {64326493-7710-4895-8dc1-02b3db215f48} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1515 | 2025.01.27 09:32:25.659626 [ 267 ] {64326493-7710-4895-8dc1-02b3db215f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1516 | 2025.01.27 09:32:25.660317 [ 267 ] {64326493-7710-4895-8dc1-02b3db215f48} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1517 | 2025.01.27 09:32:25.660688 [ 267 ] {64326493-7710-4895-8dc1-02b3db215f48} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1518 | 2025.01.27 09:32:25.660785 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.004071074 sec., 162610.65261894037 rows/sec., 14.19 MiB/sec. | ||
| 1519 | 2025.01.27 09:32:25.660903 [ 78 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1520 | 2025.01.27 09:32:25.660995 [ 78 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1521 | 2025.01.27 09:32:25.661060 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1522 | 2025.01.27 09:32:25.661180 [ 267 ] {64326493-7710-4895-8dc1-02b3db215f48} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004168 sec., 15355.086372360845 rows/sec., 1.20 MiB/sec. | ||
| 1523 | 2025.01.27 09:32:25.661301 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1524 | 2025.01.27 09:32:25.661571 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 1525 | 2025.01.27 09:32:25.661794 [ 267 ] {64326493-7710-4895-8dc1-02b3db215f48} <Debug> TCPHandler: Processed in 0.005084208 sec. | ||
| 1526 | 2025.01.27 09:32:25.662177 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1527 | 2025.01.27 09:32:25.662276 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1528 | 2025.01.27 09:32:25.662341 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1529 | 2025.01.27 09:32:25.662407 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_6_1} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1530 | 2025.01.27 09:32:25.662713 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1531 | 2025.01.27 09:32:25.662762 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_6_1} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1532 | 2025.01.27 09:32:25.663080 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1533 | 2025.01.27 09:32:25.663103 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1534 | 2025.01.27 09:32:25.663225 [ 266 ] {94406124-d529-4950-bef7-aa8a38a2ca82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1535 | 2025.01.27 09:32:25.663343 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 1536 | 2025.01.27 09:32:25.663546 [ 266 ] {94406124-d529-4950-bef7-aa8a38a2ca82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1537 | 2025.01.27 09:32:25.663658 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 1538 | 2025.01.27 09:32:25.663951 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 1539 | 2025.01.27 09:32:25.665873 [ 266 ] {94406124-d529-4950-bef7-aa8a38a2ca82} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1540 | 2025.01.27 09:32:25.665959 [ 266 ] {94406124-d529-4950-bef7-aa8a38a2ca82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1541 | 2025.01.27 09:32:25.666957 [ 266 ] {94406124-d529-4950-bef7-aa8a38a2ca82} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1542 | 2025.01.27 09:32:25.667229 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.006050671 sec., 171220.67949158038 rows/sec., 13.10 MiB/sec. | ||
| 1543 | 2025.01.27 09:32:25.667456 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1544 | 2025.01.27 09:32:25.667465 [ 266 ] {94406124-d529-4950-bef7-aa8a38a2ca82} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1545 | 2025.01.27 09:32:25.667888 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1546 | 2025.01.27 09:32:25.667983 [ 266 ] {94406124-d529-4950-bef7-aa8a38a2ca82} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005146 sec., 31092.110376991837 rows/sec., 2.17 MiB/sec. | ||
| 1547 | 2025.01.27 09:32:25.667985 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1548 | 2025.01.27 09:32:25.668101 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1549 | 2025.01.27 09:32:25.668162 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_6_1} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1550 | 2025.01.27 09:32:25.668336 [ 266 ] {94406124-d529-4950-bef7-aa8a38a2ca82} <Debug> TCPHandler: Processed in 0.006391019 sec. | ||
| 1551 | 2025.01.27 09:32:25.668486 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_6_1} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1552 | 2025.01.27 09:32:25.668572 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 1553 | 2025.01.27 09:32:25.668786 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1554 | 2025.01.27 09:32:25.668862 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2025.01.27 09:32:25.668913 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1556 | 2025.01.27 09:32:25.668955 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
| 1557 | 2025.01.27 09:32:25.669079 [ 267 ] {5476f410-3f7e-44ed-90bf-0ff18b5537a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1558 | 2025.01.27 09:32:25.669247 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1559 | 2025.01.27 09:32:25.669282 [ 267 ] {5476f410-3f7e-44ed-90bf-0ff18b5537a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1560 | 2025.01.27 09:32:25.669609 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1561 | 2025.01.27 09:32:25.669984 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1562 | 2025.01.27 09:32:25.670351 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 1563 | 2025.01.27 09:32:25.670720 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 1564 | 2025.01.27 09:32:25.671640 [ 267 ] {5476f410-3f7e-44ed-90bf-0ff18b5537a3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1565 | 2025.01.27 09:32:25.671722 [ 267 ] {5476f410-3f7e-44ed-90bf-0ff18b5537a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1566 | 2025.01.27 09:32:25.672970 [ 267 ] {5476f410-3f7e-44ed-90bf-0ff18b5537a3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1567 | 2025.01.27 09:32:25.673420 [ 267 ] {5476f410-3f7e-44ed-90bf-0ff18b5537a3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1568 | 2025.01.27 09:32:25.673747 [ 77 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1569 | 2025.01.27 09:32:25.673844 [ 77 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1570 | 2025.01.27 09:32:25.673921 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1571 | 2025.01.27 09:32:25.674322 [ 267 ] {5476f410-3f7e-44ed-90bf-0ff18b5537a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005233 sec., 11465.69845213071 rows/sec., 791.25 KiB/sec. | ||
| 1572 | 2025.01.27 09:32:25.674432 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 1573 | 2025.01.27 09:32:25.674460 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.006172944 sec., 175281.03284267604 rows/sec., 12.01 MiB/sec. | ||
| 1574 | 2025.01.27 09:32:25.674773 [ 267 ] {5476f410-3f7e-44ed-90bf-0ff18b5537a3} <Debug> TCPHandler: Processed in 0.006277876 sec. | ||
| 1575 | 2025.01.27 09:32:25.674910 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1576 | 2025.01.27 09:32:25.674924 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1577 | 2025.01.27 09:32:25.675014 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
| 1578 | 2025.01.27 09:32:25.675088 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1579 | 2025.01.27 09:32:25.675566 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1580 | 2025.01.27 09:32:25.675695 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1581 | 2025.01.27 09:32:25.675874 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1582 | 2025.01.27 09:32:25.676019 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 1583 | 2025.01.27 09:32:25.676215 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1584 | 2025.01.27 09:32:25.676258 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 1585 | 2025.01.27 09:32:25.676357 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1586 | 2025.01.27 09:32:25.677252 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003182904 sec., 123157.97146253861 rows/sec., 8.10 MiB/sec. | ||
| 1587 | 2025.01.27 09:32:25.677369 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1588 | 2025.01.27 09:32:25.677626 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_6_1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1589 | 2025.01.27 09:32:25.677694 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_6_1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1590 | 2025.01.27 09:32:25.677756 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1591 | 2025.01.27 09:32:26.033282 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1592 | 2025.01.27 09:32:26.033556 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 1593 | 2025.01.27 09:32:26.033994 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1594 | 2025.01.27 09:32:26.034045 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <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 | ||
| 1595 | 2025.01.27 09:32:26.034399 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1596 | 2025.01.27 09:32:26.034485 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1597 | 2025.01.27 09:32:26.034677 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1598 | 2025.01.27 09:32:26.034933 [ 295 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1599 | 2025.01.27 09:32:26.034995 [ 294 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1600 | 2025.01.27 09:32:26.035129 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1601 | 2025.01.27 09:32:26.035166 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1602 | 2025.01.27 09:32:26.037385 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1603 | 2025.01.27 09:32:26.037419 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1604 | 2025.01.27 09:32:26.037491 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <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'))" | ||
| 1605 | 2025.01.27 09:32:26.037543 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <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'))" | ||
| 1606 | 2025.01.27 09:32:26.038953 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.005529 sec., 5606.800506420691 rows/sec., 211.60 KiB/sec. | ||
| 1607 | 2025.01.27 09:32:26.039127 [ 266 ] {f49e040f-4b0f-4ce7-b82c-b05f14f1564c} <Debug> TCPHandler: Processed in 0.005974429 sec. | ||
| 1608 | 2025.01.27 09:32:26.039513 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1609 | 2025.01.27 09:32:26.039754 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 1610 | 2025.01.27 09:32:26.040164 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1611 | 2025.01.27 09:32:26.040214 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <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 | ||
| 1612 | 2025.01.27 09:32:26.040555 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1613 | 2025.01.27 09:32:26.040636 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1614 | 2025.01.27 09:32:26.040819 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1615 | 2025.01.27 09:32:26.040932 [ 294 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1616 | 2025.01.27 09:32:26.040943 [ 296 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1617 | 2025.01.27 09:32:26.041058 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1618 | 2025.01.27 09:32:26.041082 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1619 | 2025.01.27 09:32:26.041168 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1620 | 2025.01.27 09:32:26.041191 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1621 | 2025.01.27 09:32:26.041234 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <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'))" | ||
| 1622 | 2025.01.27 09:32:26.041286 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <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'))" | ||
| 1623 | 2025.01.27 09:32:26.042373 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002733 sec., 11342.846688620562 rows/sec., 428.07 KiB/sec. | ||
| 1624 | 2025.01.27 09:32:26.042518 [ 267 ] {123fddfe-0395-4357-bb1f-7914f39cf372} <Debug> TCPHandler: Processed in 0.003112992 sec. | ||
| 1625 | 2025.01.27 09:32:26.042820 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1626 | 2025.01.27 09:32:26.043077 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 1627 | 2025.01.27 09:32:26.043567 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1628 | 2025.01.27 09:32:26.043634 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <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 | ||
| 1629 | 2025.01.27 09:32:26.044098 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1630 | 2025.01.27 09:32:26.044189 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1631 | 2025.01.27 09:32:26.044414 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1632 | 2025.01.27 09:32:26.044535 [ 295 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1633 | 2025.01.27 09:32:26.044553 [ 296 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1634 | 2025.01.27 09:32:26.044678 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1635 | 2025.01.27 09:32:26.044717 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1636 | 2025.01.27 09:32:26.044838 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1637 | 2025.01.27 09:32:26.044869 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1638 | 2025.01.27 09:32:26.044938 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <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'))" | ||
| 1639 | 2025.01.27 09:32:26.045014 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <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'))" | ||
| 1640 | 2025.01.27 09:32:26.046348 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003407 sec., 9098.914000587027 rows/sec., 343.39 KiB/sec. | ||
| 1641 | 2025.01.27 09:32:26.046522 [ 266 ] {fab44503-3317-4ffa-a0d3-2c3ee6dbda5b} <Debug> TCPHandler: Processed in 0.003775237 sec. | ||
| 1642 | 2025.01.27 09:32:26.046873 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1643 | 2025.01.27 09:32:26.047067 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 1644 | 2025.01.27 09:32:26.047422 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1645 | 2025.01.27 09:32:26.047471 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <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 | ||
| 1646 | 2025.01.27 09:32:26.047799 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1647 | 2025.01.27 09:32:26.047867 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1648 | 2025.01.27 09:32:26.048023 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1649 | 2025.01.27 09:32:26.048130 [ 294 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1650 | 2025.01.27 09:32:26.048144 [ 295 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1651 | 2025.01.27 09:32:26.048253 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1652 | 2025.01.27 09:32:26.048280 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1653 | 2025.01.27 09:32:26.048365 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1654 | 2025.01.27 09:32:26.048387 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1655 | 2025.01.27 09:32:26.048430 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <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'))" | ||
| 1656 | 2025.01.27 09:32:26.048479 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <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'))" | ||
| 1657 | 2025.01.27 09:32:26.049506 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002535 sec., 12228.79684418146 rows/sec., 461.51 KiB/sec. | ||
| 1658 | 2025.01.27 09:32:26.049638 [ 267 ] {e7ecfc2a-d3f3-439e-bfb6-07ff32a86ea5} <Debug> TCPHandler: Processed in 0.002825356 sec. | ||
| 1659 | 2025.01.27 09:32:26.049905 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1660 | 2025.01.27 09:32:26.050147 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) 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) | ||
| 1661 | 2025.01.27 09:32:26.050567 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1662 | 2025.01.27 09:32:26.050619 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <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 | ||
| 1663 | 2025.01.27 09:32:26.050994 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1664 | 2025.01.27 09:32:26.051072 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1665 | 2025.01.27 09:32:26.051257 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1666 | 2025.01.27 09:32:26.051360 [ 295 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1667 | 2025.01.27 09:32:26.051389 [ 296 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1668 | 2025.01.27 09:32:26.051503 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1669 | 2025.01.27 09:32:26.051540 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1670 | 2025.01.27 09:32:26.051653 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1671 | 2025.01.27 09:32:26.051683 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1672 | 2025.01.27 09:32:26.051741 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <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'))" | ||
| 1673 | 2025.01.27 09:32:26.051810 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <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'))" | ||
| 1674 | 2025.01.27 09:32:26.052976 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002955 sec., 10490.693739424703 rows/sec., 395.91 KiB/sec. | ||
| 1675 | 2025.01.27 09:32:26.053139 [ 266 ] {d96dc4be-2622-49b4-8699-7a1dee6b6896} <Debug> TCPHandler: Processed in 0.003293656 sec. | ||
| 1676 | 2025.01.27 09:32:26.053427 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1677 | 2025.01.27 09:32:26.053618 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 1678 | 2025.01.27 09:32:26.054090 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1679 | 2025.01.27 09:32:26.054171 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <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 | ||
| 1680 | 2025.01.27 09:32:26.054539 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1681 | 2025.01.27 09:32:26.054612 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1682 | 2025.01.27 09:32:26.054773 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1683 | 2025.01.27 09:32:26.054889 [ 294 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1684 | 2025.01.27 09:32:26.054891 [ 296 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1685 | 2025.01.27 09:32:26.055003 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1686 | 2025.01.27 09:32:26.055028 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1687 | 2025.01.27 09:32:26.055109 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1688 | 2025.01.27 09:32:26.055130 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1689 | 2025.01.27 09:32:26.055173 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <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'))" | ||
| 1690 | 2025.01.27 09:32:26.055224 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <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'))" | ||
| 1691 | 2025.01.27 09:32:26.056465 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002943 sec., 10533.46924906558 rows/sec., 397.53 KiB/sec. | ||
| 1692 | 2025.01.27 09:32:26.056606 [ 267 ] {0bcfdfc9-3e5a-45a3-b20b-7f000ae2125a} <Debug> TCPHandler: Processed in 0.003237125 sec. | ||
| 1693 | 2025.01.27 09:32:26.142837 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1694 | 2025.01.27 09:32:26.143032 [ 266 ] {b084a8d4-70db-40b6-b654-85f4999f53da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1695 | 2025.01.27 09:32:26.143112 [ 266 ] {b084a8d4-70db-40b6-b654-85f4999f53da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1696 | 2025.01.27 09:32:26.144016 [ 266 ] {b084a8d4-70db-40b6-b654-85f4999f53da} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1697 | 2025.01.27 09:32:26.144065 [ 266 ] {b084a8d4-70db-40b6-b654-85f4999f53da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1698 | 2025.01.27 09:32:26.144584 [ 266 ] {b084a8d4-70db-40b6-b654-85f4999f53da} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1699 | 2025.01.27 09:32:26.144809 [ 266 ] {b084a8d4-70db-40b6-b654-85f4999f53da} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1700 | 2025.01.27 09:32:26.145071 [ 266 ] {b084a8d4-70db-40b6-b654-85f4999f53da} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002092 sec., 2868.0688336520075 rows/sec., 638.59 KiB/sec. | ||
| 1701 | 2025.01.27 09:32:26.145139 [ 266 ] {b084a8d4-70db-40b6-b654-85f4999f53da} <Debug> TCPHandler: Processed in 0.002432366 sec. | ||
| 1702 | 2025.01.27 09:32:26.145389 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1703 | 2025.01.27 09:32:26.145580 [ 267 ] {c4f18564-3906-495f-aad8-0bd63fc270fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1704 | 2025.01.27 09:32:26.145653 [ 267 ] {c4f18564-3906-495f-aad8-0bd63fc270fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1705 | 2025.01.27 09:32:26.146391 [ 267 ] {c4f18564-3906-495f-aad8-0bd63fc270fb} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1706 | 2025.01.27 09:32:26.146431 [ 267 ] {c4f18564-3906-495f-aad8-0bd63fc270fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1707 | 2025.01.27 09:32:26.146860 [ 267 ] {c4f18564-3906-495f-aad8-0bd63fc270fb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1708 | 2025.01.27 09:32:26.147110 [ 267 ] {c4f18564-3906-495f-aad8-0bd63fc270fb} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1709 | 2025.01.27 09:32:26.147297 [ 267 ] {c4f18564-3906-495f-aad8-0bd63fc270fb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001771 sec., 7905.138339920949 rows/sec., 569.06 KiB/sec. | ||
| 1710 | 2025.01.27 09:32:26.147351 [ 267 ] {c4f18564-3906-495f-aad8-0bd63fc270fb} <Debug> TCPHandler: Processed in 0.002096059 sec. | ||
| 1711 | 2025.01.27 09:32:26.147524 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2025.01.27 09:32:26.147668 [ 266 ] {7f6c9a94-0990-4a11-b53d-3e3bdf937de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1713 | 2025.01.27 09:32:26.147725 [ 266 ] {7f6c9a94-0990-4a11-b53d-3e3bdf937de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1714 | 2025.01.27 09:32:26.149119 [ 266 ] {7f6c9a94-0990-4a11-b53d-3e3bdf937de9} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1715 | 2025.01.27 09:32:26.149159 [ 266 ] {7f6c9a94-0990-4a11-b53d-3e3bdf937de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1716 | 2025.01.27 09:32:26.149617 [ 266 ] {7f6c9a94-0990-4a11-b53d-3e3bdf937de9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1717 | 2025.01.27 09:32:26.149855 [ 266 ] {7f6c9a94-0990-4a11-b53d-3e3bdf937de9} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1718 | 2025.01.27 09:32:26.150108 [ 266 ] {7f6c9a94-0990-4a11-b53d-3e3bdf937de9} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.00247 sec., 550202.4291497975 rows/sec., 45.73 MiB/sec. | ||
| 1719 | 2025.01.27 09:32:26.150296 [ 266 ] {7f6c9a94-0990-4a11-b53d-3e3bdf937de9} <Debug> TCPHandler: Processed in 0.002830526 sec. | ||
| 1720 | 2025.01.27 09:32:26.150459 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1721 | 2025.01.27 09:32:26.150600 [ 267 ] {bbb3c9b6-f939-4114-8c65-797ef4c49770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1722 | 2025.01.27 09:32:26.150656 [ 267 ] {bbb3c9b6-f939-4114-8c65-797ef4c49770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1723 | 2025.01.27 09:32:26.151332 [ 267 ] {bbb3c9b6-f939-4114-8c65-797ef4c49770} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1724 | 2025.01.27 09:32:26.151378 [ 267 ] {bbb3c9b6-f939-4114-8c65-797ef4c49770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1725 | 2025.01.27 09:32:26.151741 [ 267 ] {bbb3c9b6-f939-4114-8c65-797ef4c49770} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1726 | 2025.01.27 09:32:26.151977 [ 267 ] {bbb3c9b6-f939-4114-8c65-797ef4c49770} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1727 | 2025.01.27 09:32:26.152150 [ 267 ] {bbb3c9b6-f939-4114-8c65-797ef4c49770} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001582 sec., 9481.668773704172 rows/sec., 668.53 KiB/sec. | ||
| 1728 | 2025.01.27 09:32:26.152200 [ 267 ] {bbb3c9b6-f939-4114-8c65-797ef4c49770} <Debug> TCPHandler: Processed in 0.001806322 sec. | ||
| 1729 | 2025.01.27 09:32:26.152354 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1730 | 2025.01.27 09:32:26.152485 [ 266 ] {d4eb7412-c03f-47a7-8005-5ca886c10bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1731 | 2025.01.27 09:32:26.152540 [ 266 ] {d4eb7412-c03f-47a7-8005-5ca886c10bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1732 | 2025.01.27 09:32:26.153307 [ 266 ] {d4eb7412-c03f-47a7-8005-5ca886c10bea} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1733 | 2025.01.27 09:32:26.153354 [ 266 ] {d4eb7412-c03f-47a7-8005-5ca886c10bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1734 | 2025.01.27 09:32:26.153759 [ 266 ] {d4eb7412-c03f-47a7-8005-5ca886c10bea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1735 | 2025.01.27 09:32:26.154013 [ 266 ] {d4eb7412-c03f-47a7-8005-5ca886c10bea} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1736 | 2025.01.27 09:32:26.154185 [ 266 ] {d4eb7412-c03f-47a7-8005-5ca886c10bea} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001732 sec., 139722.86374133948 rows/sec., 9.47 MiB/sec. | ||
| 1737 | 2025.01.27 09:32:26.154235 [ 266 ] {d4eb7412-c03f-47a7-8005-5ca886c10bea} <Debug> TCPHandler: Processed in 0.001938315 sec. | ||
| 1738 | 2025.01.27 09:32:26.154380 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1739 | 2025.01.27 09:32:26.154504 [ 267 ] {b363890b-83da-418a-9230-095c55ab6049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1740 | 2025.01.27 09:32:26.154557 [ 267 ] {b363890b-83da-418a-9230-095c55ab6049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1741 | 2025.01.27 09:32:26.155139 [ 267 ] {b363890b-83da-418a-9230-095c55ab6049} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1742 | 2025.01.27 09:32:26.155178 [ 267 ] {b363890b-83da-418a-9230-095c55ab6049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1743 | 2025.01.27 09:32:26.155532 [ 267 ] {b363890b-83da-418a-9230-095c55ab6049} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1744 | 2025.01.27 09:32:26.155772 [ 267 ] {b363890b-83da-418a-9230-095c55ab6049} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1745 | 2025.01.27 09:32:26.156072 [ 267 ] {b363890b-83da-418a-9230-095c55ab6049} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec. | ||
| 1746 | 2025.01.27 09:32:26.156163 [ 267 ] {b363890b-83da-418a-9230-095c55ab6049} <Debug> TCPHandler: Processed in 0.001838753 sec. | ||
| 1747 | 2025.01.27 09:32:26.156325 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2025.01.27 09:32:26.156446 [ 266 ] {4c8e8d28-6127-4f62-976c-6a4d892df736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1749 | 2025.01.27 09:32:26.156494 [ 266 ] {4c8e8d28-6127-4f62-976c-6a4d892df736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1750 | 2025.01.27 09:32:26.157419 [ 266 ] {4c8e8d28-6127-4f62-976c-6a4d892df736} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1751 | 2025.01.27 09:32:26.157457 [ 266 ] {4c8e8d28-6127-4f62-976c-6a4d892df736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1752 | 2025.01.27 09:32:26.157843 [ 266 ] {4c8e8d28-6127-4f62-976c-6a4d892df736} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1753 | 2025.01.27 09:32:26.158097 [ 266 ] {4c8e8d28-6127-4f62-976c-6a4d892df736} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1754 | 2025.01.27 09:32:26.158267 [ 266 ] {4c8e8d28-6127-4f62-976c-6a4d892df736} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001845 sec., 458536.5853658536 rows/sec., 33.14 MiB/sec. | ||
| 1755 | 2025.01.27 09:32:26.158317 [ 266 ] {4c8e8d28-6127-4f62-976c-6a4d892df736} <Debug> TCPHandler: Processed in 0.002049848 sec. | ||
| 1756 | 2025.01.27 09:32:26.158475 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1757 | 2025.01.27 09:32:26.158619 [ 267 ] {a1e83e6a-abcd-4e3d-ba26-b02161cca0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1758 | 2025.01.27 09:32:26.158678 [ 267 ] {a1e83e6a-abcd-4e3d-ba26-b02161cca0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1759 | 2025.01.27 09:32:26.159248 [ 267 ] {a1e83e6a-abcd-4e3d-ba26-b02161cca0b8} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1760 | 2025.01.27 09:32:26.159293 [ 267 ] {a1e83e6a-abcd-4e3d-ba26-b02161cca0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1761 | 2025.01.27 09:32:26.159672 [ 267 ] {a1e83e6a-abcd-4e3d-ba26-b02161cca0b8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1762 | 2025.01.27 09:32:26.159907 [ 267 ] {a1e83e6a-abcd-4e3d-ba26-b02161cca0b8} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1763 | 2025.01.27 09:32:26.160134 [ 267 ] {a1e83e6a-abcd-4e3d-ba26-b02161cca0b8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec. | ||
| 1764 | 2025.01.27 09:32:26.160197 [ 267 ] {a1e83e6a-abcd-4e3d-ba26-b02161cca0b8} <Debug> TCPHandler: Processed in 0.001786271 sec. | ||
| 1765 | 2025.01.27 09:32:26.160335 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1766 | 2025.01.27 09:32:26.160464 [ 266 ] {c6d70f0f-6b54-44f6-bfaf-d7c7f1f5558d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1767 | 2025.01.27 09:32:26.160524 [ 266 ] {c6d70f0f-6b54-44f6-bfaf-d7c7f1f5558d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1768 | 2025.01.27 09:32:26.163889 [ 266 ] {c6d70f0f-6b54-44f6-bfaf-d7c7f1f5558d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1769 | 2025.01.27 09:32:26.163927 [ 266 ] {c6d70f0f-6b54-44f6-bfaf-d7c7f1f5558d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1770 | 2025.01.27 09:32:26.164463 [ 266 ] {c6d70f0f-6b54-44f6-bfaf-d7c7f1f5558d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1771 | 2025.01.27 09:32:26.164702 [ 266 ] {c6d70f0f-6b54-44f6-bfaf-d7c7f1f5558d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1772 | 2025.01.27 09:32:26.164898 [ 266 ] {c6d70f0f-6b54-44f6-bfaf-d7c7f1f5558d} <Debug> executeQuery: Read 2419 rows, 165.05 KiB in 0.004461 sec., 542255.0997534186 rows/sec., 36.13 MiB/sec. | ||
| 1773 | 2025.01.27 09:32:26.164981 [ 266 ] {c6d70f0f-6b54-44f6-bfaf-d7c7f1f5558d} <Debug> TCPHandler: Processed in 0.004700769 sec. | ||
| 1774 | 2025.01.27 09:32:26.165128 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1775 | 2025.01.27 09:32:26.165249 [ 267 ] {8fc1447e-915b-4fa7-9f46-a72ffcb460d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1776 | 2025.01.27 09:32:26.165301 [ 267 ] {8fc1447e-915b-4fa7-9f46-a72ffcb460d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1777 | 2025.01.27 09:32:26.165773 [ 267 ] {8fc1447e-915b-4fa7-9f46-a72ffcb460d7} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1778 | 2025.01.27 09:32:26.165812 [ 267 ] {8fc1447e-915b-4fa7-9f46-a72ffcb460d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1779 | 2025.01.27 09:32:26.166179 [ 267 ] {8fc1447e-915b-4fa7-9f46-a72ffcb460d7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1780 | 2025.01.27 09:32:26.166429 [ 267 ] {8fc1447e-915b-4fa7-9f46-a72ffcb460d7} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1781 | 2025.01.27 09:32:26.166668 [ 267 ] {8fc1447e-915b-4fa7-9f46-a72ffcb460d7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001443 sec., 693.000693000693 rows/sec., 46.70 KiB/sec. | ||
| 1782 | 2025.01.27 09:32:26.166719 [ 267 ] {8fc1447e-915b-4fa7-9f46-a72ffcb460d7} <Debug> TCPHandler: Processed in 0.001646838 sec. | ||
| 1783 | 2025.01.27 09:32:26.166864 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1784 | 2025.01.27 09:32:26.167005 [ 266 ] {2907cb1c-213f-4349-b0e0-f77b61edc4cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1785 | 2025.01.27 09:32:26.167099 [ 266 ] {2907cb1c-213f-4349-b0e0-f77b61edc4cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1786 | 2025.01.27 09:32:26.168226 [ 266 ] {2907cb1c-213f-4349-b0e0-f77b61edc4cf} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1787 | 2025.01.27 09:32:26.168264 [ 266 ] {2907cb1c-213f-4349-b0e0-f77b61edc4cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1788 | 2025.01.27 09:32:26.168853 [ 266 ] {2907cb1c-213f-4349-b0e0-f77b61edc4cf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1789 | 2025.01.27 09:32:26.169110 [ 266 ] {2907cb1c-213f-4349-b0e0-f77b61edc4cf} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1790 | 2025.01.27 09:32:26.169302 [ 266 ] {2907cb1c-213f-4349-b0e0-f77b61edc4cf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002329 sec., 3434.9506225848004 rows/sec., 6.16 MiB/sec. | ||
| 1791 | 2025.01.27 09:32:26.169389 [ 266 ] {2907cb1c-213f-4349-b0e0-f77b61edc4cf} <Debug> TCPHandler: Processed in 0.00259016 sec. | ||
| 1792 | 2025.01.27 09:32:26.169557 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1793 | 2025.01.27 09:32:26.169696 [ 267 ] {e1420d52-a23e-4d23-a867-1500fbdd0ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1794 | 2025.01.27 09:32:26.169754 [ 267 ] {e1420d52-a23e-4d23-a867-1500fbdd0ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1795 | 2025.01.27 09:32:26.170314 [ 267 ] {e1420d52-a23e-4d23-a867-1500fbdd0ac6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1796 | 2025.01.27 09:32:26.170360 [ 267 ] {e1420d52-a23e-4d23-a867-1500fbdd0ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1797 | 2025.01.27 09:32:26.170740 [ 267 ] {e1420d52-a23e-4d23-a867-1500fbdd0ac6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1798 | 2025.01.27 09:32:26.170972 [ 267 ] {e1420d52-a23e-4d23-a867-1500fbdd0ac6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1799 | 2025.01.27 09:32:26.171185 [ 267 ] {e1420d52-a23e-4d23-a867-1500fbdd0ac6} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00152 sec., 22368.421052631576 rows/sec., 1.30 MiB/sec. | ||
| 1800 | 2025.01.27 09:32:26.171235 [ 267 ] {e1420d52-a23e-4d23-a867-1500fbdd0ac6} <Debug> TCPHandler: Processed in 0.001745761 sec. | ||
| 1801 | 2025.01.27 09:32:29.468290 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268 | ||
| 1802 | 2025.01.27 09:32:29.472033 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1803 | 2025.01.27 09:32:29.472080 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1804 | 2025.01.27 09:32:29.473592 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1805 | 2025.01.27 09:32:29.473922 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1806 | 2025.01.27 09:32:29.474731 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268 | ||
| 1807 | 2025.01.27 09:32:30.653077 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1808 | 2025.01.27 09:32:30.653293 [ 266 ] {867400c5-c8d7-4e73-a85c-d7d37e01c333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1809 | 2025.01.27 09:32:30.653374 [ 266 ] {867400c5-c8d7-4e73-a85c-d7d37e01c333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1810 | 2025.01.27 09:32:30.654151 [ 266 ] {867400c5-c8d7-4e73-a85c-d7d37e01c333} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1811 | 2025.01.27 09:32:30.654204 [ 266 ] {867400c5-c8d7-4e73-a85c-d7d37e01c333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1812 | 2025.01.27 09:32:30.654644 [ 266 ] {867400c5-c8d7-4e73-a85c-d7d37e01c333} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1813 | 2025.01.27 09:32:30.654934 [ 266 ] {867400c5-c8d7-4e73-a85c-d7d37e01c333} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1814 | 2025.01.27 09:32:30.655192 [ 266 ] {867400c5-c8d7-4e73-a85c-d7d37e01c333} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.19 MiB/sec. | ||
| 1815 | 2025.01.27 09:32:30.655369 [ 266 ] {867400c5-c8d7-4e73-a85c-d7d37e01c333} <Debug> TCPHandler: Processed in 0.002456388 sec. | ||
| 1816 | 2025.01.27 09:32:30.655642 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1817 | 2025.01.27 09:32:30.655837 [ 267 ] {4b5ab455-66f3-4a62-8712-f0c110e80ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1818 | 2025.01.27 09:32:30.655916 [ 267 ] {4b5ab455-66f3-4a62-8712-f0c110e80ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1819 | 2025.01.27 09:32:30.656738 [ 267 ] {4b5ab455-66f3-4a62-8712-f0c110e80ee7} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1820 | 2025.01.27 09:32:30.656788 [ 267 ] {4b5ab455-66f3-4a62-8712-f0c110e80ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1821 | 2025.01.27 09:32:30.657244 [ 267 ] {4b5ab455-66f3-4a62-8712-f0c110e80ee7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1822 | 2025.01.27 09:32:30.657503 [ 267 ] {4b5ab455-66f3-4a62-8712-f0c110e80ee7} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1823 | 2025.01.27 09:32:30.657738 [ 267 ] {4b5ab455-66f3-4a62-8712-f0c110e80ee7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001958 sec., 32686.414708886616 rows/sec., 2.55 MiB/sec. | ||
| 1824 | 2025.01.27 09:32:30.657796 [ 267 ] {4b5ab455-66f3-4a62-8712-f0c110e80ee7} <Debug> TCPHandler: Processed in 0.002296654 sec. | ||
| 1825 | 2025.01.27 09:32:30.657979 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1826 | 2025.01.27 09:32:30.658102 [ 266 ] {4198bc99-fc53-4912-9e20-e6b08b39fb6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1827 | 2025.01.27 09:32:30.658157 [ 266 ] {4198bc99-fc53-4912-9e20-e6b08b39fb6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1828 | 2025.01.27 09:32:30.658740 [ 266 ] {4198bc99-fc53-4912-9e20-e6b08b39fb6a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1829 | 2025.01.27 09:32:30.658780 [ 266 ] {4198bc99-fc53-4912-9e20-e6b08b39fb6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1830 | 2025.01.27 09:32:30.659184 [ 266 ] {4198bc99-fc53-4912-9e20-e6b08b39fb6a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1831 | 2025.01.27 09:32:30.659432 [ 266 ] {4198bc99-fc53-4912-9e20-e6b08b39fb6a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1832 | 2025.01.27 09:32:30.659649 [ 266 ] {4198bc99-fc53-4912-9e20-e6b08b39fb6a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001573 sec., 81373.1722822632 rows/sec., 5.67 MiB/sec. | ||
| 1833 | 2025.01.27 09:32:30.659701 [ 266 ] {4198bc99-fc53-4912-9e20-e6b08b39fb6a} <Debug> TCPHandler: Processed in 0.001777801 sec. | ||
| 1834 | 2025.01.27 09:32:30.659855 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1835 | 2025.01.27 09:32:30.660003 [ 267 ] {7af22360-c86a-4f86-9cfb-c240d10ee238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1836 | 2025.01.27 09:32:30.660065 [ 267 ] {7af22360-c86a-4f86-9cfb-c240d10ee238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1837 | 2025.01.27 09:32:30.660635 [ 267 ] {7af22360-c86a-4f86-9cfb-c240d10ee238} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1838 | 2025.01.27 09:32:30.660673 [ 267 ] {7af22360-c86a-4f86-9cfb-c240d10ee238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1839 | 2025.01.27 09:32:30.661052 [ 267 ] {7af22360-c86a-4f86-9cfb-c240d10ee238} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1840 | 2025.01.27 09:32:30.661292 [ 267 ] {7af22360-c86a-4f86-9cfb-c240d10ee238} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1841 | 2025.01.27 09:32:30.661499 [ 267 ] {7af22360-c86a-4f86-9cfb-c240d10ee238} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001528 sec., 31413.612565445026 rows/sec., 2.12 MiB/sec. | ||
| 1842 | 2025.01.27 09:32:30.661548 [ 267 ] {7af22360-c86a-4f86-9cfb-c240d10ee238} <Debug> TCPHandler: Processed in 0.001761531 sec. | ||
| 1843 | 2025.01.27 09:32:31.965416 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1844 | 2025.01.27 09:32:31.966055 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1845 | 2025.01.27 09:32:31.966107 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1846 | 2025.01.27 09:32:31.966641 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1847 | 2025.01.27 09:32:31.966906 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1848 | 2025.01.27 09:32:31.967126 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1849 | 2025.01.27 09:32:32.154666 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1850 | 2025.01.27 09:32:32.172873 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1851 | 2025.01.27 09:32:32.172916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1852 | 2025.01.27 09:32:32.180003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1853 | 2025.01.27 09:32:32.180755 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1854 | 2025.01.27 09:32:32.183070 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1855 | 2025.01.27 09:32:33.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.41 MiB, peak 170.73 MiB, free memory in arenas 0.00 B, will set to 166.50 MiB (RSS), difference: 1.08 MiB | ||
| 1856 | 2025.01.27 09:32:35.654641 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1857 | 2025.01.27 09:32:35.654842 [ 266 ] {099ebd63-c625-4cc7-9f55-0316809e3f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1858 | 2025.01.27 09:32:35.654917 [ 266 ] {099ebd63-c625-4cc7-9f55-0316809e3f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1859 | 2025.01.27 09:32:35.655693 [ 266 ] {099ebd63-c625-4cc7-9f55-0316809e3f83} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1860 | 2025.01.27 09:32:35.655745 [ 266 ] {099ebd63-c625-4cc7-9f55-0316809e3f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1861 | 2025.01.27 09:32:35.656210 [ 266 ] {099ebd63-c625-4cc7-9f55-0316809e3f83} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1862 | 2025.01.27 09:32:35.656471 [ 266 ] {099ebd63-c625-4cc7-9f55-0316809e3f83} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1863 | 2025.01.27 09:32:35.656679 [ 266 ] {099ebd63-c625-4cc7-9f55-0316809e3f83} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.26 MiB/sec. | ||
| 1864 | 2025.01.27 09:32:35.656749 [ 266 ] {099ebd63-c625-4cc7-9f55-0316809e3f83} <Debug> TCPHandler: Processed in 0.002236022 sec. | ||
| 1865 | 2025.01.27 09:32:35.656989 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1866 | 2025.01.27 09:32:35.657186 [ 267 ] {2dd479a1-d71c-4948-be7b-b0a738da0a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1867 | 2025.01.27 09:32:35.657260 [ 267 ] {2dd479a1-d71c-4948-be7b-b0a738da0a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1868 | 2025.01.27 09:32:35.658008 [ 267 ] {2dd479a1-d71c-4948-be7b-b0a738da0a47} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1869 | 2025.01.27 09:32:35.658061 [ 267 ] {2dd479a1-d71c-4948-be7b-b0a738da0a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1870 | 2025.01.27 09:32:35.658515 [ 267 ] {2dd479a1-d71c-4948-be7b-b0a738da0a47} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1871 | 2025.01.27 09:32:35.658788 [ 267 ] {2dd479a1-d71c-4948-be7b-b0a738da0a47} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1872 | 2025.01.27 09:32:35.659009 [ 267 ] {2dd479a1-d71c-4948-be7b-b0a738da0a47} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001879 sec., 34060.67056945184 rows/sec., 2.66 MiB/sec. | ||
| 1873 | 2025.01.27 09:32:35.659065 [ 267 ] {2dd479a1-d71c-4948-be7b-b0a738da0a47} <Debug> TCPHandler: Processed in 0.002210391 sec. | ||
| 1874 | 2025.01.27 09:32:35.659212 [ 266 ] {} <Trace> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1875 | 2025.01.27 09:32:35.659358 [ 266 ] {7abffd28-5794-4915-8a4f-34dccd4fcddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64174) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1876 | 2025.01.27 09:32:35.659421 [ 266 ] {7abffd28-5794-4915-8a4f-34dccd4fcddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1877 | 2025.01.27 09:32:35.660032 [ 266 ] {7abffd28-5794-4915-8a4f-34dccd4fcddd} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1878 | 2025.01.27 09:32:35.660072 [ 266 ] {7abffd28-5794-4915-8a4f-34dccd4fcddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1879 | 2025.01.27 09:32:35.660503 [ 266 ] {7abffd28-5794-4915-8a4f-34dccd4fcddd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1880 | 2025.01.27 09:32:35.660752 [ 266 ] {7abffd28-5794-4915-8a4f-34dccd4fcddd} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1881 | 2025.01.27 09:32:35.660972 [ 266 ] {7abffd28-5794-4915-8a4f-34dccd4fcddd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. | ||
| 1882 | 2025.01.27 09:32:35.661036 [ 266 ] {7abffd28-5794-4915-8a4f-34dccd4fcddd} <Debug> TCPHandler: Processed in 0.001885934 sec. | ||
| 1883 | 2025.01.27 09:32:35.661179 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1884 | 2025.01.27 09:32:35.661298 [ 267 ] {4cb0d663-cf1d-4254-b26a-c225d80a8dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1885 | 2025.01.27 09:32:35.661365 [ 267 ] {4cb0d663-cf1d-4254-b26a-c225d80a8dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1886 | 2025.01.27 09:32:35.661926 [ 267 ] {4cb0d663-cf1d-4254-b26a-c225d80a8dd5} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1887 | 2025.01.27 09:32:35.661975 [ 267 ] {4cb0d663-cf1d-4254-b26a-c225d80a8dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1888 | 2025.01.27 09:32:35.662352 [ 267 ] {4cb0d663-cf1d-4254-b26a-c225d80a8dd5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1889 | 2025.01.27 09:32:35.662590 [ 267 ] {4cb0d663-cf1d-4254-b26a-c225d80a8dd5} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1890 | 2025.01.27 09:32:35.662810 [ 267 ] {4cb0d663-cf1d-4254-b26a-c225d80a8dd5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 1891 | 2025.01.27 09:32:35.662859 [ 267 ] {4cb0d663-cf1d-4254-b26a-c225d80a8dd5} <Debug> TCPHandler: Processed in 0.001738 sec. | ||
| 1892 | 2025.01.27 09:32:39.395222 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1893 | 2025.01.27 09:32:39.395295 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1894 | 2025.01.27 09:32:39.468195 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1895 | 2025.01.27 09:32:39.468861 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1896 | 2025.01.27 09:32:39.468908 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1897 | 2025.01.27 09:32:39.469506 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1898 | 2025.01.27 09:32:39.469756 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1899 | 2025.01.27 09:32:39.469983 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1900 | 2025.01.27 09:32:39.475971 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284 | ||
| 1901 | 2025.01.27 09:32:39.478702 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1902 | 2025.01.27 09:32:39.478748 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1903 | 2025.01.27 09:32:39.480296 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1904 | 2025.01.27 09:32:39.480644 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1905 | 2025.01.27 09:32:39.481234 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1906 | 2025.01.27 09:32:39.684096 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1907 | 2025.01.27 09:32:39.703327 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1908 | 2025.01.27 09:32:39.703388 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1909 | 2025.01.27 09:32:39.710488 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1910 | 2025.01.27 09:32:39.711253 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1911 | 2025.01.27 09:32:39.713903 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1912 | 2025.01.27 09:32:40.291825 [ 266 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1913 | 2025.01.27 09:32:40.291917 [ 266 ] {} <Debug> TCP-Session: 327a45d2-76c3-4613-8b8c-b1078d226072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1914 | 2025.01.27 09:32:40.650614 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1915 | 2025.01.27 09:32:40.650882 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 1916 | 2025.01.27 09:32:40.651324 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1917 | 2025.01.27 09:32:40.651376 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <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 | ||
| 1918 | 2025.01.27 09:32:40.651741 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1919 | 2025.01.27 09:32:40.651822 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1920 | 2025.01.27 09:32:40.651998 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1921 | 2025.01.27 09:32:40.652213 [ 295 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1922 | 2025.01.27 09:32:40.652228 [ 294 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1923 | 2025.01.27 09:32:40.652227 [ 296 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1924 | 2025.01.27 09:32:40.652446 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1925 | 2025.01.27 09:32:40.652482 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1926 | 2025.01.27 09:32:40.652613 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1927 | 2025.01.27 09:32:40.652638 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1928 | 2025.01.27 09:32:40.652686 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <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'))" | ||
| 1929 | 2025.01.27 09:32:40.652741 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <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'))" | ||
| 1930 | 2025.01.27 09:32:40.652788 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <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'))" | ||
| 1931 | 2025.01.27 09:32:40.654725 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003969 sec., 9322.247417485512 rows/sec., 349.39 KiB/sec. | ||
| 1932 | 2025.01.27 09:32:40.654907 [ 267 ] {7a39404a-8bd0-4de0-abca-2d33f3374da5} <Debug> TCPHandler: Processed in 0.004426472 sec. | ||
| 1933 | 2025.01.27 09:32:40.655362 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2025.01.27 09:32:40.655628 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1935 | 2025.01.27 09:32:40.656110 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1936 | 2025.01.27 09:32:40.656167 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1937 | 2025.01.27 09:32:40.656576 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1938 | 2025.01.27 09:32:40.656669 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1939 | 2025.01.27 09:32:40.656856 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1940 | 2025.01.27 09:32:40.656962 [ 298 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1941 | 2025.01.27 09:32:40.657014 [ 295 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1942 | 2025.01.27 09:32:40.657037 [ 294 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1943 | 2025.01.27 09:32:40.657146 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1944 | 2025.01.27 09:32:40.657178 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1945 | 2025.01.27 09:32:40.657299 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1946 | 2025.01.27 09:32:40.657323 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1947 | 2025.01.27 09:32:40.657370 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1948 | 2025.01.27 09:32:40.657424 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1949 | 2025.01.27 09:32:40.657489 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1950 | 2025.01.27 09:32:40.658972 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003472 sec., 10656.68202764977 rows/sec., 399.40 KiB/sec. | ||
| 1951 | 2025.01.27 09:32:40.659153 [ 273 ] {aa9b140a-a7a9-4f95-ad40-a98832f25983} <Debug> TCPHandler: Processed in 0.003956172 sec. | ||
| 1952 | 2025.01.27 09:32:40.659506 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1953 | 2025.01.27 09:32:40.659763 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1954 | 2025.01.27 09:32:40.660151 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1955 | 2025.01.27 09:32:40.660205 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1956 | 2025.01.27 09:32:40.660550 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1957 | 2025.01.27 09:32:40.660622 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1958 | 2025.01.27 09:32:40.660780 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1959 | 2025.01.27 09:32:40.660923 [ 295 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1960 | 2025.01.27 09:32:40.660949 [ 296 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1961 | 2025.01.27 09:32:40.660930 [ 298 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1962 | 2025.01.27 09:32:40.661090 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 1963 | 2025.01.27 09:32:40.661119 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1964 | 2025.01.27 09:32:40.661233 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1965 | 2025.01.27 09:32:40.661256 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1966 | 2025.01.27 09:32:40.661299 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1967 | 2025.01.27 09:32:40.661349 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1968 | 2025.01.27 09:32:40.661393 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1969 | 2025.01.27 09:32:40.662894 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003264 sec., 11335.78431372549 rows/sec., 424.85 KiB/sec. | ||
| 1970 | 2025.01.27 09:32:40.663070 [ 267 ] {fd5660f6-498e-4bff-bd6f-33edaf44ac41} <Debug> TCPHandler: Processed in 0.003642755 sec. | ||
| 1971 | 2025.01.27 09:32:40.675400 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1972 | 2025.01.27 09:32:40.675570 [ 267 ] {d1745565-16bc-4694-a9ff-fd503c4cbebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1973 | 2025.01.27 09:32:40.675637 [ 267 ] {d1745565-16bc-4694-a9ff-fd503c4cbebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1974 | 2025.01.27 09:32:40.676411 [ 267 ] {d1745565-16bc-4694-a9ff-fd503c4cbebc} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1975 | 2025.01.27 09:32:40.676450 [ 267 ] {d1745565-16bc-4694-a9ff-fd503c4cbebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1976 | 2025.01.27 09:32:40.676953 [ 267 ] {d1745565-16bc-4694-a9ff-fd503c4cbebc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1977 | 2025.01.27 09:32:40.677175 [ 267 ] {d1745565-16bc-4694-a9ff-fd503c4cbebc} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1978 | 2025.01.27 09:32:40.677393 [ 267 ] {d1745565-16bc-4694-a9ff-fd503c4cbebc} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.00187 sec., 1604.2780748663101 rows/sec., 146.22 KiB/sec. | ||
| 1979 | 2025.01.27 09:32:40.677542 [ 267 ] {d1745565-16bc-4694-a9ff-fd503c4cbebc} <Debug> TCPHandler: Processed in 0.002230492 sec. | ||
| 1980 | 2025.01.27 09:32:40.677769 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1981 | 2025.01.27 09:32:40.677931 [ 273 ] {72a0364f-4256-4666-8a21-280559c6f4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1982 | 2025.01.27 09:32:40.677996 [ 273 ] {72a0364f-4256-4666-8a21-280559c6f4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1983 | 2025.01.27 09:32:40.678729 [ 273 ] {72a0364f-4256-4666-8a21-280559c6f4a1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1984 | 2025.01.27 09:32:40.678784 [ 273 ] {72a0364f-4256-4666-8a21-280559c6f4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1985 | 2025.01.27 09:32:40.679245 [ 273 ] {72a0364f-4256-4666-8a21-280559c6f4a1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1986 | 2025.01.27 09:32:40.679508 [ 273 ] {72a0364f-4256-4666-8a21-280559c6f4a1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1987 | 2025.01.27 09:32:40.679803 [ 273 ] {72a0364f-4256-4666-8a21-280559c6f4a1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec. | ||
| 1988 | 2025.01.27 09:32:40.679870 [ 273 ] {72a0364f-4256-4666-8a21-280559c6f4a1} <Debug> TCPHandler: Processed in 0.002175751 sec. | ||
| 1989 | 2025.01.27 09:32:40.680030 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1990 | 2025.01.27 09:32:40.680167 [ 267 ] {8ce0d9b7-d56e-4f21-b275-a51a33568308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1991 | 2025.01.27 09:32:40.680220 [ 267 ] {8ce0d9b7-d56e-4f21-b275-a51a33568308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1992 | 2025.01.27 09:32:40.680976 [ 267 ] {8ce0d9b7-d56e-4f21-b275-a51a33568308} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2025.01.27 09:32:40.681018 [ 267 ] {8ce0d9b7-d56e-4f21-b275-a51a33568308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1994 | 2025.01.27 09:32:40.681449 [ 267 ] {8ce0d9b7-d56e-4f21-b275-a51a33568308} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1995 | 2025.01.27 09:32:40.681705 [ 267 ] {8ce0d9b7-d56e-4f21-b275-a51a33568308} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1996 | 2025.01.27 09:32:40.682048 [ 267 ] {8ce0d9b7-d56e-4f21-b275-a51a33568308} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.001873 sec., 145755.47250400425 rows/sec., 12.82 MiB/sec. | ||
| 1997 | 2025.01.27 09:32:40.682381 [ 267 ] {8ce0d9b7-d56e-4f21-b275-a51a33568308} <Debug> TCPHandler: Processed in 0.002418696 sec. | ||
| 1998 | 2025.01.27 09:32:40.682560 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1999 | 2025.01.27 09:32:40.682699 [ 273 ] {8f50cd8b-bfe8-4b4b-b7de-526d8374deb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2000 | 2025.01.27 09:32:40.682757 [ 273 ] {8f50cd8b-bfe8-4b4b-b7de-526d8374deb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2001 | 2025.01.27 09:32:40.683364 [ 273 ] {8f50cd8b-bfe8-4b4b-b7de-526d8374deb0} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2002 | 2025.01.27 09:32:40.683402 [ 273 ] {8f50cd8b-bfe8-4b4b-b7de-526d8374deb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2003 | 2025.01.27 09:32:40.683770 [ 273 ] {8f50cd8b-bfe8-4b4b-b7de-526d8374deb0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2004 | 2025.01.27 09:32:40.684014 [ 273 ] {8f50cd8b-bfe8-4b4b-b7de-526d8374deb0} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2005 | 2025.01.27 09:32:40.684302 [ 273 ] {8f50cd8b-bfe8-4b4b-b7de-526d8374deb0} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001612 sec., 26054.590570719603 rows/sec., 1.87 MiB/sec. | ||
| 2006 | 2025.01.27 09:32:40.684557 [ 273 ] {8f50cd8b-bfe8-4b4b-b7de-526d8374deb0} <Debug> TCPHandler: Processed in 0.002061278 sec. | ||
| 2007 | 2025.01.27 09:32:40.684706 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2008 | 2025.01.27 09:32:40.684824 [ 267 ] {e5ada297-da66-4d4a-8f05-8c839c57cff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2009 | 2025.01.27 09:32:40.684875 [ 267 ] {e5ada297-da66-4d4a-8f05-8c839c57cff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2010 | 2025.01.27 09:32:40.685444 [ 267 ] {e5ada297-da66-4d4a-8f05-8c839c57cff8} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2011 | 2025.01.27 09:32:40.685483 [ 267 ] {e5ada297-da66-4d4a-8f05-8c839c57cff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2012 | 2025.01.27 09:32:40.685840 [ 267 ] {e5ada297-da66-4d4a-8f05-8c839c57cff8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2013 | 2025.01.27 09:32:40.686090 [ 267 ] {e5ada297-da66-4d4a-8f05-8c839c57cff8} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2014 | 2025.01.27 09:32:40.686367 [ 267 ] {e5ada297-da66-4d4a-8f05-8c839c57cff8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001533 sec., 9132.4200913242 rows/sec., 639.58 KiB/sec. | ||
| 2015 | 2025.01.27 09:32:40.686543 [ 267 ] {e5ada297-da66-4d4a-8f05-8c839c57cff8} <Debug> TCPHandler: Processed in 0.001895693 sec. | ||
| 2016 | 2025.01.27 09:32:40.686689 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2017 | 2025.01.27 09:32:40.686807 [ 273 ] {37d03c40-1f2b-40e9-aaf2-f3d1f101c748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2018 | 2025.01.27 09:32:40.686859 [ 273 ] {37d03c40-1f2b-40e9-aaf2-f3d1f101c748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2019 | 2025.01.27 09:32:40.687527 [ 273 ] {37d03c40-1f2b-40e9-aaf2-f3d1f101c748} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2025.01.27 09:32:40.687573 [ 273 ] {37d03c40-1f2b-40e9-aaf2-f3d1f101c748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2021 | 2025.01.27 09:32:40.687972 [ 273 ] {37d03c40-1f2b-40e9-aaf2-f3d1f101c748} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2022 | 2025.01.27 09:32:40.688216 [ 273 ] {37d03c40-1f2b-40e9-aaf2-f3d1f101c748} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2025.01.27 09:32:40.688565 [ 273 ] {37d03c40-1f2b-40e9-aaf2-f3d1f101c748} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001726 sec., 7531.865585168018 rows/sec., 469.61 KiB/sec. | ||
| 2024 | 2025.01.27 09:32:40.688756 [ 273 ] {37d03c40-1f2b-40e9-aaf2-f3d1f101c748} <Debug> TCPHandler: Processed in 0.002121859 sec. | ||
| 2025 | 2025.01.27 09:32:40.688887 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2026 | 2025.01.27 09:32:40.689005 [ 267 ] {c4333de7-102f-4386-9355-24c4a408c9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2027 | 2025.01.27 09:32:40.689054 [ 267 ] {c4333de7-102f-4386-9355-24c4a408c9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2028 | 2025.01.27 09:32:40.689779 [ 267 ] {c4333de7-102f-4386-9355-24c4a408c9aa} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2029 | 2025.01.27 09:32:40.689816 [ 267 ] {c4333de7-102f-4386-9355-24c4a408c9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2030 | 2025.01.27 09:32:40.690199 [ 267 ] {c4333de7-102f-4386-9355-24c4a408c9aa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2031 | 2025.01.27 09:32:40.690441 [ 267 ] {c4333de7-102f-4386-9355-24c4a408c9aa} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2032 | 2025.01.27 09:32:40.690698 [ 267 ] {c4333de7-102f-4386-9355-24c4a408c9aa} <Debug> executeQuery: Read 427 rows, 31.30 KiB in 0.001686 sec., 253262.15895610914 rows/sec., 18.13 MiB/sec. | ||
| 2033 | 2025.01.27 09:32:40.690790 [ 267 ] {c4333de7-102f-4386-9355-24c4a408c9aa} <Debug> TCPHandler: Processed in 0.001959625 sec. | ||
| 2034 | 2025.01.27 09:32:40.690939 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2035 | 2025.01.27 09:32:40.691077 [ 273 ] {fdd5fd86-91d2-46c1-bff1-5da6740cd362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2036 | 2025.01.27 09:32:40.691135 [ 273 ] {fdd5fd86-91d2-46c1-bff1-5da6740cd362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2037 | 2025.01.27 09:32:40.691694 [ 273 ] {fdd5fd86-91d2-46c1-bff1-5da6740cd362} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2025.01.27 09:32:40.691740 [ 273 ] {fdd5fd86-91d2-46c1-bff1-5da6740cd362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2039 | 2025.01.27 09:32:40.692116 [ 273 ] {fdd5fd86-91d2-46c1-bff1-5da6740cd362} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2040 | 2025.01.27 09:32:40.692380 [ 273 ] {fdd5fd86-91d2-46c1-bff1-5da6740cd362} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2041 | 2025.01.27 09:32:40.692586 [ 273 ] {fdd5fd86-91d2-46c1-bff1-5da6740cd362} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 203.56 KiB/sec. | ||
| 2042 | 2025.01.27 09:32:40.692636 [ 273 ] {fdd5fd86-91d2-46c1-bff1-5da6740cd362} <Debug> TCPHandler: Processed in 0.001764001 sec. | ||
| 2043 | 2025.01.27 09:32:40.692769 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2025.01.27 09:32:40.692887 [ 267 ] {432a1cdf-1fc8-436f-b82e-51b877a64793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2045 | 2025.01.27 09:32:40.692939 [ 267 ] {432a1cdf-1fc8-436f-b82e-51b877a64793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2046 | 2025.01.27 09:32:40.693521 [ 267 ] {432a1cdf-1fc8-436f-b82e-51b877a64793} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2025.01.27 09:32:40.693560 [ 267 ] {432a1cdf-1fc8-436f-b82e-51b877a64793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2048 | 2025.01.27 09:32:40.693948 [ 267 ] {432a1cdf-1fc8-436f-b82e-51b877a64793} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2049 | 2025.01.27 09:32:40.694201 [ 267 ] {432a1cdf-1fc8-436f-b82e-51b877a64793} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2050 | 2025.01.27 09:32:40.694427 [ 267 ] {432a1cdf-1fc8-436f-b82e-51b877a64793} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001544 sec., 153497.40932642488 rows/sec., 10.29 MiB/sec. | ||
| 2051 | 2025.01.27 09:32:40.694520 [ 267 ] {432a1cdf-1fc8-436f-b82e-51b877a64793} <Debug> TCPHandler: Processed in 0.001807032 sec. | ||
| 2052 | 2025.01.27 09:32:40.694654 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2053 | 2025.01.27 09:32:40.694771 [ 273 ] {60332bb4-b46e-45b8-a0a0-559836c9eae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2054 | 2025.01.27 09:32:40.694823 [ 273 ] {60332bb4-b46e-45b8-a0a0-559836c9eae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2055 | 2025.01.27 09:32:40.695379 [ 273 ] {60332bb4-b46e-45b8-a0a0-559836c9eae3} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2056 | 2025.01.27 09:32:40.695424 [ 273 ] {60332bb4-b46e-45b8-a0a0-559836c9eae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2057 | 2025.01.27 09:32:40.695844 [ 273 ] {60332bb4-b46e-45b8-a0a0-559836c9eae3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2058 | 2025.01.27 09:32:40.696085 [ 273 ] {60332bb4-b46e-45b8-a0a0-559836c9eae3} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2059 | 2025.01.27 09:32:40.696296 [ 273 ] {60332bb4-b46e-45b8-a0a0-559836c9eae3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001539 sec., 649.772579597141 rows/sec., 43.78 KiB/sec. | ||
| 2060 | 2025.01.27 09:32:40.696460 [ 273 ] {60332bb4-b46e-45b8-a0a0-559836c9eae3} <Debug> TCPHandler: Processed in 0.001855463 sec. | ||
| 2061 | 2025.01.27 09:32:40.696601 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2062 | 2025.01.27 09:32:40.696718 [ 267 ] {14c40f2c-6b29-4467-b657-f5d2566279db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2063 | 2025.01.27 09:32:40.696799 [ 267 ] {14c40f2c-6b29-4467-b657-f5d2566279db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2064 | 2025.01.27 09:32:40.697995 [ 267 ] {14c40f2c-6b29-4467-b657-f5d2566279db} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2065 | 2025.01.27 09:32:40.698036 [ 267 ] {14c40f2c-6b29-4467-b657-f5d2566279db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2066 | 2025.01.27 09:32:40.698704 [ 267 ] {14c40f2c-6b29-4467-b657-f5d2566279db} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2067 | 2025.01.27 09:32:40.698973 [ 267 ] {14c40f2c-6b29-4467-b657-f5d2566279db} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2068 | 2025.01.27 09:32:40.699415 [ 267 ] {14c40f2c-6b29-4467-b657-f5d2566279db} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002682 sec., 13049.962714392244 rows/sec., 23.38 MiB/sec. | ||
| 2069 | 2025.01.27 09:32:40.699603 [ 267 ] {14c40f2c-6b29-4467-b657-f5d2566279db} <Debug> TCPHandler: Processed in 0.003056101 sec. | ||
| 2070 | 2025.01.27 09:32:40.699750 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2071 | 2025.01.27 09:32:40.699881 [ 273 ] {aaaca322-5990-4a47-9006-ba688aeb2f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2072 | 2025.01.27 09:32:40.699941 [ 273 ] {aaaca322-5990-4a47-9006-ba688aeb2f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2073 | 2025.01.27 09:32:40.700455 [ 273 ] {aaaca322-5990-4a47-9006-ba688aeb2f9b} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2074 | 2025.01.27 09:32:40.700501 [ 273 ] {aaaca322-5990-4a47-9006-ba688aeb2f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2075 | 2025.01.27 09:32:40.700960 [ 273 ] {aaaca322-5990-4a47-9006-ba688aeb2f9b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2076 | 2025.01.27 09:32:40.701246 [ 273 ] {aaaca322-5990-4a47-9006-ba688aeb2f9b} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2077 | 2025.01.27 09:32:40.701616 [ 273 ] {aaaca322-5990-4a47-9006-ba688aeb2f9b} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001731 sec., 10398.613518197575 rows/sec., 783.62 KiB/sec. | ||
| 2078 | 2025.01.27 09:32:40.701700 [ 273 ] {aaaca322-5990-4a47-9006-ba688aeb2f9b} <Debug> TCPHandler: Processed in 0.002015737 sec. | ||
| 2079 | 2025.01.27 09:32:40.701858 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2080 | 2025.01.27 09:32:40.701976 [ 267 ] {24d05bf8-15ea-42eb-a1fd-a55b52f1d993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2081 | 2025.01.27 09:32:40.702026 [ 267 ] {24d05bf8-15ea-42eb-a1fd-a55b52f1d993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2082 | 2025.01.27 09:32:40.702533 [ 267 ] {24d05bf8-15ea-42eb-a1fd-a55b52f1d993} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2083 | 2025.01.27 09:32:40.702572 [ 267 ] {24d05bf8-15ea-42eb-a1fd-a55b52f1d993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2084 | 2025.01.27 09:32:40.702942 [ 267 ] {24d05bf8-15ea-42eb-a1fd-a55b52f1d993} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2085 | 2025.01.27 09:32:40.703181 [ 267 ] {24d05bf8-15ea-42eb-a1fd-a55b52f1d993} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2086 | 2025.01.27 09:32:40.703391 [ 267 ] {24d05bf8-15ea-42eb-a1fd-a55b52f1d993} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001439 sec., 56984.01667824879 rows/sec., 3.62 MiB/sec. | ||
| 2087 | 2025.01.27 09:32:40.703443 [ 267 ] {24d05bf8-15ea-42eb-a1fd-a55b52f1d993} <Debug> TCPHandler: Processed in 0.001638618 sec. | ||
| 2088 | 2025.01.27 09:32:45.654872 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2089 | 2025.01.27 09:32:45.655098 [ 267 ] {9f5ff1a0-115c-4494-8e84-7ca0eff5b411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2090 | 2025.01.27 09:32:45.655179 [ 267 ] {9f5ff1a0-115c-4494-8e84-7ca0eff5b411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2091 | 2025.01.27 09:32:45.656037 [ 267 ] {9f5ff1a0-115c-4494-8e84-7ca0eff5b411} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2092 | 2025.01.27 09:32:45.656082 [ 267 ] {9f5ff1a0-115c-4494-8e84-7ca0eff5b411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2093 | 2025.01.27 09:32:45.656523 [ 267 ] {9f5ff1a0-115c-4494-8e84-7ca0eff5b411} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2094 | 2025.01.27 09:32:45.656789 [ 267 ] {9f5ff1a0-115c-4494-8e84-7ca0eff5b411} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2095 | 2025.01.27 09:32:45.656986 [ 44 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2096 | 2025.01.27 09:32:45.657053 [ 267 ] {9f5ff1a0-115c-4494-8e84-7ca0eff5b411} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.13 MiB/sec. | ||
| 2097 | 2025.01.27 09:32:45.657066 [ 44 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2098 | 2025.01.27 09:32:45.657136 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2099 | 2025.01.27 09:32:45.657192 [ 267 ] {9f5ff1a0-115c-4494-8e84-7ca0eff5b411} <Debug> TCPHandler: Processed in 0.002452467 sec. | ||
| 2100 | 2025.01.27 09:32:45.657556 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2025.01.27 09:32:45.657588 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 2102 | 2025.01.27 09:32:45.657833 [ 273 ] {27db899c-7128-4df1-aaf9-e592bbb3db31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2103 | 2025.01.27 09:32:45.657855 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2104 | 2025.01.27 09:32:45.657918 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 2105 | 2025.01.27 09:32:45.657949 [ 273 ] {27db899c-7128-4df1-aaf9-e592bbb3db31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2106 | 2025.01.27 09:32:45.658271 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 2107 | 2025.01.27 09:32:45.658574 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 2108 | 2025.01.27 09:32:45.658867 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 2109 | 2025.01.27 09:32:45.659262 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 273 rows starting from the beginning of the part | ||
| 2110 | 2025.01.27 09:32:45.659610 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 2111 | 2025.01.27 09:32:45.661043 [ 273 ] {27db899c-7128-4df1-aaf9-e592bbb3db31} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2112 | 2025.01.27 09:32:45.661122 [ 273 ] {27db899c-7128-4df1-aaf9-e592bbb3db31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2113 | 2025.01.27 09:32:45.662237 [ 273 ] {27db899c-7128-4df1-aaf9-e592bbb3db31} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2114 | 2025.01.27 09:32:45.662757 [ 273 ] {27db899c-7128-4df1-aaf9-e592bbb3db31} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2115 | 2025.01.27 09:32:45.663020 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2019 rows, containing 5 columns (5 merged, 0 gathered) in 0.005770294 sec., 349895.51658892946 rows/sec., 30.60 MiB/sec. | ||
| 2116 | 2025.01.27 09:32:45.663127 [ 44 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2117 | 2025.01.27 09:32:45.663237 [ 44 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2118 | 2025.01.27 09:32:45.663292 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2119 | 2025.01.27 09:32:45.663355 [ 273 ] {27db899c-7128-4df1-aaf9-e592bbb3db31} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005603 sec., 11422.452257719078 rows/sec., 912.95 KiB/sec. | ||
| 2120 | 2025.01.27 09:32:45.663608 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 2121 | 2025.01.27 09:32:45.663657 [ 273 ] {27db899c-7128-4df1-aaf9-e592bbb3db31} <Debug> TCPHandler: Processed in 0.006322177 sec. | ||
| 2122 | 2025.01.27 09:32:45.663689 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2123 | 2025.01.27 09:32:45.663981 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2124 | 2025.01.27 09:32:45.664029 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2125 | 2025.01.27 09:32:45.664119 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 2126 | 2025.01.27 09:32:45.664245 [ 267 ] {ecc26bea-2cc4-4311-a2af-819fa1216ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2127 | 2025.01.27 09:32:45.664571 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 2128 | 2025.01.27 09:32:45.664602 [ 267 ] {ecc26bea-2cc4-4311-a2af-819fa1216ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2129 | 2025.01.27 09:32:45.664678 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_11_2} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2130 | 2025.01.27 09:32:45.664949 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 2131 | 2025.01.27 09:32:45.665245 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_11_2} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2132 | 2025.01.27 09:32:45.665343 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 2133 | 2025.01.27 09:32:45.665617 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 2134 | 2025.01.27 09:32:45.665783 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2135 | 2025.01.27 09:32:45.666135 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 2136 | 2025.01.27 09:32:45.667760 [ 267 ] {ecc26bea-2cc4-4311-a2af-819fa1216ea9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2137 | 2025.01.27 09:32:45.667816 [ 267 ] {ecc26bea-2cc4-4311-a2af-819fa1216ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2138 | 2025.01.27 09:32:45.668840 [ 267 ] {ecc26bea-2cc4-4311-a2af-819fa1216ea9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2139 | 2025.01.27 09:32:45.669319 [ 267 ] {ecc26bea-2cc4-4311-a2af-819fa1216ea9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2140 | 2025.01.27 09:32:45.669575 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1855 rows, containing 5 columns (5 merged, 0 gathered) in 0.006167813 sec., 300754.90291291254 rows/sec., 22.93 MiB/sec. | ||
| 2141 | 2025.01.27 09:32:45.669659 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2142 | 2025.01.27 09:32:45.669754 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2143 | 2025.01.27 09:32:45.669817 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2144 | 2025.01.27 09:32:45.669979 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2145 | 2025.01.27 09:32:45.669971 [ 267 ] {ecc26bea-2cc4-4311-a2af-819fa1216ea9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005764 sec., 27758.50104094379 rows/sec., 1.93 MiB/sec. | ||
| 2146 | 2025.01.27 09:32:45.670155 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 2147 | 2025.01.27 09:32:45.670422 [ 267 ] {ecc26bea-2cc4-4311-a2af-819fa1216ea9} <Debug> TCPHandler: Processed in 0.006585413 sec. | ||
| 2148 | 2025.01.27 09:32:45.670660 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2149 | 2025.01.27 09:32:45.670796 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
| 2150 | 2025.01.27 09:32:45.670803 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2151 | 2025.01.27 09:32:45.670877 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_11_2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2152 | 2025.01.27 09:32:45.671153 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2419 rows starting from the beginning of the part | ||
| 2153 | 2025.01.27 09:32:45.671357 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_11_2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2154 | 2025.01.27 09:32:45.671345 [ 273 ] {c627e987-2deb-49f8-9808-c26731bcf908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2155 | 2025.01.27 09:32:45.671696 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 2156 | 2025.01.27 09:32:45.671810 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2157 | 2025.01.27 09:32:45.671828 [ 273 ] {c627e987-2deb-49f8-9808-c26731bcf908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2158 | 2025.01.27 09:32:45.672062 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 2159 | 2025.01.27 09:32:45.672470 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 2160 | 2025.01.27 09:32:45.672852 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 2161 | 2025.01.27 09:32:45.674179 [ 273 ] {c627e987-2deb-49f8-9808-c26731bcf908} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2162 | 2025.01.27 09:32:45.674244 [ 273 ] {c627e987-2deb-49f8-9808-c26731bcf908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2163 | 2025.01.27 09:32:45.675185 [ 273 ] {c627e987-2deb-49f8-9808-c26731bcf908} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2164 | 2025.01.27 09:32:45.675621 [ 273 ] {c627e987-2deb-49f8-9808-c26731bcf908} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2165 | 2025.01.27 09:32:45.675836 [ 44 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2166 | 2025.01.27 09:32:45.675971 [ 44 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2167 | 2025.01.27 09:32:45.676098 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2168 | 2025.01.27 09:32:45.676142 [ 273 ] {c627e987-2deb-49f8-9808-c26731bcf908} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004982 sec., 12043.35608189482 rows/sec., 831.12 KiB/sec. | ||
| 2169 | 2025.01.27 09:32:45.676372 [ 273 ] {c627e987-2deb-49f8-9808-c26731bcf908} <Debug> TCPHandler: Processed in 0.005805825 sec. | ||
| 2170 | 2025.01.27 09:32:45.676417 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2171 | 2025.01.27 09:32:45.676553 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2172 | 2025.01.27 09:32:45.676592 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
| 2173 | 2025.01.27 09:32:45.676686 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2174 | 2025.01.27 09:32:45.676835 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2175 | 2025.01.27 09:32:45.676980 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2176 | 2025.01.27 09:32:45.677044 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2177 | 2025.01.27 09:32:45.677258 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2178 | 2025.01.27 09:32:45.678475 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.002234352 sec., 302548.5688915623 rows/sec., 19.82 MiB/sec. | ||
| 2179 | 2025.01.27 09:32:45.678656 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2180 | 2025.01.27 09:32:45.678959 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_11_2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2181 | 2025.01.27 09:32:45.679041 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_11_2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2182 | 2025.01.27 09:32:45.679117 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2183 | 2025.01.27 09:32:45.679261 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4186 rows, containing 5 columns (5 merged, 0 gathered) in 0.009353657 sec., 447525.4972466919 rows/sec., 30.19 MiB/sec. | ||
| 2184 | 2025.01.27 09:32:45.679613 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2185 | 2025.01.27 09:32:45.679933 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2186 | 2025.01.27 09:32:45.680017 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2187 | 2025.01.27 09:32:45.680105 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. | ||
| 2188 | 2025.01.27 09:32:46.971070 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2189 | 2025.01.27 09:32:46.971738 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2190 | 2025.01.27 09:32:46.971790 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2191 | 2025.01.27 09:32:46.972332 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2192 | 2025.01.27 09:32:46.972591 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2193 | 2025.01.27 09:32:46.972837 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2194 | 2025.01.27 09:32:47.214937 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2195 | 2025.01.27 09:32:47.234543 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2196 | 2025.01.27 09:32:47.234588 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2197 | 2025.01.27 09:32:47.241896 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2198 | 2025.01.27 09:32:47.242657 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2199 | 2025.01.27 09:32:47.245855 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2200 | 2025.01.27 09:32:49.482299 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 324 | ||
| 2201 | 2025.01.27 09:32:49.485497 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2202 | 2025.01.27 09:32:49.485544 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2203 | 2025.01.27 09:32:49.487029 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2204 | 2025.01.27 09:32:49.487504 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2205 | 2025.01.27 09:32:49.487738 [ 40 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2206 | 2025.01.27 09:32:49.487899 [ 40 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2207 | 2025.01.27 09:32:49.488039 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2208 | 2025.01.27 09:32:49.488626 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 2209 | 2025.01.27 09:32:49.488946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324 | ||
| 2210 | 2025.01.27 09:32:49.489413 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2211 | 2025.01.27 09:32:49.489543 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 2212 | 2025.01.27 09:32:49.490140 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2213 | 2025.01.27 09:32:49.490698 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2214 | 2025.01.27 09:32:49.491208 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 2215 | 2025.01.27 09:32:49.491706 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 2216 | 2025.01.27 09:32:49.492234 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 2217 | 2025.01.27 09:32:49.499921 [ 199 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 72 columns (72 merged, 0 gathered) in 0.011708372 sec., 27672.50647656224 rows/sec., 27.90 MiB/sec. | ||
| 2218 | 2025.01.27 09:32:49.500865 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2219 | 2025.01.27 09:32:49.501594 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_6_1} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2220 | 2025.01.27 09:32:49.501667 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_6_1} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2221 | 2025.01.27 09:32:49.501842 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.70 MiB. | ||
| 2222 | 2025.01.27 09:32:50.661408 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2223 | 2025.01.27 09:32:50.661600 [ 267 ] {abc16cd6-ec51-4d77-8ec6-82c7ea221f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2224 | 2025.01.27 09:32:50.661681 [ 267 ] {abc16cd6-ec51-4d77-8ec6-82c7ea221f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2225 | 2025.01.27 09:32:50.662427 [ 267 ] {abc16cd6-ec51-4d77-8ec6-82c7ea221f86} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2226 | 2025.01.27 09:32:50.662476 [ 267 ] {abc16cd6-ec51-4d77-8ec6-82c7ea221f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2227 | 2025.01.27 09:32:50.662915 [ 267 ] {abc16cd6-ec51-4d77-8ec6-82c7ea221f86} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2228 | 2025.01.27 09:32:50.663186 [ 267 ] {abc16cd6-ec51-4d77-8ec6-82c7ea221f86} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2229 | 2025.01.27 09:32:50.663385 [ 39 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2230 | 2025.01.27 09:32:50.663473 [ 39 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2231 | 2025.01.27 09:32:50.663473 [ 267 ] {abc16cd6-ec51-4d77-8ec6-82c7ea221f86} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec. | ||
| 2232 | 2025.01.27 09:32:50.663516 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2233 | 2025.01.27 09:32:50.663647 [ 267 ] {abc16cd6-ec51-4d77-8ec6-82c7ea221f86} <Debug> TCPHandler: Processed in 0.002366085 sec. | ||
| 2234 | 2025.01.27 09:32:50.663958 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 2235 | 2025.01.27 09:32:50.664016 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2236 | 2025.01.27 09:32:50.664134 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2237 | 2025.01.27 09:32:50.664171 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 2238 | 2025.01.27 09:32:50.664199 [ 273 ] {77f47790-8578-45c2-b6d6-cef3d03e5093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2239 | 2025.01.27 09:32:50.664280 [ 273 ] {77f47790-8578-45c2-b6d6-cef3d03e5093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2240 | 2025.01.27 09:32:50.664341 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 2241 | 2025.01.27 09:32:50.664636 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 2242 | 2025.01.27 09:32:50.664926 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 2243 | 2025.01.27 09:32:50.665255 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 2244 | 2025.01.27 09:32:50.666549 [ 273 ] {77f47790-8578-45c2-b6d6-cef3d03e5093} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2245 | 2025.01.27 09:32:50.666602 [ 273 ] {77f47790-8578-45c2-b6d6-cef3d03e5093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2246 | 2025.01.27 09:32:50.666864 [ 186 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003220014 sec., 21739.035917235142 rows/sec., 1.61 MiB/sec. | ||
| 2247 | 2025.01.27 09:32:50.667135 [ 186 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2248 | 2025.01.27 09:32:50.667416 [ 273 ] {77f47790-8578-45c2-b6d6-cef3d03e5093} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2249 | 2025.01.27 09:32:50.667712 [ 186 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_5_1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2250 | 2025.01.27 09:32:50.667885 [ 273 ] {77f47790-8578-45c2-b6d6-cef3d03e5093} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2251 | 2025.01.27 09:32:50.667902 [ 186 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_5_1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2252 | 2025.01.27 09:32:50.668069 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2253 | 2025.01.27 09:32:50.668232 [ 273 ] {77f47790-8578-45c2-b6d6-cef3d03e5093} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.004089 sec., 66764.49009537784 rows/sec., 5.87 MiB/sec. | ||
| 2254 | 2025.01.27 09:32:50.668299 [ 273 ] {77f47790-8578-45c2-b6d6-cef3d03e5093} <Debug> TCPHandler: Processed in 0.004481114 sec. | ||
| 2255 | 2025.01.27 09:32:50.668477 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2256 | 2025.01.27 09:32:50.668606 [ 267 ] {ebf2588e-0456-433c-b825-cde42a222423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2257 | 2025.01.27 09:32:50.668656 [ 267 ] {ebf2588e-0456-433c-b825-cde42a222423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2258 | 2025.01.27 09:32:50.669522 [ 267 ] {ebf2588e-0456-433c-b825-cde42a222423} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2025.01.27 09:32:50.669566 [ 267 ] {ebf2588e-0456-433c-b825-cde42a222423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2260 | 2025.01.27 09:32:50.669944 [ 267 ] {ebf2588e-0456-433c-b825-cde42a222423} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2261 | 2025.01.27 09:32:50.670185 [ 267 ] {ebf2588e-0456-433c-b825-cde42a222423} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2025.01.27 09:32:50.670402 [ 267 ] {ebf2588e-0456-433c-b825-cde42a222423} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.00182 sec., 23076.923076923078 rows/sec., 1.66 MiB/sec. | ||
| 2263 | 2025.01.27 09:32:50.670459 [ 267 ] {ebf2588e-0456-433c-b825-cde42a222423} <Debug> TCPHandler: Processed in 0.002039807 sec. | ||
| 2264 | 2025.01.27 09:32:50.670608 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2265 | 2025.01.27 09:32:50.670737 [ 273 ] {3fe26056-70a1-4050-aa02-516c3ede486e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2266 | 2025.01.27 09:32:50.670787 [ 273 ] {3fe26056-70a1-4050-aa02-516c3ede486e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2267 | 2025.01.27 09:32:50.671371 [ 273 ] {3fe26056-70a1-4050-aa02-516c3ede486e} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2268 | 2025.01.27 09:32:50.671410 [ 273 ] {3fe26056-70a1-4050-aa02-516c3ede486e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2269 | 2025.01.27 09:32:50.671777 [ 273 ] {3fe26056-70a1-4050-aa02-516c3ede486e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2270 | 2025.01.27 09:32:50.672023 [ 273 ] {3fe26056-70a1-4050-aa02-516c3ede486e} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2271 | 2025.01.27 09:32:50.672245 [ 273 ] {3fe26056-70a1-4050-aa02-516c3ede486e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001533 sec., 9132.4200913242 rows/sec., 639.58 KiB/sec. | ||
| 2272 | 2025.01.27 09:32:50.672297 [ 273 ] {3fe26056-70a1-4050-aa02-516c3ede486e} <Debug> TCPHandler: Processed in 0.001749151 sec. | ||
| 2273 | 2025.01.27 09:32:50.672454 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2274 | 2025.01.27 09:32:50.672572 [ 267 ] {9ac5ddb4-542a-44a4-9b5f-e6d53d07dd9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2275 | 2025.01.27 09:32:50.672620 [ 267 ] {9ac5ddb4-542a-44a4-9b5f-e6d53d07dd9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2276 | 2025.01.27 09:32:50.673194 [ 267 ] {9ac5ddb4-542a-44a4-9b5f-e6d53d07dd9a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2277 | 2025.01.27 09:32:50.673234 [ 267 ] {9ac5ddb4-542a-44a4-9b5f-e6d53d07dd9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2278 | 2025.01.27 09:32:50.673598 [ 267 ] {9ac5ddb4-542a-44a4-9b5f-e6d53d07dd9a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2279 | 2025.01.27 09:32:50.673834 [ 267 ] {9ac5ddb4-542a-44a4-9b5f-e6d53d07dd9a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2280 | 2025.01.27 09:32:50.674001 [ 38 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2281 | 2025.01.27 09:32:50.674060 [ 38 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2282 | 2025.01.27 09:32:50.674092 [ 267 ] {9ac5ddb4-542a-44a4-9b5f-e6d53d07dd9a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001533 sec., 8480.10437051533 rows/sec., 528.73 KiB/sec. | ||
| 2283 | 2025.01.27 09:32:50.674099 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2284 | 2025.01.27 09:32:50.674242 [ 267 ] {9ac5ddb4-542a-44a4-9b5f-e6d53d07dd9a} <Debug> TCPHandler: Processed in 0.001840323 sec. | ||
| 2285 | 2025.01.27 09:32:50.674316 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 2286 | 2025.01.27 09:32:50.674446 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2287 | 2025.01.27 09:32:50.674517 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2288 | 2025.01.27 09:32:50.674584 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 2289 | 2025.01.27 09:32:50.674684 [ 273 ] {17363f1f-51b4-4fb2-837c-95b634666666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2290 | 2025.01.27 09:32:50.674861 [ 273 ] {17363f1f-51b4-4fb2-837c-95b634666666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2291 | 2025.01.27 09:32:50.674911 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 2292 | 2025.01.27 09:32:50.675318 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 2293 | 2025.01.27 09:32:50.675641 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 2294 | 2025.01.27 09:32:50.676041 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 2295 | 2025.01.27 09:32:50.677688 [ 273 ] {17363f1f-51b4-4fb2-837c-95b634666666} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2296 | 2025.01.27 09:32:50.677761 [ 273 ] {17363f1f-51b4-4fb2-837c-95b634666666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2297 | 2025.01.27 09:32:50.678514 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004267339 sec., 15231.97477397507 rows/sec., 1009.21 KiB/sec. | ||
| 2298 | 2025.01.27 09:32:50.678760 [ 273 ] {17363f1f-51b4-4fb2-837c-95b634666666} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2299 | 2025.01.27 09:32:50.678772 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2300 | 2025.01.27 09:32:50.679221 [ 273 ] {17363f1f-51b4-4fb2-837c-95b634666666} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2301 | 2025.01.27 09:32:50.679324 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_5_1} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2025.01.27 09:32:50.679558 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_5_1} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2303 | 2025.01.27 09:32:50.679641 [ 273 ] {17363f1f-51b4-4fb2-837c-95b634666666} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.005023 sec., 83018.1166633486 rows/sec., 5.93 MiB/sec. | ||
| 2304 | 2025.01.27 09:32:50.679709 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2305 | 2025.01.27 09:32:50.679817 [ 273 ] {17363f1f-51b4-4fb2-837c-95b634666666} <Debug> TCPHandler: Processed in 0.005462657 sec. | ||
| 2306 | 2025.01.27 09:32:50.679974 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2307 | 2025.01.27 09:32:50.680090 [ 267 ] {c0f22137-f9d1-4fbe-9ff9-cc42c0636c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2308 | 2025.01.27 09:32:50.680146 [ 267 ] {c0f22137-f9d1-4fbe-9ff9-cc42c0636c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2309 | 2025.01.27 09:32:50.680650 [ 267 ] {c0f22137-f9d1-4fbe-9ff9-cc42c0636c0c} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2310 | 2025.01.27 09:32:50.680688 [ 267 ] {c0f22137-f9d1-4fbe-9ff9-cc42c0636c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2311 | 2025.01.27 09:32:50.681050 [ 267 ] {c0f22137-f9d1-4fbe-9ff9-cc42c0636c0c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2312 | 2025.01.27 09:32:50.681288 [ 267 ] {c0f22137-f9d1-4fbe-9ff9-cc42c0636c0c} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2313 | 2025.01.27 09:32:50.681508 [ 267 ] {c0f22137-f9d1-4fbe-9ff9-cc42c0636c0c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 2314 | 2025.01.27 09:32:50.681560 [ 267 ] {c0f22137-f9d1-4fbe-9ff9-cc42c0636c0c} <Debug> TCPHandler: Processed in 0.001641498 sec. | ||
| 2315 | 2025.01.27 09:32:50.681705 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2316 | 2025.01.27 09:32:50.681824 [ 273 ] {2a72d5fe-c3b1-4cf0-a8e8-33635cb45774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2317 | 2025.01.27 09:32:50.681878 [ 273 ] {2a72d5fe-c3b1-4cf0-a8e8-33635cb45774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2318 | 2025.01.27 09:32:50.682465 [ 273 ] {2a72d5fe-c3b1-4cf0-a8e8-33635cb45774} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.01.27 09:32:50.682504 [ 273 ] {2a72d5fe-c3b1-4cf0-a8e8-33635cb45774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2320 | 2025.01.27 09:32:50.682915 [ 273 ] {2a72d5fe-c3b1-4cf0-a8e8-33635cb45774} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2321 | 2025.01.27 09:32:50.683159 [ 273 ] {2a72d5fe-c3b1-4cf0-a8e8-33635cb45774} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.01.27 09:32:50.683416 [ 273 ] {2a72d5fe-c3b1-4cf0-a8e8-33635cb45774} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001618 sec., 146477.13226205192 rows/sec., 9.82 MiB/sec. | ||
| 2323 | 2025.01.27 09:32:50.683614 [ 273 ] {2a72d5fe-c3b1-4cf0-a8e8-33635cb45774} <Debug> TCPHandler: Processed in 0.001963636 sec. | ||
| 2324 | 2025.01.27 09:32:50.683774 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2325 | 2025.01.27 09:32:50.683911 [ 267 ] {053dd2bd-da41-4be1-b8e5-d85e30a57b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2326 | 2025.01.27 09:32:50.683972 [ 267 ] {053dd2bd-da41-4be1-b8e5-d85e30a57b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2327 | 2025.01.27 09:32:50.684454 [ 267 ] {053dd2bd-da41-4be1-b8e5-d85e30a57b68} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2328 | 2025.01.27 09:32:50.684491 [ 267 ] {053dd2bd-da41-4be1-b8e5-d85e30a57b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2329 | 2025.01.27 09:32:50.684842 [ 267 ] {053dd2bd-da41-4be1-b8e5-d85e30a57b68} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2330 | 2025.01.27 09:32:50.685073 [ 267 ] {053dd2bd-da41-4be1-b8e5-d85e30a57b68} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2331 | 2025.01.27 09:32:50.685225 [ 38 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2332 | 2025.01.27 09:32:50.685286 [ 38 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2333 | 2025.01.27 09:32:50.685318 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2334 | 2025.01.27 09:32:50.685333 [ 267 ] {053dd2bd-da41-4be1-b8e5-d85e30a57b68} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001442 sec., 693.4812760055479 rows/sec., 46.73 KiB/sec. | ||
| 2335 | 2025.01.27 09:32:50.685668 [ 267 ] {053dd2bd-da41-4be1-b8e5-d85e30a57b68} <Debug> TCPHandler: Processed in 0.001952555 sec. | ||
| 2336 | 2025.01.27 09:32:50.685763 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 2337 | 2025.01.27 09:32:50.685961 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2338 | 2025.01.27 09:32:50.686014 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2339 | 2025.01.27 09:32:50.686061 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 2340 | 2025.01.27 09:32:50.686245 [ 273 ] {4eee0ab2-878c-4662-bb3c-38055653d698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2341 | 2025.01.27 09:32:50.686354 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 2342 | 2025.01.27 09:32:50.686544 [ 273 ] {4eee0ab2-878c-4662-bb3c-38055653d698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2343 | 2025.01.27 09:32:50.686674 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 2344 | 2025.01.27 09:32:50.687072 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 2345 | 2025.01.27 09:32:50.687439 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 2346 | 2025.01.27 09:32:50.690607 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005198471 sec., 961.8212739861394 rows/sec., 64.81 KiB/sec. | ||
| 2347 | 2025.01.27 09:32:50.690797 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2348 | 2025.01.27 09:32:50.691408 [ 273 ] {4eee0ab2-878c-4662-bb3c-38055653d698} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2025.01.27 09:32:50.691473 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_5_1} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2350 | 2025.01.27 09:32:50.691482 [ 273 ] {4eee0ab2-878c-4662-bb3c-38055653d698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2351 | 2025.01.27 09:32:50.691632 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_5_1} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2352 | 2025.01.27 09:32:50.691810 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2353 | 2025.01.27 09:32:50.692438 [ 273 ] {4eee0ab2-878c-4662-bb3c-38055653d698} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2354 | 2025.01.27 09:32:50.692715 [ 273 ] {4eee0ab2-878c-4662-bb3c-38055653d698} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2355 | 2025.01.27 09:32:50.692964 [ 273 ] {4eee0ab2-878c-4662-bb3c-38055653d698} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.006834 sec., 5121.451565700907 rows/sec., 9.18 MiB/sec. | ||
| 2356 | 2025.01.27 09:32:50.693095 [ 273 ] {4eee0ab2-878c-4662-bb3c-38055653d698} <Debug> TCPHandler: Processed in 0.007290449 sec. | ||
| 2357 | 2025.01.27 09:32:50.693256 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2358 | 2025.01.27 09:32:50.693424 [ 267 ] {d3cdcdd9-1351-4429-aea1-640fd1df142b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2359 | 2025.01.27 09:32:50.693476 [ 267 ] {d3cdcdd9-1351-4429-aea1-640fd1df142b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2360 | 2025.01.27 09:32:50.693982 [ 267 ] {d3cdcdd9-1351-4429-aea1-640fd1df142b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2361 | 2025.01.27 09:32:50.694022 [ 267 ] {d3cdcdd9-1351-4429-aea1-640fd1df142b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2362 | 2025.01.27 09:32:50.694423 [ 267 ] {d3cdcdd9-1351-4429-aea1-640fd1df142b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2363 | 2025.01.27 09:32:50.694686 [ 267 ] {d3cdcdd9-1351-4429-aea1-640fd1df142b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2364 | 2025.01.27 09:32:50.694910 [ 267 ] {d3cdcdd9-1351-4429-aea1-640fd1df142b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001509 sec., 54340.62292909212 rows/sec., 3.45 MiB/sec. | ||
| 2365 | 2025.01.27 09:32:50.695015 [ 267 ] {d3cdcdd9-1351-4429-aea1-640fd1df142b} <Debug> TCPHandler: Processed in 0.001817743 sec. | ||
| 2366 | 2025.01.27 09:32:54.395343 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2367 | 2025.01.27 09:32:54.395441 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2368 | 2025.01.27 09:32:54.473916 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2369 | 2025.01.27 09:32:54.474584 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2370 | 2025.01.27 09:32:54.474634 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2371 | 2025.01.27 09:32:54.475189 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2372 | 2025.01.27 09:32:54.475441 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2373 | 2025.01.27 09:32:54.475738 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2374 | 2025.01.27 09:32:54.746880 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2375 | 2025.01.27 09:32:54.766745 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2376 | 2025.01.27 09:32:54.766790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2377 | 2025.01.27 09:32:54.774063 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2378 | 2025.01.27 09:32:54.774807 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2379 | 2025.01.27 09:32:54.777277 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2380 | 2025.01.27 09:32:55.655339 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2381 | 2025.01.27 09:32:55.655553 [ 267 ] {f4fb215d-a88b-4d6e-8513-d03411130751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2382 | 2025.01.27 09:32:55.655633 [ 267 ] {f4fb215d-a88b-4d6e-8513-d03411130751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2383 | 2025.01.27 09:32:55.656480 [ 267 ] {f4fb215d-a88b-4d6e-8513-d03411130751} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2384 | 2025.01.27 09:32:55.656525 [ 267 ] {f4fb215d-a88b-4d6e-8513-d03411130751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2385 | 2025.01.27 09:32:55.656959 [ 267 ] {f4fb215d-a88b-4d6e-8513-d03411130751} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2386 | 2025.01.27 09:32:55.657213 [ 267 ] {f4fb215d-a88b-4d6e-8513-d03411130751} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2387 | 2025.01.27 09:32:55.657460 [ 267 ] {f4fb215d-a88b-4d6e-8513-d03411130751} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.17 MiB/sec. | ||
| 2388 | 2025.01.27 09:32:55.657516 [ 267 ] {f4fb215d-a88b-4d6e-8513-d03411130751} <Debug> TCPHandler: Processed in 0.002314624 sec. | ||
| 2389 | 2025.01.27 09:32:55.657797 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2390 | 2025.01.27 09:32:55.658005 [ 273 ] {77ac3f58-1f66-484e-9c02-b76ecb8a81b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2391 | 2025.01.27 09:32:55.658086 [ 273 ] {77ac3f58-1f66-484e-9c02-b76ecb8a81b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2392 | 2025.01.27 09:32:55.658878 [ 273 ] {77ac3f58-1f66-484e-9c02-b76ecb8a81b3} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2393 | 2025.01.27 09:32:55.658923 [ 273 ] {77ac3f58-1f66-484e-9c02-b76ecb8a81b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2394 | 2025.01.27 09:32:55.659367 [ 273 ] {77ac3f58-1f66-484e-9c02-b76ecb8a81b3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2395 | 2025.01.27 09:32:55.659644 [ 273 ] {77ac3f58-1f66-484e-9c02-b76ecb8a81b3} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2396 | 2025.01.27 09:32:55.659872 [ 273 ] {77ac3f58-1f66-484e-9c02-b76ecb8a81b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001927 sec., 33212.24701608718 rows/sec., 2.59 MiB/sec. | ||
| 2397 | 2025.01.27 09:32:55.659928 [ 273 ] {77ac3f58-1f66-484e-9c02-b76ecb8a81b3} <Debug> TCPHandler: Processed in 0.002279913 sec. | ||
| 2398 | 2025.01.27 09:32:55.660167 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2399 | 2025.01.27 09:32:55.660390 [ 267 ] {d5b9fa7e-c4a1-4bb3-83b2-c6a07fee7805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2400 | 2025.01.27 09:32:55.660496 [ 267 ] {d5b9fa7e-c4a1-4bb3-83b2-c6a07fee7805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2401 | 2025.01.27 09:32:55.661451 [ 267 ] {d5b9fa7e-c4a1-4bb3-83b2-c6a07fee7805} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2402 | 2025.01.27 09:32:55.661490 [ 267 ] {d5b9fa7e-c4a1-4bb3-83b2-c6a07fee7805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2403 | 2025.01.27 09:32:55.661882 [ 267 ] {d5b9fa7e-c4a1-4bb3-83b2-c6a07fee7805} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2404 | 2025.01.27 09:32:55.662125 [ 267 ] {d5b9fa7e-c4a1-4bb3-83b2-c6a07fee7805} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2405 | 2025.01.27 09:32:55.662331 [ 267 ] {d5b9fa7e-c4a1-4bb3-83b2-c6a07fee7805} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001996 sec., 80160.32064128257 rows/sec., 5.58 MiB/sec. | ||
| 2406 | 2025.01.27 09:32:55.662382 [ 267 ] {d5b9fa7e-c4a1-4bb3-83b2-c6a07fee7805} <Debug> TCPHandler: Processed in 0.002324544 sec. | ||
| 2407 | 2025.01.27 09:32:55.662537 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2408 | 2025.01.27 09:32:55.662655 [ 273 ] {71be9c76-797b-4c4d-8fb8-460b3417f64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2409 | 2025.01.27 09:32:55.662708 [ 273 ] {71be9c76-797b-4c4d-8fb8-460b3417f64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2410 | 2025.01.27 09:32:55.663208 [ 273 ] {71be9c76-797b-4c4d-8fb8-460b3417f64f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2411 | 2025.01.27 09:32:55.663243 [ 273 ] {71be9c76-797b-4c4d-8fb8-460b3417f64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2412 | 2025.01.27 09:32:55.663616 [ 273 ] {71be9c76-797b-4c4d-8fb8-460b3417f64f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2413 | 2025.01.27 09:32:55.663855 [ 273 ] {71be9c76-797b-4c4d-8fb8-460b3417f64f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2414 | 2025.01.27 09:32:55.664025 [ 273 ] {71be9c76-797b-4c4d-8fb8-460b3417f64f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 2415 | 2025.01.27 09:32:55.664071 [ 273 ] {71be9c76-797b-4c4d-8fb8-460b3417f64f} <Debug> TCPHandler: Processed in 0.001592297 sec. | ||
| 2416 | 2025.01.27 09:32:55.996861 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2417 | 2025.01.27 09:32:55.997275 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2418 | 2025.01.27 09:32:55.997740 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2419 | 2025.01.27 09:32:55.997795 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2420 | 2025.01.27 09:32:55.998178 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2421 | 2025.01.27 09:32:55.998260 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2422 | 2025.01.27 09:32:55.998440 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2423 | 2025.01.27 09:32:55.998589 [ 294 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2424 | 2025.01.27 09:32:55.998738 [ 300 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2425 | 2025.01.27 09:32:55.998764 [ 298 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2426 | 2025.01.27 09:32:55.998758 [ 296 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2427 | 2025.01.27 09:32:55.998934 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 2428 | 2025.01.27 09:32:55.998964 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2429 | 2025.01.27 09:32:55.999103 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2430 | 2025.01.27 09:32:55.999129 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2431 | 2025.01.27 09:32:55.999172 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2432 | 2025.01.27 09:32:55.999217 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2433 | 2025.01.27 09:32:55.999258 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2434 | 2025.01.27 09:32:55.999297 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2435 | 2025.01.27 09:32:56.001747 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.00468 sec., 8547.008547008547 rows/sec., 325.94 KiB/sec. | ||
| 2436 | 2025.01.27 09:32:56.001968 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Debug> MemoryTracker: Peak memory usage (for query): 143.98 KiB. | ||
| 2437 | 2025.01.27 09:32:56.001986 [ 267 ] {ff01e478-9b54-46e9-932b-163644aa9a4d} <Debug> TCPHandler: Processed in 0.005295873 sec. | ||
| 2438 | 2025.01.27 09:32:56.043470 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2439 | 2025.01.27 09:32:56.043606 [ 267 ] {bca8a7cd-d7a1-4442-891c-60275ffe7be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2440 | 2025.01.27 09:32:56.043663 [ 267 ] {bca8a7cd-d7a1-4442-891c-60275ffe7be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2441 | 2025.01.27 09:32:56.044422 [ 267 ] {bca8a7cd-d7a1-4442-891c-60275ffe7be0} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2442 | 2025.01.27 09:32:56.044466 [ 267 ] {bca8a7cd-d7a1-4442-891c-60275ffe7be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2443 | 2025.01.27 09:32:56.044965 [ 267 ] {bca8a7cd-d7a1-4442-891c-60275ffe7be0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2444 | 2025.01.27 09:32:56.045204 [ 267 ] {bca8a7cd-d7a1-4442-891c-60275ffe7be0} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2445 | 2025.01.27 09:32:56.045470 [ 267 ] {bca8a7cd-d7a1-4442-891c-60275ffe7be0} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001901 sec., 526.0389268805892 rows/sec., 119.18 KiB/sec. | ||
| 2446 | 2025.01.27 09:32:56.045551 [ 267 ] {bca8a7cd-d7a1-4442-891c-60275ffe7be0} <Debug> TCPHandler: Processed in 0.00216447 sec. | ||
| 2447 | 2025.01.27 09:32:56.045803 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2448 | 2025.01.27 09:32:56.045970 [ 273 ] {a72dd103-3999-4bf3-8d82-2badc82592f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2449 | 2025.01.27 09:32:56.046037 [ 273 ] {a72dd103-3999-4bf3-8d82-2badc82592f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2450 | 2025.01.27 09:32:56.046747 [ 273 ] {a72dd103-3999-4bf3-8d82-2badc82592f9} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2451 | 2025.01.27 09:32:56.046788 [ 273 ] {a72dd103-3999-4bf3-8d82-2badc82592f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2452 | 2025.01.27 09:32:56.047210 [ 273 ] {a72dd103-3999-4bf3-8d82-2badc82592f9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2453 | 2025.01.27 09:32:56.047478 [ 273 ] {a72dd103-3999-4bf3-8d82-2badc82592f9} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2454 | 2025.01.27 09:32:56.047669 [ 273 ] {a72dd103-3999-4bf3-8d82-2badc82592f9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001745 sec., 8022.9226361031515 rows/sec., 577.54 KiB/sec. | ||
| 2455 | 2025.01.27 09:32:56.047723 [ 273 ] {a72dd103-3999-4bf3-8d82-2badc82592f9} <Debug> TCPHandler: Processed in 0.002037808 sec. | ||
| 2456 | 2025.01.27 09:32:56.047902 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2457 | 2025.01.27 09:32:56.048043 [ 267 ] {33021cdd-cf31-4b02-ab92-47b8841e4a03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2458 | 2025.01.27 09:32:56.048102 [ 267 ] {33021cdd-cf31-4b02-ab92-47b8841e4a03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2459 | 2025.01.27 09:32:56.048732 [ 267 ] {33021cdd-cf31-4b02-ab92-47b8841e4a03} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2460 | 2025.01.27 09:32:56.048773 [ 267 ] {33021cdd-cf31-4b02-ab92-47b8841e4a03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2461 | 2025.01.27 09:32:56.049123 [ 267 ] {33021cdd-cf31-4b02-ab92-47b8841e4a03} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2462 | 2025.01.27 09:32:56.049361 [ 267 ] {33021cdd-cf31-4b02-ab92-47b8841e4a03} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2463 | 2025.01.27 09:32:56.049581 [ 267 ] {33021cdd-cf31-4b02-ab92-47b8841e4a03} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001566 sec., 7662.835249042146 rows/sec., 624.85 KiB/sec. | ||
| 2464 | 2025.01.27 09:32:56.049734 [ 267 ] {33021cdd-cf31-4b02-ab92-47b8841e4a03} <Debug> TCPHandler: Processed in 0.001886704 sec. | ||
| 2465 | 2025.01.27 09:32:56.049898 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2466 | 2025.01.27 09:32:56.050018 [ 273 ] {da22f24b-e181-4b93-b0da-d19fa4d4f922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2467 | 2025.01.27 09:32:56.050066 [ 273 ] {da22f24b-e181-4b93-b0da-d19fa4d4f922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2468 | 2025.01.27 09:32:56.051230 [ 273 ] {da22f24b-e181-4b93-b0da-d19fa4d4f922} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2469 | 2025.01.27 09:32:56.051271 [ 273 ] {da22f24b-e181-4b93-b0da-d19fa4d4f922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2470 | 2025.01.27 09:32:56.051735 [ 273 ] {da22f24b-e181-4b93-b0da-d19fa4d4f922} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2471 | 2025.01.27 09:32:56.052000 [ 273 ] {da22f24b-e181-4b93-b0da-d19fa4d4f922} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2472 | 2025.01.27 09:32:56.052182 [ 273 ] {da22f24b-e181-4b93-b0da-d19fa4d4f922} <Debug> executeQuery: Read 1419 rows, 121.15 KiB in 0.002189 sec., 648241.2060301508 rows/sec., 54.05 MiB/sec. | ||
| 2473 | 2025.01.27 09:32:56.052235 [ 273 ] {da22f24b-e181-4b93-b0da-d19fa4d4f922} <Debug> TCPHandler: Processed in 0.002394195 sec. | ||
| 2474 | 2025.01.27 09:32:56.052381 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2475 | 2025.01.27 09:32:56.052501 [ 267 ] {f1f74e1c-70dc-49b2-8052-3aa1227f8dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2476 | 2025.01.27 09:32:56.052549 [ 267 ] {f1f74e1c-70dc-49b2-8052-3aa1227f8dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2477 | 2025.01.27 09:32:56.053161 [ 267 ] {f1f74e1c-70dc-49b2-8052-3aa1227f8dbb} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2025.01.27 09:32:56.053200 [ 267 ] {f1f74e1c-70dc-49b2-8052-3aa1227f8dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2479 | 2025.01.27 09:32:56.053563 [ 267 ] {f1f74e1c-70dc-49b2-8052-3aa1227f8dbb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2480 | 2025.01.27 09:32:56.053798 [ 267 ] {f1f74e1c-70dc-49b2-8052-3aa1227f8dbb} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2025.01.27 09:32:56.053965 [ 51 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2482 | 2025.01.27 09:32:56.054019 [ 51 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2025.01.27 09:32:56.054035 [ 267 ] {f1f74e1c-70dc-49b2-8052-3aa1227f8dbb} <Debug> executeQuery: Read 54 rows, 3.93 KiB in 0.00155 sec., 34838.709677419356 rows/sec., 2.47 MiB/sec. | ||
| 2484 | 2025.01.27 09:32:56.054058 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2485 | 2025.01.27 09:32:56.054184 [ 267 ] {f1f74e1c-70dc-49b2-8052-3aa1227f8dbb} <Debug> TCPHandler: Processed in 0.001854033 sec. | ||
| 2486 | 2025.01.27 09:32:56.054273 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 2487 | 2025.01.27 09:32:56.054358 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2488 | 2025.01.27 09:32:56.054404 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2489 | 2025.01.27 09:32:56.054439 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2490 | 2025.01.27 09:32:56.054500 [ 273 ] {a5f44e3c-4f26-411a-9e36-0bddf0f1f72c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2491 | 2025.01.27 09:32:56.054553 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2492 | 2025.01.27 09:32:56.054615 [ 273 ] {a5f44e3c-4f26-411a-9e36-0bddf0f1f72c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2493 | 2025.01.27 09:32:56.054789 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2494 | 2025.01.27 09:32:56.055184 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part | ||
| 2495 | 2025.01.27 09:32:56.055437 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
| 2496 | 2025.01.27 09:32:56.055728 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part | ||
| 2497 | 2025.01.27 09:32:56.056847 [ 273 ] {a5f44e3c-4f26-411a-9e36-0bddf0f1f72c} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2498 | 2025.01.27 09:32:56.056896 [ 273 ] {a5f44e3c-4f26-411a-9e36-0bddf0f1f72c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2499 | 2025.01.27 09:32:56.057444 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.003265986 sec., 56032.08341983095 rows/sec., 4.18 MiB/sec. | ||
| 2500 | 2025.01.27 09:32:56.057552 [ 273 ] {a5f44e3c-4f26-411a-9e36-0bddf0f1f72c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2501 | 2025.01.27 09:32:56.057615 [ 187 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2502 | 2025.01.27 09:32:56.057845 [ 273 ] {a5f44e3c-4f26-411a-9e36-0bddf0f1f72c} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2025.01.27 09:32:56.058000 [ 51 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2504 | 2025.01.27 09:32:56.058060 [ 51 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2505 | 2025.01.27 09:32:56.058077 [ 187 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2506 | 2025.01.27 09:32:56.058090 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2507 | 2025.01.27 09:32:56.058120 [ 273 ] {a5f44e3c-4f26-411a-9e36-0bddf0f1f72c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.003648 sec., 66337.7192982456 rows/sec., 4.49 MiB/sec. | ||
| 2508 | 2025.01.27 09:32:56.058362 [ 187 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_6_1} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2509 | 2025.01.27 09:32:56.058383 [ 273 ] {a5f44e3c-4f26-411a-9e36-0bddf0f1f72c} <Debug> TCPHandler: Processed in 0.004079144 sec. | ||
| 2510 | 2025.01.27 09:32:56.058387 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 2511 | 2025.01.27 09:32:56.058604 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2512 | 2025.01.27 09:32:56.058684 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2513 | 2025.01.27 09:32:56.058732 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2514 | 2025.01.27 09:32:56.058773 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 2515 | 2025.01.27 09:32:56.058948 [ 267 ] {849169bf-bfbb-4f70-9678-38e0d2d98a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2516 | 2025.01.27 09:32:56.059038 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 2517 | 2025.01.27 09:32:56.059134 [ 267 ] {849169bf-bfbb-4f70-9678-38e0d2d98a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2518 | 2025.01.27 09:32:56.059379 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 2519 | 2025.01.27 09:32:56.059711 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 2520 | 2025.01.27 09:32:56.059953 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 2521 | 2025.01.27 09:32:56.060264 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 2522 | 2025.01.27 09:32:56.061864 [ 267 ] {849169bf-bfbb-4f70-9678-38e0d2d98a6c} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2523 | 2025.01.27 09:32:56.061934 [ 267 ] {849169bf-bfbb-4f70-9678-38e0d2d98a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2524 | 2025.01.27 09:32:56.062957 [ 267 ] {849169bf-bfbb-4f70-9678-38e0d2d98a6c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2525 | 2025.01.27 09:32:56.063424 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005257612 sec., 102708.22571159682 rows/sec., 7.36 MiB/sec. | ||
| 2526 | 2025.01.27 09:32:56.063548 [ 267 ] {849169bf-bfbb-4f70-9678-38e0d2d98a6c} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2025.01.27 09:32:56.063640 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2528 | 2025.01.27 09:32:56.063951 [ 267 ] {849169bf-bfbb-4f70-9678-38e0d2d98a6c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005107 sec., 2545.525748971999 rows/sec., 158.71 KiB/sec. | ||
| 2529 | 2025.01.27 09:32:56.064120 [ 267 ] {849169bf-bfbb-4f70-9678-38e0d2d98a6c} <Debug> TCPHandler: Processed in 0.00563313 sec. | ||
| 2530 | 2025.01.27 09:32:56.064262 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_6_1} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2531 | 2025.01.27 09:32:56.064323 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2532 | 2025.01.27 09:32:56.064364 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_6_1} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2533 | 2025.01.27 09:32:56.064452 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2534 | 2025.01.27 09:32:56.064472 [ 273 ] {b57453b8-e017-4ac7-afff-ae3ee7556354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2535 | 2025.01.27 09:32:56.064524 [ 273 ] {b57453b8-e017-4ac7-afff-ae3ee7556354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2536 | 2025.01.27 09:32:56.065474 [ 273 ] {b57453b8-e017-4ac7-afff-ae3ee7556354} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2537 | 2025.01.27 09:32:56.065513 [ 273 ] {b57453b8-e017-4ac7-afff-ae3ee7556354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2538 | 2025.01.27 09:32:56.065923 [ 273 ] {b57453b8-e017-4ac7-afff-ae3ee7556354} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2539 | 2025.01.27 09:32:56.066181 [ 273 ] {b57453b8-e017-4ac7-afff-ae3ee7556354} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2540 | 2025.01.27 09:32:56.066406 [ 273 ] {b57453b8-e017-4ac7-afff-ae3ee7556354} <Debug> executeQuery: Read 885 rows, 65.75 KiB in 0.001963 sec., 450840.55017829855 rows/sec., 32.71 MiB/sec. | ||
| 2541 | 2025.01.27 09:32:56.066585 [ 273 ] {b57453b8-e017-4ac7-afff-ae3ee7556354} <Debug> TCPHandler: Processed in 0.002334025 sec. | ||
| 2542 | 2025.01.27 09:32:56.066755 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2543 | 2025.01.27 09:32:56.066874 [ 267 ] {4b3e0f94-4870-4e98-99cb-ae76aabfe79a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2544 | 2025.01.27 09:32:56.066926 [ 267 ] {4b3e0f94-4870-4e98-99cb-ae76aabfe79a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2545 | 2025.01.27 09:32:56.067393 [ 267 ] {4b3e0f94-4870-4e98-99cb-ae76aabfe79a} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2546 | 2025.01.27 09:32:56.067432 [ 267 ] {4b3e0f94-4870-4e98-99cb-ae76aabfe79a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2547 | 2025.01.27 09:32:56.067803 [ 267 ] {4b3e0f94-4870-4e98-99cb-ae76aabfe79a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2548 | 2025.01.27 09:32:56.068045 [ 267 ] {4b3e0f94-4870-4e98-99cb-ae76aabfe79a} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2549 | 2025.01.27 09:32:56.068199 [ 51 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2550 | 2025.01.27 09:32:56.068260 [ 51 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2551 | 2025.01.27 09:32:56.068293 [ 267 ] {4b3e0f94-4870-4e98-99cb-ae76aabfe79a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
| 2552 | 2025.01.27 09:32:56.068301 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2553 | 2025.01.27 09:32:56.068501 [ 267 ] {4b3e0f94-4870-4e98-99cb-ae76aabfe79a} <Debug> TCPHandler: Processed in 0.001803582 sec. | ||
| 2554 | 2025.01.27 09:32:56.068668 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 2555 | 2025.01.27 09:32:56.068780 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2556 | 2025.01.27 09:32:56.069077 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2557 | 2025.01.27 09:32:56.069082 [ 273 ] {59c50014-b551-4d4e-a5ad-cd993459c2ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2558 | 2025.01.27 09:32:56.069114 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 2559 | 2025.01.27 09:32:56.069156 [ 273 ] {59c50014-b551-4d4e-a5ad-cd993459c2ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2560 | 2025.01.27 09:32:56.069250 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 2561 | 2025.01.27 09:32:56.069629 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 2562 | 2025.01.27 09:32:56.069907 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 2563 | 2025.01.27 09:32:56.070219 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 2564 | 2025.01.27 09:32:56.070451 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 2565 | 2025.01.27 09:32:56.071594 [ 273 ] {59c50014-b551-4d4e-a5ad-cd993459c2ba} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2566 | 2025.01.27 09:32:56.071645 [ 273 ] {59c50014-b551-4d4e-a5ad-cd993459c2ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2567 | 2025.01.27 09:32:56.071934 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003515412 sec., 10240.620445057364 rows/sec., 535.03 KiB/sec. | ||
| 2568 | 2025.01.27 09:32:56.072059 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2569 | 2025.01.27 09:32:56.072357 [ 273 ] {59c50014-b551-4d4e-a5ad-cd993459c2ba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2570 | 2025.01.27 09:32:56.072469 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_6_1} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2571 | 2025.01.27 09:32:56.072558 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_6_1} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2572 | 2025.01.27 09:32:56.072640 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2573 | 2025.01.27 09:32:56.072676 [ 273 ] {59c50014-b551-4d4e-a5ad-cd993459c2ba} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2574 | 2025.01.27 09:32:56.072856 [ 273 ] {59c50014-b551-4d4e-a5ad-cd993459c2ba} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.003845 sec., 249934.98049414824 rows/sec., 16.61 MiB/sec. | ||
| 2575 | 2025.01.27 09:32:56.072912 [ 273 ] {59c50014-b551-4d4e-a5ad-cd993459c2ba} <Debug> TCPHandler: Processed in 0.004258699 sec. | ||
| 2576 | 2025.01.27 09:32:56.073071 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2577 | 2025.01.27 09:32:56.073190 [ 267 ] {8b7b8ba3-4619-4757-9058-302ff6f94b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2578 | 2025.01.27 09:32:56.073243 [ 267 ] {8b7b8ba3-4619-4757-9058-302ff6f94b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2579 | 2025.01.27 09:32:56.073722 [ 267 ] {8b7b8ba3-4619-4757-9058-302ff6f94b39} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2580 | 2025.01.27 09:32:56.073760 [ 267 ] {8b7b8ba3-4619-4757-9058-302ff6f94b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2581 | 2025.01.27 09:32:56.074130 [ 267 ] {8b7b8ba3-4619-4757-9058-302ff6f94b39} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2582 | 2025.01.27 09:32:56.074373 [ 267 ] {8b7b8ba3-4619-4757-9058-302ff6f94b39} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2583 | 2025.01.27 09:32:56.074611 [ 267 ] {8b7b8ba3-4619-4757-9058-302ff6f94b39} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 46.63 KiB/sec. | ||
| 2584 | 2025.01.27 09:32:56.074673 [ 267 ] {8b7b8ba3-4619-4757-9058-302ff6f94b39} <Debug> TCPHandler: Processed in 0.001659459 sec. | ||
| 2585 | 2025.01.27 09:32:56.074863 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2586 | 2025.01.27 09:32:56.075012 [ 273 ] {f1967273-7cc5-450e-b293-63de56443d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2587 | 2025.01.27 09:32:56.075094 [ 273 ] {f1967273-7cc5-450e-b293-63de56443d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2588 | 2025.01.27 09:32:56.076250 [ 273 ] {f1967273-7cc5-450e-b293-63de56443d7c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2589 | 2025.01.27 09:32:56.076289 [ 273 ] {f1967273-7cc5-450e-b293-63de56443d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2590 | 2025.01.27 09:32:56.076950 [ 273 ] {f1967273-7cc5-450e-b293-63de56443d7c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2591 | 2025.01.27 09:32:56.077227 [ 273 ] {f1967273-7cc5-450e-b293-63de56443d7c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2592 | 2025.01.27 09:32:56.077358 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2593 | 2025.01.27 09:32:56.077403 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2025.01.27 09:32:56.077430 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2595 | 2025.01.27 09:32:56.077459 [ 273 ] {f1967273-7cc5-450e-b293-63de56443d7c} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002471 sec., 14164.305949008498 rows/sec., 25.38 MiB/sec. | ||
| 2596 | 2025.01.27 09:32:56.077976 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 2597 | 2025.01.27 09:32:56.078028 [ 273 ] {f1967273-7cc5-450e-b293-63de56443d7c} <Debug> TCPHandler: Processed in 0.003232426 sec. | ||
| 2598 | 2025.01.27 09:32:56.078254 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2599 | 2025.01.27 09:32:56.078424 [ 267 ] {38b3c248-7421-4345-a534-d3cad609c4da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2600 | 2025.01.27 09:32:56.078447 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2601 | 2025.01.27 09:32:56.078500 [ 267 ] {38b3c248-7421-4345-a534-d3cad609c4da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2602 | 2025.01.27 09:32:56.078540 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 2603 | 2025.01.27 09:32:56.079228 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 2604 | 2025.01.27 09:32:56.079786 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 2605 | 2025.01.27 09:32:56.080365 [ 267 ] {38b3c248-7421-4345-a534-d3cad609c4da} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2606 | 2025.01.27 09:32:56.080462 [ 267 ] {38b3c248-7421-4345-a534-d3cad609c4da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2607 | 2025.01.27 09:32:56.080475 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
| 2608 | 2025.01.27 09:32:56.081037 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
| 2609 | 2025.01.27 09:32:56.081558 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part | ||
| 2610 | 2025.01.27 09:32:56.081589 [ 267 ] {38b3c248-7421-4345-a534-d3cad609c4da} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2611 | 2025.01.27 09:32:56.082198 [ 267 ] {38b3c248-7421-4345-a534-d3cad609c4da} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2612 | 2025.01.27 09:32:56.082585 [ 267 ] {38b3c248-7421-4345-a534-d3cad609c4da} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00419 sec., 8114.558472553699 rows/sec., 482.22 KiB/sec. | ||
| 2613 | 2025.01.27 09:32:56.082811 [ 267 ] {38b3c248-7421-4345-a534-d3cad609c4da} <Debug> TCPHandler: Processed in 0.004658929 sec. | ||
| 2614 | 2025.01.27 09:32:56.084731 [ 195 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 19 columns (19 merged, 0 gathered) in 0.007231208 sec., 17839.34302539769 rows/sec., 31.97 MiB/sec. | ||
| 2615 | 2025.01.27 09:32:56.085057 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2616 | 2025.01.27 09:32:56.085454 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2617 | 2025.01.27 09:32:56.085531 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2618 | 2025.01.27 09:32:56.085639 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 2619 | 2025.01.27 09:32:57.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.84 MiB, peak 174.72 MiB, free memory in arenas 0.00 B, will set to 169.79 MiB (RSS), difference: -1.05 MiB | ||
| 2620 | 2025.01.27 09:32:59.490109 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 382 | ||
| 2621 | 2025.01.27 09:32:59.493751 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2622 | 2025.01.27 09:32:59.493811 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2623 | 2025.01.27 09:32:59.495332 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2624 | 2025.01.27 09:32:59.495650 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2625 | 2025.01.27 09:32:59.496285 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 382 | ||
| 2626 | 2025.01.27 09:33:00.654047 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2627 | 2025.01.27 09:33:00.654284 [ 267 ] {0db168f9-c8e8-49c1-a4c0-520f2a5dc822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2628 | 2025.01.27 09:33:00.654371 [ 267 ] {0db168f9-c8e8-49c1-a4c0-520f2a5dc822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2629 | 2025.01.27 09:33:00.655208 [ 267 ] {0db168f9-c8e8-49c1-a4c0-520f2a5dc822} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2630 | 2025.01.27 09:33:00.655251 [ 267 ] {0db168f9-c8e8-49c1-a4c0-520f2a5dc822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2631 | 2025.01.27 09:33:00.655702 [ 267 ] {0db168f9-c8e8-49c1-a4c0-520f2a5dc822} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2632 | 2025.01.27 09:33:00.655985 [ 267 ] {0db168f9-c8e8-49c1-a4c0-520f2a5dc822} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2633 | 2025.01.27 09:33:00.656204 [ 267 ] {0db168f9-c8e8-49c1-a4c0-520f2a5dc822} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001985 sec., 28211.58690176323 rows/sec., 2.15 MiB/sec. | ||
| 2634 | 2025.01.27 09:33:00.656343 [ 267 ] {0db168f9-c8e8-49c1-a4c0-520f2a5dc822} <Debug> TCPHandler: Processed in 0.002487658 sec. | ||
| 2635 | 2025.01.27 09:33:00.656640 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2636 | 2025.01.27 09:33:00.656834 [ 273 ] {018b8f0e-4cf3-407d-b53d-c812ad0e86b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2637 | 2025.01.27 09:33:00.656916 [ 273 ] {018b8f0e-4cf3-407d-b53d-c812ad0e86b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2638 | 2025.01.27 09:33:00.657710 [ 273 ] {018b8f0e-4cf3-407d-b53d-c812ad0e86b1} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2639 | 2025.01.27 09:33:00.657760 [ 273 ] {018b8f0e-4cf3-407d-b53d-c812ad0e86b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2640 | 2025.01.27 09:33:00.658208 [ 273 ] {018b8f0e-4cf3-407d-b53d-c812ad0e86b1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2641 | 2025.01.27 09:33:00.658480 [ 273 ] {018b8f0e-4cf3-407d-b53d-c812ad0e86b1} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2642 | 2025.01.27 09:33:00.658708 [ 273 ] {018b8f0e-4cf3-407d-b53d-c812ad0e86b1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00193 sec., 33160.62176165803 rows/sec., 2.59 MiB/sec. | ||
| 2643 | 2025.01.27 09:33:00.658766 [ 273 ] {018b8f0e-4cf3-407d-b53d-c812ad0e86b1} <Debug> TCPHandler: Processed in 0.002259623 sec. | ||
| 2644 | 2025.01.27 09:33:00.658936 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2645 | 2025.01.27 09:33:00.659059 [ 267 ] {f9b8bd95-46c6-4f06-a72a-c9dd99e7a50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2646 | 2025.01.27 09:33:00.659113 [ 267 ] {f9b8bd95-46c6-4f06-a72a-c9dd99e7a50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2647 | 2025.01.27 09:33:00.659693 [ 267 ] {f9b8bd95-46c6-4f06-a72a-c9dd99e7a50f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2648 | 2025.01.27 09:33:00.659731 [ 267 ] {f9b8bd95-46c6-4f06-a72a-c9dd99e7a50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2649 | 2025.01.27 09:33:00.660124 [ 267 ] {f9b8bd95-46c6-4f06-a72a-c9dd99e7a50f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2650 | 2025.01.27 09:33:00.660368 [ 267 ] {f9b8bd95-46c6-4f06-a72a-c9dd99e7a50f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2025.01.27 09:33:00.660592 [ 267 ] {f9b8bd95-46c6-4f06-a72a-c9dd99e7a50f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001558 sec., 82156.61103979462 rows/sec., 5.72 MiB/sec. | ||
| 2652 | 2025.01.27 09:33:00.660782 [ 267 ] {f9b8bd95-46c6-4f06-a72a-c9dd99e7a50f} <Debug> TCPHandler: Processed in 0.001906014 sec. | ||
| 2653 | 2025.01.27 09:33:00.660988 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2654 | 2025.01.27 09:33:00.661105 [ 273 ] {a0e53ca8-8cc0-4460-ac5a-c2966c1f0864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2655 | 2025.01.27 09:33:00.661156 [ 273 ] {a0e53ca8-8cc0-4460-ac5a-c2966c1f0864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2656 | 2025.01.27 09:33:00.661668 [ 273 ] {a0e53ca8-8cc0-4460-ac5a-c2966c1f0864} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2657 | 2025.01.27 09:33:00.661708 [ 273 ] {a0e53ca8-8cc0-4460-ac5a-c2966c1f0864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2658 | 2025.01.27 09:33:00.662101 [ 273 ] {a0e53ca8-8cc0-4460-ac5a-c2966c1f0864} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2659 | 2025.01.27 09:33:00.662351 [ 273 ] {a0e53ca8-8cc0-4460-ac5a-c2966c1f0864} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2660 | 2025.01.27 09:33:00.662563 [ 273 ] {a0e53ca8-8cc0-4460-ac5a-c2966c1f0864} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001483 sec., 32366.824005394472 rows/sec., 2.18 MiB/sec. | ||
| 2661 | 2025.01.27 09:33:00.662614 [ 273 ] {a0e53ca8-8cc0-4460-ac5a-c2966c1f0864} <Debug> TCPHandler: Processed in 0.001682559 sec. | ||
| 2662 | 2025.01.27 09:33:01.976833 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2663 | 2025.01.27 09:33:01.977487 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2664 | 2025.01.27 09:33:01.977539 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2665 | 2025.01.27 09:33:01.978076 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2666 | 2025.01.27 09:33:01.978340 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2667 | 2025.01.27 09:33:01.978571 [ 150 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2668 | 2025.01.27 09:33:01.978588 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2669 | 2025.01.27 09:33:01.978655 [ 150 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2670 | 2025.01.27 09:33:01.978684 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2671 | 2025.01.27 09:33:01.978853 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 2672 | 2025.01.27 09:33:01.979010 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2673 | 2025.01.27 09:33:01.979055 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 2674 | 2025.01.27 09:33:01.979137 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 2675 | 2025.01.27 09:33:01.979349 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 2676 | 2025.01.27 09:33:01.979586 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 2677 | 2025.01.27 09:33:01.979777 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 2678 | 2025.01.27 09:33:01.979945 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 2679 | 2025.01.27 09:33:01.981745 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002984269 sec., 1696562.8768720247 rows/sec., 24.27 MiB/sec. | ||
| 2680 | 2025.01.27 09:33:01.982184 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2681 | 2025.01.27 09:33:01.982551 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_11_2} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2682 | 2025.01.27 09:33:01.982651 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_11_2} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2683 | 2025.01.27 09:33:01.982768 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2684 | 2025.01.27 09:33:02.278306 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2685 | 2025.01.27 09:33:02.299179 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2686 | 2025.01.27 09:33:02.299234 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2687 | 2025.01.27 09:33:02.306638 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2688 | 2025.01.27 09:33:02.307391 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2689 | 2025.01.27 09:33:02.307684 [ 128 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2690 | 2025.01.27 09:33:02.307760 [ 128 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2025.01.27 09:33:02.307808 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2692 | 2025.01.27 09:33:02.308492 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 2693 | 2025.01.27 09:33:02.324109 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2694 | 2025.01.27 09:33:02.325528 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2695 | 2025.01.27 09:33:02.326791 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 2696 | 2025.01.27 09:33:02.332077 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 2697 | 2025.01.27 09:33:02.337473 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 2698 | 2025.01.27 09:33:02.343025 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 2699 | 2025.01.27 09:33:02.349070 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 2700 | 2025.01.27 09:33:02.353828 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 2701 | 2025.01.27 09:33:02.409954 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.101978939 sec., 813.8935432540634 rows/sec., 4.21 MiB/sec. | ||
| 2702 | 2025.01.27 09:33:02.412519 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2703 | 2025.01.27 09:33:02.415420 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_11_2} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2704 | 2025.01.27 09:33:02.415550 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_11_2} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2705 | 2025.01.27 09:33:02.418055 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2706 | 2025.01.27 09:33:03.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.93 MiB, peak 180.81 MiB, free memory in arenas 0.00 B, will set to 172.35 MiB (RSS), difference: 1.42 MiB | ||
| 2707 | 2025.01.27 09:33:05.654985 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2708 | 2025.01.27 09:33:05.655182 [ 267 ] {c70e1453-55d6-4956-931a-4a8498af1c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2709 | 2025.01.27 09:33:05.655257 [ 267 ] {c70e1453-55d6-4956-931a-4a8498af1c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2710 | 2025.01.27 09:33:05.656027 [ 267 ] {c70e1453-55d6-4956-931a-4a8498af1c95} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2711 | 2025.01.27 09:33:05.656079 [ 267 ] {c70e1453-55d6-4956-931a-4a8498af1c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2712 | 2025.01.27 09:33:05.656527 [ 267 ] {c70e1453-55d6-4956-931a-4a8498af1c95} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2713 | 2025.01.27 09:33:05.656791 [ 267 ] {c70e1453-55d6-4956-931a-4a8498af1c95} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2714 | 2025.01.27 09:33:05.656992 [ 147 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2715 | 2025.01.27 09:33:05.657027 [ 267 ] {c70e1453-55d6-4956-931a-4a8498af1c95} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.25 MiB/sec. | ||
| 2716 | 2025.01.27 09:33:05.657077 [ 147 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2025.01.27 09:33:05.657150 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2718 | 2025.01.27 09:33:05.657160 [ 267 ] {c70e1453-55d6-4956-931a-4a8498af1c95} <Debug> TCPHandler: Processed in 0.002306684 sec. | ||
| 2719 | 2025.01.27 09:33:05.657527 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2720 | 2025.01.27 09:33:05.657540 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2721 | 2025.01.27 09:33:05.657833 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2722 | 2025.01.27 09:33:05.657840 [ 273 ] {a0965a6c-e8a9-4700-929c-495cd0bb444d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2723 | 2025.01.27 09:33:05.657894 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1413 rows starting from the beginning of the part | ||
| 2724 | 2025.01.27 09:33:05.657949 [ 273 ] {a0965a6c-e8a9-4700-929c-495cd0bb444d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2725 | 2025.01.27 09:33:05.658255 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 273 rows starting from the beginning of the part | ||
| 2726 | 2025.01.27 09:33:05.658586 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 2727 | 2025.01.27 09:33:05.658926 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1419 rows starting from the beginning of the part | ||
| 2728 | 2025.01.27 09:33:05.659314 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 2729 | 2025.01.27 09:33:05.659681 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 2730 | 2025.01.27 09:33:05.660841 [ 273 ] {a0965a6c-e8a9-4700-929c-495cd0bb444d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2731 | 2025.01.27 09:33:05.660910 [ 273 ] {a0965a6c-e8a9-4700-929c-495cd0bb444d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2732 | 2025.01.27 09:33:05.662001 [ 273 ] {a0965a6c-e8a9-4700-929c-495cd0bb444d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2733 | 2025.01.27 09:33:05.662427 [ 273 ] {a0965a6c-e8a9-4700-929c-495cd0bb444d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2734 | 2025.01.27 09:33:05.662582 [ 147 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2735 | 2025.01.27 09:33:05.662635 [ 147 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2736 | 2025.01.27 09:33:05.662672 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2737 | 2025.01.27 09:33:05.662684 [ 273 ] {a0965a6c-e8a9-4700-929c-495cd0bb444d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004968 sec., 12882.447665056361 rows/sec., 1.01 MiB/sec. | ||
| 2738 | 2025.01.27 09:33:05.662970 [ 273 ] {a0965a6c-e8a9-4700-929c-495cd0bb444d} <Debug> TCPHandler: Processed in 0.005665701 sec. | ||
| 2739 | 2025.01.27 09:33:05.663114 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2740 | 2025.01.27 09:33:05.663515 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2741 | 2025.01.27 09:33:05.663693 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2742 | 2025.01.27 09:33:05.663814 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3273 rows, containing 5 columns (5 merged, 0 gathered) in 0.006555862 sec., 499247.84871920734 rows/sec., 43.55 MiB/sec. | ||
| 2743 | 2025.01.27 09:33:05.663817 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 883 rows starting from the beginning of the part | ||
| 2744 | 2025.01.27 09:33:05.663886 [ 267 ] {2f7a8db8-1b9d-47a9-9a1d-2f2cc601a810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2745 | 2025.01.27 09:33:05.664112 [ 267 ] {2f7a8db8-1b9d-47a9-9a1d-2f2cc601a810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2746 | 2025.01.27 09:33:05.664199 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 417 rows starting from the beginning of the part | ||
| 2747 | 2025.01.27 09:33:05.664399 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2748 | 2025.01.27 09:33:05.664773 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 2749 | 2025.01.27 09:33:05.665348 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 885 rows starting from the beginning of the part | ||
| 2750 | 2025.01.27 09:33:05.665915 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_16_3} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2751 | 2025.01.27 09:33:05.665879 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 2752 | 2025.01.27 09:33:05.666443 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 2753 | 2025.01.27 09:33:05.666484 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_16_3} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2754 | 2025.01.27 09:33:05.667009 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 2755 | 2025.01.27 09:33:05.667975 [ 267 ] {2f7a8db8-1b9d-47a9-9a1d-2f2cc601a810} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2756 | 2025.01.27 09:33:05.668045 [ 267 ] {2f7a8db8-1b9d-47a9-9a1d-2f2cc601a810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2757 | 2025.01.27 09:33:05.669132 [ 267 ] {2f7a8db8-1b9d-47a9-9a1d-2f2cc601a810} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2758 | 2025.01.27 09:33:05.669466 [ 267 ] {2f7a8db8-1b9d-47a9-9a1d-2f2cc601a810} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2759 | 2025.01.27 09:33:05.669840 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2760 | 2025.01.27 09:33:05.669943 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2761 | 2025.01.27 09:33:05.669949 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2377 rows, containing 5 columns (5 merged, 0 gathered) in 0.007191298 sec., 330538.3812491153 rows/sec., 25.32 MiB/sec. | ||
| 2762 | 2025.01.27 09:33:05.670016 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2763 | 2025.01.27 09:33:05.670146 [ 267 ] {2f7a8db8-1b9d-47a9-9a1d-2f2cc601a810} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006267 sec., 25530.55688527206 rows/sec., 1.78 MiB/sec. | ||
| 2764 | 2025.01.27 09:33:05.670361 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2765 | 2025.01.27 09:33:05.670769 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 2766 | 2025.01.27 09:33:05.670849 [ 267 ] {2f7a8db8-1b9d-47a9-9a1d-2f2cc601a810} <Debug> TCPHandler: Processed in 0.007692539 sec. | ||
| 2767 | 2025.01.27 09:33:05.671132 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2768 | 2025.01.27 09:33:05.671400 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2769 | 2025.01.27 09:33:05.671437 [ 273 ] {6dc33b96-5ee5-43ad-afa9-df4852d6b546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2770 | 2025.01.27 09:33:05.671518 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4186 rows starting from the beginning of the part | ||
| 2771 | 2025.01.27 09:33:05.671589 [ 273 ] {6dc33b96-5ee5-43ad-afa9-df4852d6b546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2772 | 2025.01.27 09:33:05.671594 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_16_3} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2773 | 2025.01.27 09:33:05.671992 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 2774 | 2025.01.27 09:33:05.672121 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_16_3} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2775 | 2025.01.27 09:33:05.672512 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2776 | 2025.01.27 09:33:05.672637 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 2777 | 2025.01.27 09:33:05.673061 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 961 rows starting from the beginning of the part | ||
| 2778 | 2025.01.27 09:33:05.673446 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 2779 | 2025.01.27 09:33:05.673717 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 2780 | 2025.01.27 09:33:05.674664 [ 273 ] {6dc33b96-5ee5-43ad-afa9-df4852d6b546} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2025.01.27 09:33:05.674728 [ 273 ] {6dc33b96-5ee5-43ad-afa9-df4852d6b546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2782 | 2025.01.27 09:33:05.675472 [ 273 ] {6dc33b96-5ee5-43ad-afa9-df4852d6b546} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2783 | 2025.01.27 09:33:05.675994 [ 273 ] {6dc33b96-5ee5-43ad-afa9-df4852d6b546} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2025.01.27 09:33:05.676291 [ 147 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2785 | 2025.01.27 09:33:05.676399 [ 147 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2786 | 2025.01.27 09:33:05.676474 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2787 | 2025.01.27 09:33:05.676656 [ 273 ] {6dc33b96-5ee5-43ad-afa9-df4852d6b546} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005263 sec., 11400.342010260307 rows/sec., 786.74 KiB/sec. | ||
| 2788 | 2025.01.27 09:33:05.676962 [ 273 ] {6dc33b96-5ee5-43ad-afa9-df4852d6b546} <Debug> TCPHandler: Processed in 0.005940988 sec. | ||
| 2789 | 2025.01.27 09:33:05.677133 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2790 | 2025.01.27 09:33:05.677379 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2791 | 2025.01.27 09:33:05.677485 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part | ||
| 2792 | 2025.01.27 09:33:05.677747 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2793 | 2025.01.27 09:33:05.677982 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2794 | 2025.01.27 09:33:05.678400 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2795 | 2025.01.27 09:33:05.678778 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2796 | 2025.01.27 09:33:05.678832 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5832 rows, containing 5 columns (5 merged, 0 gathered) in 0.008687312 sec., 671323.8801599389 rows/sec., 45.28 MiB/sec. | ||
| 2797 | 2025.01.27 09:33:05.678937 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 2798 | 2025.01.27 09:33:05.679519 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2799 | 2025.01.27 09:33:05.680359 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2800 | 2025.01.27 09:33:05.680578 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2801 | 2025.01.27 09:33:05.680779 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 2802 | 2025.01.27 09:33:05.681135 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.004463504 sec., 215077.66095874453 rows/sec., 14.07 MiB/sec. | ||
| 2803 | 2025.01.27 09:33:05.681351 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2804 | 2025.01.27 09:33:05.681639 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_16_3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2025.01.27 09:33:05.681716 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_16_3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2806 | 2025.01.27 09:33:05.681797 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2807 | 2025.01.27 09:33:07.038466 [ 146 ] {} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2808 | 2025.01.27 09:33:07.038527 [ 146 ] {} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2809 | 2025.01.27 09:33:07.038548 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2810 | 2025.01.27 09:33:07.038754 [ 197 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::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 | ||
| 2811 | 2025.01.27 09:33:07.039095 [ 197 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2812 | 2025.01.27 09:33:07.039138 [ 197 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2813 | 2025.01.27 09:33:07.039231 [ 197 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::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 | ||
| 2814 | 2025.01.27 09:33:07.039361 [ 197 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2815 | 2025.01.27 09:33:07.039466 [ 197 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2816 | 2025.01.27 09:33:07.039568 [ 197 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::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 | ||
| 2817 | 2025.01.27 09:33:07.041811 [ 198 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003189823 sec., 12853.377757950833 rows/sec., 2.14 MiB/sec. | ||
| 2818 | 2025.01.27 09:33:07.042000 [ 198 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2819 | 2025.01.27 09:33:07.042489 [ 198 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::all_1_5_1} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2820 | 2025.01.27 09:33:07.042577 [ 198 ] {337b95fe-fa7a-4d7b-a5ff-a1728be93335::all_1_5_1} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2821 | 2025.01.27 09:33:07.042679 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2822 | 2025.01.27 09:33:09.395485 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2823 | 2025.01.27 09:33:09.395553 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2824 | 2025.01.27 09:33:09.479714 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2825 | 2025.01.27 09:33:09.480356 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2826 | 2025.01.27 09:33:09.480393 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2827 | 2025.01.27 09:33:09.480932 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2828 | 2025.01.27 09:33:09.481194 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2829 | 2025.01.27 09:33:09.481441 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2830 | 2025.01.27 09:33:09.497485 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 398 | ||
| 2831 | 2025.01.27 09:33:09.500133 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2832 | 2025.01.27 09:33:09.500178 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2833 | 2025.01.27 09:33:09.501612 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2834 | 2025.01.27 09:33:09.501925 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2835 | 2025.01.27 09:33:09.502995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398 | ||
| 2836 | 2025.01.27 09:33:09.825169 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2837 | 2025.01.27 09:33:09.844393 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2838 | 2025.01.27 09:33:09.844460 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2839 | 2025.01.27 09:33:09.851759 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2840 | 2025.01.27 09:33:09.852515 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2025.01.27 09:33:09.855354 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2842 | 2025.01.27 09:33:10.661482 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2843 | 2025.01.27 09:33:10.661681 [ 267 ] {f581aa98-3a2c-4266-9139-3095b08278e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2844 | 2025.01.27 09:33:10.661757 [ 267 ] {f581aa98-3a2c-4266-9139-3095b08278e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2845 | 2025.01.27 09:33:10.662532 [ 267 ] {f581aa98-3a2c-4266-9139-3095b08278e3} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2846 | 2025.01.27 09:33:10.662573 [ 267 ] {f581aa98-3a2c-4266-9139-3095b08278e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2847 | 2025.01.27 09:33:10.663026 [ 267 ] {f581aa98-3a2c-4266-9139-3095b08278e3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2848 | 2025.01.27 09:33:10.663306 [ 267 ] {f581aa98-3a2c-4266-9139-3095b08278e3} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2849 | 2025.01.27 09:33:10.663503 [ 267 ] {f581aa98-3a2c-4266-9139-3095b08278e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001879 sec., 7450.7716870675895 rows/sec., 536.36 KiB/sec. | ||
| 2850 | 2025.01.27 09:33:10.663559 [ 267 ] {f581aa98-3a2c-4266-9139-3095b08278e3} <Debug> TCPHandler: Processed in 0.002210152 sec. | ||
| 2851 | 2025.01.27 09:33:10.663817 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2852 | 2025.01.27 09:33:10.664014 [ 273 ] {3f51b6d9-d0dc-4451-8119-37fb35189b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2853 | 2025.01.27 09:33:10.664090 [ 273 ] {3f51b6d9-d0dc-4451-8119-37fb35189b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2854 | 2025.01.27 09:33:10.664993 [ 273 ] {3f51b6d9-d0dc-4451-8119-37fb35189b55} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2855 | 2025.01.27 09:33:10.665046 [ 273 ] {3f51b6d9-d0dc-4451-8119-37fb35189b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2856 | 2025.01.27 09:33:10.665555 [ 273 ] {3f51b6d9-d0dc-4451-8119-37fb35189b55} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2857 | 2025.01.27 09:33:10.665824 [ 273 ] {3f51b6d9-d0dc-4451-8119-37fb35189b55} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2858 | 2025.01.27 09:33:10.666051 [ 273 ] {3f51b6d9-d0dc-4451-8119-37fb35189b55} <Debug> executeQuery: Read 279 rows, 25.18 KiB in 0.002095 sec., 133174.22434367542 rows/sec., 11.74 MiB/sec. | ||
| 2859 | 2025.01.27 09:33:10.666107 [ 273 ] {3f51b6d9-d0dc-4451-8119-37fb35189b55} <Debug> TCPHandler: Processed in 0.002419686 sec. | ||
| 2860 | 2025.01.27 09:33:10.666271 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2861 | 2025.01.27 09:33:10.666392 [ 267 ] {f9163492-f289-4fea-9721-dfc179420a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2862 | 2025.01.27 09:33:10.666441 [ 267 ] {f9163492-f289-4fea-9721-dfc179420a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2863 | 2025.01.27 09:33:10.667053 [ 267 ] {f9163492-f289-4fea-9721-dfc179420a8c} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2864 | 2025.01.27 09:33:10.667091 [ 267 ] {f9163492-f289-4fea-9721-dfc179420a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2865 | 2025.01.27 09:33:10.667462 [ 267 ] {f9163492-f289-4fea-9721-dfc179420a8c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2866 | 2025.01.27 09:33:10.667708 [ 267 ] {f9163492-f289-4fea-9721-dfc179420a8c} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2867 | 2025.01.27 09:33:10.667883 [ 267 ] {f9163492-f289-4fea-9721-dfc179420a8c} <Debug> executeQuery: Read 45 rows, 3.31 KiB in 0.001518 sec., 29644.268774703556 rows/sec., 2.13 MiB/sec. | ||
| 2868 | 2025.01.27 09:33:10.667933 [ 267 ] {f9163492-f289-4fea-9721-dfc179420a8c} <Debug> TCPHandler: Processed in 0.00172164 sec. | ||
| 2869 | 2025.01.27 09:33:10.668124 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2870 | 2025.01.27 09:33:10.668270 [ 273 ] {52c2816b-c1fa-4b06-9346-613cbb71a947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2871 | 2025.01.27 09:33:10.668329 [ 273 ] {52c2816b-c1fa-4b06-9346-613cbb71a947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2872 | 2025.01.27 09:33:10.668996 [ 273 ] {52c2816b-c1fa-4b06-9346-613cbb71a947} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2873 | 2025.01.27 09:33:10.669036 [ 273 ] {52c2816b-c1fa-4b06-9346-613cbb71a947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2874 | 2025.01.27 09:33:10.669450 [ 273 ] {52c2816b-c1fa-4b06-9346-613cbb71a947} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2875 | 2025.01.27 09:33:10.669708 [ 273 ] {52c2816b-c1fa-4b06-9346-613cbb71a947} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2876 | 2025.01.27 09:33:10.669922 [ 273 ] {52c2816b-c1fa-4b06-9346-613cbb71a947} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001685 sec., 8308.60534124629 rows/sec., 581.88 KiB/sec. | ||
| 2877 | 2025.01.27 09:33:10.669973 [ 273 ] {52c2816b-c1fa-4b06-9346-613cbb71a947} <Debug> TCPHandler: Processed in 0.001920565 sec. | ||
| 2878 | 2025.01.27 09:33:10.670121 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2879 | 2025.01.27 09:33:10.670236 [ 267 ] {26e75c9d-926d-4670-8adc-49454f11735b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2880 | 2025.01.27 09:33:10.670284 [ 267 ] {26e75c9d-926d-4670-8adc-49454f11735b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2881 | 2025.01.27 09:33:10.670857 [ 267 ] {26e75c9d-926d-4670-8adc-49454f11735b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2882 | 2025.01.27 09:33:10.670894 [ 267 ] {26e75c9d-926d-4670-8adc-49454f11735b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2883 | 2025.01.27 09:33:10.671262 [ 267 ] {26e75c9d-926d-4670-8adc-49454f11735b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2884 | 2025.01.27 09:33:10.671510 [ 267 ] {26e75c9d-926d-4670-8adc-49454f11735b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2885 | 2025.01.27 09:33:10.671732 [ 267 ] {26e75c9d-926d-4670-8adc-49454f11735b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001515 sec., 8580.85808580858 rows/sec., 535.01 KiB/sec. | ||
| 2886 | 2025.01.27 09:33:10.671898 [ 267 ] {26e75c9d-926d-4670-8adc-49454f11735b} <Debug> TCPHandler: Processed in 0.001829472 sec. | ||
| 2887 | 2025.01.27 09:33:10.672044 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2888 | 2025.01.27 09:33:10.672161 [ 273 ] {0cc96657-bd5b-46fa-bc8e-4b7d90c4f2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2889 | 2025.01.27 09:33:10.672209 [ 273 ] {0cc96657-bd5b-46fa-bc8e-4b7d90c4f2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2890 | 2025.01.27 09:33:10.672934 [ 273 ] {0cc96657-bd5b-46fa-bc8e-4b7d90c4f2ce} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2891 | 2025.01.27 09:33:10.672973 [ 273 ] {0cc96657-bd5b-46fa-bc8e-4b7d90c4f2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2892 | 2025.01.27 09:33:10.673364 [ 273 ] {0cc96657-bd5b-46fa-bc8e-4b7d90c4f2ce} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2893 | 2025.01.27 09:33:10.673604 [ 273 ] {0cc96657-bd5b-46fa-bc8e-4b7d90c4f2ce} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2894 | 2025.01.27 09:33:10.673817 [ 273 ] {0cc96657-bd5b-46fa-bc8e-4b7d90c4f2ce} <Debug> executeQuery: Read 429 rows, 31.45 KiB in 0.001681 sec., 255205.23497917908 rows/sec., 18.27 MiB/sec. | ||
| 2895 | 2025.01.27 09:33:10.673867 [ 273 ] {0cc96657-bd5b-46fa-bc8e-4b7d90c4f2ce} <Debug> TCPHandler: Processed in 0.001878534 sec. | ||
| 2896 | 2025.01.27 09:33:10.674033 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2897 | 2025.01.27 09:33:10.674171 [ 267 ] {1ba645bd-eff7-4909-8c09-4da727511c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2898 | 2025.01.27 09:33:10.674228 [ 267 ] {1ba645bd-eff7-4909-8c09-4da727511c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2899 | 2025.01.27 09:33:10.674779 [ 267 ] {1ba645bd-eff7-4909-8c09-4da727511c3a} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2900 | 2025.01.27 09:33:10.674819 [ 267 ] {1ba645bd-eff7-4909-8c09-4da727511c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2901 | 2025.01.27 09:33:10.675180 [ 267 ] {1ba645bd-eff7-4909-8c09-4da727511c3a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2902 | 2025.01.27 09:33:10.675427 [ 267 ] {1ba645bd-eff7-4909-8c09-4da727511c3a} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2903 | 2025.01.27 09:33:10.675653 [ 267 ] {1ba645bd-eff7-4909-8c09-4da727511c3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. | ||
| 2904 | 2025.01.27 09:33:10.675702 [ 267 ] {1ba645bd-eff7-4909-8c09-4da727511c3a} <Debug> TCPHandler: Processed in 0.00173786 sec. | ||
| 2905 | 2025.01.27 09:33:10.675851 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2906 | 2025.01.27 09:33:10.675968 [ 273 ] {0dd3d57f-2856-40a4-ac2e-71baafc2310a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2907 | 2025.01.27 09:33:10.676020 [ 273 ] {0dd3d57f-2856-40a4-ac2e-71baafc2310a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2908 | 2025.01.27 09:33:10.676599 [ 273 ] {0dd3d57f-2856-40a4-ac2e-71baafc2310a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2909 | 2025.01.27 09:33:10.676637 [ 273 ] {0dd3d57f-2856-40a4-ac2e-71baafc2310a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2910 | 2025.01.27 09:33:10.677031 [ 273 ] {0dd3d57f-2856-40a4-ac2e-71baafc2310a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2911 | 2025.01.27 09:33:10.677271 [ 273 ] {0dd3d57f-2856-40a4-ac2e-71baafc2310a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2912 | 2025.01.27 09:33:10.677477 [ 273 ] {0dd3d57f-2856-40a4-ac2e-71baafc2310a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001534 sec., 154498.04432855282 rows/sec., 10.36 MiB/sec. | ||
| 2913 | 2025.01.27 09:33:10.677527 [ 273 ] {0dd3d57f-2856-40a4-ac2e-71baafc2310a} <Debug> TCPHandler: Processed in 0.00173123 sec. | ||
| 2914 | 2025.01.27 09:33:10.677671 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2915 | 2025.01.27 09:33:10.677863 [ 267 ] {b9d7fb56-29a4-4098-84d3-fdffcdcc428a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2916 | 2025.01.27 09:33:10.677956 [ 267 ] {b9d7fb56-29a4-4098-84d3-fdffcdcc428a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2917 | 2025.01.27 09:33:10.678780 [ 267 ] {b9d7fb56-29a4-4098-84d3-fdffcdcc428a} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2918 | 2025.01.27 09:33:10.678819 [ 267 ] {b9d7fb56-29a4-4098-84d3-fdffcdcc428a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2919 | 2025.01.27 09:33:10.679171 [ 267 ] {b9d7fb56-29a4-4098-84d3-fdffcdcc428a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2920 | 2025.01.27 09:33:10.679411 [ 267 ] {b9d7fb56-29a4-4098-84d3-fdffcdcc428a} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2921 | 2025.01.27 09:33:10.679625 [ 267 ] {b9d7fb56-29a4-4098-84d3-fdffcdcc428a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001815 sec., 550.9641873278237 rows/sec., 37.13 KiB/sec. | ||
| 2922 | 2025.01.27 09:33:10.679673 [ 267 ] {b9d7fb56-29a4-4098-84d3-fdffcdcc428a} <Debug> TCPHandler: Processed in 0.002059278 sec. | ||
| 2923 | 2025.01.27 09:33:10.679831 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2924 | 2025.01.27 09:33:10.679967 [ 273 ] {93cd1544-3ea1-40b5-9a23-673b8230bffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2925 | 2025.01.27 09:33:10.680059 [ 273 ] {93cd1544-3ea1-40b5-9a23-673b8230bffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2926 | 2025.01.27 09:33:10.681343 [ 273 ] {93cd1544-3ea1-40b5-9a23-673b8230bffe} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2927 | 2025.01.27 09:33:10.681383 [ 273 ] {93cd1544-3ea1-40b5-9a23-673b8230bffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2928 | 2025.01.27 09:33:10.682045 [ 273 ] {93cd1544-3ea1-40b5-9a23-673b8230bffe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2929 | 2025.01.27 09:33:10.682309 [ 273 ] {93cd1544-3ea1-40b5-9a23-673b8230bffe} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2930 | 2025.01.27 09:33:10.682539 [ 273 ] {93cd1544-3ea1-40b5-9a23-673b8230bffe} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002601 sec., 14609.765474817377 rows/sec., 26.18 MiB/sec. | ||
| 2931 | 2025.01.27 09:33:10.682634 [ 273 ] {93cd1544-3ea1-40b5-9a23-673b8230bffe} <Debug> TCPHandler: Processed in 0.002871257 sec. | ||
| 2932 | 2025.01.27 09:33:10.682855 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2933 | 2025.01.27 09:33:10.683073 [ 267 ] {9d7a7330-a477-40d1-b977-0029f5b0aec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2934 | 2025.01.27 09:33:10.683164 [ 267 ] {9d7a7330-a477-40d1-b977-0029f5b0aec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2935 | 2025.01.27 09:33:10.684003 [ 267 ] {9d7a7330-a477-40d1-b977-0029f5b0aec0} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2936 | 2025.01.27 09:33:10.684043 [ 267 ] {9d7a7330-a477-40d1-b977-0029f5b0aec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2937 | 2025.01.27 09:33:10.684431 [ 267 ] {9d7a7330-a477-40d1-b977-0029f5b0aec0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2938 | 2025.01.27 09:33:10.684675 [ 267 ] {9d7a7330-a477-40d1-b977-0029f5b0aec0} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2939 | 2025.01.27 09:33:10.684970 [ 267 ] {9d7a7330-a477-40d1-b977-0029f5b0aec0} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001933 sec., 4655.975168132437 rows/sec., 328.89 KiB/sec. | ||
| 2940 | 2025.01.27 09:33:10.685054 [ 267 ] {9d7a7330-a477-40d1-b977-0029f5b0aec0} <Debug> TCPHandler: Processed in 0.002322504 sec. | ||
| 2941 | 2025.01.27 09:33:10.685205 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2942 | 2025.01.27 09:33:10.685343 [ 273 ] {33461248-8a73-4ec7-93bb-fac8487a243f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2943 | 2025.01.27 09:33:10.685403 [ 273 ] {33461248-8a73-4ec7-93bb-fac8487a243f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2944 | 2025.01.27 09:33:10.685924 [ 273 ] {33461248-8a73-4ec7-93bb-fac8487a243f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2945 | 2025.01.27 09:33:10.685962 [ 273 ] {33461248-8a73-4ec7-93bb-fac8487a243f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2946 | 2025.01.27 09:33:10.686337 [ 273 ] {33461248-8a73-4ec7-93bb-fac8487a243f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2947 | 2025.01.27 09:33:10.686578 [ 273 ] {33461248-8a73-4ec7-93bb-fac8487a243f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2948 | 2025.01.27 09:33:10.686828 [ 273 ] {33461248-8a73-4ec7-93bb-fac8487a243f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001515 sec., 54125.412541254125 rows/sec., 3.44 MiB/sec. | ||
| 2949 | 2025.01.27 09:33:10.687011 [ 273 ] {33461248-8a73-4ec7-93bb-fac8487a243f} <Debug> TCPHandler: Processed in 0.001867854 sec. | ||
| 2950 | 2025.01.27 09:33:15.654769 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2951 | 2025.01.27 09:33:15.654981 [ 267 ] {1a6eea9d-457f-43d6-8493-a506f2d9f4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2952 | 2025.01.27 09:33:15.655057 [ 267 ] {1a6eea9d-457f-43d6-8493-a506f2d9f4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2953 | 2025.01.27 09:33:15.655872 [ 267 ] {1a6eea9d-457f-43d6-8493-a506f2d9f4c8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2954 | 2025.01.27 09:33:15.655928 [ 267 ] {1a6eea9d-457f-43d6-8493-a506f2d9f4c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2955 | 2025.01.27 09:33:15.656379 [ 267 ] {1a6eea9d-457f-43d6-8493-a506f2d9f4c8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2956 | 2025.01.27 09:33:15.656639 [ 267 ] {1a6eea9d-457f-43d6-8493-a506f2d9f4c8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2025.01.27 09:33:15.656891 [ 267 ] {1a6eea9d-457f-43d6-8493-a506f2d9f4c8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.17 MiB/sec. | ||
| 2958 | 2025.01.27 09:33:15.656959 [ 267 ] {1a6eea9d-457f-43d6-8493-a506f2d9f4c8} <Debug> TCPHandler: Processed in 0.002323424 sec. | ||
| 2959 | 2025.01.27 09:33:15.657204 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2960 | 2025.01.27 09:33:15.657399 [ 273 ] {1d945d50-0ab7-4b59-91f3-2f283bb87039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2961 | 2025.01.27 09:33:15.657470 [ 273 ] {1d945d50-0ab7-4b59-91f3-2f283bb87039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2962 | 2025.01.27 09:33:15.658223 [ 273 ] {1d945d50-0ab7-4b59-91f3-2f283bb87039} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2963 | 2025.01.27 09:33:15.658263 [ 273 ] {1d945d50-0ab7-4b59-91f3-2f283bb87039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2964 | 2025.01.27 09:33:15.658722 [ 273 ] {1d945d50-0ab7-4b59-91f3-2f283bb87039} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2965 | 2025.01.27 09:33:15.658988 [ 273 ] {1d945d50-0ab7-4b59-91f3-2f283bb87039} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2966 | 2025.01.27 09:33:15.659211 [ 273 ] {1d945d50-0ab7-4b59-91f3-2f283bb87039} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001861 sec., 34390.11284255776 rows/sec., 2.68 MiB/sec. | ||
| 2967 | 2025.01.27 09:33:15.659308 [ 273 ] {1d945d50-0ab7-4b59-91f3-2f283bb87039} <Debug> TCPHandler: Processed in 0.002228962 sec. | ||
| 2968 | 2025.01.27 09:33:15.659492 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2969 | 2025.01.27 09:33:15.659641 [ 267 ] {88e9426c-38e4-4a72-a363-88cbfd2394a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2970 | 2025.01.27 09:33:15.659708 [ 267 ] {88e9426c-38e4-4a72-a363-88cbfd2394a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2971 | 2025.01.27 09:33:15.660346 [ 267 ] {88e9426c-38e4-4a72-a363-88cbfd2394a8} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2972 | 2025.01.27 09:33:15.660387 [ 267 ] {88e9426c-38e4-4a72-a363-88cbfd2394a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2973 | 2025.01.27 09:33:15.660787 [ 267 ] {88e9426c-38e4-4a72-a363-88cbfd2394a8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2974 | 2025.01.27 09:33:15.661031 [ 267 ] {88e9426c-38e4-4a72-a363-88cbfd2394a8} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2025.01.27 09:33:15.661309 [ 267 ] {88e9426c-38e4-4a72-a363-88cbfd2394a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001706 sec., 93786.63540445486 rows/sec., 6.53 MiB/sec. | ||
| 2976 | 2025.01.27 09:33:15.661545 [ 267 ] {88e9426c-38e4-4a72-a363-88cbfd2394a8} <Debug> TCPHandler: Processed in 0.002122089 sec. | ||
| 2977 | 2025.01.27 09:33:15.661718 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2978 | 2025.01.27 09:33:15.661859 [ 273 ] {589c5fd5-0e07-4224-874c-ffe5ac22f8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2979 | 2025.01.27 09:33:15.661920 [ 273 ] {589c5fd5-0e07-4224-874c-ffe5ac22f8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2980 | 2025.01.27 09:33:15.662514 [ 273 ] {589c5fd5-0e07-4224-874c-ffe5ac22f8e3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2981 | 2025.01.27 09:33:15.662561 [ 273 ] {589c5fd5-0e07-4224-874c-ffe5ac22f8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2982 | 2025.01.27 09:33:15.662985 [ 273 ] {589c5fd5-0e07-4224-874c-ffe5ac22f8e3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2983 | 2025.01.27 09:33:15.663227 [ 273 ] {589c5fd5-0e07-4224-874c-ffe5ac22f8e3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2984 | 2025.01.27 09:33:15.663405 [ 273 ] {589c5fd5-0e07-4224-874c-ffe5ac22f8e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00158 sec., 37974.6835443038 rows/sec., 2.56 MiB/sec. | ||
| 2985 | 2025.01.27 09:33:15.663458 [ 273 ] {589c5fd5-0e07-4224-874c-ffe5ac22f8e3} <Debug> TCPHandler: Processed in 0.001806082 sec. | ||
| 2986 | 2025.01.27 09:33:16.982541 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2987 | 2025.01.27 09:33:16.983182 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2988 | 2025.01.27 09:33:16.983233 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2989 | 2025.01.27 09:33:16.983863 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2990 | 2025.01.27 09:33:16.984128 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2991 | 2025.01.27 09:33:16.984345 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2992 | 2025.01.27 09:33:17.356392 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2993 | 2025.01.27 09:33:17.375618 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2994 | 2025.01.27 09:33:17.375662 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2995 | 2025.01.27 09:33:17.383340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2996 | 2025.01.27 09:33:17.384133 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2997 | 2025.01.27 09:33:17.386620 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2998 | 2025.01.27 09:33:19.504089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 430 | ||
| 2999 | 2025.01.27 09:33:19.507145 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3000 | 2025.01.27 09:33:19.507202 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3001 | 2025.01.27 09:33:19.508703 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3002 | 2025.01.27 09:33:19.509021 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3003 | 2025.01.27 09:33:19.509635 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 430 | ||
| 3004 | 2025.01.27 09:33:20.661809 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3005 | 2025.01.27 09:33:20.662003 [ 267 ] {4009ddd0-b827-4757-baa2-30a63f1a32cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3006 | 2025.01.27 09:33:20.662078 [ 267 ] {4009ddd0-b827-4757-baa2-30a63f1a32cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3007 | 2025.01.27 09:33:20.662843 [ 267 ] {4009ddd0-b827-4757-baa2-30a63f1a32cd} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3008 | 2025.01.27 09:33:20.662899 [ 267 ] {4009ddd0-b827-4757-baa2-30a63f1a32cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3009 | 2025.01.27 09:33:20.663350 [ 267 ] {4009ddd0-b827-4757-baa2-30a63f1a32cd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3010 | 2025.01.27 09:33:20.663657 [ 267 ] {4009ddd0-b827-4757-baa2-30a63f1a32cd} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2025.01.27 09:33:20.663938 [ 267 ] {4009ddd0-b827-4757-baa2-30a63f1a32cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001982 sec., 7063.572149344098 rows/sec., 508.48 KiB/sec. | ||
| 3012 | 2025.01.27 09:33:20.664116 [ 267 ] {4009ddd0-b827-4757-baa2-30a63f1a32cd} <Debug> TCPHandler: Processed in 0.002437156 sec. | ||
| 3013 | 2025.01.27 09:33:20.664392 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3014 | 2025.01.27 09:33:20.664586 [ 273 ] {57a0f867-8d2a-4181-abb8-f971322e9b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3015 | 2025.01.27 09:33:20.664659 [ 273 ] {57a0f867-8d2a-4181-abb8-f971322e9b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3016 | 2025.01.27 09:33:20.665552 [ 273 ] {57a0f867-8d2a-4181-abb8-f971322e9b8e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3017 | 2025.01.27 09:33:20.665599 [ 273 ] {57a0f867-8d2a-4181-abb8-f971322e9b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3018 | 2025.01.27 09:33:20.666109 [ 273 ] {57a0f867-8d2a-4181-abb8-f971322e9b8e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3019 | 2025.01.27 09:33:20.666382 [ 273 ] {57a0f867-8d2a-4181-abb8-f971322e9b8e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3020 | 2025.01.27 09:33:20.666614 [ 273 ] {57a0f867-8d2a-4181-abb8-f971322e9b8e} <Debug> executeQuery: Read 279 rows, 25.18 KiB in 0.002082 sec., 134005.7636887608 rows/sec., 11.81 MiB/sec. | ||
| 3021 | 2025.01.27 09:33:20.666672 [ 273 ] {57a0f867-8d2a-4181-abb8-f971322e9b8e} <Debug> TCPHandler: Processed in 0.002415286 sec. | ||
| 3022 | 2025.01.27 09:33:20.666832 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3023 | 2025.01.27 09:33:20.666956 [ 267 ] {caf7fb9d-ade5-4c12-8338-468208a41166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3024 | 2025.01.27 09:33:20.667006 [ 267 ] {caf7fb9d-ade5-4c12-8338-468208a41166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3025 | 2025.01.27 09:33:20.667645 [ 267 ] {caf7fb9d-ade5-4c12-8338-468208a41166} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3026 | 2025.01.27 09:33:20.667687 [ 267 ] {caf7fb9d-ade5-4c12-8338-468208a41166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3027 | 2025.01.27 09:33:20.668061 [ 267 ] {caf7fb9d-ade5-4c12-8338-468208a41166} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3028 | 2025.01.27 09:33:20.668302 [ 267 ] {caf7fb9d-ade5-4c12-8338-468208a41166} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3029 | 2025.01.27 09:33:20.668573 [ 267 ] {caf7fb9d-ade5-4c12-8338-468208a41166} <Debug> executeQuery: Read 45 rows, 3.31 KiB in 0.001628 sec., 27641.27764127764 rows/sec., 1.99 MiB/sec. | ||
| 3030 | 2025.01.27 09:33:20.668719 [ 267 ] {caf7fb9d-ade5-4c12-8338-468208a41166} <Debug> TCPHandler: Processed in 0.001947735 sec. | ||
| 3031 | 2025.01.27 09:33:20.668875 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3032 | 2025.01.27 09:33:20.668993 [ 273 ] {4357261f-d1ed-4b51-a9f4-044582822e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3033 | 2025.01.27 09:33:20.669045 [ 273 ] {4357261f-d1ed-4b51-a9f4-044582822e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3034 | 2025.01.27 09:33:20.669607 [ 273 ] {4357261f-d1ed-4b51-a9f4-044582822e15} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3035 | 2025.01.27 09:33:20.669646 [ 273 ] {4357261f-d1ed-4b51-a9f4-044582822e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3036 | 2025.01.27 09:33:20.669998 [ 273 ] {4357261f-d1ed-4b51-a9f4-044582822e15} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3037 | 2025.01.27 09:33:20.670238 [ 273 ] {4357261f-d1ed-4b51-a9f4-044582822e15} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3038 | 2025.01.27 09:33:20.670522 [ 273 ] {4357261f-d1ed-4b51-a9f4-044582822e15} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001536 sec., 9114.583333333334 rows/sec., 638.33 KiB/sec. | ||
| 3039 | 2025.01.27 09:33:20.670657 [ 273 ] {4357261f-d1ed-4b51-a9f4-044582822e15} <Debug> TCPHandler: Processed in 0.001838082 sec. | ||
| 3040 | 2025.01.27 09:33:20.670810 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3041 | 2025.01.27 09:33:20.670930 [ 267 ] {d294ff9e-6399-4b0e-b016-6942464b1a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3042 | 2025.01.27 09:33:20.670980 [ 267 ] {d294ff9e-6399-4b0e-b016-6942464b1a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3043 | 2025.01.27 09:33:20.671578 [ 267 ] {d294ff9e-6399-4b0e-b016-6942464b1a18} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2025.01.27 09:33:20.671619 [ 267 ] {d294ff9e-6399-4b0e-b016-6942464b1a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3045 | 2025.01.27 09:33:20.671987 [ 267 ] {d294ff9e-6399-4b0e-b016-6942464b1a18} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3046 | 2025.01.27 09:33:20.672234 [ 267 ] {d294ff9e-6399-4b0e-b016-6942464b1a18} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2025.01.27 09:33:20.672439 [ 267 ] {d294ff9e-6399-4b0e-b016-6942464b1a18} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001533 sec., 8480.10437051533 rows/sec., 528.73 KiB/sec. | ||
| 3048 | 2025.01.27 09:33:20.672490 [ 267 ] {d294ff9e-6399-4b0e-b016-6942464b1a18} <Debug> TCPHandler: Processed in 0.0017377 sec. | ||
| 3049 | 2025.01.27 09:33:20.672646 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3050 | 2025.01.27 09:33:20.672766 [ 273 ] {bc177a10-499d-4049-8148-f4c26ab500b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3051 | 2025.01.27 09:33:20.672812 [ 273 ] {bc177a10-499d-4049-8148-f4c26ab500b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3052 | 2025.01.27 09:33:20.673546 [ 273 ] {bc177a10-499d-4049-8148-f4c26ab500b1} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3053 | 2025.01.27 09:33:20.673586 [ 273 ] {bc177a10-499d-4049-8148-f4c26ab500b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3054 | 2025.01.27 09:33:20.673980 [ 273 ] {bc177a10-499d-4049-8148-f4c26ab500b1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3055 | 2025.01.27 09:33:20.674220 [ 273 ] {bc177a10-499d-4049-8148-f4c26ab500b1} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3056 | 2025.01.27 09:33:20.674425 [ 273 ] {bc177a10-499d-4049-8148-f4c26ab500b1} <Debug> executeQuery: Read 420 rows, 30.72 KiB in 0.001683 sec., 249554.367201426 rows/sec., 17.83 MiB/sec. | ||
| 3057 | 2025.01.27 09:33:20.674477 [ 273 ] {bc177a10-499d-4049-8148-f4c26ab500b1} <Debug> TCPHandler: Processed in 0.001889164 sec. | ||
| 3058 | 2025.01.27 09:33:20.674625 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3059 | 2025.01.27 09:33:20.674765 [ 267 ] {110dd246-05c9-43a0-806e-8019f6aeb424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3060 | 2025.01.27 09:33:20.674824 [ 267 ] {110dd246-05c9-43a0-806e-8019f6aeb424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3061 | 2025.01.27 09:33:20.675344 [ 267 ] {110dd246-05c9-43a0-806e-8019f6aeb424} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3062 | 2025.01.27 09:33:20.675383 [ 267 ] {110dd246-05c9-43a0-806e-8019f6aeb424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3063 | 2025.01.27 09:33:20.675742 [ 267 ] {110dd246-05c9-43a0-806e-8019f6aeb424} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3064 | 2025.01.27 09:33:20.675973 [ 267 ] {110dd246-05c9-43a0-806e-8019f6aeb424} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3065 | 2025.01.27 09:33:20.676176 [ 267 ] {110dd246-05c9-43a0-806e-8019f6aeb424} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec. | ||
| 3066 | 2025.01.27 09:33:20.676224 [ 267 ] {110dd246-05c9-43a0-806e-8019f6aeb424} <Debug> TCPHandler: Processed in 0.001666189 sec. | ||
| 3067 | 2025.01.27 09:33:20.676396 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3068 | 2025.01.27 09:33:20.676532 [ 273 ] {4dd1d956-ca0f-4ff3-a735-32e07d870237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3069 | 2025.01.27 09:33:20.676593 [ 273 ] {4dd1d956-ca0f-4ff3-a735-32e07d870237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3070 | 2025.01.27 09:33:20.677233 [ 273 ] {4dd1d956-ca0f-4ff3-a735-32e07d870237} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3071 | 2025.01.27 09:33:20.677273 [ 273 ] {4dd1d956-ca0f-4ff3-a735-32e07d870237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3072 | 2025.01.27 09:33:20.677671 [ 273 ] {4dd1d956-ca0f-4ff3-a735-32e07d870237} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3073 | 2025.01.27 09:33:20.677929 [ 273 ] {4dd1d956-ca0f-4ff3-a735-32e07d870237} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3074 | 2025.01.27 09:33:20.678128 [ 273 ] {4dd1d956-ca0f-4ff3-a735-32e07d870237} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001626 sec., 145756.45756457563 rows/sec., 9.77 MiB/sec. | ||
| 3075 | 2025.01.27 09:33:20.678179 [ 273 ] {4dd1d956-ca0f-4ff3-a735-32e07d870237} <Debug> TCPHandler: Processed in 0.001849373 sec. | ||
| 3076 | 2025.01.27 09:33:20.678343 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3077 | 2025.01.27 09:33:20.678512 [ 267 ] {6e26fdb8-bdf6-42af-a7d3-a8e64d27a8a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3078 | 2025.01.27 09:33:20.678584 [ 267 ] {6e26fdb8-bdf6-42af-a7d3-a8e64d27a8a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3079 | 2025.01.27 09:33:20.679179 [ 267 ] {6e26fdb8-bdf6-42af-a7d3-a8e64d27a8a1} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3080 | 2025.01.27 09:33:20.679217 [ 267 ] {6e26fdb8-bdf6-42af-a7d3-a8e64d27a8a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3081 | 2025.01.27 09:33:20.679570 [ 267 ] {6e26fdb8-bdf6-42af-a7d3-a8e64d27a8a1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3082 | 2025.01.27 09:33:20.679803 [ 267 ] {6e26fdb8-bdf6-42af-a7d3-a8e64d27a8a1} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3083 | 2025.01.27 09:33:20.680015 [ 267 ] {6e26fdb8-bdf6-42af-a7d3-a8e64d27a8a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001543 sec., 648.0881399870382 rows/sec., 43.67 KiB/sec. | ||
| 3084 | 2025.01.27 09:33:20.680064 [ 267 ] {6e26fdb8-bdf6-42af-a7d3-a8e64d27a8a1} <Debug> TCPHandler: Processed in 0.001804092 sec. | ||
| 3085 | 2025.01.27 09:33:20.680220 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3086 | 2025.01.27 09:33:20.680358 [ 273 ] {3a4580c2-f0a7-41ab-ae38-e538de9e296b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3087 | 2025.01.27 09:33:20.680449 [ 273 ] {3a4580c2-f0a7-41ab-ae38-e538de9e296b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3088 | 2025.01.27 09:33:20.681713 [ 273 ] {3a4580c2-f0a7-41ab-ae38-e538de9e296b} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3089 | 2025.01.27 09:33:20.681751 [ 273 ] {3a4580c2-f0a7-41ab-ae38-e538de9e296b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3090 | 2025.01.27 09:33:20.682406 [ 273 ] {3a4580c2-f0a7-41ab-ae38-e538de9e296b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3091 | 2025.01.27 09:33:20.682668 [ 273 ] {3a4580c2-f0a7-41ab-ae38-e538de9e296b} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3092 | 2025.01.27 09:33:20.682899 [ 273 ] {3a4580c2-f0a7-41ab-ae38-e538de9e296b} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002573 sec., 14768.752429071123 rows/sec., 26.46 MiB/sec. | ||
| 3093 | 2025.01.27 09:33:20.682991 [ 273 ] {3a4580c2-f0a7-41ab-ae38-e538de9e296b} <Debug> TCPHandler: Processed in 0.002836826 sec. | ||
| 3094 | 2025.01.27 09:33:20.683136 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3095 | 2025.01.27 09:33:20.683253 [ 267 ] {e4ad06f5-87e5-4c77-951c-74b7acfa9891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3096 | 2025.01.27 09:33:20.683303 [ 267 ] {e4ad06f5-87e5-4c77-951c-74b7acfa9891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3097 | 2025.01.27 09:33:20.683802 [ 267 ] {e4ad06f5-87e5-4c77-951c-74b7acfa9891} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3098 | 2025.01.27 09:33:20.683840 [ 267 ] {e4ad06f5-87e5-4c77-951c-74b7acfa9891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3099 | 2025.01.27 09:33:20.684206 [ 267 ] {e4ad06f5-87e5-4c77-951c-74b7acfa9891} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3100 | 2025.01.27 09:33:20.684440 [ 267 ] {e4ad06f5-87e5-4c77-951c-74b7acfa9891} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3101 | 2025.01.27 09:33:20.684642 [ 267 ] {e4ad06f5-87e5-4c77-951c-74b7acfa9891} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001414 sec., 57991.513437058 rows/sec., 3.68 MiB/sec. | ||
| 3102 | 2025.01.27 09:33:20.684690 [ 267 ] {e4ad06f5-87e5-4c77-951c-74b7acfa9891} <Debug> TCPHandler: Processed in 0.001610607 sec. | ||
| 3103 | 2025.01.27 09:33:24.395803 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3104 | 2025.01.27 09:33:24.395869 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3105 | 2025.01.27 09:33:24.485441 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3106 | 2025.01.27 09:33:24.486102 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3107 | 2025.01.27 09:33:24.486153 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3108 | 2025.01.27 09:33:24.486752 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3109 | 2025.01.27 09:33:24.487011 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3110 | 2025.01.27 09:33:24.487293 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3111 | 2025.01.27 09:33:24.887656 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3112 | 2025.01.27 09:33:24.908043 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3113 | 2025.01.27 09:33:24.908094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3114 | 2025.01.27 09:33:24.916609 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3115 | 2025.01.27 09:33:24.917423 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3116 | 2025.01.27 09:33:24.920722 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3117 | 2025.01.27 09:33:25.654778 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3118 | 2025.01.27 09:33:25.654972 [ 267 ] {36d91e82-bb0c-419d-93dd-3410567f9b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3119 | 2025.01.27 09:33:25.655048 [ 267 ] {36d91e82-bb0c-419d-93dd-3410567f9b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3120 | 2025.01.27 09:33:25.655861 [ 267 ] {36d91e82-bb0c-419d-93dd-3410567f9b36} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3121 | 2025.01.27 09:33:25.655909 [ 267 ] {36d91e82-bb0c-419d-93dd-3410567f9b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3122 | 2025.01.27 09:33:25.656348 [ 267 ] {36d91e82-bb0c-419d-93dd-3410567f9b36} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3123 | 2025.01.27 09:33:25.656602 [ 267 ] {36d91e82-bb0c-419d-93dd-3410567f9b36} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3124 | 2025.01.27 09:33:25.656859 [ 267 ] {36d91e82-bb0c-419d-93dd-3410567f9b36} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 3125 | 2025.01.27 09:33:25.656959 [ 267 ] {36d91e82-bb0c-419d-93dd-3410567f9b36} <Debug> TCPHandler: Processed in 0.002313714 sec. | ||
| 3126 | 2025.01.27 09:33:25.657266 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3127 | 2025.01.27 09:33:25.657480 [ 273 ] {ea01a8cf-1ab3-402f-a5c4-3ee73942164f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3128 | 2025.01.27 09:33:25.657561 [ 273 ] {ea01a8cf-1ab3-402f-a5c4-3ee73942164f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3129 | 2025.01.27 09:33:25.658410 [ 273 ] {ea01a8cf-1ab3-402f-a5c4-3ee73942164f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3130 | 2025.01.27 09:33:25.658452 [ 273 ] {ea01a8cf-1ab3-402f-a5c4-3ee73942164f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3131 | 2025.01.27 09:33:25.658894 [ 273 ] {ea01a8cf-1ab3-402f-a5c4-3ee73942164f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3132 | 2025.01.27 09:33:25.659155 [ 273 ] {ea01a8cf-1ab3-402f-a5c4-3ee73942164f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2025.01.27 09:33:25.659354 [ 273 ] {ea01a8cf-1ab3-402f-a5c4-3ee73942164f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001935 sec., 33074.93540051679 rows/sec., 2.58 MiB/sec. | ||
| 3134 | 2025.01.27 09:33:25.659410 [ 273 ] {ea01a8cf-1ab3-402f-a5c4-3ee73942164f} <Debug> TCPHandler: Processed in 0.002298833 sec. | ||
| 3135 | 2025.01.27 09:33:25.659583 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3136 | 2025.01.27 09:33:25.659724 [ 267 ] {f1be213e-9694-4c18-9c6a-995463fd11ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3137 | 2025.01.27 09:33:25.659787 [ 267 ] {f1be213e-9694-4c18-9c6a-995463fd11ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3138 | 2025.01.27 09:33:25.660417 [ 267 ] {f1be213e-9694-4c18-9c6a-995463fd11ac} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3139 | 2025.01.27 09:33:25.660456 [ 267 ] {f1be213e-9694-4c18-9c6a-995463fd11ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3140 | 2025.01.27 09:33:25.660838 [ 267 ] {f1be213e-9694-4c18-9c6a-995463fd11ac} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3141 | 2025.01.27 09:33:25.661075 [ 267 ] {f1be213e-9694-4c18-9c6a-995463fd11ac} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2025.01.27 09:33:25.661288 [ 267 ] {f1be213e-9694-4c18-9c6a-995463fd11ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec. | ||
| 3143 | 2025.01.27 09:33:25.661341 [ 267 ] {f1be213e-9694-4c18-9c6a-995463fd11ac} <Debug> TCPHandler: Processed in 0.001825762 sec. | ||
| 3144 | 2025.01.27 09:33:25.661508 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3145 | 2025.01.27 09:33:25.661648 [ 273 ] {863246b1-101d-4173-b9ba-3643799f7273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3146 | 2025.01.27 09:33:25.661711 [ 273 ] {863246b1-101d-4173-b9ba-3643799f7273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3147 | 2025.01.27 09:33:25.662275 [ 273 ] {863246b1-101d-4173-b9ba-3643799f7273} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2025.01.27 09:33:25.662312 [ 273 ] {863246b1-101d-4173-b9ba-3643799f7273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3149 | 2025.01.27 09:33:25.662687 [ 273 ] {863246b1-101d-4173-b9ba-3643799f7273} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3150 | 2025.01.27 09:33:25.662939 [ 273 ] {863246b1-101d-4173-b9ba-3643799f7273} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3151 | 2025.01.27 09:33:25.663111 [ 273 ] {863246b1-101d-4173-b9ba-3643799f7273} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. | ||
| 3152 | 2025.01.27 09:33:25.663159 [ 273 ] {863246b1-101d-4173-b9ba-3643799f7273} <Debug> TCPHandler: Processed in 0.00171978 sec. | ||
| 3153 | 2025.01.27 09:33:25.980531 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3154 | 2025.01.27 09:33:25.980807 [ 267 ] {40046c41-8546-4d04-8001-9fb8e824a90a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3155 | 2025.01.27 09:33:25.980917 [ 267 ] {40046c41-8546-4d04-8001-9fb8e824a90a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3156 | 2025.01.27 09:33:25.981756 [ 267 ] {40046c41-8546-4d04-8001-9fb8e824a90a} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2025.01.27 09:33:25.981800 [ 267 ] {40046c41-8546-4d04-8001-9fb8e824a90a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3158 | 2025.01.27 09:33:25.982211 [ 267 ] {40046c41-8546-4d04-8001-9fb8e824a90a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3159 | 2025.01.27 09:33:25.982456 [ 267 ] {40046c41-8546-4d04-8001-9fb8e824a90a} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3160 | 2025.01.27 09:33:25.982660 [ 66 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3161 | 2025.01.27 09:33:25.982717 [ 267 ] {40046c41-8546-4d04-8001-9fb8e824a90a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001982 sec., 7063.572149344098 rows/sec., 508.48 KiB/sec. | ||
| 3162 | 2025.01.27 09:33:25.982761 [ 66 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3163 | 2025.01.27 09:33:25.982844 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3164 | 2025.01.27 09:33:25.982846 [ 267 ] {40046c41-8546-4d04-8001-9fb8e824a90a} <Debug> TCPHandler: Processed in 0.002478268 sec. | ||
| 3165 | 2025.01.27 09:33:25.983255 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 3166 | 2025.01.27 09:33:25.983263 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3167 | 2025.01.27 09:33:25.983531 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3168 | 2025.01.27 09:33:25.983588 [ 273 ] {6bb9658b-1c33-4d1f-83e0-bfc87a8d63b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3169 | 2025.01.27 09:33:25.983608 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 3170 | 2025.01.27 09:33:25.983701 [ 273 ] {6bb9658b-1c33-4d1f-83e0-bfc87a8d63b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3171 | 2025.01.27 09:33:25.984012 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 3172 | 2025.01.27 09:33:25.984368 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 3173 | 2025.01.27 09:33:25.984744 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 3174 | 2025.01.27 09:33:25.985124 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 3175 | 2025.01.27 09:33:25.986453 [ 273 ] {6bb9658b-1c33-4d1f-83e0-bfc87a8d63b7} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3176 | 2025.01.27 09:33:25.986540 [ 273 ] {6bb9658b-1c33-4d1f-83e0-bfc87a8d63b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3177 | 2025.01.27 09:33:25.987698 [ 273 ] {6bb9658b-1c33-4d1f-83e0-bfc87a8d63b7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3178 | 2025.01.27 09:33:25.987773 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004814102 sec., 14540.61422047144 rows/sec., 1.08 MiB/sec. | ||
| 3179 | 2025.01.27 09:33:25.988089 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3180 | 2025.01.27 09:33:25.988109 [ 273 ] {6bb9658b-1c33-4d1f-83e0-bfc87a8d63b7} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3181 | 2025.01.27 09:33:25.988754 [ 273 ] {6bb9658b-1c33-4d1f-83e0-bfc87a8d63b7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00524 sec., 381.6793893129771 rows/sec., 31.12 KiB/sec. | ||
| 3182 | 2025.01.27 09:33:25.988935 [ 273 ] {6bb9658b-1c33-4d1f-83e0-bfc87a8d63b7} <Debug> TCPHandler: Processed in 0.005945338 sec. | ||
| 3183 | 2025.01.27 09:33:25.988944 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_9_2} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3184 | 2025.01.27 09:33:25.989117 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_9_2} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3185 | 2025.01.27 09:33:25.989144 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3186 | 2025.01.27 09:33:25.989220 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3187 | 2025.01.27 09:33:25.989302 [ 267 ] {0a029953-0f24-42bf-aee6-e826f85cb0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3188 | 2025.01.27 09:33:25.989359 [ 267 ] {0a029953-0f24-42bf-aee6-e826f85cb0b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3189 | 2025.01.27 09:33:25.990714 [ 267 ] {0a029953-0f24-42bf-aee6-e826f85cb0b5} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3190 | 2025.01.27 09:33:25.990752 [ 267 ] {0a029953-0f24-42bf-aee6-e826f85cb0b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3191 | 2025.01.27 09:33:25.991226 [ 267 ] {0a029953-0f24-42bf-aee6-e826f85cb0b5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3192 | 2025.01.27 09:33:25.991474 [ 267 ] {0a029953-0f24-42bf-aee6-e826f85cb0b5} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3193 | 2025.01.27 09:33:25.991639 [ 66 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3194 | 2025.01.27 09:33:25.991706 [ 66 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3195 | 2025.01.27 09:33:25.991739 [ 267 ] {0a029953-0f24-42bf-aee6-e826f85cb0b5} <Debug> executeQuery: Read 1420 rows, 121.37 KiB in 0.002452 sec., 579119.0864600326 rows/sec., 48.34 MiB/sec. | ||
| 3196 | 2025.01.27 09:33:25.991749 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3197 | 2025.01.27 09:33:25.991886 [ 267 ] {0a029953-0f24-42bf-aee6-e826f85cb0b5} <Debug> TCPHandler: Processed in 0.002845336 sec. | ||
| 3198 | 2025.01.27 09:33:25.991954 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 3199 | 2025.01.27 09:33:25.992098 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3200 | 2025.01.27 09:33:25.992126 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3201 | 2025.01.27 09:33:25.992176 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1419 rows starting from the beginning of the part | ||
| 3202 | 2025.01.27 09:33:25.992314 [ 273 ] {6d1ba587-c625-474b-9458-7390cdfbfe54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3203 | 2025.01.27 09:33:25.992428 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 279 rows starting from the beginning of the part | ||
| 3204 | 2025.01.27 09:33:25.992490 [ 273 ] {6d1ba587-c625-474b-9458-7390cdfbfe54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3205 | 2025.01.27 09:33:25.992787 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3206 | 2025.01.27 09:33:25.993152 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 279 rows starting from the beginning of the part | ||
| 3207 | 2025.01.27 09:33:25.993454 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 3208 | 2025.01.27 09:33:25.993822 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1420 rows starting from the beginning of the part | ||
| 3209 | 2025.01.27 09:33:25.995353 [ 273 ] {6d1ba587-c625-474b-9458-7390cdfbfe54} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3210 | 2025.01.27 09:33:25.995426 [ 273 ] {6d1ba587-c625-474b-9458-7390cdfbfe54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3211 | 2025.01.27 09:33:25.996399 [ 273 ] {6d1ba587-c625-474b-9458-7390cdfbfe54} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3212 | 2025.01.27 09:33:25.996699 [ 273 ] {6d1ba587-c625-474b-9458-7390cdfbfe54} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2025.01.27 09:33:25.996966 [ 273 ] {6d1ba587-c625-474b-9458-7390cdfbfe54} <Debug> executeQuery: Read 47 rows, 3.45 KiB in 0.004706 sec., 9987.250318742032 rows/sec., 733.77 KiB/sec. | ||
| 3214 | 2025.01.27 09:33:25.997189 [ 273 ] {6d1ba587-c625-474b-9458-7390cdfbfe54} <Debug> TCPHandler: Processed in 0.00518119 sec. | ||
| 3215 | 2025.01.27 09:33:25.997488 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3509 rows, containing 5 columns (5 merged, 0 gathered) in 0.0056043 sec., 626126.3672537159 rows/sec., 54.95 MiB/sec. | ||
| 3216 | 2025.01.27 09:33:25.997621 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3217 | 2025.01.27 09:33:25.997745 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3218 | 2025.01.27 09:33:25.997775 [ 267 ] {96f03459-89e7-4d3b-8bc2-a9c978b77db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3219 | 2025.01.27 09:33:25.997843 [ 267 ] {96f03459-89e7-4d3b-8bc2-a9c978b77db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3220 | 2025.01.27 09:33:25.998165 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_21_4} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3221 | 2025.01.27 09:33:25.998298 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_21_4} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3222 | 2025.01.27 09:33:25.998383 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 3223 | 2025.01.27 09:33:25.998694 [ 267 ] {96f03459-89e7-4d3b-8bc2-a9c978b77db3} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3224 | 2025.01.27 09:33:25.998732 [ 267 ] {96f03459-89e7-4d3b-8bc2-a9c978b77db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3225 | 2025.01.27 09:33:25.999086 [ 267 ] {96f03459-89e7-4d3b-8bc2-a9c978b77db3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3226 | 2025.01.27 09:33:25.999320 [ 267 ] {96f03459-89e7-4d3b-8bc2-a9c978b77db3} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3227 | 2025.01.27 09:33:25.999537 [ 267 ] {96f03459-89e7-4d3b-8bc2-a9c978b77db3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001801 sec., 134369.79455857855 rows/sec., 9.10 MiB/sec. | ||
| 3228 | 2025.01.27 09:33:25.999592 [ 267 ] {96f03459-89e7-4d3b-8bc2-a9c978b77db3} <Debug> TCPHandler: Processed in 0.002037017 sec. | ||
| 3229 | 2025.01.27 09:33:25.999745 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3230 | 2025.01.27 09:33:25.999883 [ 273 ] {61c9403c-7339-4d6c-a4fc-c8e5943b91c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3231 | 2025.01.27 09:33:25.999938 [ 273 ] {61c9403c-7339-4d6c-a4fc-c8e5943b91c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3232 | 2025.01.27 09:33:26.001011 [ 273 ] {61c9403c-7339-4d6c-a4fc-c8e5943b91c6} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3233 | 2025.01.27 09:33:26.001052 [ 273 ] {61c9403c-7339-4d6c-a4fc-c8e5943b91c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3234 | 2025.01.27 09:33:26.001406 [ 273 ] {61c9403c-7339-4d6c-a4fc-c8e5943b91c6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3235 | 2025.01.27 09:33:26.001669 [ 273 ] {61c9403c-7339-4d6c-a4fc-c8e5943b91c6} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3236 | 2025.01.27 09:33:26.001826 [ 66 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3237 | 2025.01.27 09:33:26.001887 [ 66 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3238 | 2025.01.27 09:33:26.001929 [ 273 ] {61c9403c-7339-4d6c-a4fc-c8e5943b91c6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002066 sec., 6292.352371732816 rows/sec., 392.33 KiB/sec. | ||
| 3239 | 2025.01.27 09:33:26.001935 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3240 | 2025.01.27 09:33:26.002071 [ 273 ] {61c9403c-7339-4d6c-a4fc-c8e5943b91c6} <Debug> TCPHandler: Processed in 0.002388126 sec. | ||
| 3241 | 2025.01.27 09:33:26.002206 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 3242 | 2025.01.27 09:33:26.002268 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3243 | 2025.01.27 09:33:26.002337 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3244 | 2025.01.27 09:33:26.002382 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 3245 | 2025.01.27 09:33:26.002420 [ 267 ] {38f8bd82-02a0-4f43-8f82-e567608fd143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3246 | 2025.01.27 09:33:26.002570 [ 267 ] {38f8bd82-02a0-4f43-8f82-e567608fd143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3247 | 2025.01.27 09:33:26.002604 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 3248 | 2025.01.27 09:33:26.002983 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 3249 | 2025.01.27 09:33:26.003379 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 3250 | 2025.01.27 09:33:26.003675 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 3251 | 2025.01.27 09:33:26.005086 [ 267 ] {38f8bd82-02a0-4f43-8f82-e567608fd143} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3252 | 2025.01.27 09:33:26.005132 [ 267 ] {38f8bd82-02a0-4f43-8f82-e567608fd143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3253 | 2025.01.27 09:33:26.005136 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003050801 sec., 21305.879996761505 rows/sec., 1.38 MiB/sec. | ||
| 3254 | 2025.01.27 09:33:26.005272 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3255 | 2025.01.27 09:33:26.005599 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_9_2} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3256 | 2025.01.27 09:33:26.005654 [ 267 ] {38f8bd82-02a0-4f43-8f82-e567608fd143} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3257 | 2025.01.27 09:33:26.005682 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_9_2} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3258 | 2025.01.27 09:33:26.005755 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3259 | 2025.01.27 09:33:26.005927 [ 267 ] {38f8bd82-02a0-4f43-8f82-e567608fd143} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3260 | 2025.01.27 09:33:26.006118 [ 66 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3261 | 2025.01.27 09:33:26.006178 [ 66 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3262 | 2025.01.27 09:33:26.006189 [ 267 ] {38f8bd82-02a0-4f43-8f82-e567608fd143} <Debug> executeQuery: Read 878 rows, 65.18 KiB in 0.003794 sec., 231418.02846599894 rows/sec., 16.78 MiB/sec. | ||
| 3263 | 2025.01.27 09:33:26.006220 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3264 | 2025.01.27 09:33:26.006361 [ 267 ] {38f8bd82-02a0-4f43-8f82-e567608fd143} <Debug> TCPHandler: Processed in 0.004186547 sec. | ||
| 3265 | 2025.01.27 09:33:26.006630 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 3266 | 2025.01.27 09:33:26.006676 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3267 | 2025.01.27 09:33:26.007040 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3268 | 2025.01.27 09:33:26.007052 [ 273 ] {dcf5a0a6-5e52-4355-abbc-0ebe61d810f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3269 | 2025.01.27 09:33:26.007098 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 895 rows starting from the beginning of the part | ||
| 3270 | 2025.01.27 09:33:26.007169 [ 273 ] {dcf5a0a6-5e52-4355-abbc-0ebe61d810f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3271 | 2025.01.27 09:33:26.007353 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 429 rows starting from the beginning of the part | ||
| 3272 | 2025.01.27 09:33:26.007845 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3273 | 2025.01.27 09:33:26.008189 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 420 rows starting from the beginning of the part | ||
| 3274 | 2025.01.27 09:33:26.008541 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 3275 | 2025.01.27 09:33:26.008828 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 878 rows starting from the beginning of the part | ||
| 3276 | 2025.01.27 09:33:26.009669 [ 273 ] {dcf5a0a6-5e52-4355-abbc-0ebe61d810f4} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3277 | 2025.01.27 09:33:26.009726 [ 273 ] {dcf5a0a6-5e52-4355-abbc-0ebe61d810f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3278 | 2025.01.27 09:33:26.010737 [ 273 ] {dcf5a0a6-5e52-4355-abbc-0ebe61d810f4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3279 | 2025.01.27 09:33:26.011209 [ 273 ] {dcf5a0a6-5e52-4355-abbc-0ebe61d810f4} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2025.01.27 09:33:26.011498 [ 273 ] {dcf5a0a6-5e52-4355-abbc-0ebe61d810f4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004537 sec., 1322.459775181838 rows/sec., 69.09 KiB/sec. | ||
| 3281 | 2025.01.27 09:33:26.011874 [ 273 ] {dcf5a0a6-5e52-4355-abbc-0ebe61d810f4} <Debug> TCPHandler: Processed in 0.005373865 sec. | ||
| 3282 | 2025.01.27 09:33:26.012146 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3283 | 2025.01.27 09:33:26.012222 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2750 rows, containing 5 columns (5 merged, 0 gathered) in 0.005840345 sec., 470862.5945898744 rows/sec., 35.93 MiB/sec. | ||
| 3284 | 2025.01.27 09:33:26.012309 [ 267 ] {f4c2d4ad-ae37-4bc4-8029-ba004961de46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3285 | 2025.01.27 09:33:26.012375 [ 267 ] {f4c2d4ad-ae37-4bc4-8029-ba004961de46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3286 | 2025.01.27 09:33:26.012543 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3287 | 2025.01.27 09:33:26.013112 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_21_4} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3288 | 2025.01.27 09:33:26.013345 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_21_4} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3289 | 2025.01.27 09:33:26.013540 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3290 | 2025.01.27 09:33:26.013768 [ 267 ] {f4c2d4ad-ae37-4bc4-8029-ba004961de46} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3291 | 2025.01.27 09:33:26.013812 [ 267 ] {f4c2d4ad-ae37-4bc4-8029-ba004961de46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3292 | 2025.01.27 09:33:26.014255 [ 267 ] {f4c2d4ad-ae37-4bc4-8029-ba004961de46} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3293 | 2025.01.27 09:33:26.014505 [ 267 ] {f4c2d4ad-ae37-4bc4-8029-ba004961de46} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3294 | 2025.01.27 09:33:26.014685 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3295 | 2025.01.27 09:33:26.014749 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3296 | 2025.01.27 09:33:26.014755 [ 267 ] {f4c2d4ad-ae37-4bc4-8029-ba004961de46} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002488 sec., 384244.3729903537 rows/sec., 25.53 MiB/sec. | ||
| 3297 | 2025.01.27 09:33:26.014776 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3298 | 2025.01.27 09:33:26.014914 [ 267 ] {f4c2d4ad-ae37-4bc4-8029-ba004961de46} <Debug> TCPHandler: Processed in 0.002899788 sec. | ||
| 3299 | 2025.01.27 09:33:26.015025 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 3300 | 2025.01.27 09:33:26.015127 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3301 | 2025.01.27 09:33:26.015169 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3302 | 2025.01.27 09:33:26.015206 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5832 rows starting from the beginning of the part | ||
| 3303 | 2025.01.27 09:33:26.015276 [ 273 ] {c9c0b0b8-ec80-4421-a132-3f1ced91376a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3304 | 2025.01.27 09:33:26.015339 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 3305 | 2025.01.27 09:33:26.015392 [ 273 ] {c9c0b0b8-ec80-4421-a132-3f1ced91376a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3306 | 2025.01.27 09:33:26.015600 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3307 | 2025.01.27 09:33:26.016002 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 3308 | 2025.01.27 09:33:26.016219 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 3309 | 2025.01.27 09:33:26.016418 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 956 rows starting from the beginning of the part | ||
| 3310 | 2025.01.27 09:33:26.016942 [ 273 ] {c9c0b0b8-ec80-4421-a132-3f1ced91376a} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3311 | 2025.01.27 09:33:26.016993 [ 273 ] {c9c0b0b8-ec80-4421-a132-3f1ced91376a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3312 | 2025.01.27 09:33:26.017466 [ 273 ] {c9c0b0b8-ec80-4421-a132-3f1ced91376a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3313 | 2025.01.27 09:33:26.017813 [ 273 ] {c9c0b0b8-ec80-4421-a132-3f1ced91376a} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2025.01.27 09:33:26.018166 [ 273 ] {c9c0b0b8-ec80-4421-a132-3f1ced91376a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002922 sec., 342.23134839151265 rows/sec., 23.06 KiB/sec. | ||
| 3315 | 2025.01.27 09:33:26.018230 [ 273 ] {c9c0b0b8-ec80-4421-a132-3f1ced91376a} <Debug> TCPHandler: Processed in 0.003178734 sec. | ||
| 3316 | 2025.01.27 09:33:26.018421 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3317 | 2025.01.27 09:33:26.018577 [ 267 ] {58c96ca3-059f-40c7-ada4-5d05d2e2dc5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3318 | 2025.01.27 09:33:26.018667 [ 267 ] {58c96ca3-059f-40c7-ada4-5d05d2e2dc5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3319 | 2025.01.27 09:33:26.019758 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7582 rows, containing 5 columns (5 merged, 0 gathered) in 0.004839032 sec., 1566842.2940786504 rows/sec., 105.58 MiB/sec. | ||
| 3320 | 2025.01.27 09:33:26.020235 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3321 | 2025.01.27 09:33:26.020978 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3322 | 2025.01.27 09:33:26.021216 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3323 | 2025.01.27 09:33:26.021248 [ 267 ] {58c96ca3-059f-40c7-ada4-5d05d2e2dc5b} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3324 | 2025.01.27 09:33:26.021345 [ 267 ] {58c96ca3-059f-40c7-ada4-5d05d2e2dc5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3325 | 2025.01.27 09:33:26.021361 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
| 3326 | 2025.01.27 09:33:26.022078 [ 267 ] {58c96ca3-059f-40c7-ada4-5d05d2e2dc5b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3327 | 2025.01.27 09:33:26.022347 [ 267 ] {58c96ca3-059f-40c7-ada4-5d05d2e2dc5b} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3328 | 2025.01.27 09:33:26.022661 [ 267 ] {58c96ca3-059f-40c7-ada4-5d05d2e2dc5b} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.004122 sec., 9218.825812712275 rows/sec., 16.52 MiB/sec. | ||
| 3329 | 2025.01.27 09:33:26.022858 [ 267 ] {58c96ca3-059f-40c7-ada4-5d05d2e2dc5b} <Debug> TCPHandler: Processed in 0.004514216 sec. | ||
| 3330 | 2025.01.27 09:33:26.023025 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3331 | 2025.01.27 09:33:26.023148 [ 273 ] {222ef004-e936-4b2b-8a72-6aa5ae1207a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3332 | 2025.01.27 09:33:26.023200 [ 273 ] {222ef004-e936-4b2b-8a72-6aa5ae1207a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3333 | 2025.01.27 09:33:26.023721 [ 273 ] {222ef004-e936-4b2b-8a72-6aa5ae1207a5} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3334 | 2025.01.27 09:33:26.023762 [ 273 ] {222ef004-e936-4b2b-8a72-6aa5ae1207a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3335 | 2025.01.27 09:33:26.024145 [ 273 ] {222ef004-e936-4b2b-8a72-6aa5ae1207a5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3336 | 2025.01.27 09:33:26.024400 [ 273 ] {222ef004-e936-4b2b-8a72-6aa5ae1207a5} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3337 | 2025.01.27 09:33:26.024560 [ 66 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3338 | 2025.01.27 09:33:26.024616 [ 66 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2025.01.27 09:33:26.024646 [ 273 ] {222ef004-e936-4b2b-8a72-6aa5ae1207a5} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001511 sec., 22501.654533421577 rows/sec., 1.31 MiB/sec. | ||
| 3340 | 2025.01.27 09:33:26.024657 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3341 | 2025.01.27 09:33:26.024797 [ 273 ] {222ef004-e936-4b2b-8a72-6aa5ae1207a5} <Debug> TCPHandler: Processed in 0.001828662 sec. | ||
| 3342 | 2025.01.27 09:33:26.024921 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3343 | 2025.01.27 09:33:26.025051 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3344 | 2025.01.27 09:33:26.025077 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part | ||
| 3345 | 2025.01.27 09:33:26.025131 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3346 | 2025.01.27 09:33:26.025228 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3347 | 2025.01.27 09:33:26.025433 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3348 | 2025.01.27 09:33:26.025522 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3349 | 2025.01.27 09:33:26.025601 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3350 | 2025.01.27 09:33:26.026691 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.001901814 sec., 671990.0053317517 rows/sec., 43.78 MiB/sec. | ||
| 3351 | 2025.01.27 09:33:26.026842 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3352 | 2025.01.27 09:33:26.027117 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_21_4} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3353 | 2025.01.27 09:33:26.027188 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_21_4} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3354 | 2025.01.27 09:33:26.027250 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3355 | 2025.01.27 09:33:29.510782 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 484 | ||
| 3356 | 2025.01.27 09:33:29.514282 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2025.01.27 09:33:29.514335 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3358 | 2025.01.27 09:33:29.515822 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3359 | 2025.01.27 09:33:29.516132 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3360 | 2025.01.27 09:33:29.517053 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 484 | ||
| 3361 | 2025.01.27 09:33:30.653029 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3362 | 2025.01.27 09:33:30.653220 [ 267 ] {2766bb6c-5208-4081-95be-220b69c9540f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3363 | 2025.01.27 09:33:30.653295 [ 267 ] {2766bb6c-5208-4081-95be-220b69c9540f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3364 | 2025.01.27 09:33:30.654085 [ 267 ] {2766bb6c-5208-4081-95be-220b69c9540f} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3365 | 2025.01.27 09:33:30.654136 [ 267 ] {2766bb6c-5208-4081-95be-220b69c9540f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3366 | 2025.01.27 09:33:30.654593 [ 267 ] {2766bb6c-5208-4081-95be-220b69c9540f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3367 | 2025.01.27 09:33:30.654865 [ 267 ] {2766bb6c-5208-4081-95be-220b69c9540f} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3368 | 2025.01.27 09:33:30.655094 [ 267 ] {2766bb6c-5208-4081-95be-220b69c9540f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001929 sec., 29030.585795749095 rows/sec., 2.22 MiB/sec. | ||
| 3369 | 2025.01.27 09:33:30.655152 [ 267 ] {2766bb6c-5208-4081-95be-220b69c9540f} <Debug> TCPHandler: Processed in 0.002255723 sec. | ||
| 3370 | 2025.01.27 09:33:30.655414 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3371 | 2025.01.27 09:33:30.655601 [ 273 ] {1ad2be60-fa5e-43ce-a8a2-019a2a7d6669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3372 | 2025.01.27 09:33:30.655673 [ 273 ] {1ad2be60-fa5e-43ce-a8a2-019a2a7d6669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3373 | 2025.01.27 09:33:30.656438 [ 273 ] {1ad2be60-fa5e-43ce-a8a2-019a2a7d6669} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3374 | 2025.01.27 09:33:30.656478 [ 273 ] {1ad2be60-fa5e-43ce-a8a2-019a2a7d6669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3375 | 2025.01.27 09:33:30.656924 [ 273 ] {1ad2be60-fa5e-43ce-a8a2-019a2a7d6669} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3376 | 2025.01.27 09:33:30.657185 [ 273 ] {1ad2be60-fa5e-43ce-a8a2-019a2a7d6669} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3377 | 2025.01.27 09:33:30.657374 [ 273 ] {1ad2be60-fa5e-43ce-a8a2-019a2a7d6669} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001828 sec., 35010.9409190372 rows/sec., 2.73 MiB/sec. | ||
| 3378 | 2025.01.27 09:33:30.657430 [ 273 ] {1ad2be60-fa5e-43ce-a8a2-019a2a7d6669} <Debug> TCPHandler: Processed in 0.0021427 sec. | ||
| 3379 | 2025.01.27 09:33:30.657624 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3380 | 2025.01.27 09:33:30.657763 [ 267 ] {d821a80d-bcd7-45ae-9157-2f34dde3270f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3381 | 2025.01.27 09:33:30.657829 [ 267 ] {d821a80d-bcd7-45ae-9157-2f34dde3270f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3382 | 2025.01.27 09:33:30.658472 [ 267 ] {d821a80d-bcd7-45ae-9157-2f34dde3270f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3383 | 2025.01.27 09:33:30.658513 [ 267 ] {d821a80d-bcd7-45ae-9157-2f34dde3270f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3384 | 2025.01.27 09:33:30.658912 [ 267 ] {d821a80d-bcd7-45ae-9157-2f34dde3270f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3385 | 2025.01.27 09:33:30.659175 [ 267 ] {d821a80d-bcd7-45ae-9157-2f34dde3270f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3386 | 2025.01.27 09:33:30.659388 [ 267 ] {d821a80d-bcd7-45ae-9157-2f34dde3270f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001656 sec., 77294.68599033817 rows/sec., 5.38 MiB/sec. | ||
| 3387 | 2025.01.27 09:33:30.659443 [ 267 ] {d821a80d-bcd7-45ae-9157-2f34dde3270f} <Debug> TCPHandler: Processed in 0.001886463 sec. | ||
| 3388 | 2025.01.27 09:33:30.659595 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3389 | 2025.01.27 09:33:30.659712 [ 273 ] {063dbcd3-61b4-4776-ba71-3b8719af8e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3390 | 2025.01.27 09:33:30.659765 [ 273 ] {063dbcd3-61b4-4776-ba71-3b8719af8e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3391 | 2025.01.27 09:33:30.660259 [ 273 ] {063dbcd3-61b4-4776-ba71-3b8719af8e5d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3392 | 2025.01.27 09:33:30.660297 [ 273 ] {063dbcd3-61b4-4776-ba71-3b8719af8e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3393 | 2025.01.27 09:33:30.660676 [ 273 ] {063dbcd3-61b4-4776-ba71-3b8719af8e5d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3394 | 2025.01.27 09:33:30.660927 [ 273 ] {063dbcd3-61b4-4776-ba71-3b8719af8e5d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3395 | 2025.01.27 09:33:30.661099 [ 273 ] {063dbcd3-61b4-4776-ba71-3b8719af8e5d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001412 sec., 33994.33427762039 rows/sec., 2.29 MiB/sec. | ||
| 3396 | 2025.01.27 09:33:30.661149 [ 273 ] {063dbcd3-61b4-4776-ba71-3b8719af8e5d} <Debug> TCPHandler: Processed in 0.001610797 sec. | ||
| 3397 | 2025.01.27 09:33:31.988407 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3398 | 2025.01.27 09:33:31.989058 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3399 | 2025.01.27 09:33:31.989108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3400 | 2025.01.27 09:33:31.989640 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3401 | 2025.01.27 09:33:31.989905 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3402 | 2025.01.27 09:33:31.990139 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3403 | 2025.01.27 09:33:32.421764 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3404 | 2025.01.27 09:33:32.442509 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3405 | 2025.01.27 09:33:32.442574 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3406 | 2025.01.27 09:33:32.450164 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3407 | 2025.01.27 09:33:32.450928 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3408 | 2025.01.27 09:33:32.453601 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3409 | 2025.01.27 09:33:35.654396 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3410 | 2025.01.27 09:33:35.654587 [ 267 ] {8ff01941-413f-4dc2-847a-38a822a65b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3411 | 2025.01.27 09:33:35.654660 [ 267 ] {8ff01941-413f-4dc2-847a-38a822a65b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3412 | 2025.01.27 09:33:35.655453 [ 267 ] {8ff01941-413f-4dc2-847a-38a822a65b21} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3413 | 2025.01.27 09:33:35.655502 [ 267 ] {8ff01941-413f-4dc2-847a-38a822a65b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3414 | 2025.01.27 09:33:35.655949 [ 267 ] {8ff01941-413f-4dc2-847a-38a822a65b21} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3415 | 2025.01.27 09:33:35.656203 [ 267 ] {8ff01941-413f-4dc2-847a-38a822a65b21} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3416 | 2025.01.27 09:33:35.656455 [ 267 ] {8ff01941-413f-4dc2-847a-38a822a65b21} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.23 MiB/sec. | ||
| 3417 | 2025.01.27 09:33:35.656521 [ 267 ] {8ff01941-413f-4dc2-847a-38a822a65b21} <Debug> TCPHandler: Processed in 0.002252782 sec. | ||
| 3418 | 2025.01.27 09:33:35.656784 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3419 | 2025.01.27 09:33:35.656998 [ 273 ] {6d0b9286-0cbf-4058-bff4-96146d6a027e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3420 | 2025.01.27 09:33:35.657078 [ 273 ] {6d0b9286-0cbf-4058-bff4-96146d6a027e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3421 | 2025.01.27 09:33:35.657883 [ 273 ] {6d0b9286-0cbf-4058-bff4-96146d6a027e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3422 | 2025.01.27 09:33:35.657933 [ 273 ] {6d0b9286-0cbf-4058-bff4-96146d6a027e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3423 | 2025.01.27 09:33:35.658377 [ 273 ] {6d0b9286-0cbf-4058-bff4-96146d6a027e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3424 | 2025.01.27 09:33:35.658635 [ 273 ] {6d0b9286-0cbf-4058-bff4-96146d6a027e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2025.01.27 09:33:35.658863 [ 273 ] {6d0b9286-0cbf-4058-bff4-96146d6a027e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001925 sec., 33246.753246753244 rows/sec., 2.59 MiB/sec. | ||
| 3426 | 2025.01.27 09:33:35.658922 [ 273 ] {6d0b9286-0cbf-4058-bff4-96146d6a027e} <Debug> TCPHandler: Processed in 0.002274143 sec. | ||
| 3427 | 2025.01.27 09:33:35.659082 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3428 | 2025.01.27 09:33:35.659209 [ 267 ] {e6510a14-f64c-4f71-aeec-f3fd096ea763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3429 | 2025.01.27 09:33:35.659267 [ 267 ] {e6510a14-f64c-4f71-aeec-f3fd096ea763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3430 | 2025.01.27 09:33:35.659878 [ 267 ] {e6510a14-f64c-4f71-aeec-f3fd096ea763} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3431 | 2025.01.27 09:33:35.659919 [ 267 ] {e6510a14-f64c-4f71-aeec-f3fd096ea763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3432 | 2025.01.27 09:33:35.660326 [ 267 ] {e6510a14-f64c-4f71-aeec-f3fd096ea763} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3433 | 2025.01.27 09:33:35.660568 [ 267 ] {e6510a14-f64c-4f71-aeec-f3fd096ea763} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3434 | 2025.01.27 09:33:35.660787 [ 267 ] {e6510a14-f64c-4f71-aeec-f3fd096ea763} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001608 sec., 99502.48756218905 rows/sec., 6.93 MiB/sec. | ||
| 3435 | 2025.01.27 09:33:35.660844 [ 267 ] {e6510a14-f64c-4f71-aeec-f3fd096ea763} <Debug> TCPHandler: Processed in 0.001823142 sec. | ||
| 3436 | 2025.01.27 09:33:35.661019 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3437 | 2025.01.27 09:33:35.661157 [ 273 ] {82b07fee-8480-4916-a3e6-cc4f59ea6860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3438 | 2025.01.27 09:33:35.661220 [ 273 ] {82b07fee-8480-4916-a3e6-cc4f59ea6860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3439 | 2025.01.27 09:33:35.661758 [ 273 ] {82b07fee-8480-4916-a3e6-cc4f59ea6860} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3440 | 2025.01.27 09:33:35.661797 [ 273 ] {82b07fee-8480-4916-a3e6-cc4f59ea6860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3441 | 2025.01.27 09:33:35.662178 [ 273 ] {82b07fee-8480-4916-a3e6-cc4f59ea6860} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3442 | 2025.01.27 09:33:35.662418 [ 273 ] {82b07fee-8480-4916-a3e6-cc4f59ea6860} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3443 | 2025.01.27 09:33:35.662640 [ 273 ] {82b07fee-8480-4916-a3e6-cc4f59ea6860} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 3444 | 2025.01.27 09:33:35.662690 [ 273 ] {82b07fee-8480-4916-a3e6-cc4f59ea6860} <Debug> TCPHandler: Processed in 0.00174008 sec. | ||
| 3445 | 2025.01.27 09:33:37.176106 [ 45 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3446 | 2025.01.27 09:33:37.176219 [ 45 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2025.01.27 09:33:37.176260 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3448 | 2025.01.27 09:33:37.176581 [ 191 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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.27 09:33:37.176775 [ 191 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3450 | 2025.01.27 09:33:37.176819 [ 191 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 3451 | 2025.01.27 09:33:37.176905 [ 191 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 3452 | 2025.01.27 09:33:37.177006 [ 191 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3453 | 2025.01.27 09:33:37.177247 [ 191 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 3454 | 2025.01.27 09:33:37.177421 [ 191 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 3455 | 2025.01.27 09:33:37.178332 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.001951645 sec., 4611.494406001091 rows/sec., 310.74 KiB/sec. | ||
| 3456 | 2025.01.27 09:33:37.178447 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3457 | 2025.01.27 09:33:37.178722 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_9_2} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3458 | 2025.01.27 09:33:37.178805 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_9_2} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3459 | 2025.01.27 09:33:37.178877 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3460 | 2025.01.27 09:33:39.395908 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3461 | 2025.01.27 09:33:39.395959 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3462 | 2025.01.27 09:33:39.491218 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3463 | 2025.01.27 09:33:39.491857 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3464 | 2025.01.27 09:33:39.491895 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3465 | 2025.01.27 09:33:39.492464 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3466 | 2025.01.27 09:33:39.492718 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3467 | 2025.01.27 09:33:39.492874 [ 63 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3468 | 2025.01.27 09:33:39.492908 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3469 | 2025.01.27 09:33:39.492930 [ 63 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3470 | 2025.01.27 09:33:39.492957 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3471 | 2025.01.27 09:33:39.493206 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3472 | 2025.01.27 09:33:39.493419 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3473 | 2025.01.27 09:33:39.493469 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 3474 | 2025.01.27 09:33:39.493568 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 3475 | 2025.01.27 09:33:39.493754 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 3476 | 2025.01.27 09:33:39.493969 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 3477 | 2025.01.27 09:33:39.494117 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 3478 | 2025.01.27 09:33:39.494248 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 3479 | 2025.01.27 09:33:39.496031 [ 199 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002991369 sec., 2467432.1355874185 rows/sec., 35.30 MiB/sec. | ||
| 3480 | 2025.01.27 09:33:39.496913 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3481 | 2025.01.27 09:33:39.497271 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_16_3} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3482 | 2025.01.27 09:33:39.497361 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_16_3} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3483 | 2025.01.27 09:33:39.497476 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 3484 | 2025.01.27 09:33:39.518257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 500 | ||
| 3485 | 2025.01.27 09:33:39.520991 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3486 | 2025.01.27 09:33:39.521040 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3487 | 2025.01.27 09:33:39.522521 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3488 | 2025.01.27 09:33:39.522841 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2025.01.27 09:33:39.523039 [ 63 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3490 | 2025.01.27 09:33:39.523131 [ 63 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3491 | 2025.01.27 09:33:39.523202 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3492 | 2025.01.27 09:33:39.523779 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 3493 | 2025.01.27 09:33:39.525218 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 500 | ||
| 3494 | 2025.01.27 09:33:39.525540 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3495 | 2025.01.27 09:33:39.525695 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 324 rows starting from the beginning of the part | ||
| 3496 | 2025.01.27 09:33:39.526301 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 3497 | 2025.01.27 09:33:39.526895 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 3498 | 2025.01.27 09:33:39.527518 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part | ||
| 3499 | 2025.01.27 09:33:39.528122 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part | ||
| 3500 | 2025.01.27 09:33:39.528781 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 3501 | 2025.01.27 09:33:39.536476 [ 188 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 72 columns (72 merged, 0 gathered) in 0.013133135 sec., 38071.64092960287 rows/sec., 34.56 MiB/sec. | ||
| 3502 | 2025.01.27 09:33:39.537296 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3503 | 2025.01.27 09:33:39.537987 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_11_2} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3504 | 2025.01.27 09:33:39.538074 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_11_2} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3505 | 2025.01.27 09:33:39.538273 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3506 | 2025.01.27 09:33:39.954639 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3507 | 2025.01.27 09:33:39.975975 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2025.01.27 09:33:39.976031 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3509 | 2025.01.27 09:33:39.983745 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3510 | 2025.01.27 09:33:39.984566 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2025.01.27 09:33:39.984977 [ 63 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3512 | 2025.01.27 09:33:39.985114 [ 63 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3513 | 2025.01.27 09:33:39.985188 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3514 | 2025.01.27 09:33:39.985737 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 3515 | 2025.01.27 09:33:39.995489 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3516 | 2025.01.27 09:33:39.996826 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3517 | 2025.01.27 09:33:39.997812 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 3518 | 2025.01.27 09:33:40.004951 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003762187 sec. | ||
| 3519 | 2025.01.27 09:33:40.006498 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 3520 | 2025.01.27 09:33:40.012173 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 3521 | 2025.01.27 09:33:40.017920 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 3522 | 2025.01.27 09:33:40.023699 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3523 | 2025.01.27 09:33:40.028510 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3524 | 2025.01.27 09:33:40.095993 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.11065137 sec., 1093.5246441142122 rows/sec., 5.65 MiB/sec. | ||
| 3525 | 2025.01.27 09:33:40.098628 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3526 | 2025.01.27 09:33:40.101487 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_16_3} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3527 | 2025.01.27 09:33:40.101612 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_16_3} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3528 | 2025.01.27 09:33:40.103738 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3529 | 2025.01.27 09:33:40.660468 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3530 | 2025.01.27 09:33:40.660659 [ 267 ] {ef5fb840-b3d2-4998-9f40-8fbc65136ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3531 | 2025.01.27 09:33:40.660732 [ 267 ] {ef5fb840-b3d2-4998-9f40-8fbc65136ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3532 | 2025.01.27 09:33:40.661507 [ 267 ] {ef5fb840-b3d2-4998-9f40-8fbc65136ca7} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3533 | 2025.01.27 09:33:40.661559 [ 267 ] {ef5fb840-b3d2-4998-9f40-8fbc65136ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3534 | 2025.01.27 09:33:40.662007 [ 267 ] {ef5fb840-b3d2-4998-9f40-8fbc65136ca7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3535 | 2025.01.27 09:33:40.662262 [ 267 ] {ef5fb840-b3d2-4998-9f40-8fbc65136ca7} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3536 | 2025.01.27 09:33:40.662523 [ 267 ] {ef5fb840-b3d2-4998-9f40-8fbc65136ca7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 3537 | 2025.01.27 09:33:40.662731 [ 267 ] {ef5fb840-b3d2-4998-9f40-8fbc65136ca7} <Debug> TCPHandler: Processed in 0.002397736 sec. | ||
| 3538 | 2025.01.27 09:33:40.663020 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3539 | 2025.01.27 09:33:40.663215 [ 273 ] {32bf29be-a13c-4444-850c-cb3c535e3c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3540 | 2025.01.27 09:33:40.663316 [ 273 ] {32bf29be-a13c-4444-850c-cb3c535e3c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3541 | 2025.01.27 09:33:40.664255 [ 273 ] {32bf29be-a13c-4444-850c-cb3c535e3c05} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3542 | 2025.01.27 09:33:40.664297 [ 273 ] {32bf29be-a13c-4444-850c-cb3c535e3c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3543 | 2025.01.27 09:33:40.664779 [ 273 ] {32bf29be-a13c-4444-850c-cb3c535e3c05} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3544 | 2025.01.27 09:33:40.665064 [ 273 ] {32bf29be-a13c-4444-850c-cb3c535e3c05} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3545 | 2025.01.27 09:33:40.665258 [ 273 ] {32bf29be-a13c-4444-850c-cb3c535e3c05} <Debug> executeQuery: Read 279 rows, 25.18 KiB in 0.0021 sec., 132857.14285714287 rows/sec., 11.71 MiB/sec. | ||
| 3546 | 2025.01.27 09:33:40.665314 [ 273 ] {32bf29be-a13c-4444-850c-cb3c535e3c05} <Debug> TCPHandler: Processed in 0.002434266 sec. | ||
| 3547 | 2025.01.27 09:33:40.665461 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3548 | 2025.01.27 09:33:40.665580 [ 267 ] {35947b70-d061-4254-8f9a-3c13fa56b255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3549 | 2025.01.27 09:33:40.665630 [ 267 ] {35947b70-d061-4254-8f9a-3c13fa56b255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3550 | 2025.01.27 09:33:40.666340 [ 267 ] {35947b70-d061-4254-8f9a-3c13fa56b255} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3551 | 2025.01.27 09:33:40.666380 [ 267 ] {35947b70-d061-4254-8f9a-3c13fa56b255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3552 | 2025.01.27 09:33:40.666746 [ 267 ] {35947b70-d061-4254-8f9a-3c13fa56b255} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3553 | 2025.01.27 09:33:40.666991 [ 267 ] {35947b70-d061-4254-8f9a-3c13fa56b255} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3554 | 2025.01.27 09:33:40.667274 [ 267 ] {35947b70-d061-4254-8f9a-3c13fa56b255} <Debug> executeQuery: Read 45 rows, 3.31 KiB in 0.001706 sec., 26377.49120750293 rows/sec., 1.90 MiB/sec. | ||
| 3555 | 2025.01.27 09:33:40.667432 [ 267 ] {35947b70-d061-4254-8f9a-3c13fa56b255} <Debug> TCPHandler: Processed in 0.002023777 sec. | ||
| 3556 | 2025.01.27 09:33:40.667609 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3557 | 2025.01.27 09:33:40.667728 [ 273 ] {dbaecba1-33c2-4b48-8513-493326d2d593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3558 | 2025.01.27 09:33:40.667777 [ 273 ] {dbaecba1-33c2-4b48-8513-493326d2d593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3559 | 2025.01.27 09:33:40.668345 [ 273 ] {dbaecba1-33c2-4b48-8513-493326d2d593} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2025.01.27 09:33:40.668382 [ 273 ] {dbaecba1-33c2-4b48-8513-493326d2d593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3561 | 2025.01.27 09:33:40.668736 [ 273 ] {dbaecba1-33c2-4b48-8513-493326d2d593} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3562 | 2025.01.27 09:33:40.668977 [ 273 ] {dbaecba1-33c2-4b48-8513-493326d2d593} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3563 | 2025.01.27 09:33:40.669153 [ 273 ] {dbaecba1-33c2-4b48-8513-493326d2d593} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00145 sec., 9655.172413793103 rows/sec., 676.19 KiB/sec. | ||
| 3564 | 2025.01.27 09:33:40.669203 [ 273 ] {dbaecba1-33c2-4b48-8513-493326d2d593} <Debug> TCPHandler: Processed in 0.001653688 sec. | ||
| 3565 | 2025.01.27 09:33:40.669359 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3566 | 2025.01.27 09:33:40.669476 [ 267 ] {fc389f93-43bc-4c03-8473-fb5df3186c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3567 | 2025.01.27 09:33:40.669524 [ 267 ] {fc389f93-43bc-4c03-8473-fb5df3186c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3568 | 2025.01.27 09:33:40.670092 [ 267 ] {fc389f93-43bc-4c03-8473-fb5df3186c36} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3569 | 2025.01.27 09:33:40.670132 [ 267 ] {fc389f93-43bc-4c03-8473-fb5df3186c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3570 | 2025.01.27 09:33:40.670484 [ 267 ] {fc389f93-43bc-4c03-8473-fb5df3186c36} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3571 | 2025.01.27 09:33:40.670717 [ 267 ] {fc389f93-43bc-4c03-8473-fb5df3186c36} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3572 | 2025.01.27 09:33:40.670950 [ 267 ] {fc389f93-43bc-4c03-8473-fb5df3186c36} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001491 sec., 8718.980549966465 rows/sec., 543.63 KiB/sec. | ||
| 3573 | 2025.01.27 09:33:40.671147 [ 267 ] {fc389f93-43bc-4c03-8473-fb5df3186c36} <Debug> TCPHandler: Processed in 0.001844413 sec. | ||
| 3574 | 2025.01.27 09:33:40.671303 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3575 | 2025.01.27 09:33:40.671418 [ 273 ] {98c2a623-d5ca-432f-b8ea-82c24839039b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3576 | 2025.01.27 09:33:40.671466 [ 273 ] {98c2a623-d5ca-432f-b8ea-82c24839039b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3577 | 2025.01.27 09:33:40.672212 [ 273 ] {98c2a623-d5ca-432f-b8ea-82c24839039b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3578 | 2025.01.27 09:33:40.672249 [ 273 ] {98c2a623-d5ca-432f-b8ea-82c24839039b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3579 | 2025.01.27 09:33:40.672646 [ 273 ] {98c2a623-d5ca-432f-b8ea-82c24839039b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3580 | 2025.01.27 09:33:40.672888 [ 273 ] {98c2a623-d5ca-432f-b8ea-82c24839039b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3581 | 2025.01.27 09:33:40.673109 [ 273 ] {98c2a623-d5ca-432f-b8ea-82c24839039b} <Debug> executeQuery: Read 420 rows, 30.72 KiB in 0.001714 sec., 245040.84014002333 rows/sec., 17.51 MiB/sec. | ||
| 3582 | 2025.01.27 09:33:40.673161 [ 273 ] {98c2a623-d5ca-432f-b8ea-82c24839039b} <Debug> TCPHandler: Processed in 0.001911925 sec. | ||
| 3583 | 2025.01.27 09:33:40.673321 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3584 | 2025.01.27 09:33:40.673457 [ 267 ] {624bbf38-7c0a-4664-8b79-767b01b5a2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3585 | 2025.01.27 09:33:40.673515 [ 267 ] {624bbf38-7c0a-4664-8b79-767b01b5a2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3586 | 2025.01.27 09:33:40.674013 [ 267 ] {624bbf38-7c0a-4664-8b79-767b01b5a2e3} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3587 | 2025.01.27 09:33:40.674051 [ 267 ] {624bbf38-7c0a-4664-8b79-767b01b5a2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3588 | 2025.01.27 09:33:40.674413 [ 267 ] {624bbf38-7c0a-4664-8b79-767b01b5a2e3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3589 | 2025.01.27 09:33:40.674647 [ 267 ] {624bbf38-7c0a-4664-8b79-767b01b5a2e3} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2025.01.27 09:33:40.674905 [ 267 ] {624bbf38-7c0a-4664-8b79-767b01b5a2e3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec. | ||
| 3591 | 2025.01.27 09:33:40.675055 [ 267 ] {624bbf38-7c0a-4664-8b79-767b01b5a2e3} <Debug> TCPHandler: Processed in 0.001796062 sec. | ||
| 3592 | 2025.01.27 09:33:40.675224 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3593 | 2025.01.27 09:33:40.675363 [ 273 ] {ccb2f4b5-3ee2-4dce-bb98-58fed866ebbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3594 | 2025.01.27 09:33:40.675424 [ 273 ] {ccb2f4b5-3ee2-4dce-bb98-58fed866ebbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3595 | 2025.01.27 09:33:40.676036 [ 273 ] {ccb2f4b5-3ee2-4dce-bb98-58fed866ebbb} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3596 | 2025.01.27 09:33:40.676073 [ 273 ] {ccb2f4b5-3ee2-4dce-bb98-58fed866ebbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3597 | 2025.01.27 09:33:40.676469 [ 273 ] {ccb2f4b5-3ee2-4dce-bb98-58fed866ebbb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3598 | 2025.01.27 09:33:40.676733 [ 273 ] {ccb2f4b5-3ee2-4dce-bb98-58fed866ebbb} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3599 | 2025.01.27 09:33:40.676949 [ 273 ] {ccb2f4b5-3ee2-4dce-bb98-58fed866ebbb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001617 sec., 146567.71799628943 rows/sec., 9.82 MiB/sec. | ||
| 3600 | 2025.01.27 09:33:40.677001 [ 273 ] {ccb2f4b5-3ee2-4dce-bb98-58fed866ebbb} <Debug> TCPHandler: Processed in 0.001842283 sec. | ||
| 3601 | 2025.01.27 09:33:40.677143 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3602 | 2025.01.27 09:33:40.677278 [ 267 ] {9830e0f3-34b9-42f9-a3c6-cf1e66a14e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3603 | 2025.01.27 09:33:40.677338 [ 267 ] {9830e0f3-34b9-42f9-a3c6-cf1e66a14e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3604 | 2025.01.27 09:33:40.677847 [ 267 ] {9830e0f3-34b9-42f9-a3c6-cf1e66a14e19} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3605 | 2025.01.27 09:33:40.677885 [ 267 ] {9830e0f3-34b9-42f9-a3c6-cf1e66a14e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3606 | 2025.01.27 09:33:40.678238 [ 267 ] {9830e0f3-34b9-42f9-a3c6-cf1e66a14e19} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3607 | 2025.01.27 09:33:40.678474 [ 267 ] {9830e0f3-34b9-42f9-a3c6-cf1e66a14e19} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3608 | 2025.01.27 09:33:40.678685 [ 267 ] {9830e0f3-34b9-42f9-a3c6-cf1e66a14e19} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec. | ||
| 3609 | 2025.01.27 09:33:40.678733 [ 267 ] {9830e0f3-34b9-42f9-a3c6-cf1e66a14e19} <Debug> TCPHandler: Processed in 0.001655428 sec. | ||
| 3610 | 2025.01.27 09:33:40.678890 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3611 | 2025.01.27 09:33:40.679028 [ 273 ] {e8165ca0-bda0-4084-a351-0f9ca5695b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3612 | 2025.01.27 09:33:40.679119 [ 273 ] {e8165ca0-bda0-4084-a351-0f9ca5695b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3613 | 2025.01.27 09:33:40.680386 [ 273 ] {e8165ca0-bda0-4084-a351-0f9ca5695b6c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3614 | 2025.01.27 09:33:40.680425 [ 273 ] {e8165ca0-bda0-4084-a351-0f9ca5695b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3615 | 2025.01.27 09:33:40.681093 [ 273 ] {e8165ca0-bda0-4084-a351-0f9ca5695b6c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3616 | 2025.01.27 09:33:40.681359 [ 273 ] {e8165ca0-bda0-4084-a351-0f9ca5695b6c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3617 | 2025.01.27 09:33:40.681694 [ 273 ] {e8165ca0-bda0-4084-a351-0f9ca5695b6c} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002675 sec., 14205.607476635514 rows/sec., 25.46 MiB/sec. | ||
| 3618 | 2025.01.27 09:33:40.681869 [ 273 ] {e8165ca0-bda0-4084-a351-0f9ca5695b6c} <Debug> TCPHandler: Processed in 0.003048951 sec. | ||
| 3619 | 2025.01.27 09:33:40.682019 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3620 | 2025.01.27 09:33:40.682155 [ 267 ] {224ba746-f679-4a07-9773-b16f22152177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3621 | 2025.01.27 09:33:40.682212 [ 267 ] {224ba746-f679-4a07-9773-b16f22152177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3622 | 2025.01.27 09:33:40.682750 [ 267 ] {224ba746-f679-4a07-9773-b16f22152177} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3623 | 2025.01.27 09:33:40.682788 [ 267 ] {224ba746-f679-4a07-9773-b16f22152177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3624 | 2025.01.27 09:33:40.683155 [ 267 ] {224ba746-f679-4a07-9773-b16f22152177} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3625 | 2025.01.27 09:33:40.683389 [ 267 ] {224ba746-f679-4a07-9773-b16f22152177} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3626 | 2025.01.27 09:33:40.683629 [ 267 ] {224ba746-f679-4a07-9773-b16f22152177} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001498 sec., 54739.65287049399 rows/sec., 3.48 MiB/sec. | ||
| 3627 | 2025.01.27 09:33:40.683724 [ 267 ] {224ba746-f679-4a07-9773-b16f22152177} <Debug> TCPHandler: Processed in 0.001769161 sec. | ||
| 3628 | 2025.01.27 09:33:45.654087 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3629 | 2025.01.27 09:33:45.654293 [ 267 ] {56bc83ba-7ad1-47c1-9412-f1f46dda746d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3630 | 2025.01.27 09:33:45.654367 [ 267 ] {56bc83ba-7ad1-47c1-9412-f1f46dda746d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3631 | 2025.01.27 09:33:45.655160 [ 267 ] {56bc83ba-7ad1-47c1-9412-f1f46dda746d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3632 | 2025.01.27 09:33:45.655202 [ 267 ] {56bc83ba-7ad1-47c1-9412-f1f46dda746d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3633 | 2025.01.27 09:33:45.655640 [ 267 ] {56bc83ba-7ad1-47c1-9412-f1f46dda746d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3634 | 2025.01.27 09:33:45.655894 [ 267 ] {56bc83ba-7ad1-47c1-9412-f1f46dda746d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3635 | 2025.01.27 09:33:45.656134 [ 267 ] {56bc83ba-7ad1-47c1-9412-f1f46dda746d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.25 MiB/sec. | ||
| 3636 | 2025.01.27 09:33:45.656193 [ 267 ] {56bc83ba-7ad1-47c1-9412-f1f46dda746d} <Debug> TCPHandler: Processed in 0.002237292 sec. | ||
| 3637 | 2025.01.27 09:33:45.656442 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3638 | 2025.01.27 09:33:45.656632 [ 273 ] {e43cea5b-2431-4c51-a687-e5e18b6c1c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3639 | 2025.01.27 09:33:45.656705 [ 273 ] {e43cea5b-2431-4c51-a687-e5e18b6c1c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3640 | 2025.01.27 09:33:45.657470 [ 273 ] {e43cea5b-2431-4c51-a687-e5e18b6c1c97} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3641 | 2025.01.27 09:33:45.657516 [ 273 ] {e43cea5b-2431-4c51-a687-e5e18b6c1c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3642 | 2025.01.27 09:33:45.657951 [ 273 ] {e43cea5b-2431-4c51-a687-e5e18b6c1c97} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3643 | 2025.01.27 09:33:45.658210 [ 273 ] {e43cea5b-2431-4c51-a687-e5e18b6c1c97} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3644 | 2025.01.27 09:33:45.658456 [ 273 ] {e43cea5b-2431-4c51-a687-e5e18b6c1c97} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001878 sec., 34078.80724174654 rows/sec., 2.66 MiB/sec. | ||
| 3645 | 2025.01.27 09:33:45.658514 [ 273 ] {e43cea5b-2431-4c51-a687-e5e18b6c1c97} <Debug> TCPHandler: Processed in 0.002197691 sec. | ||
| 3646 | 2025.01.27 09:33:45.658677 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3647 | 2025.01.27 09:33:45.658812 [ 267 ] {b387b74e-0c9b-4cf8-a4c2-247a6dd79df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3648 | 2025.01.27 09:33:45.658867 [ 267 ] {b387b74e-0c9b-4cf8-a4c2-247a6dd79df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3649 | 2025.01.27 09:33:45.659449 [ 267 ] {b387b74e-0c9b-4cf8-a4c2-247a6dd79df7} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3650 | 2025.01.27 09:33:45.659488 [ 267 ] {b387b74e-0c9b-4cf8-a4c2-247a6dd79df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3651 | 2025.01.27 09:33:45.659878 [ 267 ] {b387b74e-0c9b-4cf8-a4c2-247a6dd79df7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3652 | 2025.01.27 09:33:45.660130 [ 267 ] {b387b74e-0c9b-4cf8-a4c2-247a6dd79df7} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3653 | 2025.01.27 09:33:45.660389 [ 267 ] {b387b74e-0c9b-4cf8-a4c2-247a6dd79df7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 3654 | 2025.01.27 09:33:45.660587 [ 267 ] {b387b74e-0c9b-4cf8-a4c2-247a6dd79df7} <Debug> TCPHandler: Processed in 0.001972606 sec. | ||
| 3655 | 2025.01.27 09:33:45.660783 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3656 | 2025.01.27 09:33:45.660905 [ 273 ] {ada1322e-77c8-4871-9c1d-4861f0d5b6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3657 | 2025.01.27 09:33:45.660957 [ 273 ] {ada1322e-77c8-4871-9c1d-4861f0d5b6a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3658 | 2025.01.27 09:33:45.661454 [ 273 ] {ada1322e-77c8-4871-9c1d-4861f0d5b6a2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3659 | 2025.01.27 09:33:45.661493 [ 273 ] {ada1322e-77c8-4871-9c1d-4861f0d5b6a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3660 | 2025.01.27 09:33:45.661887 [ 273 ] {ada1322e-77c8-4871-9c1d-4861f0d5b6a2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3661 | 2025.01.27 09:33:45.662131 [ 273 ] {ada1322e-77c8-4871-9c1d-4861f0d5b6a2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2025.01.27 09:33:45.662400 [ 273 ] {ada1322e-77c8-4871-9c1d-4861f0d5b6a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001517 sec., 39551.74686882004 rows/sec., 2.67 MiB/sec. | ||
| 3663 | 2025.01.27 09:33:45.662593 [ 273 ] {ada1322e-77c8-4871-9c1d-4861f0d5b6a2} <Debug> TCPHandler: Processed in 0.001873863 sec. | ||
| 3664 | 2025.01.27 09:33:46.994005 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3665 | 2025.01.27 09:33:46.994660 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3666 | 2025.01.27 09:33:46.994706 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 3667 | 2025.01.27 09:33:46.995335 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3668 | 2025.01.27 09:33:46.995594 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3669 | 2025.01.27 09:33:46.995786 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3670 | 2025.01.27 09:33:47.496542 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3671 | 2025.01.27 09:33:47.515724 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3672 | 2025.01.27 09:33:47.515775 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3673 | 2025.01.27 09:33:47.522700 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3674 | 2025.01.27 09:33:47.523439 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3675 | 2025.01.27 09:33:47.526815 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3676 | 2025.01.27 09:33:49.526311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 530 | ||
| 3677 | 2025.01.27 09:33:49.529260 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3678 | 2025.01.27 09:33:49.529300 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3679 | 2025.01.27 09:33:49.530743 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3680 | 2025.01.27 09:33:49.531043 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3681 | 2025.01.27 09:33:49.531845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 530 | ||
| 3682 | 2025.01.27 09:33:50.660636 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3683 | 2025.01.27 09:33:50.660829 [ 267 ] {0d876064-b558-4e1c-b17b-35b2991a0ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3684 | 2025.01.27 09:33:50.660902 [ 267 ] {0d876064-b558-4e1c-b17b-35b2991a0ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3685 | 2025.01.27 09:33:50.661652 [ 267 ] {0d876064-b558-4e1c-b17b-35b2991a0ee1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3686 | 2025.01.27 09:33:50.661701 [ 267 ] {0d876064-b558-4e1c-b17b-35b2991a0ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3687 | 2025.01.27 09:33:50.662147 [ 267 ] {0d876064-b558-4e1c-b17b-35b2991a0ee1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3688 | 2025.01.27 09:33:50.662439 [ 267 ] {0d876064-b558-4e1c-b17b-35b2991a0ee1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3689 | 2025.01.27 09:33:50.662666 [ 267 ] {0d876064-b558-4e1c-b17b-35b2991a0ee1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec. | ||
| 3690 | 2025.01.27 09:33:50.662811 [ 267 ] {0d876064-b558-4e1c-b17b-35b2991a0ee1} <Debug> TCPHandler: Processed in 0.002305493 sec. | ||
| 3691 | 2025.01.27 09:33:50.663081 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2025.01.27 09:33:50.663294 [ 273 ] {b35322d5-7383-4072-bb80-86a5fbfc8870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3693 | 2025.01.27 09:33:50.663374 [ 273 ] {b35322d5-7383-4072-bb80-86a5fbfc8870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3694 | 2025.01.27 09:33:50.664268 [ 273 ] {b35322d5-7383-4072-bb80-86a5fbfc8870} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2025.01.27 09:33:50.664314 [ 273 ] {b35322d5-7383-4072-bb80-86a5fbfc8870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3696 | 2025.01.27 09:33:50.664804 [ 273 ] {b35322d5-7383-4072-bb80-86a5fbfc8870} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3697 | 2025.01.27 09:33:50.665082 [ 273 ] {b35322d5-7383-4072-bb80-86a5fbfc8870} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2025.01.27 09:33:50.665268 [ 113 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3699 | 2025.01.27 09:33:50.665331 [ 113 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3700 | 2025.01.27 09:33:50.665344 [ 273 ] {b35322d5-7383-4072-bb80-86a5fbfc8870} <Debug> executeQuery: Read 279 rows, 25.18 KiB in 0.00212 sec., 131603.77358490566 rows/sec., 11.60 MiB/sec. | ||
| 3701 | 2025.01.27 09:33:50.665372 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3702 | 2025.01.27 09:33:50.665507 [ 273 ] {b35322d5-7383-4072-bb80-86a5fbfc8870} <Debug> TCPHandler: Processed in 0.002552539 sec. | ||
| 3703 | 2025.01.27 09:33:50.665626 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 3704 | 2025.01.27 09:33:50.665711 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3705 | 2025.01.27 09:33:50.665911 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3706 | 2025.01.27 09:33:50.665946 [ 267 ] {16221268-db67-4336-89e1-87d210aac9c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3707 | 2025.01.27 09:33:50.665969 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1426 rows starting from the beginning of the part | ||
| 3708 | 2025.01.27 09:33:50.666032 [ 267 ] {16221268-db67-4336-89e1-87d210aac9c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3709 | 2025.01.27 09:33:50.666246 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 3710 | 2025.01.27 09:33:50.666597 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 3711 | 2025.01.27 09:33:50.666869 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 279 rows starting from the beginning of the part | ||
| 3712 | 2025.01.27 09:33:50.667171 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 3713 | 2025.01.27 09:33:50.667521 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 279 rows starting from the beginning of the part | ||
| 3714 | 2025.01.27 09:33:50.669014 [ 267 ] {16221268-db67-4336-89e1-87d210aac9c9} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3715 | 2025.01.27 09:33:50.669078 [ 267 ] {16221268-db67-4336-89e1-87d210aac9c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3716 | 2025.01.27 09:33:50.670164 [ 267 ] {16221268-db67-4336-89e1-87d210aac9c9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3717 | 2025.01.27 09:33:50.670519 [ 267 ] {16221268-db67-4336-89e1-87d210aac9c9} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3718 | 2025.01.27 09:33:50.670861 [ 113 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3719 | 2025.01.27 09:33:50.670999 [ 113 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3720 | 2025.01.27 09:33:50.671068 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3721 | 2025.01.27 09:33:50.671225 [ 267 ] {16221268-db67-4336-89e1-87d210aac9c9} <Debug> executeQuery: Read 45 rows, 3.31 KiB in 0.005318 sec., 8461.827754795037 rows/sec., 623.07 KiB/sec. | ||
| 3722 | 2025.01.27 09:33:50.671287 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2152 rows, containing 5 columns (5 merged, 0 gathered) in 0.005768164 sec., 373082.318741284 rows/sec., 32.80 MiB/sec. | ||
| 3723 | 2025.01.27 09:33:50.671516 [ 267 ] {16221268-db67-4336-89e1-87d210aac9c9} <Debug> TCPHandler: Processed in 0.005880226 sec. | ||
| 3724 | 2025.01.27 09:33:50.671508 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 3725 | 2025.01.27 09:33:50.671785 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3726 | 2025.01.27 09:33:50.671803 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3727 | 2025.01.27 09:33:50.672099 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3728 | 2025.01.27 09:33:50.672155 [ 273 ] {bb51d5df-4292-4f37-81f7-5035df6c5b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3729 | 2025.01.27 09:33:50.672220 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 54 rows starting from the beginning of the part | ||
| 3730 | 2025.01.27 09:33:50.672302 [ 273 ] {bb51d5df-4292-4f37-81f7-5035df6c5b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3731 | 2025.01.27 09:33:50.672747 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 45 rows starting from the beginning of the part | ||
| 3732 | 2025.01.27 09:33:50.672979 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_26_5} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3733 | 2025.01.27 09:33:50.673335 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 45 rows starting from the beginning of the part | ||
| 3734 | 2025.01.27 09:33:50.673596 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_26_5} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3735 | 2025.01.27 09:33:50.673784 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 47 rows starting from the beginning of the part | ||
| 3736 | 2025.01.27 09:33:50.674064 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3737 | 2025.01.27 09:33:50.674364 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 45 rows starting from the beginning of the part | ||
| 3738 | 2025.01.27 09:33:50.674753 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 45 rows starting from the beginning of the part | ||
| 3739 | 2025.01.27 09:33:50.676130 [ 273 ] {bb51d5df-4292-4f37-81f7-5035df6c5b09} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3740 | 2025.01.27 09:33:50.676199 [ 273 ] {bb51d5df-4292-4f37-81f7-5035df6c5b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3741 | 2025.01.27 09:33:50.677282 [ 273 ] {bb51d5df-4292-4f37-81f7-5035df6c5b09} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3742 | 2025.01.27 09:33:50.677789 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 5 columns (5 merged, 0 gathered) in 0.006562412 sec., 42819.62180978579 rows/sec., 3.23 MiB/sec. | ||
| 3743 | 2025.01.27 09:33:50.677851 [ 273 ] {bb51d5df-4292-4f37-81f7-5035df6c5b09} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3744 | 2025.01.27 09:33:50.678049 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3745 | 2025.01.27 09:33:50.678138 [ 113 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3746 | 2025.01.27 09:33:50.678336 [ 113 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3747 | 2025.01.27 09:33:50.678383 [ 273 ] {bb51d5df-4292-4f37-81f7-5035df6c5b09} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006309 sec., 2219.0521477254715 rows/sec., 155.41 KiB/sec. | ||
| 3748 | 2025.01.27 09:33:50.678404 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3749 | 2025.01.27 09:33:50.678751 [ 273 ] {bb51d5df-4292-4f37-81f7-5035df6c5b09} <Debug> TCPHandler: Processed in 0.007092135 sec. | ||
| 3750 | 2025.01.27 09:33:50.679094 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 3751 | 2025.01.27 09:33:50.679228 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3752 | 2025.01.27 09:33:50.679427 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3753 | 2025.01.27 09:33:50.679688 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_11_2} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3754 | 2025.01.27 09:33:50.679754 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3755 | 2025.01.27 09:33:50.679893 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 3756 | 2025.01.27 09:33:50.679939 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3757 | 2025.01.27 09:33:50.679942 [ 267 ] {9d424863-371a-4578-82d9-0528c224080b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3758 | 2025.01.27 09:33:50.680181 [ 267 ] {9d424863-371a-4578-82d9-0528c224080b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3759 | 2025.01.27 09:33:50.680224 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3760 | 2025.01.27 09:33:50.680621 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 3761 | 2025.01.27 09:33:50.680927 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 3762 | 2025.01.27 09:33:50.681239 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 3763 | 2025.01.27 09:33:50.681569 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 3764 | 2025.01.27 09:33:50.683065 [ 267 ] {9d424863-371a-4578-82d9-0528c224080b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2025.01.27 09:33:50.683142 [ 267 ] {9d424863-371a-4578-82d9-0528c224080b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3766 | 2025.01.27 09:33:50.684145 [ 267 ] {9d424863-371a-4578-82d9-0528c224080b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3767 | 2025.01.27 09:33:50.684442 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005874527 sec., 91922.29433961236 rows/sec., 6.58 MiB/sec. | ||
| 3768 | 2025.01.27 09:33:50.684629 [ 267 ] {9d424863-371a-4578-82d9-0528c224080b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3769 | 2025.01.27 09:33:50.684655 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3770 | 2025.01.27 09:33:50.685160 [ 267 ] {9d424863-371a-4578-82d9-0528c224080b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00536 sec., 2425.373134328358 rows/sec., 151.22 KiB/sec. | ||
| 3771 | 2025.01.27 09:33:50.685475 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_11_2} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3772 | 2025.01.27 09:33:50.685554 [ 267 ] {9d424863-371a-4578-82d9-0528c224080b} <Debug> TCPHandler: Processed in 0.006640675 sec. | ||
| 3773 | 2025.01.27 09:33:50.685674 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_11_2} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3774 | 2025.01.27 09:33:50.685785 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3775 | 2025.01.27 09:33:50.685799 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3776 | 2025.01.27 09:33:50.685940 [ 273 ] {058a5657-e8e4-43d7-be05-e34ee383d280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3777 | 2025.01.27 09:33:50.685993 [ 273 ] {058a5657-e8e4-43d7-be05-e34ee383d280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3778 | 2025.01.27 09:33:50.686757 [ 273 ] {058a5657-e8e4-43d7-be05-e34ee383d280} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3779 | 2025.01.27 09:33:50.686798 [ 273 ] {058a5657-e8e4-43d7-be05-e34ee383d280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3780 | 2025.01.27 09:33:50.687187 [ 273 ] {058a5657-e8e4-43d7-be05-e34ee383d280} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3781 | 2025.01.27 09:33:50.687444 [ 273 ] {058a5657-e8e4-43d7-be05-e34ee383d280} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3782 | 2025.01.27 09:33:50.687630 [ 112 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3783 | 2025.01.27 09:33:50.687681 [ 273 ] {058a5657-e8e4-43d7-be05-e34ee383d280} <Debug> executeQuery: Read 420 rows, 30.72 KiB in 0.001763 sec., 238230.28927963699 rows/sec., 17.02 MiB/sec. | ||
| 3784 | 2025.01.27 09:33:50.687688 [ 112 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3785 | 2025.01.27 09:33:50.687768 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3786 | 2025.01.27 09:33:50.687822 [ 273 ] {058a5657-e8e4-43d7-be05-e34ee383d280} <Debug> TCPHandler: Processed in 0.00214264 sec. | ||
| 3787 | 2025.01.27 09:33:50.688212 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3788 | 2025.01.27 09:33:50.688231 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 3789 | 2025.01.27 09:33:50.688582 [ 267 ] {8569df88-7e73-46d9-b043-d85147d66934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3790 | 2025.01.27 09:33:50.688591 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3791 | 2025.01.27 09:33:50.688665 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part | ||
| 3792 | 2025.01.27 09:33:50.688690 [ 267 ] {8569df88-7e73-46d9-b043-d85147d66934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3793 | 2025.01.27 09:33:50.689027 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 3794 | 2025.01.27 09:33:50.689436 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 3795 | 2025.01.27 09:33:50.689762 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 420 rows starting from the beginning of the part | ||
| 3796 | 2025.01.27 09:33:50.690106 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 3797 | 2025.01.27 09:33:50.690425 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 420 rows starting from the beginning of the part | ||
| 3798 | 2025.01.27 09:33:50.691370 [ 267 ] {8569df88-7e73-46d9-b043-d85147d66934} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3799 | 2025.01.27 09:33:50.691451 [ 267 ] {8569df88-7e73-46d9-b043-d85147d66934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3800 | 2025.01.27 09:33:50.692358 [ 267 ] {8569df88-7e73-46d9-b043-d85147d66934} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3801 | 2025.01.27 09:33:50.692778 [ 267 ] {8569df88-7e73-46d9-b043-d85147d66934} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3802 | 2025.01.27 09:33:50.692981 [ 112 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3803 | 2025.01.27 09:33:50.693079 [ 112 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3804 | 2025.01.27 09:33:50.693163 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3805 | 2025.01.27 09:33:50.693481 [ 267 ] {8569df88-7e73-46d9-b043-d85147d66934} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004952 sec., 1211.631663974152 rows/sec., 63.30 KiB/sec. | ||
| 3806 | 2025.01.27 09:33:50.693823 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 3807 | 2025.01.27 09:33:50.693911 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 5 columns (5 merged, 0 gathered) in 0.0060209 sec., 322210.9651381023 rows/sec., 24.65 MiB/sec. | ||
| 3808 | 2025.01.27 09:33:50.693937 [ 267 ] {8569df88-7e73-46d9-b043-d85147d66934} <Debug> TCPHandler: Processed in 0.005967198 sec. | ||
| 3809 | 2025.01.27 09:33:50.694215 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3810 | 2025.01.27 09:33:50.694232 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3811 | 2025.01.27 09:33:50.694248 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2025.01.27 09:33:50.694284 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 3813 | 2025.01.27 09:33:50.694684 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 3814 | 2025.01.27 09:33:50.694844 [ 273 ] {f2e55eb0-c223-4717-80cd-33089bff9152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3815 | 2025.01.27 09:33:50.695146 [ 273 ] {f2e55eb0-c223-4717-80cd-33089bff9152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3816 | 2025.01.27 09:33:50.695261 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 3817 | 2025.01.27 09:33:50.695426 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_26_5} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3818 | 2025.01.27 09:33:50.695849 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 3819 | 2025.01.27 09:33:50.696050 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_26_5} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3820 | 2025.01.27 09:33:50.696487 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 3821 | 2025.01.27 09:33:50.696544 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3822 | 2025.01.27 09:33:50.696907 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 3823 | 2025.01.27 09:33:50.698357 [ 273 ] {f2e55eb0-c223-4717-80cd-33089bff9152} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3824 | 2025.01.27 09:33:50.698430 [ 273 ] {f2e55eb0-c223-4717-80cd-33089bff9152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3825 | 2025.01.27 09:33:50.699538 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.006186244 sec., 10668.832331864052 rows/sec., 557.40 KiB/sec. | ||
| 3826 | 2025.01.27 09:33:50.699596 [ 273 ] {f2e55eb0-c223-4717-80cd-33089bff9152} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3827 | 2025.01.27 09:33:50.699672 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3828 | 2025.01.27 09:33:50.700096 [ 273 ] {f2e55eb0-c223-4717-80cd-33089bff9152} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3829 | 2025.01.27 09:33:50.700216 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_11_2} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3830 | 2025.01.27 09:33:50.700330 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3831 | 2025.01.27 09:33:50.700433 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2025.01.27 09:33:50.700488 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_11_2} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3833 | 2025.01.27 09:33:50.700514 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3834 | 2025.01.27 09:33:50.700818 [ 273 ] {f2e55eb0-c223-4717-80cd-33089bff9152} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006133 sec., 38643.40453285504 rows/sec., 2.59 MiB/sec. | ||
| 3835 | 2025.01.27 09:33:50.700882 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3836 | 2025.01.27 09:33:50.701046 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 3837 | 2025.01.27 09:33:50.701297 [ 273 ] {f2e55eb0-c223-4717-80cd-33089bff9152} <Debug> TCPHandler: Processed in 0.007231988 sec. | ||
| 3838 | 2025.01.27 09:33:50.701640 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3839 | 2025.01.27 09:33:50.701663 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3840 | 2025.01.27 09:33:50.701700 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7582 rows starting from the beginning of the part | ||
| 3841 | 2025.01.27 09:33:50.702013 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 3842 | 2025.01.27 09:33:50.702072 [ 267 ] {694f10f0-d819-417c-92a1-704a23f3400d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3843 | 2025.01.27 09:33:50.702295 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 3844 | 2025.01.27 09:33:50.702316 [ 267 ] {694f10f0-d819-417c-92a1-704a23f3400d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3845 | 2025.01.27 09:33:50.702602 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 3846 | 2025.01.27 09:33:50.702929 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 3847 | 2025.01.27 09:33:50.703211 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 3848 | 2025.01.27 09:33:50.704599 [ 267 ] {694f10f0-d819-417c-92a1-704a23f3400d} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3849 | 2025.01.27 09:33:50.704643 [ 267 ] {694f10f0-d819-417c-92a1-704a23f3400d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3850 | 2025.01.27 09:33:50.705233 [ 267 ] {694f10f0-d819-417c-92a1-704a23f3400d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3851 | 2025.01.27 09:33:50.705786 [ 267 ] {694f10f0-d819-417c-92a1-704a23f3400d} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3852 | 2025.01.27 09:33:50.706170 [ 267 ] {694f10f0-d819-417c-92a1-704a23f3400d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004264 sec., 234.5215759849906 rows/sec., 15.80 KiB/sec. | ||
| 3853 | 2025.01.27 09:33:50.706248 [ 267 ] {694f10f0-d819-417c-92a1-704a23f3400d} <Debug> TCPHandler: Processed in 0.004801962 sec. | ||
| 3854 | 2025.01.27 09:33:50.706428 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3855 | 2025.01.27 09:33:50.706561 [ 273 ] {509be001-45a1-4b5c-a0a4-eda4ea154b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3856 | 2025.01.27 09:33:50.706756 [ 273 ] {509be001-45a1-4b5c-a0a4-eda4ea154b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3857 | 2025.01.27 09:33:50.708140 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8504 rows, containing 5 columns (5 merged, 0 gathered) in 0.007461113 sec., 1139776.330957593 rows/sec., 76.92 MiB/sec. | ||
| 3858 | 2025.01.27 09:33:50.708402 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3859 | 2025.01.27 09:33:50.709086 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2025.01.27 09:33:50.709151 [ 273 ] {509be001-45a1-4b5c-a0a4-eda4ea154b1a} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3861 | 2025.01.27 09:33:50.709221 [ 273 ] {509be001-45a1-4b5c-a0a4-eda4ea154b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3862 | 2025.01.27 09:33:50.709252 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3863 | 2025.01.27 09:33:50.709419 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 3864 | 2025.01.27 09:33:50.710101 [ 273 ] {509be001-45a1-4b5c-a0a4-eda4ea154b1a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3865 | 2025.01.27 09:33:50.710387 [ 273 ] {509be001-45a1-4b5c-a0a4-eda4ea154b1a} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3866 | 2025.01.27 09:33:50.710561 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3867 | 2025.01.27 09:33:50.710643 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3868 | 2025.01.27 09:33:50.710690 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3869 | 2025.01.27 09:33:50.710706 [ 273 ] {509be001-45a1-4b5c-a0a4-eda4ea154b1a} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.004168 sec., 9117.082533589251 rows/sec., 16.34 MiB/sec. | ||
| 3870 | 2025.01.27 09:33:50.711380 [ 197 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 3871 | 2025.01.27 09:33:50.711396 [ 273 ] {509be001-45a1-4b5c-a0a4-eda4ea154b1a} <Debug> TCPHandler: Processed in 0.005053407 sec. | ||
| 3872 | 2025.01.27 09:33:50.711617 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3873 | 2025.01.27 09:33:50.711809 [ 267 ] {7051c608-dfdc-44aa-9a47-43e35da6ab03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3874 | 2025.01.27 09:33:50.711850 [ 197 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3875 | 2025.01.27 09:33:50.711886 [ 267 ] {7051c608-dfdc-44aa-9a47-43e35da6ab03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3876 | 2025.01.27 09:33:50.711963 [ 197 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 129 rows starting from the beginning of the part | ||
| 3877 | 2025.01.27 09:33:50.712635 [ 197 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
| 3878 | 2025.01.27 09:33:50.713200 [ 197 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part | ||
| 3879 | 2025.01.27 09:33:50.713538 [ 267 ] {7051c608-dfdc-44aa-9a47-43e35da6ab03} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3880 | 2025.01.27 09:33:50.713628 [ 267 ] {7051c608-dfdc-44aa-9a47-43e35da6ab03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3881 | 2025.01.27 09:33:50.713787 [ 197 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part | ||
| 3882 | 2025.01.27 09:33:50.714296 [ 197 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 38 rows starting from the beginning of the part | ||
| 3883 | 2025.01.27 09:33:50.714706 [ 267 ] {7051c608-dfdc-44aa-9a47-43e35da6ab03} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3884 | 2025.01.27 09:33:50.714790 [ 197 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 38 rows starting from the beginning of the part | ||
| 3885 | 2025.01.27 09:33:50.715290 [ 267 ] {7051c608-dfdc-44aa-9a47-43e35da6ab03} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3886 | 2025.01.27 09:33:50.715524 [ 112 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3887 | 2025.01.27 09:33:50.715643 [ 112 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3888 | 2025.01.27 09:33:50.715757 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3889 | 2025.01.27 09:33:50.715792 [ 267 ] {7051c608-dfdc-44aa-9a47-43e35da6ab03} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004017 sec., 20413.24371421459 rows/sec., 1.30 MiB/sec. | ||
| 3890 | 2025.01.27 09:33:50.716169 [ 267 ] {7051c608-dfdc-44aa-9a47-43e35da6ab03} <Debug> TCPHandler: Processed in 0.004640988 sec. | ||
| 3891 | 2025.01.27 09:33:50.716302 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3892 | 2025.01.27 09:33:50.716540 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3893 | 2025.01.27 09:33:50.716583 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part | ||
| 3894 | 2025.01.27 09:33:50.716914 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3895 | 2025.01.27 09:33:50.717237 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3896 | 2025.01.27 09:33:50.717546 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3897 | 2025.01.27 09:33:50.717826 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3898 | 2025.01.27 09:33:50.718080 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 3899 | 2025.01.27 09:33:50.721370 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.005355675 sec., 300615.7020356911 rows/sec., 19.61 MiB/sec. | ||
| 3900 | 2025.01.27 09:33:50.721687 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3901 | 2025.01.27 09:33:50.722322 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_26_5} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2025.01.27 09:33:50.722543 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_26_5} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3903 | 2025.01.27 09:33:50.722707 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3904 | 2025.01.27 09:33:50.723721 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 319 rows, containing 19 columns (19 merged, 0 gathered) in 0.01291364 sec., 24702.562561756404 rows/sec., 44.27 MiB/sec. | ||
| 3905 | 2025.01.27 09:33:50.724277 [ 191 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3906 | 2025.01.27 09:33:50.724780 [ 191 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3907 | 2025.01.27 09:33:50.724877 [ 191 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3908 | 2025.01.27 09:33:50.725020 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB. | ||
| 3909 | 2025.01.27 09:33:54.396005 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3910 | 2025.01.27 09:33:54.396104 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3911 | 2025.01.27 09:33:54.496905 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3912 | 2025.01.27 09:33:54.497844 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3913 | 2025.01.27 09:33:54.497892 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3914 | 2025.01.27 09:33:54.498428 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3915 | 2025.01.27 09:33:54.498690 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3916 | 2025.01.27 09:33:54.498960 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3917 | 2025.01.27 09:33:55.027847 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3918 | 2025.01.27 09:33:55.047903 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3919 | 2025.01.27 09:33:55.047958 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3920 | 2025.01.27 09:33:55.055658 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3921 | 2025.01.27 09:33:55.056473 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3922 | 2025.01.27 09:33:55.059262 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3923 | 2025.01.27 09:33:55.654411 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3924 | 2025.01.27 09:33:55.654617 [ 267 ] {cadeb4d5-0b20-461c-b6e0-e072d34b13f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3925 | 2025.01.27 09:33:55.654697 [ 267 ] {cadeb4d5-0b20-461c-b6e0-e072d34b13f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3926 | 2025.01.27 09:33:55.655498 [ 267 ] {cadeb4d5-0b20-461c-b6e0-e072d34b13f2} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3927 | 2025.01.27 09:33:55.655557 [ 267 ] {cadeb4d5-0b20-461c-b6e0-e072d34b13f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3928 | 2025.01.27 09:33:55.656005 [ 267 ] {cadeb4d5-0b20-461c-b6e0-e072d34b13f2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3929 | 2025.01.27 09:33:55.656269 [ 267 ] {cadeb4d5-0b20-461c-b6e0-e072d34b13f2} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3930 | 2025.01.27 09:33:55.656505 [ 267 ] {cadeb4d5-0b20-461c-b6e0-e072d34b13f2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.20 MiB/sec. | ||
| 3931 | 2025.01.27 09:33:55.656574 [ 267 ] {cadeb4d5-0b20-461c-b6e0-e072d34b13f2} <Debug> TCPHandler: Processed in 0.002300654 sec. | ||
| 3932 | 2025.01.27 09:33:55.656829 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3933 | 2025.01.27 09:33:55.657020 [ 273 ] {7217d629-dea4-4b9e-88ad-c4bb369e164c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3934 | 2025.01.27 09:33:55.657092 [ 273 ] {7217d629-dea4-4b9e-88ad-c4bb369e164c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3935 | 2025.01.27 09:33:55.657922 [ 273 ] {7217d629-dea4-4b9e-88ad-c4bb369e164c} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3936 | 2025.01.27 09:33:55.657980 [ 273 ] {7217d629-dea4-4b9e-88ad-c4bb369e164c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3937 | 2025.01.27 09:33:55.658442 [ 273 ] {7217d629-dea4-4b9e-88ad-c4bb369e164c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3938 | 2025.01.27 09:33:55.658734 [ 273 ] {7217d629-dea4-4b9e-88ad-c4bb369e164c} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3939 | 2025.01.27 09:33:55.658969 [ 273 ] {7217d629-dea4-4b9e-88ad-c4bb369e164c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002002 sec., 31968.03196803197 rows/sec., 2.50 MiB/sec. | ||
| 3940 | 2025.01.27 09:33:55.659051 [ 273 ] {7217d629-dea4-4b9e-88ad-c4bb369e164c} <Debug> TCPHandler: Processed in 0.002351024 sec. | ||
| 3941 | 2025.01.27 09:33:55.659217 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3942 | 2025.01.27 09:33:55.659355 [ 267 ] {c68b80da-f86c-4ab3-8583-a12f2d501e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3943 | 2025.01.27 09:33:55.659419 [ 267 ] {c68b80da-f86c-4ab3-8583-a12f2d501e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3944 | 2025.01.27 09:33:55.660074 [ 267 ] {c68b80da-f86c-4ab3-8583-a12f2d501e07} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3945 | 2025.01.27 09:33:55.660113 [ 267 ] {c68b80da-f86c-4ab3-8583-a12f2d501e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3946 | 2025.01.27 09:33:55.660510 [ 267 ] {c68b80da-f86c-4ab3-8583-a12f2d501e07} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3947 | 2025.01.27 09:33:55.660746 [ 267 ] {c68b80da-f86c-4ab3-8583-a12f2d501e07} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3948 | 2025.01.27 09:33:55.660951 [ 267 ] {c68b80da-f86c-4ab3-8583-a12f2d501e07} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. | ||
| 3949 | 2025.01.27 09:33:55.661002 [ 267 ] {c68b80da-f86c-4ab3-8583-a12f2d501e07} <Debug> TCPHandler: Processed in 0.001852863 sec. | ||
| 3950 | 2025.01.27 09:33:55.661188 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3951 | 2025.01.27 09:33:55.661343 [ 273 ] {58c98118-fb8c-499d-8c2d-2eb4caeefb25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3952 | 2025.01.27 09:33:55.661404 [ 273 ] {58c98118-fb8c-499d-8c2d-2eb4caeefb25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3953 | 2025.01.27 09:33:55.662023 [ 273 ] {58c98118-fb8c-499d-8c2d-2eb4caeefb25} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3954 | 2025.01.27 09:33:55.662070 [ 273 ] {58c98118-fb8c-499d-8c2d-2eb4caeefb25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3955 | 2025.01.27 09:33:55.662504 [ 273 ] {58c98118-fb8c-499d-8c2d-2eb4caeefb25} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3956 | 2025.01.27 09:33:55.662753 [ 273 ] {58c98118-fb8c-499d-8c2d-2eb4caeefb25} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3957 | 2025.01.27 09:33:55.662953 [ 273 ] {58c98118-fb8c-499d-8c2d-2eb4caeefb25} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001645 sec., 36474.1641337386 rows/sec., 2.46 MiB/sec. | ||
| 3958 | 2025.01.27 09:33:55.663082 [ 273 ] {58c98118-fb8c-499d-8c2d-2eb4caeefb25} <Debug> TCPHandler: Processed in 0.001959536 sec. | ||
| 3959 | 2025.01.27 09:33:55.979135 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3960 | 2025.01.27 09:33:55.979360 [ 267 ] {acf9fa55-9d80-4f75-8745-a437fe7acf06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3961 | 2025.01.27 09:33:55.979432 [ 267 ] {acf9fa55-9d80-4f75-8745-a437fe7acf06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3962 | 2025.01.27 09:33:55.980207 [ 267 ] {acf9fa55-9d80-4f75-8745-a437fe7acf06} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3963 | 2025.01.27 09:33:55.980253 [ 267 ] {acf9fa55-9d80-4f75-8745-a437fe7acf06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3964 | 2025.01.27 09:33:55.980661 [ 267 ] {acf9fa55-9d80-4f75-8745-a437fe7acf06} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3965 | 2025.01.27 09:33:55.980910 [ 267 ] {acf9fa55-9d80-4f75-8745-a437fe7acf06} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3966 | 2025.01.27 09:33:55.981149 [ 267 ] {acf9fa55-9d80-4f75-8745-a437fe7acf06} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00183 sec., 7650.273224043715 rows/sec., 550.72 KiB/sec. | ||
| 3967 | 2025.01.27 09:33:55.981288 [ 267 ] {acf9fa55-9d80-4f75-8745-a437fe7acf06} <Debug> TCPHandler: Processed in 0.002319394 sec. | ||
| 3968 | 2025.01.27 09:33:55.981580 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3969 | 2025.01.27 09:33:55.981793 [ 273 ] {38415309-f211-4068-bd8b-178e09c2fcc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3970 | 2025.01.27 09:33:55.981870 [ 273 ] {38415309-f211-4068-bd8b-178e09c2fcc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3971 | 2025.01.27 09:33:55.982610 [ 273 ] {38415309-f211-4068-bd8b-178e09c2fcc9} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3972 | 2025.01.27 09:33:55.982651 [ 273 ] {38415309-f211-4068-bd8b-178e09c2fcc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3973 | 2025.01.27 09:33:55.983070 [ 273 ] {38415309-f211-4068-bd8b-178e09c2fcc9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3974 | 2025.01.27 09:33:55.983325 [ 273 ] {38415309-f211-4068-bd8b-178e09c2fcc9} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3975 | 2025.01.27 09:33:55.983515 [ 273 ] {38415309-f211-4068-bd8b-178e09c2fcc9} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001779 sec., 8993.816750983699 rows/sec., 733.38 KiB/sec. | ||
| 3976 | 2025.01.27 09:33:55.983582 [ 273 ] {38415309-f211-4068-bd8b-178e09c2fcc9} <Debug> TCPHandler: Processed in 0.002135439 sec. | ||
| 3977 | 2025.01.27 09:33:55.983883 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3978 | 2025.01.27 09:33:55.984120 [ 267 ] {2fa41229-7003-4eeb-b82e-b419dd063471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3979 | 2025.01.27 09:33:55.984190 [ 267 ] {2fa41229-7003-4eeb-b82e-b419dd063471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3980 | 2025.01.27 09:33:55.985658 [ 267 ] {2fa41229-7003-4eeb-b82e-b419dd063471} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3981 | 2025.01.27 09:33:55.985700 [ 267 ] {2fa41229-7003-4eeb-b82e-b419dd063471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3982 | 2025.01.27 09:33:55.986176 [ 267 ] {2fa41229-7003-4eeb-b82e-b419dd063471} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3983 | 2025.01.27 09:33:55.986441 [ 267 ] {2fa41229-7003-4eeb-b82e-b419dd063471} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3984 | 2025.01.27 09:33:55.986651 [ 267 ] {2fa41229-7003-4eeb-b82e-b419dd063471} <Debug> executeQuery: Read 1427 rows, 121.88 KiB in 0.002591 sec., 550752.6051717483 rows/sec., 45.94 MiB/sec. | ||
| 3985 | 2025.01.27 09:33:55.986704 [ 267 ] {2fa41229-7003-4eeb-b82e-b419dd063471} <Debug> TCPHandler: Processed in 0.002933548 sec. | ||
| 3986 | 2025.01.27 09:33:55.986863 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3987 | 2025.01.27 09:33:55.986988 [ 273 ] {55891d70-5cb9-443a-b8ee-3d49debed7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3988 | 2025.01.27 09:33:55.987037 [ 273 ] {55891d70-5cb9-443a-b8ee-3d49debed7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3989 | 2025.01.27 09:33:55.987675 [ 273 ] {55891d70-5cb9-443a-b8ee-3d49debed7bb} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2025.01.27 09:33:55.987714 [ 273 ] {55891d70-5cb9-443a-b8ee-3d49debed7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3991 | 2025.01.27 09:33:55.988086 [ 273 ] {55891d70-5cb9-443a-b8ee-3d49debed7bb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3992 | 2025.01.27 09:33:55.988334 [ 273 ] {55891d70-5cb9-443a-b8ee-3d49debed7bb} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2025.01.27 09:33:55.988552 [ 273 ] {55891d70-5cb9-443a-b8ee-3d49debed7bb} <Debug> executeQuery: Read 61 rows, 4.43 KiB in 0.001589 sec., 38388.92385147892 rows/sec., 2.72 MiB/sec. | ||
| 3994 | 2025.01.27 09:33:55.988746 [ 273 ] {55891d70-5cb9-443a-b8ee-3d49debed7bb} <Debug> TCPHandler: Processed in 0.001936785 sec. | ||
| 3995 | 2025.01.27 09:33:55.988899 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2025.01.27 09:33:55.989014 [ 267 ] {53520f83-1997-4e99-8896-43b956a1d8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3997 | 2025.01.27 09:33:55.989062 [ 267 ] {53520f83-1997-4e99-8896-43b956a1d8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3998 | 2025.01.27 09:33:55.989727 [ 267 ] {53520f83-1997-4e99-8896-43b956a1d8e9} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3999 | 2025.01.27 09:33:55.989765 [ 267 ] {53520f83-1997-4e99-8896-43b956a1d8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4000 | 2025.01.27 09:33:55.990131 [ 267 ] {53520f83-1997-4e99-8896-43b956a1d8e9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4001 | 2025.01.27 09:33:55.990373 [ 267 ] {53520f83-1997-4e99-8896-43b956a1d8e9} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2025.01.27 09:33:55.990574 [ 267 ] {53520f83-1997-4e99-8896-43b956a1d8e9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001583 sec., 152874.28932406823 rows/sec., 10.36 MiB/sec. | ||
| 4003 | 2025.01.27 09:33:55.990626 [ 267 ] {53520f83-1997-4e99-8896-43b956a1d8e9} <Debug> TCPHandler: Processed in 0.001781582 sec. | ||
| 4004 | 2025.01.27 09:33:55.990773 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4005 | 2025.01.27 09:33:55.990894 [ 273 ] {40b2b29b-6760-4ede-8a92-d55ce8b6b169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4006 | 2025.01.27 09:33:55.990941 [ 273 ] {40b2b29b-6760-4ede-8a92-d55ce8b6b169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4007 | 2025.01.27 09:33:55.991512 [ 273 ] {40b2b29b-6760-4ede-8a92-d55ce8b6b169} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4008 | 2025.01.27 09:33:55.991551 [ 273 ] {40b2b29b-6760-4ede-8a92-d55ce8b6b169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4009 | 2025.01.27 09:33:55.991903 [ 273 ] {40b2b29b-6760-4ede-8a92-d55ce8b6b169} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4010 | 2025.01.27 09:33:55.992142 [ 273 ] {40b2b29b-6760-4ede-8a92-d55ce8b6b169} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4011 | 2025.01.27 09:33:55.992381 [ 273 ] {40b2b29b-6760-4ede-8a92-d55ce8b6b169} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec. | ||
| 4012 | 2025.01.27 09:33:55.992576 [ 273 ] {40b2b29b-6760-4ede-8a92-d55ce8b6b169} <Debug> TCPHandler: Processed in 0.001858983 sec. | ||
| 4013 | 2025.01.27 09:33:55.992795 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4014 | 2025.01.27 09:33:55.993012 [ 267 ] {3440d9ed-eb3e-41f2-a7f8-a4c2fe519289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4015 | 2025.01.27 09:33:55.993102 [ 267 ] {3440d9ed-eb3e-41f2-a7f8-a4c2fe519289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4016 | 2025.01.27 09:33:55.994026 [ 267 ] {3440d9ed-eb3e-41f2-a7f8-a4c2fe519289} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2025.01.27 09:33:55.994065 [ 267 ] {3440d9ed-eb3e-41f2-a7f8-a4c2fe519289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4018 | 2025.01.27 09:33:55.994465 [ 267 ] {3440d9ed-eb3e-41f2-a7f8-a4c2fe519289} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4019 | 2025.01.27 09:33:55.994702 [ 267 ] {3440d9ed-eb3e-41f2-a7f8-a4c2fe519289} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4020 | 2025.01.27 09:33:55.994913 [ 267 ] {3440d9ed-eb3e-41f2-a7f8-a4c2fe519289} <Debug> executeQuery: Read 892 rows, 66.32 KiB in 0.001952 sec., 456967.2131147541 rows/sec., 33.18 MiB/sec. | ||
| 4021 | 2025.01.27 09:33:55.994964 [ 267 ] {3440d9ed-eb3e-41f2-a7f8-a4c2fe519289} <Debug> TCPHandler: Processed in 0.002280353 sec. | ||
| 4022 | 2025.01.27 09:33:55.995128 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4023 | 2025.01.27 09:33:55.995352 [ 273 ] {07079645-aee6-42d7-ac27-fc5a183bf4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4024 | 2025.01.27 09:33:55.995444 [ 273 ] {07079645-aee6-42d7-ac27-fc5a183bf4dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4025 | 2025.01.27 09:33:55.996229 [ 273 ] {07079645-aee6-42d7-ac27-fc5a183bf4dc} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4026 | 2025.01.27 09:33:55.996266 [ 273 ] {07079645-aee6-42d7-ac27-fc5a183bf4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4027 | 2025.01.27 09:33:55.996631 [ 273 ] {07079645-aee6-42d7-ac27-fc5a183bf4dc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4028 | 2025.01.27 09:33:55.996868 [ 273 ] {07079645-aee6-42d7-ac27-fc5a183bf4dc} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4029 | 2025.01.27 09:33:55.997038 [ 273 ] {07079645-aee6-42d7-ac27-fc5a183bf4dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001741 sec., 3446.2952326249283 rows/sec., 180.06 KiB/sec. | ||
| 4030 | 2025.01.27 09:33:55.997086 [ 273 ] {07079645-aee6-42d7-ac27-fc5a183bf4dc} <Debug> TCPHandler: Processed in 0.002045017 sec. | ||
| 4031 | 2025.01.27 09:33:55.997241 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4032 | 2025.01.27 09:33:55.997380 [ 267 ] {4b6c86f7-6c19-4a8d-944b-52eb6ac166bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4033 | 2025.01.27 09:33:55.997442 [ 267 ] {4b6c86f7-6c19-4a8d-944b-52eb6ac166bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4034 | 2025.01.27 09:33:55.998296 [ 267 ] {4b6c86f7-6c19-4a8d-944b-52eb6ac166bc} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4035 | 2025.01.27 09:33:55.998335 [ 267 ] {4b6c86f7-6c19-4a8d-944b-52eb6ac166bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4036 | 2025.01.27 09:33:55.998762 [ 267 ] {4b6c86f7-6c19-4a8d-944b-52eb6ac166bc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4037 | 2025.01.27 09:33:55.999019 [ 267 ] {4b6c86f7-6c19-4a8d-944b-52eb6ac166bc} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4038 | 2025.01.27 09:33:55.999228 [ 267 ] {4b6c86f7-6c19-4a8d-944b-52eb6ac166bc} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001878 sec., 512779.552715655 rows/sec., 34.08 MiB/sec. | ||
| 4039 | 2025.01.27 09:33:55.999278 [ 267 ] {4b6c86f7-6c19-4a8d-944b-52eb6ac166bc} <Debug> TCPHandler: Processed in 0.002103439 sec. | ||
| 4040 | 2025.01.27 09:33:55.999431 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4041 | 2025.01.27 09:33:55.999569 [ 273 ] {ffe9e1d8-58af-4f1f-866f-8ab30385fa8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4042 | 2025.01.27 09:33:55.999628 [ 273 ] {ffe9e1d8-58af-4f1f-866f-8ab30385fa8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4043 | 2025.01.27 09:33:56.000191 [ 273 ] {ffe9e1d8-58af-4f1f-866f-8ab30385fa8b} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4044 | 2025.01.27 09:33:56.000251 [ 273 ] {ffe9e1d8-58af-4f1f-866f-8ab30385fa8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4045 | 2025.01.27 09:33:56.000836 [ 273 ] {ffe9e1d8-58af-4f1f-866f-8ab30385fa8b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4046 | 2025.01.27 09:33:56.001074 [ 273 ] {ffe9e1d8-58af-4f1f-866f-8ab30385fa8b} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4047 | 2025.01.27 09:33:56.001323 [ 273 ] {ffe9e1d8-58af-4f1f-866f-8ab30385fa8b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001764 sec., 566.8934240362812 rows/sec., 38.20 KiB/sec. | ||
| 4048 | 2025.01.27 09:33:56.001472 [ 273 ] {ffe9e1d8-58af-4f1f-866f-8ab30385fa8b} <Debug> TCPHandler: Processed in 0.002105059 sec. | ||
| 4049 | 2025.01.27 09:33:56.001639 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4050 | 2025.01.27 09:33:56.001777 [ 267 ] {2d35fd18-2a02-425d-bb4e-996fbe9a9228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4051 | 2025.01.27 09:33:56.001864 [ 267 ] {2d35fd18-2a02-425d-bb4e-996fbe9a9228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4052 | 2025.01.27 09:33:56.003046 [ 267 ] {2d35fd18-2a02-425d-bb4e-996fbe9a9228} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4053 | 2025.01.27 09:33:56.003085 [ 267 ] {2d35fd18-2a02-425d-bb4e-996fbe9a9228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4054 | 2025.01.27 09:33:56.003725 [ 267 ] {2d35fd18-2a02-425d-bb4e-996fbe9a9228} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4055 | 2025.01.27 09:33:56.003978 [ 267 ] {2d35fd18-2a02-425d-bb4e-996fbe9a9228} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4056 | 2025.01.27 09:33:56.004217 [ 267 ] {2d35fd18-2a02-425d-bb4e-996fbe9a9228} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002466 sec., 15409.570154095702 rows/sec., 27.61 MiB/sec. | ||
| 4057 | 2025.01.27 09:33:56.004308 [ 267 ] {2d35fd18-2a02-425d-bb4e-996fbe9a9228} <Debug> TCPHandler: Processed in 0.002734584 sec. | ||
| 4058 | 2025.01.27 09:33:56.004468 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4059 | 2025.01.27 09:33:56.004606 [ 273 ] {aba9b84e-c6cb-493a-8e0b-fcbc82c5ff51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4060 | 2025.01.27 09:33:56.004665 [ 273 ] {aba9b84e-c6cb-493a-8e0b-fcbc82c5ff51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4061 | 2025.01.27 09:33:56.005209 [ 273 ] {aba9b84e-c6cb-493a-8e0b-fcbc82c5ff51} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4062 | 2025.01.27 09:33:56.005246 [ 273 ] {aba9b84e-c6cb-493a-8e0b-fcbc82c5ff51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4063 | 2025.01.27 09:33:56.005605 [ 273 ] {aba9b84e-c6cb-493a-8e0b-fcbc82c5ff51} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4064 | 2025.01.27 09:33:56.005842 [ 273 ] {aba9b84e-c6cb-493a-8e0b-fcbc82c5ff51} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4065 | 2025.01.27 09:33:56.006046 [ 273 ] {aba9b84e-c6cb-493a-8e0b-fcbc82c5ff51} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00147 sec., 23129.251700680274 rows/sec., 1.34 MiB/sec. | ||
| 4066 | 2025.01.27 09:33:56.006097 [ 273 ] {aba9b84e-c6cb-493a-8e0b-fcbc82c5ff51} <Debug> TCPHandler: Processed in 0.001696889 sec. | ||
| 4067 | 2025.01.27 09:33:59.532969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 584 | ||
| 4068 | 2025.01.27 09:33:59.536459 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2025.01.27 09:33:59.536507 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4070 | 2025.01.27 09:33:59.537970 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4071 | 2025.01.27 09:33:59.538280 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2025.01.27 09:33:59.539234 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 584 | ||
| 4073 | 2025.01.27 09:34:00.652666 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4074 | 2025.01.27 09:34:00.652859 [ 267 ] {4e5cd8e3-6210-4c37-8319-a1f61f6ca79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4075 | 2025.01.27 09:34:00.652934 [ 267 ] {4e5cd8e3-6210-4c37-8319-a1f61f6ca79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4076 | 2025.01.27 09:34:00.653852 [ 267 ] {4e5cd8e3-6210-4c37-8319-a1f61f6ca79e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4077 | 2025.01.27 09:34:00.653910 [ 267 ] {4e5cd8e3-6210-4c37-8319-a1f61f6ca79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4078 | 2025.01.27 09:34:00.654493 [ 267 ] {4e5cd8e3-6210-4c37-8319-a1f61f6ca79e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4079 | 2025.01.27 09:34:00.654864 [ 267 ] {4e5cd8e3-6210-4c37-8319-a1f61f6ca79e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4080 | 2025.01.27 09:34:00.655145 [ 267 ] {4e5cd8e3-6210-4c37-8319-a1f61f6ca79e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00234 sec., 23931.62393162393 rows/sec., 1.83 MiB/sec. | ||
| 4081 | 2025.01.27 09:34:00.655216 [ 267 ] {4e5cd8e3-6210-4c37-8319-a1f61f6ca79e} <Debug> TCPHandler: Processed in 0.002683082 sec. | ||
| 4082 | 2025.01.27 09:34:00.655483 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4083 | 2025.01.27 09:34:00.655674 [ 273 ] {f320c367-9143-4117-a5b6-e6eefe5f72f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4084 | 2025.01.27 09:34:00.655746 [ 273 ] {f320c367-9143-4117-a5b6-e6eefe5f72f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4085 | 2025.01.27 09:34:00.656556 [ 273 ] {f320c367-9143-4117-a5b6-e6eefe5f72f5} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2025.01.27 09:34:00.656602 [ 273 ] {f320c367-9143-4117-a5b6-e6eefe5f72f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4087 | 2025.01.27 09:34:00.657042 [ 273 ] {f320c367-9143-4117-a5b6-e6eefe5f72f5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4088 | 2025.01.27 09:34:00.657319 [ 273 ] {f320c367-9143-4117-a5b6-e6eefe5f72f5} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4089 | 2025.01.27 09:34:00.657546 [ 273 ] {f320c367-9143-4117-a5b6-e6eefe5f72f5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001927 sec., 33212.24701608718 rows/sec., 2.59 MiB/sec. | ||
| 4090 | 2025.01.27 09:34:00.657603 [ 273 ] {f320c367-9143-4117-a5b6-e6eefe5f72f5} <Debug> TCPHandler: Processed in 0.002249912 sec. | ||
| 4091 | 2025.01.27 09:34:00.657789 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4092 | 2025.01.27 09:34:00.657912 [ 267 ] {d0fcf84c-05d8-4d44-aee3-db0c2f3be86e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4093 | 2025.01.27 09:34:00.657964 [ 267 ] {d0fcf84c-05d8-4d44-aee3-db0c2f3be86e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4094 | 2025.01.27 09:34:00.658528 [ 267 ] {d0fcf84c-05d8-4d44-aee3-db0c2f3be86e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4095 | 2025.01.27 09:34:00.658570 [ 267 ] {d0fcf84c-05d8-4d44-aee3-db0c2f3be86e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4096 | 2025.01.27 09:34:00.658973 [ 267 ] {d0fcf84c-05d8-4d44-aee3-db0c2f3be86e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4097 | 2025.01.27 09:34:00.659229 [ 267 ] {d0fcf84c-05d8-4d44-aee3-db0c2f3be86e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4098 | 2025.01.27 09:34:00.659443 [ 267 ] {d0fcf84c-05d8-4d44-aee3-db0c2f3be86e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001558 sec., 82156.61103979462 rows/sec., 5.72 MiB/sec. | ||
| 4099 | 2025.01.27 09:34:00.659495 [ 267 ] {d0fcf84c-05d8-4d44-aee3-db0c2f3be86e} <Debug> TCPHandler: Processed in 0.001764021 sec. | ||
| 4100 | 2025.01.27 09:34:00.659662 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4101 | 2025.01.27 09:34:00.659781 [ 273 ] {ae84bf6b-0052-416c-88e6-410bdea11e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4102 | 2025.01.27 09:34:00.659833 [ 273 ] {ae84bf6b-0052-416c-88e6-410bdea11e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4103 | 2025.01.27 09:34:00.660350 [ 273 ] {ae84bf6b-0052-416c-88e6-410bdea11e21} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4104 | 2025.01.27 09:34:00.660389 [ 273 ] {ae84bf6b-0052-416c-88e6-410bdea11e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4105 | 2025.01.27 09:34:00.660782 [ 273 ] {ae84bf6b-0052-416c-88e6-410bdea11e21} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4106 | 2025.01.27 09:34:00.661026 [ 273 ] {ae84bf6b-0052-416c-88e6-410bdea11e21} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4107 | 2025.01.27 09:34:00.661282 [ 273 ] {ae84bf6b-0052-416c-88e6-410bdea11e21} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001518 sec., 31620.553359683792 rows/sec., 2.13 MiB/sec. | ||
| 4108 | 2025.01.27 09:34:00.661429 [ 273 ] {ae84bf6b-0052-416c-88e6-410bdea11e21} <Debug> TCPHandler: Processed in 0.001817913 sec. | ||
| 4109 | 2025.01.27 09:34:02.000092 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4110 | 2025.01.27 09:34:02.001698 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4111 | 2025.01.27 09:34:02.001746 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4112 | 2025.01.27 09:34:02.002347 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4113 | 2025.01.27 09:34:02.002607 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4114 | 2025.01.27 09:34:02.002796 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4115 | 2025.01.27 09:34:02.560321 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4116 | 2025.01.27 09:34:02.580589 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4117 | 2025.01.27 09:34:02.580644 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4118 | 2025.01.27 09:34:02.588264 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4119 | 2025.01.27 09:34:02.589031 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4120 | 2025.01.27 09:34:02.591604 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4121 | 2025.01.27 09:34:05.654091 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4122 | 2025.01.27 09:34:05.654300 [ 267 ] {c0cd91c7-d1f2-40b7-89da-87aa31f56331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4123 | 2025.01.27 09:34:05.654380 [ 267 ] {c0cd91c7-d1f2-40b7-89da-87aa31f56331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4124 | 2025.01.27 09:34:05.655163 [ 267 ] {c0cd91c7-d1f2-40b7-89da-87aa31f56331} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4125 | 2025.01.27 09:34:05.655217 [ 267 ] {c0cd91c7-d1f2-40b7-89da-87aa31f56331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4126 | 2025.01.27 09:34:05.655664 [ 267 ] {c0cd91c7-d1f2-40b7-89da-87aa31f56331} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4127 | 2025.01.27 09:34:05.655922 [ 267 ] {c0cd91c7-d1f2-40b7-89da-87aa31f56331} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4128 | 2025.01.27 09:34:05.656202 [ 267 ] {c0cd91c7-d1f2-40b7-89da-87aa31f56331} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.19 MiB/sec. | ||
| 4129 | 2025.01.27 09:34:05.656318 [ 267 ] {c0cd91c7-d1f2-40b7-89da-87aa31f56331} <Debug> TCPHandler: Processed in 0.002363114 sec. | ||
| 4130 | 2025.01.27 09:34:05.656606 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4131 | 2025.01.27 09:34:05.656788 [ 273 ] {3c868b77-32b7-4f25-a8ae-471f5b65d0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4132 | 2025.01.27 09:34:05.656857 [ 273 ] {3c868b77-32b7-4f25-a8ae-471f5b65d0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4133 | 2025.01.27 09:34:05.657608 [ 273 ] {3c868b77-32b7-4f25-a8ae-471f5b65d0d3} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4134 | 2025.01.27 09:34:05.657650 [ 273 ] {3c868b77-32b7-4f25-a8ae-471f5b65d0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4135 | 2025.01.27 09:34:05.658071 [ 273 ] {3c868b77-32b7-4f25-a8ae-471f5b65d0d3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4136 | 2025.01.27 09:34:05.658330 [ 273 ] {3c868b77-32b7-4f25-a8ae-471f5b65d0d3} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4137 | 2025.01.27 09:34:05.658542 [ 273 ] {3c868b77-32b7-4f25-a8ae-471f5b65d0d3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001793 sec., 35694.36698271054 rows/sec., 2.79 MiB/sec. | ||
| 4138 | 2025.01.27 09:34:05.658645 [ 273 ] {3c868b77-32b7-4f25-a8ae-471f5b65d0d3} <Debug> TCPHandler: Processed in 0.002186081 sec. | ||
| 4139 | 2025.01.27 09:34:05.658898 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4140 | 2025.01.27 09:34:05.659044 [ 267 ] {f4ec6355-3469-4f95-b27a-63da48e34d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4141 | 2025.01.27 09:34:05.659109 [ 267 ] {f4ec6355-3469-4f95-b27a-63da48e34d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4142 | 2025.01.27 09:34:05.659742 [ 267 ] {f4ec6355-3469-4f95-b27a-63da48e34d56} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4143 | 2025.01.27 09:34:05.659782 [ 267 ] {f4ec6355-3469-4f95-b27a-63da48e34d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4144 | 2025.01.27 09:34:05.660176 [ 267 ] {f4ec6355-3469-4f95-b27a-63da48e34d56} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4145 | 2025.01.27 09:34:05.660409 [ 267 ] {f4ec6355-3469-4f95-b27a-63da48e34d56} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4146 | 2025.01.27 09:34:05.660624 [ 267 ] {f4ec6355-3469-4f95-b27a-63da48e34d56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. | ||
| 4147 | 2025.01.27 09:34:05.660677 [ 267 ] {f4ec6355-3469-4f95-b27a-63da48e34d56} <Debug> TCPHandler: Processed in 0.001921685 sec. | ||
| 4148 | 2025.01.27 09:34:05.660860 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4149 | 2025.01.27 09:34:05.660998 [ 273 ] {5157d76a-7381-4faa-ad59-39bc1633dac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4150 | 2025.01.27 09:34:05.661058 [ 273 ] {5157d76a-7381-4faa-ad59-39bc1633dac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4151 | 2025.01.27 09:34:05.661589 [ 273 ] {5157d76a-7381-4faa-ad59-39bc1633dac1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4152 | 2025.01.27 09:34:05.661626 [ 273 ] {5157d76a-7381-4faa-ad59-39bc1633dac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4153 | 2025.01.27 09:34:05.662003 [ 273 ] {5157d76a-7381-4faa-ad59-39bc1633dac1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4154 | 2025.01.27 09:34:05.662242 [ 273 ] {5157d76a-7381-4faa-ad59-39bc1633dac1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4155 | 2025.01.27 09:34:05.662416 [ 273 ] {5157d76a-7381-4faa-ad59-39bc1633dac1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
| 4156 | 2025.01.27 09:34:05.662462 [ 273 ] {5157d76a-7381-4faa-ad59-39bc1633dac1} <Debug> TCPHandler: Processed in 0.001671148 sec. | ||
| 4157 | 2025.01.27 09:34:09.396163 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4158 | 2025.01.27 09:34:09.396266 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4159 | 2025.01.27 09:34:09.503875 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4160 | 2025.01.27 09:34:09.504551 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4161 | 2025.01.27 09:34:09.504598 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4162 | 2025.01.27 09:34:09.505170 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4163 | 2025.01.27 09:34:09.505438 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4164 | 2025.01.27 09:34:09.505713 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4165 | 2025.01.27 09:34:09.540522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 600 | ||
| 4166 | 2025.01.27 09:34:09.543364 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4167 | 2025.01.27 09:34:09.543412 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4168 | 2025.01.27 09:34:09.544856 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4169 | 2025.01.27 09:34:09.545172 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4170 | 2025.01.27 09:34:09.545695 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 600 | ||
| 4171 | 2025.01.27 09:34:10.092647 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4172 | 2025.01.27 09:34:10.113674 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4173 | 2025.01.27 09:34:10.113735 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4174 | 2025.01.27 09:34:10.121480 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4175 | 2025.01.27 09:34:10.122318 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4176 | 2025.01.27 09:34:10.126672 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4177 | 2025.01.27 09:34:10.660738 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4178 | 2025.01.27 09:34:10.660933 [ 267 ] {735511a4-ad7e-4816-af72-5d73b8b01abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4179 | 2025.01.27 09:34:10.661006 [ 267 ] {735511a4-ad7e-4816-af72-5d73b8b01abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4180 | 2025.01.27 09:34:10.661763 [ 267 ] {735511a4-ad7e-4816-af72-5d73b8b01abc} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4181 | 2025.01.27 09:34:10.661814 [ 267 ] {735511a4-ad7e-4816-af72-5d73b8b01abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4182 | 2025.01.27 09:34:10.662250 [ 267 ] {735511a4-ad7e-4816-af72-5d73b8b01abc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4183 | 2025.01.27 09:34:10.662511 [ 267 ] {735511a4-ad7e-4816-af72-5d73b8b01abc} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2025.01.27 09:34:10.662709 [ 91 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4185 | 2025.01.27 09:34:10.662775 [ 267 ] {735511a4-ad7e-4816-af72-5d73b8b01abc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001892 sec., 7399.577167019027 rows/sec., 532.67 KiB/sec. | ||
| 4186 | 2025.01.27 09:34:10.662788 [ 91 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2025.01.27 09:34:10.662890 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4188 | 2025.01.27 09:34:10.662932 [ 267 ] {735511a4-ad7e-4816-af72-5d73b8b01abc} <Debug> TCPHandler: Processed in 0.002331254 sec. | ||
| 4189 | 2025.01.27 09:34:10.663124 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 4190 | 2025.01.27 09:34:10.663209 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4191 | 2025.01.27 09:34:10.663272 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4192 | 2025.01.27 09:34:10.663313 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 4193 | 2025.01.27 09:34:10.663401 [ 273 ] {9c7d70ef-3f4f-4a20-ad79-a7d9fc89bb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4194 | 2025.01.27 09:34:10.663427 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 4195 | 2025.01.27 09:34:10.663545 [ 273 ] {9c7d70ef-3f4f-4a20-ad79-a7d9fc89bb62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4196 | 2025.01.27 09:34:10.663653 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 4197 | 2025.01.27 09:34:10.663886 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 4198 | 2025.01.27 09:34:10.664052 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 4199 | 2025.01.27 09:34:10.665276 [ 273 ] {9c7d70ef-3f4f-4a20-ad79-a7d9fc89bb62} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4200 | 2025.01.27 09:34:10.665324 [ 273 ] {9c7d70ef-3f4f-4a20-ad79-a7d9fc89bb62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4201 | 2025.01.27 09:34:10.665517 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002526129 sec., 27710.38216971501 rows/sec., 2.05 MiB/sec. | ||
| 4202 | 2025.01.27 09:34:10.665661 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4203 | 2025.01.27 09:34:10.665967 [ 273 ] {9c7d70ef-3f4f-4a20-ad79-a7d9fc89bb62} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4204 | 2025.01.27 09:34:10.666066 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_13_3} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4205 | 2025.01.27 09:34:10.666172 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_13_3} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4206 | 2025.01.27 09:34:10.666264 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4207 | 2025.01.27 09:34:10.666299 [ 273 ] {9c7d70ef-3f4f-4a20-ad79-a7d9fc89bb62} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4208 | 2025.01.27 09:34:10.666428 [ 91 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4209 | 2025.01.27 09:34:10.666466 [ 91 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4210 | 2025.01.27 09:34:10.666492 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4211 | 2025.01.27 09:34:10.666492 [ 273 ] {9c7d70ef-3f4f-4a20-ad79-a7d9fc89bb62} <Debug> executeQuery: Read 279 rows, 25.18 KiB in 0.003157 sec., 88375.03959455178 rows/sec., 7.79 MiB/sec. | ||
| 4212 | 2025.01.27 09:34:10.666665 [ 273 ] {9c7d70ef-3f4f-4a20-ad79-a7d9fc89bb62} <Debug> TCPHandler: Processed in 0.003584993 sec. | ||
| 4213 | 2025.01.27 09:34:10.666750 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 4214 | 2025.01.27 09:34:10.667009 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4215 | 2025.01.27 09:34:10.667186 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4216 | 2025.01.27 09:34:10.667317 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1426 rows starting from the beginning of the part | ||
| 4217 | 2025.01.27 09:34:10.667459 [ 267 ] {a7c2757b-1839-4b38-a503-82631fe6ea3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4218 | 2025.01.27 09:34:10.667579 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 4219 | 2025.01.27 09:34:10.667653 [ 267 ] {a7c2757b-1839-4b38-a503-82631fe6ea3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4220 | 2025.01.27 09:34:10.667908 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1427 rows starting from the beginning of the part | ||
| 4221 | 2025.01.27 09:34:10.668267 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 4222 | 2025.01.27 09:34:10.668559 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 4223 | 2025.01.27 09:34:10.668906 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 279 rows starting from the beginning of the part | ||
| 4224 | 2025.01.27 09:34:10.670498 [ 267 ] {a7c2757b-1839-4b38-a503-82631fe6ea3c} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4225 | 2025.01.27 09:34:10.670570 [ 267 ] {a7c2757b-1839-4b38-a503-82631fe6ea3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4226 | 2025.01.27 09:34:10.671501 [ 267 ] {a7c2757b-1839-4b38-a503-82631fe6ea3c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4227 | 2025.01.27 09:34:10.671799 [ 267 ] {a7c2757b-1839-4b38-a503-82631fe6ea3c} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4228 | 2025.01.27 09:34:10.672280 [ 267 ] {a7c2757b-1839-4b38-a503-82631fe6ea3c} <Debug> executeQuery: Read 45 rows, 3.31 KiB in 0.004901 sec., 9181.799632728014 rows/sec., 676.08 KiB/sec. | ||
| 4229 | 2025.01.27 09:34:10.672407 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 5 columns (5 merged, 0 gathered) in 0.005846316 sec., 564458.0279273307 rows/sec., 49.26 MiB/sec. | ||
| 4230 | 2025.01.27 09:34:10.672442 [ 267 ] {a7c2757b-1839-4b38-a503-82631fe6ea3c} <Debug> TCPHandler: Processed in 0.005648451 sec. | ||
| 4231 | 2025.01.27 09:34:10.672652 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4232 | 2025.01.27 09:34:10.672662 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4233 | 2025.01.27 09:34:10.672814 [ 273 ] {418cbe71-b57c-40fa-91df-603642fd7e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4234 | 2025.01.27 09:34:10.672882 [ 273 ] {418cbe71-b57c-40fa-91df-603642fd7e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4235 | 2025.01.27 09:34:10.672958 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_31_6} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4236 | 2025.01.27 09:34:10.673072 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_31_6} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4237 | 2025.01.27 09:34:10.673164 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4238 | 2025.01.27 09:34:10.673648 [ 273 ] {418cbe71-b57c-40fa-91df-603642fd7e53} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4239 | 2025.01.27 09:34:10.673687 [ 273 ] {418cbe71-b57c-40fa-91df-603642fd7e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4240 | 2025.01.27 09:34:10.674049 [ 273 ] {418cbe71-b57c-40fa-91df-603642fd7e53} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4241 | 2025.01.27 09:34:10.674300 [ 273 ] {418cbe71-b57c-40fa-91df-603642fd7e53} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4242 | 2025.01.27 09:34:10.674512 [ 273 ] {418cbe71-b57c-40fa-91df-603642fd7e53} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001723 sec., 8125.3627394080095 rows/sec., 569.05 KiB/sec. | ||
| 4243 | 2025.01.27 09:34:10.674700 [ 273 ] {418cbe71-b57c-40fa-91df-603642fd7e53} <Debug> TCPHandler: Processed in 0.002107309 sec. | ||
| 4244 | 2025.01.27 09:34:10.674929 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4245 | 2025.01.27 09:34:10.675131 [ 267 ] {f06e1091-f065-403c-bcf5-3ed21dedfef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4246 | 2025.01.27 09:34:10.675221 [ 267 ] {f06e1091-f065-403c-bcf5-3ed21dedfef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4247 | 2025.01.27 09:34:10.675930 [ 267 ] {f06e1091-f065-403c-bcf5-3ed21dedfef4} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4248 | 2025.01.27 09:34:10.675970 [ 267 ] {f06e1091-f065-403c-bcf5-3ed21dedfef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4249 | 2025.01.27 09:34:10.676323 [ 267 ] {f06e1091-f065-403c-bcf5-3ed21dedfef4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4250 | 2025.01.27 09:34:10.676571 [ 267 ] {f06e1091-f065-403c-bcf5-3ed21dedfef4} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4251 | 2025.01.27 09:34:10.676732 [ 91 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4252 | 2025.01.27 09:34:10.676798 [ 91 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4253 | 2025.01.27 09:34:10.676811 [ 267 ] {f06e1091-f065-403c-bcf5-3ed21dedfef4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001719 sec., 7562.536358347877 rows/sec., 471.52 KiB/sec. | ||
| 4254 | 2025.01.27 09:34:10.676838 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4255 | 2025.01.27 09:34:10.677087 [ 267 ] {f06e1091-f065-403c-bcf5-3ed21dedfef4} <Debug> TCPHandler: Processed in 0.002257092 sec. | ||
| 4256 | 2025.01.27 09:34:10.677210 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 4257 | 2025.01.27 09:34:10.677436 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4258 | 2025.01.27 09:34:10.677521 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4259 | 2025.01.27 09:34:10.677562 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 4260 | 2025.01.27 09:34:10.677608 [ 273 ] {a8d4f1ae-ce9d-4596-9fff-d8044dbc6596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4261 | 2025.01.27 09:34:10.677653 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 4262 | 2025.01.27 09:34:10.677745 [ 273 ] {a8d4f1ae-ce9d-4596-9fff-d8044dbc6596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4263 | 2025.01.27 09:34:10.678094 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 4264 | 2025.01.27 09:34:10.678305 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 4265 | 2025.01.27 09:34:10.678505 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 4266 | 2025.01.27 09:34:10.679731 [ 273 ] {a8d4f1ae-ce9d-4596-9fff-d8044dbc6596} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4267 | 2025.01.27 09:34:10.679779 [ 273 ] {a8d4f1ae-ce9d-4596-9fff-d8044dbc6596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4268 | 2025.01.27 09:34:10.679998 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003034211 sec., 21422.373065024152 rows/sec., 1.39 MiB/sec. | ||
| 4269 | 2025.01.27 09:34:10.680212 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4270 | 2025.01.27 09:34:10.680523 [ 273 ] {a8d4f1ae-ce9d-4596-9fff-d8044dbc6596} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4271 | 2025.01.27 09:34:10.680708 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_13_3} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4272 | 2025.01.27 09:34:10.680853 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_13_3} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4273 | 2025.01.27 09:34:10.681040 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4274 | 2025.01.27 09:34:10.681050 [ 273 ] {a8d4f1ae-ce9d-4596-9fff-d8044dbc6596} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2025.01.27 09:34:10.681211 [ 91 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4276 | 2025.01.27 09:34:10.681252 [ 91 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4277 | 2025.01.27 09:34:10.681268 [ 273 ] {a8d4f1ae-ce9d-4596-9fff-d8044dbc6596} <Debug> executeQuery: Read 420 rows, 30.72 KiB in 0.003696 sec., 113636.36363636363 rows/sec., 8.12 MiB/sec. | ||
| 4278 | 2025.01.27 09:34:10.681281 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4279 | 2025.01.27 09:34:10.681399 [ 273 ] {a8d4f1ae-ce9d-4596-9fff-d8044dbc6596} <Debug> TCPHandler: Processed in 0.004138876 sec. | ||
| 4280 | 2025.01.27 09:34:10.681596 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 4281 | 2025.01.27 09:34:10.681622 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4282 | 2025.01.27 09:34:10.681884 [ 267 ] {9b2ab162-756a-4de8-b1c0-41ac3cb8d2bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4283 | 2025.01.27 09:34:10.681897 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4284 | 2025.01.27 09:34:10.681987 [ 267 ] {9b2ab162-756a-4de8-b1c0-41ac3cb8d2bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4285 | 2025.01.27 09:34:10.681987 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 908 rows starting from the beginning of the part | ||
| 4286 | 2025.01.27 09:34:10.682347 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 4287 | 2025.01.27 09:34:10.682573 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 892 rows starting from the beginning of the part | ||
| 4288 | 2025.01.27 09:34:10.682838 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 4289 | 2025.01.27 09:34:10.683143 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 4290 | 2025.01.27 09:34:10.683460 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 420 rows starting from the beginning of the part | ||
| 4291 | 2025.01.27 09:34:10.684510 [ 267 ] {9b2ab162-756a-4de8-b1c0-41ac3cb8d2bf} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2025.01.27 09:34:10.684581 [ 267 ] {9b2ab162-756a-4de8-b1c0-41ac3cb8d2bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4293 | 2025.01.27 09:34:10.685471 [ 267 ] {9b2ab162-756a-4de8-b1c0-41ac3cb8d2bf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4294 | 2025.01.27 09:34:10.685949 [ 267 ] {9b2ab162-756a-4de8-b1c0-41ac3cb8d2bf} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2025.01.27 09:34:10.686373 [ 267 ] {9b2ab162-756a-4de8-b1c0-41ac3cb8d2bf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004512 sec., 1329.787234042553 rows/sec., 69.48 KiB/sec. | ||
| 4296 | 2025.01.27 09:34:10.686784 [ 267 ] {9b2ab162-756a-4de8-b1c0-41ac3cb8d2bf} <Debug> TCPHandler: Processed in 0.005275053 sec. | ||
| 4297 | 2025.01.27 09:34:10.687121 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4298 | 2025.01.27 09:34:10.687147 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.005742253 sec., 420044.1882306474 rows/sec., 32.21 MiB/sec. | ||
| 4299 | 2025.01.27 09:34:10.687308 [ 273 ] {c66ae381-124c-4180-a2ed-be239ec9c781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4300 | 2025.01.27 09:34:10.687391 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4301 | 2025.01.27 09:34:10.687408 [ 273 ] {c66ae381-124c-4180-a2ed-be239ec9c781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4302 | 2025.01.27 09:34:10.688052 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_31_6} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4303 | 2025.01.27 09:34:10.688164 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_31_6} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4304 | 2025.01.27 09:34:10.688335 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4305 | 2025.01.27 09:34:10.688556 [ 273 ] {c66ae381-124c-4180-a2ed-be239ec9c781} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4306 | 2025.01.27 09:34:10.688601 [ 273 ] {c66ae381-124c-4180-a2ed-be239ec9c781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4307 | 2025.01.27 09:34:10.689008 [ 273 ] {c66ae381-124c-4180-a2ed-be239ec9c781} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4308 | 2025.01.27 09:34:10.689260 [ 273 ] {c66ae381-124c-4180-a2ed-be239ec9c781} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4309 | 2025.01.27 09:34:10.689437 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4310 | 2025.01.27 09:34:10.689498 [ 273 ] {c66ae381-124c-4180-a2ed-be239ec9c781} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002249 sec., 105380.16896398399 rows/sec., 7.06 MiB/sec. | ||
| 4311 | 2025.01.27 09:34:10.689522 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4312 | 2025.01.27 09:34:10.689596 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4313 | 2025.01.27 09:34:10.689628 [ 273 ] {c66ae381-124c-4180-a2ed-be239ec9c781} <Debug> TCPHandler: Processed in 0.002695403 sec. | ||
| 4314 | 2025.01.27 09:34:10.689832 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4315 | 2025.01.27 09:34:10.689843 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 4316 | 2025.01.27 09:34:10.690002 [ 267 ] {1589141c-3e49-43df-b06c-2909a80ffd22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4317 | 2025.01.27 09:34:10.690013 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4318 | 2025.01.27 09:34:10.690060 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8504 rows starting from the beginning of the part | ||
| 4319 | 2025.01.27 09:34:10.690078 [ 267 ] {1589141c-3e49-43df-b06c-2909a80ffd22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4320 | 2025.01.27 09:34:10.690325 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 4321 | 2025.01.27 09:34:10.690774 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 963 rows starting from the beginning of the part | ||
| 4322 | 2025.01.27 09:34:10.691172 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 4323 | 2025.01.27 09:34:10.691461 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 4324 | 2025.01.27 09:34:10.691796 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 4325 | 2025.01.27 09:34:10.692470 [ 267 ] {1589141c-3e49-43df-b06c-2909a80ffd22} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4326 | 2025.01.27 09:34:10.692513 [ 267 ] {1589141c-3e49-43df-b06c-2909a80ffd22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4327 | 2025.01.27 09:34:10.692962 [ 267 ] {1589141c-3e49-43df-b06c-2909a80ffd22} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4328 | 2025.01.27 09:34:10.693235 [ 267 ] {1589141c-3e49-43df-b06c-2909a80ffd22} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4329 | 2025.01.27 09:34:10.693678 [ 267 ] {1589141c-3e49-43df-b06c-2909a80ffd22} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003705 sec., 269.9055330634278 rows/sec., 18.19 KiB/sec. | ||
| 4330 | 2025.01.27 09:34:10.694060 [ 267 ] {1589141c-3e49-43df-b06c-2909a80ffd22} <Debug> TCPHandler: Processed in 0.004327191 sec. | ||
| 4331 | 2025.01.27 09:34:10.694273 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4332 | 2025.01.27 09:34:10.694537 [ 273 ] {bb582a82-f41e-40e3-8e11-28e88f89d79d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4333 | 2025.01.27 09:34:10.694787 [ 273 ] {bb582a82-f41e-40e3-8e11-28e88f89d79d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4334 | 2025.01.27 09:34:10.696495 [ 273 ] {bb582a82-f41e-40e3-8e11-28e88f89d79d} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4335 | 2025.01.27 09:34:10.696533 [ 273 ] {bb582a82-f41e-40e3-8e11-28e88f89d79d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4336 | 2025.01.27 09:34:10.697724 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10152 rows, containing 5 columns (5 merged, 0 gathered) in 0.008012866 sec., 1266962.4077078039 rows/sec., 85.48 MiB/sec. | ||
| 4337 | 2025.01.27 09:34:10.698038 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4338 | 2025.01.27 09:34:10.698069 [ 273 ] {bb582a82-f41e-40e3-8e11-28e88f89d79d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4339 | 2025.01.27 09:34:10.698608 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4340 | 2025.01.27 09:34:10.698659 [ 273 ] {bb582a82-f41e-40e3-8e11-28e88f89d79d} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4341 | 2025.01.27 09:34:10.698800 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4342 | 2025.01.27 09:34:10.699032 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 4343 | 2025.01.27 09:34:10.699169 [ 273 ] {bb582a82-f41e-40e3-8e11-28e88f89d79d} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.004721 sec., 8049.142130904469 rows/sec., 14.42 MiB/sec. | ||
| 4344 | 2025.01.27 09:34:10.699289 [ 273 ] {bb582a82-f41e-40e3-8e11-28e88f89d79d} <Debug> TCPHandler: Processed in 0.005123909 sec. | ||
| 4345 | 2025.01.27 09:34:10.699455 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4346 | 2025.01.27 09:34:10.699593 [ 267 ] {dc56b0c7-1e50-4f3b-bb90-292acfafa218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4347 | 2025.01.27 09:34:10.699651 [ 267 ] {dc56b0c7-1e50-4f3b-bb90-292acfafa218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4348 | 2025.01.27 09:34:10.700239 [ 267 ] {dc56b0c7-1e50-4f3b-bb90-292acfafa218} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4349 | 2025.01.27 09:34:10.700286 [ 267 ] {dc56b0c7-1e50-4f3b-bb90-292acfafa218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4350 | 2025.01.27 09:34:10.700688 [ 267 ] {dc56b0c7-1e50-4f3b-bb90-292acfafa218} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4351 | 2025.01.27 09:34:10.700925 [ 267 ] {dc56b0c7-1e50-4f3b-bb90-292acfafa218} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4352 | 2025.01.27 09:34:10.701089 [ 90 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4353 | 2025.01.27 09:34:10.701150 [ 90 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4354 | 2025.01.27 09:34:10.701173 [ 267 ] {dc56b0c7-1e50-4f3b-bb90-292acfafa218} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001599 sec., 51282.05128205128 rows/sec., 3.26 MiB/sec. | ||
| 4355 | 2025.01.27 09:34:10.701189 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 4356 | 2025.01.27 09:34:10.701326 [ 267 ] {dc56b0c7-1e50-4f3b-bb90-292acfafa218} <Debug> TCPHandler: Processed in 0.001934914 sec. | ||
| 4357 | 2025.01.27 09:34:10.701395 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4358 | 2025.01.27 09:34:10.701512 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4359 | 2025.01.27 09:34:10.701542 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part | ||
| 4360 | 2025.01.27 09:34:10.701601 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4361 | 2025.01.27 09:34:10.701804 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4362 | 2025.01.27 09:34:10.701999 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4363 | 2025.01.27 09:34:10.702107 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4364 | 2025.01.27 09:34:10.702290 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4365 | 2025.01.27 09:34:10.703594 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.002274673 sec., 832647.1541184161 rows/sec., 54.30 MiB/sec. | ||
| 4366 | 2025.01.27 09:34:10.703862 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4367 | 2025.01.27 09:34:10.704242 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_31_6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4368 | 2025.01.27 09:34:10.704410 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_31_6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4369 | 2025.01.27 09:34:10.704510 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4370 | 2025.01.27 09:34:15.654091 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4371 | 2025.01.27 09:34:15.654298 [ 267 ] {80b354a8-bb07-4fc0-98ac-d0da85491764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4372 | 2025.01.27 09:34:15.654371 [ 267 ] {80b354a8-bb07-4fc0-98ac-d0da85491764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4373 | 2025.01.27 09:34:15.655152 [ 267 ] {80b354a8-bb07-4fc0-98ac-d0da85491764} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4374 | 2025.01.27 09:34:15.655198 [ 267 ] {80b354a8-bb07-4fc0-98ac-d0da85491764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4375 | 2025.01.27 09:34:15.655653 [ 267 ] {80b354a8-bb07-4fc0-98ac-d0da85491764} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4376 | 2025.01.27 09:34:15.655909 [ 267 ] {80b354a8-bb07-4fc0-98ac-d0da85491764} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4377 | 2025.01.27 09:34:15.656139 [ 267 ] {80b354a8-bb07-4fc0-98ac-d0da85491764} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.25 MiB/sec. | ||
| 4378 | 2025.01.27 09:34:15.656195 [ 267 ] {80b354a8-bb07-4fc0-98ac-d0da85491764} <Debug> TCPHandler: Processed in 0.002235442 sec. | ||
| 4379 | 2025.01.27 09:34:15.656456 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4380 | 2025.01.27 09:34:15.656671 [ 273 ] {4565a470-3dc4-429f-bde6-87e8c4e8a597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4381 | 2025.01.27 09:34:15.656741 [ 273 ] {4565a470-3dc4-429f-bde6-87e8c4e8a597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4382 | 2025.01.27 09:34:15.657501 [ 273 ] {4565a470-3dc4-429f-bde6-87e8c4e8a597} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4383 | 2025.01.27 09:34:15.657542 [ 273 ] {4565a470-3dc4-429f-bde6-87e8c4e8a597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4384 | 2025.01.27 09:34:15.657975 [ 273 ] {4565a470-3dc4-429f-bde6-87e8c4e8a597} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4385 | 2025.01.27 09:34:15.658224 [ 273 ] {4565a470-3dc4-429f-bde6-87e8c4e8a597} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4386 | 2025.01.27 09:34:15.658418 [ 273 ] {4565a470-3dc4-429f-bde6-87e8c4e8a597} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001808 sec., 35398.23008849558 rows/sec., 2.76 MiB/sec. | ||
| 4387 | 2025.01.27 09:34:15.658474 [ 273 ] {4565a470-3dc4-429f-bde6-87e8c4e8a597} <Debug> TCPHandler: Processed in 0.00215449 sec. | ||
| 4388 | 2025.01.27 09:34:15.658626 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4389 | 2025.01.27 09:34:15.658764 [ 267 ] {8eaa938c-5f6b-43e4-8e08-5bc408fd6129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4390 | 2025.01.27 09:34:15.658827 [ 267 ] {8eaa938c-5f6b-43e4-8e08-5bc408fd6129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4391 | 2025.01.27 09:34:15.659526 [ 267 ] {8eaa938c-5f6b-43e4-8e08-5bc408fd6129} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4392 | 2025.01.27 09:34:15.659572 [ 267 ] {8eaa938c-5f6b-43e4-8e08-5bc408fd6129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4393 | 2025.01.27 09:34:15.659978 [ 267 ] {8eaa938c-5f6b-43e4-8e08-5bc408fd6129} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4394 | 2025.01.27 09:34:15.660232 [ 267 ] {8eaa938c-5f6b-43e4-8e08-5bc408fd6129} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4395 | 2025.01.27 09:34:15.660439 [ 267 ] {8eaa938c-5f6b-43e4-8e08-5bc408fd6129} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001708 sec., 93676.8149882904 rows/sec., 6.52 MiB/sec. | ||
| 4396 | 2025.01.27 09:34:15.660489 [ 267 ] {8eaa938c-5f6b-43e4-8e08-5bc408fd6129} <Debug> TCPHandler: Processed in 0.001918695 sec. | ||
| 4397 | 2025.01.27 09:34:15.660659 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4398 | 2025.01.27 09:34:15.660799 [ 273 ] {bc75ffe4-d66d-41db-b53c-0e21fbcd0747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4399 | 2025.01.27 09:34:15.660860 [ 273 ] {bc75ffe4-d66d-41db-b53c-0e21fbcd0747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4400 | 2025.01.27 09:34:15.661450 [ 273 ] {bc75ffe4-d66d-41db-b53c-0e21fbcd0747} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4401 | 2025.01.27 09:34:15.661494 [ 273 ] {bc75ffe4-d66d-41db-b53c-0e21fbcd0747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4402 | 2025.01.27 09:34:15.661892 [ 273 ] {bc75ffe4-d66d-41db-b53c-0e21fbcd0747} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4403 | 2025.01.27 09:34:15.662133 [ 273 ] {bc75ffe4-d66d-41db-b53c-0e21fbcd0747} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2025.01.27 09:34:15.662349 [ 273 ] {bc75ffe4-d66d-41db-b53c-0e21fbcd0747} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec. | ||
| 4405 | 2025.01.27 09:34:15.662522 [ 273 ] {bc75ffe4-d66d-41db-b53c-0e21fbcd0747} <Debug> TCPHandler: Processed in 0.001917445 sec. | ||
| 4406 | 2025.01.27 09:34:17.006821 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4407 | 2025.01.27 09:34:17.007500 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4408 | 2025.01.27 09:34:17.007551 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4409 | 2025.01.27 09:34:17.008072 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4410 | 2025.01.27 09:34:17.008332 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4411 | 2025.01.27 09:34:17.008543 [ 82 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4412 | 2025.01.27 09:34:17.008581 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4413 | 2025.01.27 09:34:17.008633 [ 82 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4414 | 2025.01.27 09:34:17.008660 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4415 | 2025.01.27 09:34:17.008822 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 4416 | 2025.01.27 09:34:17.008997 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4417 | 2025.01.27 09:34:17.009044 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 4418 | 2025.01.27 09:34:17.009139 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 4419 | 2025.01.27 09:34:17.009368 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 4420 | 2025.01.27 09:34:17.009595 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 4421 | 2025.01.27 09:34:17.009790 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 4422 | 2025.01.27 09:34:17.009914 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4423 | 2025.01.27 09:34:17.012128 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003379098 sec., 2870292.604712855 rows/sec., 41.06 MiB/sec. | ||
| 4424 | 2025.01.27 09:34:17.012397 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4425 | 2025.01.27 09:34:17.012741 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_21_4} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4426 | 2025.01.27 09:34:17.012821 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_21_4} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4427 | 2025.01.27 09:34:17.012909 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 4428 | 2025.01.27 09:34:17.627709 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4429 | 2025.01.27 09:34:17.648981 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4430 | 2025.01.27 09:34:17.649045 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4431 | 2025.01.27 09:34:17.656653 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4432 | 2025.01.27 09:34:17.657414 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4433 | 2025.01.27 09:34:17.657802 [ 82 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4434 | 2025.01.27 09:34:17.657938 [ 82 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4435 | 2025.01.27 09:34:17.658009 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4436 | 2025.01.27 09:34:17.658505 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 4437 | 2025.01.27 09:34:17.668048 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4438 | 2025.01.27 09:34:17.669131 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4439 | 2025.01.27 09:34:17.670032 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 4440 | 2025.01.27 09:34:17.674687 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 4441 | 2025.01.27 09:34:17.679211 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 4442 | 2025.01.27 09:34:17.684149 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 4443 | 2025.01.27 09:34:17.689467 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 4444 | 2025.01.27 09:34:17.694007 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 4445 | 2025.01.27 09:34:17.750883 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.092735724 sec., 1714.5496162837958 rows/sec., 8.87 MiB/sec. | ||
| 4446 | 2025.01.27 09:34:17.753776 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4447 | 2025.01.27 09:34:17.756903 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_21_4} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4448 | 2025.01.27 09:34:17.757027 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_21_4} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4449 | 2025.01.27 09:34:17.759475 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.13 MiB. | ||
| 4450 | 2025.01.27 09:34:18.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.46 MiB, peak 196.00 MiB, free memory in arenas 0.00 B, will set to 187.29 MiB (RSS), difference: 1.83 MiB | ||
| 4451 | 2025.01.27 09:34:19.546783 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 630 | ||
| 4452 | 2025.01.27 09:34:19.549791 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4453 | 2025.01.27 09:34:19.549839 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4454 | 2025.01.27 09:34:19.551288 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4455 | 2025.01.27 09:34:19.551586 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4456 | 2025.01.27 09:34:19.552111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 630 | ||
| 4457 | 2025.01.27 09:34:20.659926 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4458 | 2025.01.27 09:34:20.660121 [ 267 ] {8a2a90a8-2662-49bf-9645-f35c47dd7a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4459 | 2025.01.27 09:34:20.660196 [ 267 ] {8a2a90a8-2662-49bf-9645-f35c47dd7a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4460 | 2025.01.27 09:34:20.660964 [ 267 ] {8a2a90a8-2662-49bf-9645-f35c47dd7a43} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4461 | 2025.01.27 09:34:20.661017 [ 267 ] {8a2a90a8-2662-49bf-9645-f35c47dd7a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4462 | 2025.01.27 09:34:20.661460 [ 267 ] {8a2a90a8-2662-49bf-9645-f35c47dd7a43} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4463 | 2025.01.27 09:34:20.661724 [ 267 ] {8a2a90a8-2662-49bf-9645-f35c47dd7a43} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4464 | 2025.01.27 09:34:20.661964 [ 267 ] {8a2a90a8-2662-49bf-9645-f35c47dd7a43} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec. | ||
| 4465 | 2025.01.27 09:34:20.662021 [ 267 ] {8a2a90a8-2662-49bf-9645-f35c47dd7a43} <Debug> TCPHandler: Processed in 0.002230441 sec. | ||
| 4466 | 2025.01.27 09:34:20.662284 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4467 | 2025.01.27 09:34:20.662477 [ 273 ] {ef42405b-8281-427c-aae6-090924badf4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4468 | 2025.01.27 09:34:20.662551 [ 273 ] {ef42405b-8281-427c-aae6-090924badf4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4469 | 2025.01.27 09:34:20.663449 [ 273 ] {ef42405b-8281-427c-aae6-090924badf4d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4470 | 2025.01.27 09:34:20.663498 [ 273 ] {ef42405b-8281-427c-aae6-090924badf4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4471 | 2025.01.27 09:34:20.663969 [ 273 ] {ef42405b-8281-427c-aae6-090924badf4d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4472 | 2025.01.27 09:34:20.664237 [ 273 ] {ef42405b-8281-427c-aae6-090924badf4d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4473 | 2025.01.27 09:34:20.664491 [ 273 ] {ef42405b-8281-427c-aae6-090924badf4d} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002065 sec., 136077.4818401937 rows/sec., 12.00 MiB/sec. | ||
| 4474 | 2025.01.27 09:34:20.664592 [ 273 ] {ef42405b-8281-427c-aae6-090924badf4d} <Debug> TCPHandler: Processed in 0.002438466 sec. | ||
| 4475 | 2025.01.27 09:34:20.664833 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4476 | 2025.01.27 09:34:20.664983 [ 267 ] {86f21f23-6b2a-46ac-98fe-7becf2a6a87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4477 | 2025.01.27 09:34:20.665031 [ 267 ] {86f21f23-6b2a-46ac-98fe-7becf2a6a87f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4478 | 2025.01.27 09:34:20.665638 [ 267 ] {86f21f23-6b2a-46ac-98fe-7becf2a6a87f} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4479 | 2025.01.27 09:34:20.665679 [ 267 ] {86f21f23-6b2a-46ac-98fe-7becf2a6a87f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4480 | 2025.01.27 09:34:20.666050 [ 267 ] {86f21f23-6b2a-46ac-98fe-7becf2a6a87f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4481 | 2025.01.27 09:34:20.666301 [ 267 ] {86f21f23-6b2a-46ac-98fe-7becf2a6a87f} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4482 | 2025.01.27 09:34:20.666532 [ 267 ] {86f21f23-6b2a-46ac-98fe-7becf2a6a87f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001566 sec., 29374.201787994894 rows/sec., 2.11 MiB/sec. | ||
| 4483 | 2025.01.27 09:34:20.666677 [ 267 ] {86f21f23-6b2a-46ac-98fe-7becf2a6a87f} <Debug> TCPHandler: Processed in 0.001967746 sec. | ||
| 4484 | 2025.01.27 09:34:20.666883 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4485 | 2025.01.27 09:34:20.667002 [ 273 ] {c67b80ab-6513-4140-9bfa-4b536d5e1fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4486 | 2025.01.27 09:34:20.667051 [ 273 ] {c67b80ab-6513-4140-9bfa-4b536d5e1fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4487 | 2025.01.27 09:34:20.667612 [ 273 ] {c67b80ab-6513-4140-9bfa-4b536d5e1fac} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4488 | 2025.01.27 09:34:20.667652 [ 273 ] {c67b80ab-6513-4140-9bfa-4b536d5e1fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4489 | 2025.01.27 09:34:20.668020 [ 273 ] {c67b80ab-6513-4140-9bfa-4b536d5e1fac} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4490 | 2025.01.27 09:34:20.668265 [ 273 ] {c67b80ab-6513-4140-9bfa-4b536d5e1fac} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4491 | 2025.01.27 09:34:20.668516 [ 273 ] {c67b80ab-6513-4140-9bfa-4b536d5e1fac} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001535 sec., 9120.521172638437 rows/sec., 638.74 KiB/sec. | ||
| 4492 | 2025.01.27 09:34:20.668719 [ 273 ] {c67b80ab-6513-4140-9bfa-4b536d5e1fac} <Debug> TCPHandler: Processed in 0.001890274 sec. | ||
| 4493 | 2025.01.27 09:34:20.668886 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4494 | 2025.01.27 09:34:20.669003 [ 267 ] {055098ff-6d6d-48cc-943e-a48173c06dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4495 | 2025.01.27 09:34:20.669051 [ 267 ] {055098ff-6d6d-48cc-943e-a48173c06dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4496 | 2025.01.27 09:34:20.669625 [ 267 ] {055098ff-6d6d-48cc-943e-a48173c06dd4} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4497 | 2025.01.27 09:34:20.669664 [ 267 ] {055098ff-6d6d-48cc-943e-a48173c06dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4498 | 2025.01.27 09:34:20.670019 [ 267 ] {055098ff-6d6d-48cc-943e-a48173c06dd4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4499 | 2025.01.27 09:34:20.670265 [ 267 ] {055098ff-6d6d-48cc-943e-a48173c06dd4} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4500 | 2025.01.27 09:34:20.670477 [ 267 ] {055098ff-6d6d-48cc-943e-a48173c06dd4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001498 sec., 8678.237650200266 rows/sec., 541.09 KiB/sec. | ||
| 4501 | 2025.01.27 09:34:20.670529 [ 267 ] {055098ff-6d6d-48cc-943e-a48173c06dd4} <Debug> TCPHandler: Processed in 0.001700669 sec. | ||
| 4502 | 2025.01.27 09:34:20.670683 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4503 | 2025.01.27 09:34:20.670803 [ 273 ] {222accd3-e4ca-4749-98ab-616511b68144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4504 | 2025.01.27 09:34:20.670851 [ 273 ] {222accd3-e4ca-4749-98ab-616511b68144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4505 | 2025.01.27 09:34:20.671572 [ 273 ] {222accd3-e4ca-4749-98ab-616511b68144} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4506 | 2025.01.27 09:34:20.671612 [ 273 ] {222accd3-e4ca-4749-98ab-616511b68144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4507 | 2025.01.27 09:34:20.671995 [ 273 ] {222accd3-e4ca-4749-98ab-616511b68144} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4508 | 2025.01.27 09:34:20.672243 [ 273 ] {222accd3-e4ca-4749-98ab-616511b68144} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2025.01.27 09:34:20.672421 [ 273 ] {222accd3-e4ca-4749-98ab-616511b68144} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001641 sec., 256550.88360755634 rows/sec., 18.33 MiB/sec. | ||
| 4510 | 2025.01.27 09:34:20.672473 [ 273 ] {222accd3-e4ca-4749-98ab-616511b68144} <Debug> TCPHandler: Processed in 0.001847694 sec. | ||
| 4511 | 2025.01.27 09:34:20.672627 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4512 | 2025.01.27 09:34:20.672742 [ 267 ] {041279ed-ab40-4773-b662-0c5dedcba31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4513 | 2025.01.27 09:34:20.672793 [ 267 ] {041279ed-ab40-4773-b662-0c5dedcba31f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4514 | 2025.01.27 09:34:20.673354 [ 267 ] {041279ed-ab40-4773-b662-0c5dedcba31f} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4515 | 2025.01.27 09:34:20.673401 [ 267 ] {041279ed-ab40-4773-b662-0c5dedcba31f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4516 | 2025.01.27 09:34:20.673835 [ 267 ] {041279ed-ab40-4773-b662-0c5dedcba31f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4517 | 2025.01.27 09:34:20.674069 [ 267 ] {041279ed-ab40-4773-b662-0c5dedcba31f} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4518 | 2025.01.27 09:34:20.674285 [ 267 ] {041279ed-ab40-4773-b662-0c5dedcba31f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 200.18 KiB/sec. | ||
| 4519 | 2025.01.27 09:34:20.674335 [ 267 ] {041279ed-ab40-4773-b662-0c5dedcba31f} <Debug> TCPHandler: Processed in 0.001765481 sec. | ||
| 4520 | 2025.01.27 09:34:20.674477 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2025.01.27 09:34:20.674595 [ 273 ] {d3927bec-243b-49e8-9422-b36dd5c5ef06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4522 | 2025.01.27 09:34:20.674647 [ 273 ] {d3927bec-243b-49e8-9422-b36dd5c5ef06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4523 | 2025.01.27 09:34:20.675216 [ 273 ] {d3927bec-243b-49e8-9422-b36dd5c5ef06} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2025.01.27 09:34:20.675254 [ 273 ] {d3927bec-243b-49e8-9422-b36dd5c5ef06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4525 | 2025.01.27 09:34:20.675664 [ 273 ] {d3927bec-243b-49e8-9422-b36dd5c5ef06} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4526 | 2025.01.27 09:34:20.675913 [ 273 ] {d3927bec-243b-49e8-9422-b36dd5c5ef06} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2025.01.27 09:34:20.676086 [ 273 ] {d3927bec-243b-49e8-9422-b36dd5c5ef06} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001516 sec., 156332.45382585752 rows/sec., 10.48 MiB/sec. | ||
| 4528 | 2025.01.27 09:34:20.676138 [ 273 ] {d3927bec-243b-49e8-9422-b36dd5c5ef06} <Debug> TCPHandler: Processed in 0.001717099 sec. | ||
| 4529 | 2025.01.27 09:34:20.676294 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4530 | 2025.01.27 09:34:20.676431 [ 267 ] {4457e7c4-7e27-469c-9f7a-93c45765f6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4531 | 2025.01.27 09:34:20.676490 [ 267 ] {4457e7c4-7e27-469c-9f7a-93c45765f6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4532 | 2025.01.27 09:34:20.676991 [ 267 ] {4457e7c4-7e27-469c-9f7a-93c45765f6b4} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4533 | 2025.01.27 09:34:20.677030 [ 267 ] {4457e7c4-7e27-469c-9f7a-93c45765f6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4534 | 2025.01.27 09:34:20.677380 [ 267 ] {4457e7c4-7e27-469c-9f7a-93c45765f6b4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4535 | 2025.01.27 09:34:20.677615 [ 267 ] {4457e7c4-7e27-469c-9f7a-93c45765f6b4} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2025.01.27 09:34:20.677765 [ 79 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4537 | 2025.01.27 09:34:20.677833 [ 79 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4538 | 2025.01.27 09:34:20.677853 [ 267 ] {4457e7c4-7e27-469c-9f7a-93c45765f6b4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec. | ||
| 4539 | 2025.01.27 09:34:20.677869 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4540 | 2025.01.27 09:34:20.677989 [ 267 ] {4457e7c4-7e27-469c-9f7a-93c45765f6b4} <Debug> TCPHandler: Processed in 0.00175098 sec. | ||
| 4541 | 2025.01.27 09:34:20.678321 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4542 | 2025.01.27 09:34:20.678367 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 4543 | 2025.01.27 09:34:20.678511 [ 273 ] {f096fdd0-632d-49c8-981a-13380fde3dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4544 | 2025.01.27 09:34:20.678547 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4545 | 2025.01.27 09:34:20.678598 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 4546 | 2025.01.27 09:34:20.678633 [ 273 ] {f096fdd0-632d-49c8-981a-13380fde3dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4547 | 2025.01.27 09:34:20.678806 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 4548 | 2025.01.27 09:34:20.679064 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 4549 | 2025.01.27 09:34:20.679318 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 4550 | 2025.01.27 09:34:20.679560 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 4551 | 2025.01.27 09:34:20.679796 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 4552 | 2025.01.27 09:34:20.681642 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.003635044 sec., 3851.397672215247 rows/sec., 259.52 KiB/sec. | ||
| 4553 | 2025.01.27 09:34:20.681775 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4554 | 2025.01.27 09:34:20.681914 [ 273 ] {f096fdd0-632d-49c8-981a-13380fde3dad} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4555 | 2025.01.27 09:34:20.681956 [ 273 ] {f096fdd0-632d-49c8-981a-13380fde3dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4556 | 2025.01.27 09:34:20.682169 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_14_3} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4557 | 2025.01.27 09:34:20.682255 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_14_3} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4558 | 2025.01.27 09:34:20.682344 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4559 | 2025.01.27 09:34:20.682746 [ 273 ] {f096fdd0-632d-49c8-981a-13380fde3dad} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4560 | 2025.01.27 09:34:20.683016 [ 273 ] {f096fdd0-632d-49c8-981a-13380fde3dad} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4561 | 2025.01.27 09:34:20.683253 [ 273 ] {f096fdd0-632d-49c8-981a-13380fde3dad} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004784 sec., 8152.173913043478 rows/sec., 14.61 MiB/sec. | ||
| 4562 | 2025.01.27 09:34:20.683596 [ 273 ] {f096fdd0-632d-49c8-981a-13380fde3dad} <Debug> TCPHandler: Processed in 0.005485918 sec. | ||
| 4563 | 2025.01.27 09:34:20.683759 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4564 | 2025.01.27 09:34:20.683885 [ 267 ] {df610405-030b-4779-9e17-3aea26528b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4565 | 2025.01.27 09:34:20.683935 [ 267 ] {df610405-030b-4779-9e17-3aea26528b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4566 | 2025.01.27 09:34:20.684420 [ 267 ] {df610405-030b-4779-9e17-3aea26528b7e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4567 | 2025.01.27 09:34:20.684459 [ 267 ] {df610405-030b-4779-9e17-3aea26528b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4568 | 2025.01.27 09:34:20.684825 [ 267 ] {df610405-030b-4779-9e17-3aea26528b7e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4569 | 2025.01.27 09:34:20.685055 [ 267 ] {df610405-030b-4779-9e17-3aea26528b7e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4570 | 2025.01.27 09:34:20.685260 [ 267 ] {df610405-030b-4779-9e17-3aea26528b7e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 3.72 MiB/sec. | ||
| 4571 | 2025.01.27 09:34:20.685308 [ 267 ] {df610405-030b-4779-9e17-3aea26528b7e} <Debug> TCPHandler: Processed in 0.001617138 sec. | ||
| 4572 | 2025.01.27 09:34:24.396322 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4573 | 2025.01.27 09:34:24.396389 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4574 | 2025.01.27 09:34:24.509721 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4575 | 2025.01.27 09:34:24.510662 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2025.01.27 09:34:24.510711 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4577 | 2025.01.27 09:34:24.511296 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4578 | 2025.01.27 09:34:24.511553 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2025.01.27 09:34:24.511785 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4580 | 2025.01.27 09:34:25.169093 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4581 | 2025.01.27 09:34:25.187880 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4582 | 2025.01.27 09:34:25.187936 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4583 | 2025.01.27 09:34:25.195188 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4584 | 2025.01.27 09:34:25.195929 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4585 | 2025.01.27 09:34:25.199048 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4586 | 2025.01.27 09:34:25.654230 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4587 | 2025.01.27 09:34:25.654416 [ 267 ] {86ea29f7-14eb-4f6d-a022-a5bc387fd4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4588 | 2025.01.27 09:34:25.654488 [ 267 ] {86ea29f7-14eb-4f6d-a022-a5bc387fd4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4589 | 2025.01.27 09:34:25.655281 [ 267 ] {86ea29f7-14eb-4f6d-a022-a5bc387fd4fe} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4590 | 2025.01.27 09:34:25.655323 [ 267 ] {86ea29f7-14eb-4f6d-a022-a5bc387fd4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4591 | 2025.01.27 09:34:25.655781 [ 267 ] {86ea29f7-14eb-4f6d-a022-a5bc387fd4fe} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4592 | 2025.01.27 09:34:25.656034 [ 267 ] {86ea29f7-14eb-4f6d-a022-a5bc387fd4fe} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4593 | 2025.01.27 09:34:25.656234 [ 267 ] {86ea29f7-14eb-4f6d-a022-a5bc387fd4fe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.29 MiB/sec. | ||
| 4594 | 2025.01.27 09:34:25.656289 [ 267 ] {86ea29f7-14eb-4f6d-a022-a5bc387fd4fe} <Debug> TCPHandler: Processed in 0.002186391 sec. | ||
| 4595 | 2025.01.27 09:34:25.656551 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4596 | 2025.01.27 09:34:25.656766 [ 273 ] {3e663f36-e8e3-4b16-94d1-f02c886cfb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4597 | 2025.01.27 09:34:25.656849 [ 273 ] {3e663f36-e8e3-4b16-94d1-f02c886cfb73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4598 | 2025.01.27 09:34:25.657631 [ 273 ] {3e663f36-e8e3-4b16-94d1-f02c886cfb73} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4599 | 2025.01.27 09:34:25.657682 [ 273 ] {3e663f36-e8e3-4b16-94d1-f02c886cfb73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4600 | 2025.01.27 09:34:25.658128 [ 273 ] {3e663f36-e8e3-4b16-94d1-f02c886cfb73} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4601 | 2025.01.27 09:34:25.658380 [ 273 ] {3e663f36-e8e3-4b16-94d1-f02c886cfb73} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4602 | 2025.01.27 09:34:25.658653 [ 273 ] {3e663f36-e8e3-4b16-94d1-f02c886cfb73} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001945 sec., 32904.88431876607 rows/sec., 2.57 MiB/sec. | ||
| 4603 | 2025.01.27 09:34:25.658880 [ 273 ] {3e663f36-e8e3-4b16-94d1-f02c886cfb73} <Debug> TCPHandler: Processed in 0.002464978 sec. | ||
| 4604 | 2025.01.27 09:34:25.659104 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4605 | 2025.01.27 09:34:25.659248 [ 267 ] {e135cf05-5e34-487e-9227-a2d4b0c285ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4606 | 2025.01.27 09:34:25.659309 [ 267 ] {e135cf05-5e34-487e-9227-a2d4b0c285ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4607 | 2025.01.27 09:34:25.659974 [ 267 ] {e135cf05-5e34-487e-9227-a2d4b0c285ce} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4608 | 2025.01.27 09:34:25.660012 [ 267 ] {e135cf05-5e34-487e-9227-a2d4b0c285ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4609 | 2025.01.27 09:34:25.660421 [ 267 ] {e135cf05-5e34-487e-9227-a2d4b0c285ce} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4610 | 2025.01.27 09:34:25.660661 [ 267 ] {e135cf05-5e34-487e-9227-a2d4b0c285ce} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4611 | 2025.01.27 09:34:25.660838 [ 267 ] {e135cf05-5e34-487e-9227-a2d4b0c285ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
| 4612 | 2025.01.27 09:34:25.660888 [ 267 ] {e135cf05-5e34-487e-9227-a2d4b0c285ce} <Debug> TCPHandler: Processed in 0.001888804 sec. | ||
| 4613 | 2025.01.27 09:34:25.661047 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4614 | 2025.01.27 09:34:25.661188 [ 273 ] {191d1792-b05c-4218-80d6-62c219ae0eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4615 | 2025.01.27 09:34:25.661250 [ 273 ] {191d1792-b05c-4218-80d6-62c219ae0eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4616 | 2025.01.27 09:34:25.661848 [ 273 ] {191d1792-b05c-4218-80d6-62c219ae0eb0} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4617 | 2025.01.27 09:34:25.661896 [ 273 ] {191d1792-b05c-4218-80d6-62c219ae0eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4618 | 2025.01.27 09:34:25.662304 [ 273 ] {191d1792-b05c-4218-80d6-62c219ae0eb0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4619 | 2025.01.27 09:34:25.662553 [ 273 ] {191d1792-b05c-4218-80d6-62c219ae0eb0} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2025.01.27 09:34:25.662814 [ 273 ] {191d1792-b05c-4218-80d6-62c219ae0eb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001653 sec., 36297.640653357535 rows/sec., 2.45 MiB/sec. | ||
| 4621 | 2025.01.27 09:34:25.663015 [ 273 ] {191d1792-b05c-4218-80d6-62c219ae0eb0} <Debug> TCPHandler: Processed in 0.002027897 sec. | ||
| 4622 | 2025.01.27 09:34:25.983143 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4623 | 2025.01.27 09:34:25.983345 [ 267 ] {c5ce6e02-abcf-4b54-a955-aa9921a93e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4624 | 2025.01.27 09:34:25.983422 [ 267 ] {c5ce6e02-abcf-4b54-a955-aa9921a93e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4625 | 2025.01.27 09:34:25.984212 [ 267 ] {c5ce6e02-abcf-4b54-a955-aa9921a93e1d} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4626 | 2025.01.27 09:34:25.984253 [ 267 ] {c5ce6e02-abcf-4b54-a955-aa9921a93e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4627 | 2025.01.27 09:34:25.984665 [ 267 ] {c5ce6e02-abcf-4b54-a955-aa9921a93e1d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4628 | 2025.01.27 09:34:25.984917 [ 267 ] {c5ce6e02-abcf-4b54-a955-aa9921a93e1d} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4629 | 2025.01.27 09:34:25.985115 [ 267 ] {c5ce6e02-abcf-4b54-a955-aa9921a93e1d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001827 sec., 7662.835249042146 rows/sec., 551.62 KiB/sec. | ||
| 4630 | 2025.01.27 09:34:25.985168 [ 267 ] {c5ce6e02-abcf-4b54-a955-aa9921a93e1d} <Debug> TCPHandler: Processed in 0.00215587 sec. | ||
| 4631 | 2025.01.27 09:34:25.985442 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4632 | 2025.01.27 09:34:25.985635 [ 273 ] {f2c0f63f-fa05-4df0-a1d1-3f0c3d5f3957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4633 | 2025.01.27 09:34:25.985711 [ 273 ] {f2c0f63f-fa05-4df0-a1d1-3f0c3d5f3957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4634 | 2025.01.27 09:34:25.986432 [ 273 ] {f2c0f63f-fa05-4df0-a1d1-3f0c3d5f3957} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4635 | 2025.01.27 09:34:25.986485 [ 273 ] {f2c0f63f-fa05-4df0-a1d1-3f0c3d5f3957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4636 | 2025.01.27 09:34:25.986920 [ 273 ] {f2c0f63f-fa05-4df0-a1d1-3f0c3d5f3957} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4637 | 2025.01.27 09:34:25.987180 [ 273 ] {f2c0f63f-fa05-4df0-a1d1-3f0c3d5f3957} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4638 | 2025.01.27 09:34:25.987453 [ 273 ] {f2c0f63f-fa05-4df0-a1d1-3f0c3d5f3957} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001863 sec., 1073.5373054213633 rows/sec., 87.54 KiB/sec. | ||
| 4639 | 2025.01.27 09:34:25.987591 [ 273 ] {f2c0f63f-fa05-4df0-a1d1-3f0c3d5f3957} <Debug> TCPHandler: Processed in 0.002283353 sec. | ||
| 4640 | 2025.01.27 09:34:25.987742 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4641 | 2025.01.27 09:34:25.987861 [ 267 ] {01c93b3f-f332-4762-ba50-aa8f5179ae97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4642 | 2025.01.27 09:34:25.987908 [ 267 ] {01c93b3f-f332-4762-ba50-aa8f5179ae97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4643 | 2025.01.27 09:34:25.989015 [ 267 ] {01c93b3f-f332-4762-ba50-aa8f5179ae97} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4644 | 2025.01.27 09:34:25.989052 [ 267 ] {01c93b3f-f332-4762-ba50-aa8f5179ae97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4645 | 2025.01.27 09:34:25.989507 [ 267 ] {01c93b3f-f332-4762-ba50-aa8f5179ae97} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4646 | 2025.01.27 09:34:25.989748 [ 267 ] {01c93b3f-f332-4762-ba50-aa8f5179ae97} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4647 | 2025.01.27 09:34:25.989971 [ 267 ] {01c93b3f-f332-4762-ba50-aa8f5179ae97} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002133 sec., 666666.6666666667 rows/sec., 55.66 MiB/sec. | ||
| 4648 | 2025.01.27 09:34:25.990030 [ 267 ] {01c93b3f-f332-4762-ba50-aa8f5179ae97} <Debug> TCPHandler: Processed in 0.002342925 sec. | ||
| 4649 | 2025.01.27 09:34:25.990250 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4650 | 2025.01.27 09:34:25.990421 [ 273 ] {8d093302-67cf-41c6-8a35-fcd82853e2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4651 | 2025.01.27 09:34:25.990491 [ 273 ] {8d093302-67cf-41c6-8a35-fcd82853e2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4652 | 2025.01.27 09:34:25.991228 [ 273 ] {8d093302-67cf-41c6-8a35-fcd82853e2b8} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4653 | 2025.01.27 09:34:25.991268 [ 273 ] {8d093302-67cf-41c6-8a35-fcd82853e2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4654 | 2025.01.27 09:34:25.991631 [ 273 ] {8d093302-67cf-41c6-8a35-fcd82853e2b8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4655 | 2025.01.27 09:34:25.991873 [ 273 ] {8d093302-67cf-41c6-8a35-fcd82853e2b8} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4656 | 2025.01.27 09:34:25.992049 [ 273 ] {8d093302-67cf-41c6-8a35-fcd82853e2b8} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001667 sec., 28794.241151769646 rows/sec., 2.07 MiB/sec. | ||
| 4657 | 2025.01.27 09:34:25.992105 [ 273 ] {8d093302-67cf-41c6-8a35-fcd82853e2b8} <Debug> TCPHandler: Processed in 0.001966606 sec. | ||
| 4658 | 2025.01.27 09:34:25.992288 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4659 | 2025.01.27 09:34:25.992487 [ 267 ] {e0428a56-5e1b-449f-9ef4-d36987df2d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4660 | 2025.01.27 09:34:25.992569 [ 267 ] {e0428a56-5e1b-449f-9ef4-d36987df2d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4661 | 2025.01.27 09:34:25.993411 [ 267 ] {e0428a56-5e1b-449f-9ef4-d36987df2d3e} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4662 | 2025.01.27 09:34:25.993450 [ 267 ] {e0428a56-5e1b-449f-9ef4-d36987df2d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4663 | 2025.01.27 09:34:25.993807 [ 267 ] {e0428a56-5e1b-449f-9ef4-d36987df2d3e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4664 | 2025.01.27 09:34:25.994039 [ 267 ] {e0428a56-5e1b-449f-9ef4-d36987df2d3e} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4665 | 2025.01.27 09:34:25.994259 [ 267 ] {e0428a56-5e1b-449f-9ef4-d36987df2d3e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00182 sec., 132967.03296703298 rows/sec., 9.01 MiB/sec. | ||
| 4666 | 2025.01.27 09:34:25.994310 [ 267 ] {e0428a56-5e1b-449f-9ef4-d36987df2d3e} <Debug> TCPHandler: Processed in 0.002120879 sec. | ||
| 4667 | 2025.01.27 09:34:25.994453 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4668 | 2025.01.27 09:34:25.994570 [ 273 ] {e0f4ba7c-92af-4507-9c9e-8b10a7ac124c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4669 | 2025.01.27 09:34:25.994617 [ 273 ] {e0f4ba7c-92af-4507-9c9e-8b10a7ac124c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4670 | 2025.01.27 09:34:25.995198 [ 273 ] {e0f4ba7c-92af-4507-9c9e-8b10a7ac124c} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4671 | 2025.01.27 09:34:25.995237 [ 273 ] {e0f4ba7c-92af-4507-9c9e-8b10a7ac124c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4672 | 2025.01.27 09:34:25.995591 [ 273 ] {e0f4ba7c-92af-4507-9c9e-8b10a7ac124c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4673 | 2025.01.27 09:34:25.995844 [ 273 ] {e0f4ba7c-92af-4507-9c9e-8b10a7ac124c} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4674 | 2025.01.27 09:34:25.996016 [ 273 ] {e0f4ba7c-92af-4507-9c9e-8b10a7ac124c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001469 sec., 8849.557522123894 rows/sec., 551.77 KiB/sec. | ||
| 4675 | 2025.01.27 09:34:25.996067 [ 273 ] {e0f4ba7c-92af-4507-9c9e-8b10a7ac124c} <Debug> TCPHandler: Processed in 0.001668159 sec. | ||
| 4676 | 2025.01.27 09:34:25.996220 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4677 | 2025.01.27 09:34:25.996357 [ 267 ] {8f79b881-74fe-42e9-9270-3a229bbed2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4678 | 2025.01.27 09:34:25.996412 [ 267 ] {8f79b881-74fe-42e9-9270-3a229bbed2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4679 | 2025.01.27 09:34:25.997384 [ 267 ] {8f79b881-74fe-42e9-9270-3a229bbed2fc} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4680 | 2025.01.27 09:34:25.997424 [ 267 ] {8f79b881-74fe-42e9-9270-3a229bbed2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4681 | 2025.01.27 09:34:25.997820 [ 267 ] {8f79b881-74fe-42e9-9270-3a229bbed2fc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4682 | 2025.01.27 09:34:25.998060 [ 267 ] {8f79b881-74fe-42e9-9270-3a229bbed2fc} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4683 | 2025.01.27 09:34:25.998271 [ 267 ] {8f79b881-74fe-42e9-9270-3a229bbed2fc} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.001943 sec., 452393.20638188365 rows/sec., 32.80 MiB/sec. | ||
| 4684 | 2025.01.27 09:34:25.998322 [ 267 ] {8f79b881-74fe-42e9-9270-3a229bbed2fc} <Debug> TCPHandler: Processed in 0.00216752 sec. | ||
| 4685 | 2025.01.27 09:34:25.998466 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4686 | 2025.01.27 09:34:25.998604 [ 273 ] {21383243-7dad-4368-83ba-569b474e85ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4687 | 2025.01.27 09:34:25.998663 [ 273 ] {21383243-7dad-4368-83ba-569b474e85ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4688 | 2025.01.27 09:34:25.999190 [ 273 ] {21383243-7dad-4368-83ba-569b474e85ad} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4689 | 2025.01.27 09:34:25.999228 [ 273 ] {21383243-7dad-4368-83ba-569b474e85ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4690 | 2025.01.27 09:34:25.999587 [ 273 ] {21383243-7dad-4368-83ba-569b474e85ad} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4691 | 2025.01.27 09:34:25.999831 [ 273 ] {21383243-7dad-4368-83ba-569b474e85ad} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4692 | 2025.01.27 09:34:26.000010 [ 273 ] {21383243-7dad-4368-83ba-569b474e85ad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec. | ||
| 4693 | 2025.01.27 09:34:26.000060 [ 273 ] {21383243-7dad-4368-83ba-569b474e85ad} <Debug> TCPHandler: Processed in 0.001660129 sec. | ||
| 4694 | 2025.01.27 09:34:26.000224 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4695 | 2025.01.27 09:34:26.000392 [ 267 ] {194a5249-e368-4a67-b339-ee4634bd8c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4696 | 2025.01.27 09:34:26.000485 [ 267 ] {194a5249-e368-4a67-b339-ee4634bd8c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4697 | 2025.01.27 09:34:26.001308 [ 267 ] {194a5249-e368-4a67-b339-ee4634bd8c4e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4698 | 2025.01.27 09:34:26.001347 [ 267 ] {194a5249-e368-4a67-b339-ee4634bd8c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4699 | 2025.01.27 09:34:26.001785 [ 267 ] {194a5249-e368-4a67-b339-ee4634bd8c4e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4700 | 2025.01.27 09:34:26.002022 [ 267 ] {194a5249-e368-4a67-b339-ee4634bd8c4e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4701 | 2025.01.27 09:34:26.002227 [ 267 ] {194a5249-e368-4a67-b339-ee4634bd8c4e} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001866 sec., 512325.83065380494 rows/sec., 34.04 MiB/sec. | ||
| 4702 | 2025.01.27 09:34:26.002278 [ 267 ] {194a5249-e368-4a67-b339-ee4634bd8c4e} <Debug> TCPHandler: Processed in 0.002128989 sec. | ||
| 4703 | 2025.01.27 09:34:26.002419 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4704 | 2025.01.27 09:34:26.002559 [ 273 ] {dda5af36-5599-462d-9af0-509c92662a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4705 | 2025.01.27 09:34:26.002620 [ 273 ] {dda5af36-5599-462d-9af0-509c92662a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4706 | 2025.01.27 09:34:26.003130 [ 273 ] {dda5af36-5599-462d-9af0-509c92662a39} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4707 | 2025.01.27 09:34:26.003168 [ 273 ] {dda5af36-5599-462d-9af0-509c92662a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4708 | 2025.01.27 09:34:26.003520 [ 273 ] {dda5af36-5599-462d-9af0-509c92662a39} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4709 | 2025.01.27 09:34:26.003765 [ 273 ] {dda5af36-5599-462d-9af0-509c92662a39} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4710 | 2025.01.27 09:34:26.003931 [ 273 ] {dda5af36-5599-462d-9af0-509c92662a39} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. | ||
| 4711 | 2025.01.27 09:34:26.003980 [ 273 ] {dda5af36-5599-462d-9af0-509c92662a39} <Debug> TCPHandler: Processed in 0.001625108 sec. | ||
| 4712 | 2025.01.27 09:34:26.004117 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4713 | 2025.01.27 09:34:26.004235 [ 267 ] {0497b107-5d90-411f-b470-525688bb63ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4714 | 2025.01.27 09:34:26.004314 [ 267 ] {0497b107-5d90-411f-b470-525688bb63ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4715 | 2025.01.27 09:34:26.005459 [ 267 ] {0497b107-5d90-411f-b470-525688bb63ab} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4716 | 2025.01.27 09:34:26.005499 [ 267 ] {0497b107-5d90-411f-b470-525688bb63ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4717 | 2025.01.27 09:34:26.006144 [ 267 ] {0497b107-5d90-411f-b470-525688bb63ab} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4718 | 2025.01.27 09:34:26.006401 [ 267 ] {0497b107-5d90-411f-b470-525688bb63ab} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4719 | 2025.01.27 09:34:26.006649 [ 267 ] {0497b107-5d90-411f-b470-525688bb63ab} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002438 sec., 15996.718621821165 rows/sec., 28.67 MiB/sec. | ||
| 4720 | 2025.01.27 09:34:26.006741 [ 267 ] {0497b107-5d90-411f-b470-525688bb63ab} <Debug> TCPHandler: Processed in 0.002682303 sec. | ||
| 4721 | 2025.01.27 09:34:26.006897 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4722 | 2025.01.27 09:34:26.007036 [ 273 ] {0cdaf493-a2be-425c-996a-202e9cdb47be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4723 | 2025.01.27 09:34:26.007095 [ 273 ] {0cdaf493-a2be-425c-996a-202e9cdb47be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4724 | 2025.01.27 09:34:26.007645 [ 273 ] {0cdaf493-a2be-425c-996a-202e9cdb47be} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4725 | 2025.01.27 09:34:26.007690 [ 273 ] {0cdaf493-a2be-425c-996a-202e9cdb47be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4726 | 2025.01.27 09:34:26.008096 [ 273 ] {0cdaf493-a2be-425c-996a-202e9cdb47be} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4727 | 2025.01.27 09:34:26.008352 [ 273 ] {0cdaf493-a2be-425c-996a-202e9cdb47be} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4728 | 2025.01.27 09:34:26.008523 [ 273 ] {0cdaf493-a2be-425c-996a-202e9cdb47be} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001518 sec., 22397.891963109352 rows/sec., 1.30 MiB/sec. | ||
| 4729 | 2025.01.27 09:34:26.008572 [ 273 ] {0cdaf493-a2be-425c-996a-202e9cdb47be} <Debug> TCPHandler: Processed in 0.001744191 sec. | ||
| 4730 | 2025.01.27 09:34:29.553230 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 684 | ||
| 4731 | 2025.01.27 09:34:29.556776 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4732 | 2025.01.27 09:34:29.556832 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4733 | 2025.01.27 09:34:29.558783 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4734 | 2025.01.27 09:34:29.559097 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4735 | 2025.01.27 09:34:29.559328 [ 68 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4736 | 2025.01.27 09:34:29.559442 [ 68 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4737 | 2025.01.27 09:34:29.559509 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4738 | 2025.01.27 09:34:29.560254 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 4739 | 2025.01.27 09:34:29.561034 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 684 | ||
| 4740 | 2025.01.27 09:34:29.561503 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4741 | 2025.01.27 09:34:29.561682 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 500 rows starting from the beginning of the part | ||
| 4742 | 2025.01.27 09:34:29.562328 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 4743 | 2025.01.27 09:34:29.563021 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 4744 | 2025.01.27 09:34:29.563747 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 4745 | 2025.01.27 09:34:29.564375 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
| 4746 | 2025.01.27 09:34:29.565015 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part | ||
| 4747 | 2025.01.27 09:34:29.572782 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 72 columns (72 merged, 0 gathered) in 0.013087134 sec., 52265.07194012073 rows/sec., 44.62 MiB/sec. | ||
| 4748 | 2025.01.27 09:34:29.574112 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4749 | 2025.01.27 09:34:29.574873 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_16_3} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4750 | 2025.01.27 09:34:29.574953 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_16_3} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4751 | 2025.01.27 09:34:29.575266 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
| 4752 | 2025.01.27 09:34:30.652430 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4753 | 2025.01.27 09:34:30.652617 [ 267 ] {2d613aa9-3651-4517-8b73-d46495680c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4754 | 2025.01.27 09:34:30.652690 [ 267 ] {2d613aa9-3651-4517-8b73-d46495680c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4755 | 2025.01.27 09:34:30.653488 [ 267 ] {2d613aa9-3651-4517-8b73-d46495680c04} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4756 | 2025.01.27 09:34:30.653538 [ 267 ] {2d613aa9-3651-4517-8b73-d46495680c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4757 | 2025.01.27 09:34:30.653994 [ 267 ] {2d613aa9-3651-4517-8b73-d46495680c04} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4758 | 2025.01.27 09:34:30.654277 [ 267 ] {2d613aa9-3651-4517-8b73-d46495680c04} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4759 | 2025.01.27 09:34:30.654492 [ 64 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4760 | 2025.01.27 09:34:30.654519 [ 267 ] {2d613aa9-3651-4517-8b73-d46495680c04} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.19 MiB/sec. | ||
| 4761 | 2025.01.27 09:34:30.654567 [ 64 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4762 | 2025.01.27 09:34:30.654639 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4763 | 2025.01.27 09:34:30.654662 [ 267 ] {2d613aa9-3651-4517-8b73-d46495680c04} <Debug> TCPHandler: Processed in 0.002351194 sec. | ||
| 4764 | 2025.01.27 09:34:30.654807 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 4765 | 2025.01.27 09:34:30.654917 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4766 | 2025.01.27 09:34:30.654957 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4767 | 2025.01.27 09:34:30.654976 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1428 rows starting from the beginning of the part | ||
| 4768 | 2025.01.27 09:34:30.655206 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4769 | 2025.01.27 09:34:30.655346 [ 273 ] {5ae1e71b-2120-4cb5-abf1-5a2a5f6312c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4770 | 2025.01.27 09:34:30.655530 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 4771 | 2025.01.27 09:34:30.655539 [ 273 ] {5ae1e71b-2120-4cb5-abf1-5a2a5f6312c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4772 | 2025.01.27 09:34:30.655908 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 4773 | 2025.01.27 09:34:30.656189 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1422 rows starting from the beginning of the part | ||
| 4774 | 2025.01.27 09:34:30.656497 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 4775 | 2025.01.27 09:34:30.658344 [ 273 ] {5ae1e71b-2120-4cb5-abf1-5a2a5f6312c3} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4776 | 2025.01.27 09:34:30.658440 [ 273 ] {5ae1e71b-2120-4cb5-abf1-5a2a5f6312c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4777 | 2025.01.27 09:34:30.659486 [ 273 ] {5ae1e71b-2120-4cb5-abf1-5a2a5f6312c3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4778 | 2025.01.27 09:34:30.660007 [ 273 ] {5ae1e71b-2120-4cb5-abf1-5a2a5f6312c3} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2025.01.27 09:34:30.660137 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3299 rows, containing 5 columns (5 merged, 0 gathered) in 0.005385895 sec., 612525.866174517 rows/sec., 53.48 MiB/sec. | ||
| 4780 | 2025.01.27 09:34:30.660311 [ 64 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4781 | 2025.01.27 09:34:30.660404 [ 64 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4782 | 2025.01.27 09:34:30.660477 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4783 | 2025.01.27 09:34:30.660498 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4784 | 2025.01.27 09:34:30.660516 [ 273 ] {5ae1e71b-2120-4cb5-abf1-5a2a5f6312c3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005298 sec., 12080.0302000755 rows/sec., 965.50 KiB/sec. | ||
| 4785 | 2025.01.27 09:34:30.660942 [ 273 ] {5ae1e71b-2120-4cb5-abf1-5a2a5f6312c3} <Debug> TCPHandler: Processed in 0.006133472 sec. | ||
| 4786 | 2025.01.27 09:34:30.660954 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 4787 | 2025.01.27 09:34:30.661213 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4788 | 2025.01.27 09:34:30.661324 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4789 | 2025.01.27 09:34:30.661469 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 912 rows starting from the beginning of the part | ||
| 4790 | 2025.01.27 09:34:30.661491 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_36_7} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4791 | 2025.01.27 09:34:30.661519 [ 267 ] {eebf1f83-cb6f-4bc3-b18d-e8c0edaea657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4792 | 2025.01.27 09:34:30.661791 [ 267 ] {eebf1f83-cb6f-4bc3-b18d-e8c0edaea657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4793 | 2025.01.27 09:34:30.661867 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 4794 | 2025.01.27 09:34:30.661890 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_36_7} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4795 | 2025.01.27 09:34:30.662376 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 4796 | 2025.01.27 09:34:30.662351 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4797 | 2025.01.27 09:34:30.662745 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 4798 | 2025.01.27 09:34:30.663069 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 879 rows starting from the beginning of the part | ||
| 4799 | 2025.01.27 09:34:30.663377 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 4800 | 2025.01.27 09:34:30.664901 [ 267 ] {eebf1f83-cb6f-4bc3-b18d-e8c0edaea657} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2025.01.27 09:34:30.664981 [ 267 ] {eebf1f83-cb6f-4bc3-b18d-e8c0edaea657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4802 | 2025.01.27 09:34:30.666021 [ 267 ] {eebf1f83-cb6f-4bc3-b18d-e8c0edaea657} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4803 | 2025.01.27 09:34:30.666392 [ 267 ] {eebf1f83-cb6f-4bc3-b18d-e8c0edaea657} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2025.01.27 09:34:30.666792 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4805 | 2025.01.27 09:34:30.666881 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2404 rows, containing 5 columns (5 merged, 0 gathered) in 0.006262096 sec., 383897.02106131875 rows/sec., 29.43 MiB/sec. | ||
| 4806 | 2025.01.27 09:34:30.666906 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4807 | 2025.01.27 09:34:30.667006 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4808 | 2025.01.27 09:34:30.667147 [ 267 ] {eebf1f83-cb6f-4bc3-b18d-e8c0edaea657} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005671 sec., 22570.975136660203 rows/sec., 1.57 MiB/sec. | ||
| 4809 | 2025.01.27 09:34:30.667236 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4810 | 2025.01.27 09:34:30.667386 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 4811 | 2025.01.27 09:34:30.667528 [ 267 ] {eebf1f83-cb6f-4bc3-b18d-e8c0edaea657} <Debug> TCPHandler: Processed in 0.006437899 sec. | ||
| 4812 | 2025.01.27 09:34:30.667864 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4813 | 2025.01.27 09:34:30.667898 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4814 | 2025.01.27 09:34:30.667954 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10152 rows starting from the beginning of the part | ||
| 4815 | 2025.01.27 09:34:30.668101 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_36_7} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.01.27 09:34:30.668276 [ 273 ] {0fda32da-6301-4519-9593-313fa62df8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4817 | 2025.01.27 09:34:30.668483 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 4818 | 2025.01.27 09:34:30.668524 [ 273 ] {0fda32da-6301-4519-9593-313fa62df8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4819 | 2025.01.27 09:34:30.668553 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_36_7} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4820 | 2025.01.27 09:34:30.668969 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4821 | 2025.01.27 09:34:30.669068 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 4822 | 2025.01.27 09:34:30.669434 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 4823 | 2025.01.27 09:34:30.669818 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 956 rows starting from the beginning of the part | ||
| 4824 | 2025.01.27 09:34:30.670057 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 4825 | 2025.01.27 09:34:30.670957 [ 273 ] {0fda32da-6301-4519-9593-313fa62df8b6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4826 | 2025.01.27 09:34:30.671020 [ 273 ] {0fda32da-6301-4519-9593-313fa62df8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4827 | 2025.01.27 09:34:30.671654 [ 273 ] {0fda32da-6301-4519-9593-313fa62df8b6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4828 | 2025.01.27 09:34:30.672072 [ 273 ] {0fda32da-6301-4519-9593-313fa62df8b6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4829 | 2025.01.27 09:34:30.672415 [ 64 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4830 | 2025.01.27 09:34:30.672557 [ 64 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2025.01.27 09:34:30.672649 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4832 | 2025.01.27 09:34:30.672776 [ 273 ] {0fda32da-6301-4519-9593-313fa62df8b6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004659 sec., 10302.6400515132 rows/sec., 710.99 KiB/sec. | ||
| 4833 | 2025.01.27 09:34:30.673386 [ 273 ] {0fda32da-6301-4519-9593-313fa62df8b6} <Debug> TCPHandler: Processed in 0.005726763 sec. | ||
| 4834 | 2025.01.27 09:34:30.673436 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4835 | 2025.01.27 09:34:30.674160 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4836 | 2025.01.27 09:34:30.674197 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1894 rows starting from the beginning of the part | ||
| 4837 | 2025.01.27 09:34:30.674276 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4838 | 2025.01.27 09:34:30.674429 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4839 | 2025.01.27 09:34:30.674511 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4840 | 2025.01.27 09:34:30.674569 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4841 | 2025.01.27 09:34:30.674948 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 4842 | 2025.01.27 09:34:30.676753 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11793 rows, containing 5 columns (5 merged, 0 gathered) in 0.009615983 sec., 1226395.678944108 rows/sec., 82.73 MiB/sec. | ||
| 4843 | 2025.01.27 09:34:30.677207 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4844 | 2025.01.27 09:34:30.677262 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 4 columns (4 merged, 0 gathered) in 0.004446673 sec., 489804.39982881583 rows/sec., 31.94 MiB/sec. | ||
| 4845 | 2025.01.27 09:34:30.677672 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4846 | 2025.01.27 09:34:30.677699 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4847 | 2025.01.27 09:34:30.677877 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4848 | 2025.01.27 09:34:30.678049 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4849 | 2025.01.27 09:34:30.678227 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_36_7} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4850 | 2025.01.27 09:34:30.678313 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_36_7} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4851 | 2025.01.27 09:34:30.678400 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 4852 | 2025.01.27 09:34:32.012871 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4853 | 2025.01.27 09:34:32.013559 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2025.01.27 09:34:32.013605 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4855 | 2025.01.27 09:34:32.014156 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4856 | 2025.01.27 09:34:32.014417 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4857 | 2025.01.27 09:34:32.014645 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4858 | 2025.01.27 09:34:32.700090 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4859 | 2025.01.27 09:34:32.720183 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4860 | 2025.01.27 09:34:32.720228 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4861 | 2025.01.27 09:34:32.728020 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4862 | 2025.01.27 09:34:32.728781 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4863 | 2025.01.27 09:34:32.731331 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4864 | 2025.01.27 09:34:35.653811 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4865 | 2025.01.27 09:34:35.654024 [ 267 ] {b132feb6-390a-45da-92fb-609d84f0b864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4866 | 2025.01.27 09:34:35.654105 [ 267 ] {b132feb6-390a-45da-92fb-609d84f0b864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4867 | 2025.01.27 09:34:35.654886 [ 267 ] {b132feb6-390a-45da-92fb-609d84f0b864} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4868 | 2025.01.27 09:34:35.654929 [ 267 ] {b132feb6-390a-45da-92fb-609d84f0b864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4869 | 2025.01.27 09:34:35.655363 [ 267 ] {b132feb6-390a-45da-92fb-609d84f0b864} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4870 | 2025.01.27 09:34:35.655619 [ 267 ] {b132feb6-390a-45da-92fb-609d84f0b864} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4871 | 2025.01.27 09:34:35.655855 [ 267 ] {b132feb6-390a-45da-92fb-609d84f0b864} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001885 sec., 29708.222811671087 rows/sec., 2.27 MiB/sec. | ||
| 4872 | 2025.01.27 09:34:35.656037 [ 267 ] {b132feb6-390a-45da-92fb-609d84f0b864} <Debug> TCPHandler: Processed in 0.002369615 sec. | ||
| 4873 | 2025.01.27 09:34:35.656361 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4874 | 2025.01.27 09:34:35.656576 [ 273 ] {e307bab7-25e1-416c-82e4-08c795f9fe37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4875 | 2025.01.27 09:34:35.656660 [ 273 ] {e307bab7-25e1-416c-82e4-08c795f9fe37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4876 | 2025.01.27 09:34:35.657498 [ 273 ] {e307bab7-25e1-416c-82e4-08c795f9fe37} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4877 | 2025.01.27 09:34:35.657549 [ 273 ] {e307bab7-25e1-416c-82e4-08c795f9fe37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4878 | 2025.01.27 09:34:35.658001 [ 273 ] {e307bab7-25e1-416c-82e4-08c795f9fe37} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4879 | 2025.01.27 09:34:35.658278 [ 273 ] {e307bab7-25e1-416c-82e4-08c795f9fe37} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4880 | 2025.01.27 09:34:35.658539 [ 273 ] {e307bab7-25e1-416c-82e4-08c795f9fe37} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002019 sec., 31698.860822189203 rows/sec., 2.47 MiB/sec. | ||
| 4881 | 2025.01.27 09:34:35.658736 [ 273 ] {e307bab7-25e1-416c-82e4-08c795f9fe37} <Debug> TCPHandler: Processed in 0.002546829 sec. | ||
| 4882 | 2025.01.27 09:34:35.658993 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4883 | 2025.01.27 09:34:35.659133 [ 267 ] {eccd89a3-bfed-46a7-8cc4-87227dcd71db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4884 | 2025.01.27 09:34:35.659197 [ 267 ] {eccd89a3-bfed-46a7-8cc4-87227dcd71db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4885 | 2025.01.27 09:34:35.659793 [ 267 ] {eccd89a3-bfed-46a7-8cc4-87227dcd71db} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4886 | 2025.01.27 09:34:35.659831 [ 267 ] {eccd89a3-bfed-46a7-8cc4-87227dcd71db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4887 | 2025.01.27 09:34:35.660227 [ 267 ] {eccd89a3-bfed-46a7-8cc4-87227dcd71db} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4888 | 2025.01.27 09:34:35.660469 [ 267 ] {eccd89a3-bfed-46a7-8cc4-87227dcd71db} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4889 | 2025.01.27 09:34:35.660660 [ 267 ] {eccd89a3-bfed-46a7-8cc4-87227dcd71db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
| 4890 | 2025.01.27 09:34:35.660785 [ 267 ] {eccd89a3-bfed-46a7-8cc4-87227dcd71db} <Debug> TCPHandler: Processed in 0.001927685 sec. | ||
| 4891 | 2025.01.27 09:34:35.660954 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4892 | 2025.01.27 09:34:35.661074 [ 273 ] {df337cd2-bd50-4add-8a3a-0ac36e9968d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4893 | 2025.01.27 09:34:35.661128 [ 273 ] {df337cd2-bd50-4add-8a3a-0ac36e9968d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4894 | 2025.01.27 09:34:35.661625 [ 273 ] {df337cd2-bd50-4add-8a3a-0ac36e9968d7} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4895 | 2025.01.27 09:34:35.661666 [ 273 ] {df337cd2-bd50-4add-8a3a-0ac36e9968d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4896 | 2025.01.27 09:34:35.662054 [ 273 ] {df337cd2-bd50-4add-8a3a-0ac36e9968d7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4897 | 2025.01.27 09:34:35.662304 [ 273 ] {df337cd2-bd50-4add-8a3a-0ac36e9968d7} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4898 | 2025.01.27 09:34:35.662510 [ 273 ] {df337cd2-bd50-4add-8a3a-0ac36e9968d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
| 4899 | 2025.01.27 09:34:35.662561 [ 273 ] {df337cd2-bd50-4add-8a3a-0ac36e9968d7} <Debug> TCPHandler: Processed in 0.001666319 sec. | ||
| 4900 | 2025.01.27 09:34:36.668202 [ 57 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4901 | 2025.01.27 09:34:36.668265 [ 57 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2025.01.27 09:34:36.668287 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4903 | 2025.01.27 09:34:36.668500 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 4904 | 2025.01.27 09:34:36.668692 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4905 | 2025.01.27 09:34:36.668732 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 4906 | 2025.01.27 09:34:36.668818 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 4907 | 2025.01.27 09:34:36.669027 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 4908 | 2025.01.27 09:34:36.669239 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 4909 | 2025.01.27 09:34:36.669353 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 4910 | 2025.01.27 09:34:36.670299 [ 201 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001936055 sec., 46486.28267275465 rows/sec., 2.37 MiB/sec. | ||
| 4911 | 2025.01.27 09:34:36.670510 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4912 | 2025.01.27 09:34:36.670896 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_15_3} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4913 | 2025.01.27 09:34:36.670988 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_15_3} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4914 | 2025.01.27 09:34:36.671093 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4915 | 2025.01.27 09:34:37.037102 [ 57 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4916 | 2025.01.27 09:34:37.037164 [ 57 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4917 | 2025.01.27 09:34:37.037188 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4918 | 2025.01.27 09:34:37.037420 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 4919 | 2025.01.27 09:34:37.037609 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4920 | 2025.01.27 09:34:37.037647 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 4921 | 2025.01.27 09:34:37.037730 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 4922 | 2025.01.27 09:34:37.037862 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 4923 | 2025.01.27 09:34:37.037961 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 4924 | 2025.01.27 09:34:37.038048 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 4925 | 2025.01.27 09:34:37.039117 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001848393 sec., 407921.9083820378 rows/sec., 29.20 MiB/sec. | ||
| 4926 | 2025.01.27 09:34:37.039332 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4927 | 2025.01.27 09:34:37.039703 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_15_3} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4928 | 2025.01.27 09:34:37.039791 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_15_3} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4929 | 2025.01.27 09:34:37.039897 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4930 | 2025.01.27 09:34:37.485155 [ 57 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4931 | 2025.01.27 09:34:37.485277 [ 57 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4932 | 2025.01.27 09:34:37.485320 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4933 | 2025.01.27 09:34:37.485665 [ 187 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 4934 | 2025.01.27 09:34:37.485920 [ 187 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4935 | 2025.01.27 09:34:37.485987 [ 187 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 59 rows starting from the beginning of the part | ||
| 4936 | 2025.01.27 09:34:37.486149 [ 187 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 61 rows starting from the beginning of the part | ||
| 4937 | 2025.01.27 09:34:37.486370 [ 187 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 45 rows starting from the beginning of the part | ||
| 4938 | 2025.01.27 09:34:37.486593 [ 187 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 4939 | 2025.01.27 09:34:37.486688 [ 187 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 4940 | 2025.01.27 09:34:37.487819 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 259 rows, containing 5 columns (5 merged, 0 gathered) in 0.002384586 sec., 108614.24163355818 rows/sec., 8.18 MiB/sec. | ||
| 4941 | 2025.01.27 09:34:37.488016 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4942 | 2025.01.27 09:34:37.488360 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_15_3} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4943 | 2025.01.27 09:34:37.488447 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_15_3} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4944 | 2025.01.27 09:34:37.488548 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4945 | 2025.01.27 09:34:39.396423 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4946 | 2025.01.27 09:34:39.396475 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4947 | 2025.01.27 09:34:39.515738 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4948 | 2025.01.27 09:34:39.516404 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4949 | 2025.01.27 09:34:39.516462 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4950 | 2025.01.27 09:34:39.517060 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4951 | 2025.01.27 09:34:39.517325 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2025.01.27 09:34:39.517600 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4953 | 2025.01.27 09:34:39.562264 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 700 | ||
| 4954 | 2025.01.27 09:34:39.565012 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2025.01.27 09:34:39.565058 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4956 | 2025.01.27 09:34:39.566514 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4957 | 2025.01.27 09:34:39.566823 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2025.01.27 09:34:39.567578 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 700 | ||
| 4959 | 2025.01.27 09:34:40.232389 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4960 | 2025.01.27 09:34:40.253828 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4961 | 2025.01.27 09:34:40.253892 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4962 | 2025.01.27 09:34:40.261451 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4963 | 2025.01.27 09:34:40.262264 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4964 | 2025.01.27 09:34:40.265396 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4965 | 2025.01.27 09:34:40.660680 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4966 | 2025.01.27 09:34:40.660870 [ 267 ] {6936efc8-7deb-4f58-b58c-3196b167b99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4967 | 2025.01.27 09:34:40.660945 [ 267 ] {6936efc8-7deb-4f58-b58c-3196b167b99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4968 | 2025.01.27 09:34:40.661725 [ 267 ] {6936efc8-7deb-4f58-b58c-3196b167b99f} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4969 | 2025.01.27 09:34:40.661773 [ 267 ] {6936efc8-7deb-4f58-b58c-3196b167b99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4970 | 2025.01.27 09:34:40.662211 [ 267 ] {6936efc8-7deb-4f58-b58c-3196b167b99f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4971 | 2025.01.27 09:34:40.662468 [ 267 ] {6936efc8-7deb-4f58-b58c-3196b167b99f} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4972 | 2025.01.27 09:34:40.662735 [ 267 ] {6936efc8-7deb-4f58-b58c-3196b167b99f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 4973 | 2025.01.27 09:34:40.662949 [ 267 ] {6936efc8-7deb-4f58-b58c-3196b167b99f} <Debug> TCPHandler: Processed in 0.002399746 sec. | ||
| 4974 | 2025.01.27 09:34:40.663241 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4975 | 2025.01.27 09:34:40.663436 [ 273 ] {f92aefda-9978-498a-be2a-a485a9f26daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4976 | 2025.01.27 09:34:40.663512 [ 273 ] {f92aefda-9978-498a-be2a-a485a9f26daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4977 | 2025.01.27 09:34:40.664432 [ 273 ] {f92aefda-9978-498a-be2a-a485a9f26daf} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4978 | 2025.01.27 09:34:40.664491 [ 273 ] {f92aefda-9978-498a-be2a-a485a9f26daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4979 | 2025.01.27 09:34:40.664962 [ 273 ] {f92aefda-9978-498a-be2a-a485a9f26daf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4980 | 2025.01.27 09:34:40.665238 [ 273 ] {f92aefda-9978-498a-be2a-a485a9f26daf} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4981 | 2025.01.27 09:34:40.665475 [ 273 ] {f92aefda-9978-498a-be2a-a485a9f26daf} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002094 sec., 134192.93218720154 rows/sec., 11.84 MiB/sec. | ||
| 4982 | 2025.01.27 09:34:40.665541 [ 273 ] {f92aefda-9978-498a-be2a-a485a9f26daf} <Debug> TCPHandler: Processed in 0.002433716 sec. | ||
| 4983 | 2025.01.27 09:34:40.665768 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4984 | 2025.01.27 09:34:40.665904 [ 267 ] {619f1c67-3577-4068-a8ac-bef87aa3699c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4985 | 2025.01.27 09:34:40.665973 [ 267 ] {619f1c67-3577-4068-a8ac-bef87aa3699c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4986 | 2025.01.27 09:34:40.666604 [ 267 ] {619f1c67-3577-4068-a8ac-bef87aa3699c} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4987 | 2025.01.27 09:34:40.666646 [ 267 ] {619f1c67-3577-4068-a8ac-bef87aa3699c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4988 | 2025.01.27 09:34:40.667000 [ 267 ] {619f1c67-3577-4068-a8ac-bef87aa3699c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4989 | 2025.01.27 09:34:40.667239 [ 267 ] {619f1c67-3577-4068-a8ac-bef87aa3699c} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4990 | 2025.01.27 09:34:40.667445 [ 267 ] {619f1c67-3577-4068-a8ac-bef87aa3699c} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001576 sec., 29187.81725888325 rows/sec., 2.10 MiB/sec. | ||
| 4991 | 2025.01.27 09:34:40.667499 [ 267 ] {619f1c67-3577-4068-a8ac-bef87aa3699c} <Debug> TCPHandler: Processed in 0.001787382 sec. | ||
| 4992 | 2025.01.27 09:34:40.667663 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4993 | 2025.01.27 09:34:40.667784 [ 273 ] {158cef9d-e2d5-4efc-8378-efa22862752c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4994 | 2025.01.27 09:34:40.667836 [ 273 ] {158cef9d-e2d5-4efc-8378-efa22862752c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4995 | 2025.01.27 09:34:40.668418 [ 273 ] {158cef9d-e2d5-4efc-8378-efa22862752c} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2025.01.27 09:34:40.668457 [ 273 ] {158cef9d-e2d5-4efc-8378-efa22862752c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4997 | 2025.01.27 09:34:40.668816 [ 273 ] {158cef9d-e2d5-4efc-8378-efa22862752c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4998 | 2025.01.27 09:34:40.669096 [ 273 ] {158cef9d-e2d5-4efc-8378-efa22862752c} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2025.01.27 09:34:40.669524 [ 273 ] {158cef9d-e2d5-4efc-8378-efa22862752c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001766 sec., 7927.5198187995475 rows/sec., 555.19 KiB/sec. | ||
| 5000 | 2025.01.27 09:34:40.669580 [ 273 ] {158cef9d-e2d5-4efc-8378-efa22862752c} <Debug> TCPHandler: Processed in 0.001977986 sec. | ||
| 5001 | 2025.01.27 09:34:40.669765 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5002 | 2025.01.27 09:34:40.669905 [ 267 ] {bda3aba2-67bb-4660-8f0f-c9235eaf7ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5003 | 2025.01.27 09:34:40.669961 [ 267 ] {bda3aba2-67bb-4660-8f0f-c9235eaf7ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5004 | 2025.01.27 09:34:40.670600 [ 267 ] {bda3aba2-67bb-4660-8f0f-c9235eaf7ba2} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5005 | 2025.01.27 09:34:40.670638 [ 267 ] {bda3aba2-67bb-4660-8f0f-c9235eaf7ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5006 | 2025.01.27 09:34:40.670993 [ 267 ] {bda3aba2-67bb-4660-8f0f-c9235eaf7ba2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5007 | 2025.01.27 09:34:40.671248 [ 267 ] {bda3aba2-67bb-4660-8f0f-c9235eaf7ba2} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5008 | 2025.01.27 09:34:40.671445 [ 267 ] {bda3aba2-67bb-4660-8f0f-c9235eaf7ba2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001561 sec., 8327.994875080076 rows/sec., 519.25 KiB/sec. | ||
| 5009 | 2025.01.27 09:34:40.671617 [ 267 ] {bda3aba2-67bb-4660-8f0f-c9235eaf7ba2} <Debug> TCPHandler: Processed in 0.001933415 sec. | ||
| 5010 | 2025.01.27 09:34:40.671795 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5011 | 2025.01.27 09:34:40.671913 [ 273 ] {2362525a-2b6a-4173-9790-b954c01cede4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5012 | 2025.01.27 09:34:40.671963 [ 273 ] {2362525a-2b6a-4173-9790-b954c01cede4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5013 | 2025.01.27 09:34:40.672752 [ 273 ] {2362525a-2b6a-4173-9790-b954c01cede4} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5014 | 2025.01.27 09:34:40.672792 [ 273 ] {2362525a-2b6a-4173-9790-b954c01cede4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5015 | 2025.01.27 09:34:40.673188 [ 273 ] {2362525a-2b6a-4173-9790-b954c01cede4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5016 | 2025.01.27 09:34:40.673434 [ 273 ] {2362525a-2b6a-4173-9790-b954c01cede4} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5017 | 2025.01.27 09:34:40.673692 [ 273 ] {2362525a-2b6a-4173-9790-b954c01cede4} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001792 sec., 234933.0357142857 rows/sec., 16.79 MiB/sec. | ||
| 5018 | 2025.01.27 09:34:40.673886 [ 273 ] {2362525a-2b6a-4173-9790-b954c01cede4} <Debug> TCPHandler: Processed in 0.00216041 sec. | ||
| 5019 | 2025.01.27 09:34:40.674100 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5020 | 2025.01.27 09:34:40.674237 [ 267 ] {d273bbba-fd29-4434-bdab-9156f8758a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5021 | 2025.01.27 09:34:40.674295 [ 267 ] {d273bbba-fd29-4434-bdab-9156f8758a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5022 | 2025.01.27 09:34:40.674761 [ 267 ] {d273bbba-fd29-4434-bdab-9156f8758a3c} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5023 | 2025.01.27 09:34:40.674798 [ 267 ] {d273bbba-fd29-4434-bdab-9156f8758a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5024 | 2025.01.27 09:34:40.675163 [ 267 ] {d273bbba-fd29-4434-bdab-9156f8758a3c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5025 | 2025.01.27 09:34:40.675400 [ 267 ] {d273bbba-fd29-4434-bdab-9156f8758a3c} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5026 | 2025.01.27 09:34:40.675668 [ 267 ] {d273bbba-fd29-4434-bdab-9156f8758a3c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec. | ||
| 5027 | 2025.01.27 09:34:40.675805 [ 267 ] {d273bbba-fd29-4434-bdab-9156f8758a3c} <Debug> TCPHandler: Processed in 0.001819823 sec. | ||
| 5028 | 2025.01.27 09:34:40.675969 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5029 | 2025.01.27 09:34:40.676112 [ 273 ] {97bf4fe8-7826-4231-93f6-491a4e634b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5030 | 2025.01.27 09:34:40.676175 [ 273 ] {97bf4fe8-7826-4231-93f6-491a4e634b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5031 | 2025.01.27 09:34:40.676814 [ 273 ] {97bf4fe8-7826-4231-93f6-491a4e634b82} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5032 | 2025.01.27 09:34:40.676853 [ 273 ] {97bf4fe8-7826-4231-93f6-491a4e634b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5033 | 2025.01.27 09:34:40.677252 [ 273 ] {97bf4fe8-7826-4231-93f6-491a4e634b82} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5034 | 2025.01.27 09:34:40.677495 [ 273 ] {97bf4fe8-7826-4231-93f6-491a4e634b82} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5035 | 2025.01.27 09:34:40.677759 [ 273 ] {97bf4fe8-7826-4231-93f6-491a4e634b82} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001673 sec., 141661.68559473997 rows/sec., 9.50 MiB/sec. | ||
| 5036 | 2025.01.27 09:34:40.677939 [ 273 ] {97bf4fe8-7826-4231-93f6-491a4e634b82} <Debug> TCPHandler: Processed in 0.002033387 sec. | ||
| 5037 | 2025.01.27 09:34:40.678204 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5038 | 2025.01.27 09:34:40.678412 [ 267 ] {2c2cbafd-ed73-48c6-9bdd-eb8165f03d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5039 | 2025.01.27 09:34:40.678465 [ 267 ] {2c2cbafd-ed73-48c6-9bdd-eb8165f03d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5040 | 2025.01.27 09:34:40.678907 [ 267 ] {2c2cbafd-ed73-48c6-9bdd-eb8165f03d8d} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5041 | 2025.01.27 09:34:40.678944 [ 267 ] {2c2cbafd-ed73-48c6-9bdd-eb8165f03d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5042 | 2025.01.27 09:34:40.679300 [ 267 ] {2c2cbafd-ed73-48c6-9bdd-eb8165f03d8d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5043 | 2025.01.27 09:34:40.679536 [ 267 ] {2c2cbafd-ed73-48c6-9bdd-eb8165f03d8d} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5044 | 2025.01.27 09:34:40.679765 [ 267 ] {2c2cbafd-ed73-48c6-9bdd-eb8165f03d8d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec. | ||
| 5045 | 2025.01.27 09:34:40.679956 [ 267 ] {2c2cbafd-ed73-48c6-9bdd-eb8165f03d8d} <Debug> TCPHandler: Processed in 0.001901864 sec. | ||
| 5046 | 2025.01.27 09:34:40.680103 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5047 | 2025.01.27 09:34:40.680221 [ 273 ] {d19d9c65-e001-4830-a459-95050de767f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5048 | 2025.01.27 09:34:40.680302 [ 273 ] {d19d9c65-e001-4830-a459-95050de767f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5049 | 2025.01.27 09:34:40.681496 [ 273 ] {d19d9c65-e001-4830-a459-95050de767f6} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5050 | 2025.01.27 09:34:40.681537 [ 273 ] {d19d9c65-e001-4830-a459-95050de767f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5051 | 2025.01.27 09:34:40.682197 [ 273 ] {d19d9c65-e001-4830-a459-95050de767f6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5052 | 2025.01.27 09:34:40.682488 [ 273 ] {d19d9c65-e001-4830-a459-95050de767f6} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5053 | 2025.01.27 09:34:40.682692 [ 49 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5054 | 2025.01.27 09:34:40.682769 [ 273 ] {d19d9c65-e001-4830-a459-95050de767f6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002562 sec., 15222.482435597189 rows/sec., 27.28 MiB/sec. | ||
| 5055 | 2025.01.27 09:34:40.682786 [ 49 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5056 | 2025.01.27 09:34:40.682878 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 5057 | 2025.01.27 09:34:40.683128 [ 273 ] {d19d9c65-e001-4830-a459-95050de767f6} <Debug> TCPHandler: Processed in 0.003073161 sec. | ||
| 5058 | 2025.01.27 09:34:40.683405 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 5059 | 2025.01.27 09:34:40.683467 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5060 | 2025.01.27 09:34:40.683761 [ 267 ] {45522c05-66d7-4624-b62a-625bc2d44961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5061 | 2025.01.27 09:34:40.683892 [ 267 ] {45522c05-66d7-4624-b62a-625bc2d44961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5062 | 2025.01.27 09:34:40.684244 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5063 | 2025.01.27 09:34:40.684515 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 319 rows starting from the beginning of the part | ||
| 5064 | 2025.01.27 09:34:40.685173 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 38 rows starting from the beginning of the part | ||
| 5065 | 2025.01.27 09:34:40.685839 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part | ||
| 5066 | 2025.01.27 09:34:40.686348 [ 267 ] {45522c05-66d7-4624-b62a-625bc2d44961} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5067 | 2025.01.27 09:34:40.686516 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 5068 | 2025.01.27 09:34:40.686527 [ 267 ] {45522c05-66d7-4624-b62a-625bc2d44961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5069 | 2025.01.27 09:34:40.687119 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 5070 | 2025.01.27 09:34:40.687835 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 5071 | 2025.01.27 09:34:40.688187 [ 267 ] {45522c05-66d7-4624-b62a-625bc2d44961} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5072 | 2025.01.27 09:34:40.688932 [ 267 ] {45522c05-66d7-4624-b62a-625bc2d44961} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5073 | 2025.01.27 09:34:40.690691 [ 267 ] {45522c05-66d7-4624-b62a-625bc2d44961} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006524 sec., 12568.976088289392 rows/sec., 817.44 KiB/sec. | ||
| 5074 | 2025.01.27 09:34:40.690926 [ 267 ] {45522c05-66d7-4624-b62a-625bc2d44961} <Debug> TCPHandler: Processed in 0.007689579 sec. | ||
| 5075 | 2025.01.27 09:34:40.694403 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 19 columns (19 merged, 0 gathered) in 0.011302923 sec., 45298.01715892429 rows/sec., 81.17 MiB/sec. | ||
| 5076 | 2025.01.27 09:34:40.694947 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5077 | 2025.01.27 09:34:40.695362 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2025.01.27 09:34:40.695443 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5079 | 2025.01.27 09:34:40.695578 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 5080 | 2025.01.27 09:34:45.654456 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5081 | 2025.01.27 09:34:45.654685 [ 267 ] {2776e864-cacf-42f3-9996-1b880b3c835d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5082 | 2025.01.27 09:34:45.654767 [ 267 ] {2776e864-cacf-42f3-9996-1b880b3c835d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5083 | 2025.01.27 09:34:45.655635 [ 267 ] {2776e864-cacf-42f3-9996-1b880b3c835d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5084 | 2025.01.27 09:34:45.655681 [ 267 ] {2776e864-cacf-42f3-9996-1b880b3c835d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5085 | 2025.01.27 09:34:45.656119 [ 267 ] {2776e864-cacf-42f3-9996-1b880b3c835d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5086 | 2025.01.27 09:34:45.656373 [ 267 ] {2776e864-cacf-42f3-9996-1b880b3c835d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5087 | 2025.01.27 09:34:45.656617 [ 267 ] {2776e864-cacf-42f3-9996-1b880b3c835d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.15 MiB/sec. | ||
| 5088 | 2025.01.27 09:34:45.656713 [ 267 ] {2776e864-cacf-42f3-9996-1b880b3c835d} <Debug> TCPHandler: Processed in 0.002396245 sec. | ||
| 5089 | 2025.01.27 09:34:45.656984 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5090 | 2025.01.27 09:34:45.657198 [ 273 ] {00c487ff-26f8-4921-bf57-7d83f8ce850b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5091 | 2025.01.27 09:34:45.657280 [ 273 ] {00c487ff-26f8-4921-bf57-7d83f8ce850b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5092 | 2025.01.27 09:34:45.658074 [ 273 ] {00c487ff-26f8-4921-bf57-7d83f8ce850b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5093 | 2025.01.27 09:34:45.658119 [ 273 ] {00c487ff-26f8-4921-bf57-7d83f8ce850b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5094 | 2025.01.27 09:34:45.658561 [ 273 ] {00c487ff-26f8-4921-bf57-7d83f8ce850b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5095 | 2025.01.27 09:34:45.658818 [ 273 ] {00c487ff-26f8-4921-bf57-7d83f8ce850b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5096 | 2025.01.27 09:34:45.659066 [ 273 ] {00c487ff-26f8-4921-bf57-7d83f8ce850b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001929 sec., 33177.81233799896 rows/sec., 2.59 MiB/sec. | ||
| 5097 | 2025.01.27 09:34:45.659125 [ 273 ] {00c487ff-26f8-4921-bf57-7d83f8ce850b} <Debug> TCPHandler: Processed in 0.002279182 sec. | ||
| 5098 | 2025.01.27 09:34:45.659287 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5099 | 2025.01.27 09:34:45.659426 [ 267 ] {01e63b85-e02a-4ee8-a0dc-54939fd89ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5100 | 2025.01.27 09:34:45.659490 [ 267 ] {01e63b85-e02a-4ee8-a0dc-54939fd89ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5101 | 2025.01.27 09:34:45.660153 [ 267 ] {01e63b85-e02a-4ee8-a0dc-54939fd89ee0} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5102 | 2025.01.27 09:34:45.660200 [ 267 ] {01e63b85-e02a-4ee8-a0dc-54939fd89ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5103 | 2025.01.27 09:34:45.660639 [ 267 ] {01e63b85-e02a-4ee8-a0dc-54939fd89ee0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5104 | 2025.01.27 09:34:45.660876 [ 267 ] {01e63b85-e02a-4ee8-a0dc-54939fd89ee0} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5105 | 2025.01.27 09:34:45.661090 [ 267 ] {01e63b85-e02a-4ee8-a0dc-54939fd89ee0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec. | ||
| 5106 | 2025.01.27 09:34:45.661142 [ 267 ] {01e63b85-e02a-4ee8-a0dc-54939fd89ee0} <Debug> TCPHandler: Processed in 0.001921974 sec. | ||
| 5107 | 2025.01.27 09:34:45.661272 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5108 | 2025.01.27 09:34:45.661391 [ 273 ] {cabadd85-bf4e-4821-80f3-05f93e4ebc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5109 | 2025.01.27 09:34:45.661445 [ 273 ] {cabadd85-bf4e-4821-80f3-05f93e4ebc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5110 | 2025.01.27 09:34:45.661967 [ 273 ] {cabadd85-bf4e-4821-80f3-05f93e4ebc54} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5111 | 2025.01.27 09:34:45.662007 [ 273 ] {cabadd85-bf4e-4821-80f3-05f93e4ebc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5112 | 2025.01.27 09:34:45.662389 [ 273 ] {cabadd85-bf4e-4821-80f3-05f93e4ebc54} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5113 | 2025.01.27 09:34:45.662630 [ 273 ] {cabadd85-bf4e-4821-80f3-05f93e4ebc54} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5114 | 2025.01.27 09:34:45.662863 [ 273 ] {cabadd85-bf4e-4821-80f3-05f93e4ebc54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. | ||
| 5115 | 2025.01.27 09:34:45.662934 [ 273 ] {cabadd85-bf4e-4821-80f3-05f93e4ebc54} <Debug> TCPHandler: Processed in 0.00171829 sec. | ||
| 5116 | 2025.01.27 09:34:47.018683 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5117 | 2025.01.27 09:34:47.019395 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5118 | 2025.01.27 09:34:47.019445 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5119 | 2025.01.27 09:34:47.020002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5120 | 2025.01.27 09:34:47.020262 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5121 | 2025.01.27 09:34:47.020561 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5122 | 2025.01.27 09:34:47.766425 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5123 | 2025.01.27 09:34:47.787567 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5124 | 2025.01.27 09:34:47.787619 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5125 | 2025.01.27 09:34:47.795051 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5126 | 2025.01.27 09:34:47.795829 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2025.01.27 09:34:47.799435 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5128 | 2025.01.27 09:34:49.568659 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 730 | ||
| 5129 | 2025.01.27 09:34:49.571727 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5130 | 2025.01.27 09:34:49.571787 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5131 | 2025.01.27 09:34:49.573392 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5132 | 2025.01.27 09:34:49.573716 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5133 | 2025.01.27 09:34:49.575058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 730 | ||
| 5134 | 2025.01.27 09:34:50.660661 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5135 | 2025.01.27 09:34:50.660861 [ 267 ] {3446f147-d801-4e5d-8ca4-f9510b0183d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5136 | 2025.01.27 09:34:50.660936 [ 267 ] {3446f147-d801-4e5d-8ca4-f9510b0183d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5137 | 2025.01.27 09:34:50.661700 [ 267 ] {3446f147-d801-4e5d-8ca4-f9510b0183d3} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5138 | 2025.01.27 09:34:50.661753 [ 267 ] {3446f147-d801-4e5d-8ca4-f9510b0183d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5139 | 2025.01.27 09:34:50.662188 [ 267 ] {3446f147-d801-4e5d-8ca4-f9510b0183d3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5140 | 2025.01.27 09:34:50.662441 [ 267 ] {3446f147-d801-4e5d-8ca4-f9510b0183d3} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5141 | 2025.01.27 09:34:50.662633 [ 39 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5142 | 2025.01.27 09:34:50.662699 [ 267 ] {3446f147-d801-4e5d-8ca4-f9510b0183d3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec. | ||
| 5143 | 2025.01.27 09:34:50.662713 [ 39 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5144 | 2025.01.27 09:34:50.662789 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5145 | 2025.01.27 09:34:50.662838 [ 267 ] {3446f147-d801-4e5d-8ca4-f9510b0183d3} <Debug> TCPHandler: Processed in 0.002313764 sec. | ||
| 5146 | 2025.01.27 09:34:50.663067 [ 192 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 5147 | 2025.01.27 09:34:50.663146 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5148 | 2025.01.27 09:34:50.663261 [ 192 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5149 | 2025.01.27 09:34:50.663337 [ 192 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 5150 | 2025.01.27 09:34:50.663414 [ 273 ] {e8a5fd74-cbe8-45b6-b1c4-cae3528d5b32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5151 | 2025.01.27 09:34:50.663567 [ 192 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 5152 | 2025.01.27 09:34:50.663584 [ 273 ] {e8a5fd74-cbe8-45b6-b1c4-cae3528d5b32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5153 | 2025.01.27 09:34:50.663943 [ 192 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 5154 | 2025.01.27 09:34:50.664223 [ 192 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 5155 | 2025.01.27 09:34:50.664569 [ 192 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 5156 | 2025.01.27 09:34:50.666499 [ 273 ] {e8a5fd74-cbe8-45b6-b1c4-cae3528d5b32} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5157 | 2025.01.27 09:34:50.666583 [ 273 ] {e8a5fd74-cbe8-45b6-b1c4-cae3528d5b32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5158 | 2025.01.27 09:34:50.667118 [ 192 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004193177 sec., 16693.7861196892 rows/sec., 1.24 MiB/sec. | ||
| 5159 | 2025.01.27 09:34:50.667450 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5160 | 2025.01.27 09:34:50.667638 [ 273 ] {e8a5fd74-cbe8-45b6-b1c4-cae3528d5b32} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5161 | 2025.01.27 09:34:50.667976 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_17_4} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5162 | 2025.01.27 09:34:50.668177 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_17_4} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5163 | 2025.01.27 09:34:50.668208 [ 273 ] {e8a5fd74-cbe8-45b6-b1c4-cae3528d5b32} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5164 | 2025.01.27 09:34:50.668346 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5165 | 2025.01.27 09:34:50.668523 [ 273 ] {e8a5fd74-cbe8-45b6-b1c4-cae3528d5b32} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.005211 sec., 53924.39071195548 rows/sec., 4.76 MiB/sec. | ||
| 5166 | 2025.01.27 09:34:50.668665 [ 273 ] {e8a5fd74-cbe8-45b6-b1c4-cae3528d5b32} <Debug> TCPHandler: Processed in 0.005685173 sec. | ||
| 5167 | 2025.01.27 09:34:50.668838 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5168 | 2025.01.27 09:34:50.668958 [ 267 ] {b71509f9-4738-4a5e-afab-3eeb7bded2ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5169 | 2025.01.27 09:34:50.669009 [ 267 ] {b71509f9-4738-4a5e-afab-3eeb7bded2ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5170 | 2025.01.27 09:34:50.669636 [ 267 ] {b71509f9-4738-4a5e-afab-3eeb7bded2ab} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5171 | 2025.01.27 09:34:50.669676 [ 267 ] {b71509f9-4738-4a5e-afab-3eeb7bded2ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5172 | 2025.01.27 09:34:50.670043 [ 267 ] {b71509f9-4738-4a5e-afab-3eeb7bded2ab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5173 | 2025.01.27 09:34:50.670295 [ 267 ] {b71509f9-4738-4a5e-afab-3eeb7bded2ab} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5174 | 2025.01.27 09:34:50.670531 [ 267 ] {b71509f9-4738-4a5e-afab-3eeb7bded2ab} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001586 sec., 29003.78310214376 rows/sec., 2.09 MiB/sec. | ||
| 5175 | 2025.01.27 09:34:50.670661 [ 267 ] {b71509f9-4738-4a5e-afab-3eeb7bded2ab} <Debug> TCPHandler: Processed in 0.001879614 sec. | ||
| 5176 | 2025.01.27 09:34:50.670859 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5177 | 2025.01.27 09:34:50.670978 [ 273 ] {fd94363b-8814-42c2-ac05-3b7dc6c84dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5178 | 2025.01.27 09:34:50.671029 [ 273 ] {fd94363b-8814-42c2-ac05-3b7dc6c84dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5179 | 2025.01.27 09:34:50.671609 [ 273 ] {fd94363b-8814-42c2-ac05-3b7dc6c84dc3} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5180 | 2025.01.27 09:34:50.671648 [ 273 ] {fd94363b-8814-42c2-ac05-3b7dc6c84dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5181 | 2025.01.27 09:34:50.672009 [ 273 ] {fd94363b-8814-42c2-ac05-3b7dc6c84dc3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5182 | 2025.01.27 09:34:50.672280 [ 273 ] {fd94363b-8814-42c2-ac05-3b7dc6c84dc3} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5183 | 2025.01.27 09:34:50.672471 [ 273 ] {fd94363b-8814-42c2-ac05-3b7dc6c84dc3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001512 sec., 9259.25925925926 rows/sec., 648.46 KiB/sec. | ||
| 5184 | 2025.01.27 09:34:50.672558 [ 273 ] {fd94363b-8814-42c2-ac05-3b7dc6c84dc3} <Debug> TCPHandler: Processed in 0.001769741 sec. | ||
| 5185 | 2025.01.27 09:34:50.672717 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5186 | 2025.01.27 09:34:50.672834 [ 267 ] {638e0263-7883-4674-b0c4-368064cfa64f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5187 | 2025.01.27 09:34:50.672882 [ 267 ] {638e0263-7883-4674-b0c4-368064cfa64f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5188 | 2025.01.27 09:34:50.673448 [ 267 ] {638e0263-7883-4674-b0c4-368064cfa64f} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5189 | 2025.01.27 09:34:50.673487 [ 267 ] {638e0263-7883-4674-b0c4-368064cfa64f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5190 | 2025.01.27 09:34:50.673836 [ 267 ] {638e0263-7883-4674-b0c4-368064cfa64f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5191 | 2025.01.27 09:34:50.674073 [ 267 ] {638e0263-7883-4674-b0c4-368064cfa64f} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5192 | 2025.01.27 09:34:50.674237 [ 39 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5193 | 2025.01.27 09:34:50.674297 [ 39 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5194 | 2025.01.27 09:34:50.674336 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5195 | 2025.01.27 09:34:50.674333 [ 267 ] {638e0263-7883-4674-b0c4-368064cfa64f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec. | ||
| 5196 | 2025.01.27 09:34:50.674649 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 5197 | 2025.01.27 09:34:50.674809 [ 267 ] {638e0263-7883-4674-b0c4-368064cfa64f} <Debug> TCPHandler: Processed in 0.00214802 sec. | ||
| 5198 | 2025.01.27 09:34:50.674983 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5199 | 2025.01.27 09:34:50.675017 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5200 | 2025.01.27 09:34:50.675028 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 5201 | 2025.01.27 09:34:50.675162 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 5202 | 2025.01.27 09:34:50.675279 [ 273 ] {383e6375-58cf-457e-adfb-05602aadfa9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5203 | 2025.01.27 09:34:50.675561 [ 273 ] {383e6375-58cf-457e-adfb-05602aadfa9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5204 | 2025.01.27 09:34:50.675606 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 5205 | 2025.01.27 09:34:50.675901 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 5206 | 2025.01.27 09:34:50.676198 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 5207 | 2025.01.27 09:34:50.677513 [ 273 ] {383e6375-58cf-457e-adfb-05602aadfa9e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5208 | 2025.01.27 09:34:50.677558 [ 273 ] {383e6375-58cf-457e-adfb-05602aadfa9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5209 | 2025.01.27 09:34:50.677843 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00343578 sec., 18918.55706709976 rows/sec., 1.22 MiB/sec. | ||
| 5210 | 2025.01.27 09:34:50.678082 [ 194 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5211 | 2025.01.27 09:34:50.678195 [ 273 ] {383e6375-58cf-457e-adfb-05602aadfa9e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5212 | 2025.01.27 09:34:50.678644 [ 273 ] {383e6375-58cf-457e-adfb-05602aadfa9e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5213 | 2025.01.27 09:34:50.678646 [ 194 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_17_4} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5214 | 2025.01.27 09:34:50.678884 [ 194 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_17_4} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5215 | 2025.01.27 09:34:50.679107 [ 273 ] {383e6375-58cf-457e-adfb-05602aadfa9e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003922 sec., 107343.19224885262 rows/sec., 7.67 MiB/sec. | ||
| 5216 | 2025.01.27 09:34:50.679203 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5217 | 2025.01.27 09:34:50.679398 [ 273 ] {383e6375-58cf-457e-adfb-05602aadfa9e} <Debug> TCPHandler: Processed in 0.004476724 sec. | ||
| 5218 | 2025.01.27 09:34:50.679591 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5219 | 2025.01.27 09:34:50.679737 [ 267 ] {3a719bbd-ad0c-42a2-8807-f03a9be73cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5220 | 2025.01.27 09:34:50.679797 [ 267 ] {3a719bbd-ad0c-42a2-8807-f03a9be73cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5221 | 2025.01.27 09:34:50.680393 [ 267 ] {3a719bbd-ad0c-42a2-8807-f03a9be73cab} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5222 | 2025.01.27 09:34:50.680439 [ 267 ] {3a719bbd-ad0c-42a2-8807-f03a9be73cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5223 | 2025.01.27 09:34:50.680859 [ 267 ] {3a719bbd-ad0c-42a2-8807-f03a9be73cab} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5224 | 2025.01.27 09:34:50.681104 [ 267 ] {3a719bbd-ad0c-42a2-8807-f03a9be73cab} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5225 | 2025.01.27 09:34:50.681371 [ 267 ] {3a719bbd-ad0c-42a2-8807-f03a9be73cab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001664 sec., 3605.769230769231 rows/sec., 188.39 KiB/sec. | ||
| 5226 | 2025.01.27 09:34:50.681565 [ 267 ] {3a719bbd-ad0c-42a2-8807-f03a9be73cab} <Debug> TCPHandler: Processed in 0.002042047 sec. | ||
| 5227 | 2025.01.27 09:34:50.681737 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5228 | 2025.01.27 09:34:50.681878 [ 273 ] {bf11b179-072b-4f70-8ba1-97801eba781d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5229 | 2025.01.27 09:34:50.681939 [ 273 ] {bf11b179-072b-4f70-8ba1-97801eba781d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5230 | 2025.01.27 09:34:50.682631 [ 273 ] {bf11b179-072b-4f70-8ba1-97801eba781d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5231 | 2025.01.27 09:34:50.682678 [ 273 ] {bf11b179-072b-4f70-8ba1-97801eba781d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5232 | 2025.01.27 09:34:50.683080 [ 273 ] {bf11b179-072b-4f70-8ba1-97801eba781d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5233 | 2025.01.27 09:34:50.683323 [ 273 ] {bf11b179-072b-4f70-8ba1-97801eba781d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5234 | 2025.01.27 09:34:50.683501 [ 273 ] {bf11b179-072b-4f70-8ba1-97801eba781d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001656 sec., 143115.9420289855 rows/sec., 9.59 MiB/sec. | ||
| 5235 | 2025.01.27 09:34:50.683552 [ 273 ] {bf11b179-072b-4f70-8ba1-97801eba781d} <Debug> TCPHandler: Processed in 0.001882253 sec. | ||
| 5236 | 2025.01.27 09:34:50.683691 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5237 | 2025.01.27 09:34:50.683839 [ 267 ] {9b98aa2a-e1c1-499e-8d12-7c5817c79658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5238 | 2025.01.27 09:34:50.683898 [ 267 ] {9b98aa2a-e1c1-499e-8d12-7c5817c79658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5239 | 2025.01.27 09:34:50.684451 [ 267 ] {9b98aa2a-e1c1-499e-8d12-7c5817c79658} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5240 | 2025.01.27 09:34:50.684498 [ 267 ] {9b98aa2a-e1c1-499e-8d12-7c5817c79658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5241 | 2025.01.27 09:34:50.684886 [ 267 ] {9b98aa2a-e1c1-499e-8d12-7c5817c79658} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5242 | 2025.01.27 09:34:50.685135 [ 267 ] {9b98aa2a-e1c1-499e-8d12-7c5817c79658} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5243 | 2025.01.27 09:34:50.685345 [ 267 ] {9b98aa2a-e1c1-499e-8d12-7c5817c79658} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001546 sec., 646.8305304010349 rows/sec., 43.59 KiB/sec. | ||
| 5244 | 2025.01.27 09:34:50.685395 [ 267 ] {9b98aa2a-e1c1-499e-8d12-7c5817c79658} <Debug> TCPHandler: Processed in 0.001759971 sec. | ||
| 5245 | 2025.01.27 09:34:50.685536 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5246 | 2025.01.27 09:34:50.685651 [ 273 ] {373f05c6-0f1e-414c-892b-75204fd79eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5247 | 2025.01.27 09:34:50.685737 [ 273 ] {373f05c6-0f1e-414c-892b-75204fd79eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5248 | 2025.01.27 09:34:50.687056 [ 273 ] {373f05c6-0f1e-414c-892b-75204fd79eff} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5249 | 2025.01.27 09:34:50.687092 [ 273 ] {373f05c6-0f1e-414c-892b-75204fd79eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5250 | 2025.01.27 09:34:50.687739 [ 273 ] {373f05c6-0f1e-414c-892b-75204fd79eff} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5251 | 2025.01.27 09:34:50.687995 [ 273 ] {373f05c6-0f1e-414c-892b-75204fd79eff} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5252 | 2025.01.27 09:34:50.688246 [ 273 ] {373f05c6-0f1e-414c-892b-75204fd79eff} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002618 sec., 14896.867838044309 rows/sec., 26.69 MiB/sec. | ||
| 5253 | 2025.01.27 09:34:50.688645 [ 273 ] {373f05c6-0f1e-414c-892b-75204fd79eff} <Debug> TCPHandler: Processed in 0.003164174 sec. | ||
| 5254 | 2025.01.27 09:34:50.688801 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5255 | 2025.01.27 09:34:50.688938 [ 267 ] {8ef62b35-acb3-4d25-bbe3-07f73f0afabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5256 | 2025.01.27 09:34:50.688997 [ 267 ] {8ef62b35-acb3-4d25-bbe3-07f73f0afabb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5257 | 2025.01.27 09:34:50.689560 [ 267 ] {8ef62b35-acb3-4d25-bbe3-07f73f0afabb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5258 | 2025.01.27 09:34:50.689605 [ 267 ] {8ef62b35-acb3-4d25-bbe3-07f73f0afabb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5259 | 2025.01.27 09:34:50.689987 [ 267 ] {8ef62b35-acb3-4d25-bbe3-07f73f0afabb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5260 | 2025.01.27 09:34:50.690228 [ 267 ] {8ef62b35-acb3-4d25-bbe3-07f73f0afabb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5261 | 2025.01.27 09:34:50.690441 [ 267 ] {8ef62b35-acb3-4d25-bbe3-07f73f0afabb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec. | ||
| 5262 | 2025.01.27 09:34:50.690489 [ 267 ] {8ef62b35-acb3-4d25-bbe3-07f73f0afabb} <Debug> TCPHandler: Processed in 0.001755531 sec. | ||
| 5263 | 2025.01.27 09:34:54.396524 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5264 | 2025.01.27 09:34:54.396608 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5265 | 2025.01.27 09:34:54.521746 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5266 | 2025.01.27 09:34:54.522413 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5267 | 2025.01.27 09:34:54.522453 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5268 | 2025.01.27 09:34:54.522985 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5269 | 2025.01.27 09:34:54.523255 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5270 | 2025.01.27 09:34:54.523469 [ 30 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5271 | 2025.01.27 09:34:54.523504 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5272 | 2025.01.27 09:34:54.523554 [ 30 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2025.01.27 09:34:54.523587 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5274 | 2025.01.27 09:34:54.523802 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 5275 | 2025.01.27 09:34:54.524113 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5276 | 2025.01.27 09:34:54.524161 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5277 | 2025.01.27 09:34:54.524248 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 5278 | 2025.01.27 09:34:54.524336 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 5279 | 2025.01.27 09:34:54.524601 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 5280 | 2025.01.27 09:34:54.524740 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 5281 | 2025.01.27 09:34:54.524887 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 5282 | 2025.01.27 09:34:54.527397 [ 197 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003737707 sec., 3198752.6042035935 rows/sec., 45.76 MiB/sec. | ||
| 5283 | 2025.01.27 09:34:54.527958 [ 197 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5284 | 2025.01.27 09:34:54.528300 [ 197 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5285 | 2025.01.27 09:34:54.528394 [ 197 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_26_5} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5286 | 2025.01.27 09:34:54.528509 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5287 | 2025.01.27 09:34:55.300468 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5288 | 2025.01.27 09:34:55.321722 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5289 | 2025.01.27 09:34:55.321783 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5290 | 2025.01.27 09:34:55.329928 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5291 | 2025.01.27 09:34:55.330682 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5292 | 2025.01.27 09:34:55.331094 [ 30 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5293 | 2025.01.27 09:34:55.331234 [ 30 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5294 | 2025.01.27 09:34:55.331315 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5295 | 2025.01.27 09:34:55.331800 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 5296 | 2025.01.27 09:34:55.346796 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5297 | 2025.01.27 09:34:55.348448 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5298 | 2025.01.27 09:34:55.349736 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 5299 | 2025.01.27 09:34:55.354854 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 5300 | 2025.01.27 09:34:55.360285 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 5301 | 2025.01.27 09:34:55.365850 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 5302 | 2025.01.27 09:34:55.371586 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 5303 | 2025.01.27 09:34:55.376007 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 5304 | 2025.01.27 09:34:55.433992 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.102499602 sec., 1912.202546893792 rows/sec., 9.89 MiB/sec. | ||
| 5305 | 2025.01.27 09:34:55.436553 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5306 | 2025.01.27 09:34:55.439541 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_26_5} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2025.01.27 09:34:55.439661 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_26_5} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5308 | 2025.01.27 09:34:55.442044 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5309 | 2025.01.27 09:34:55.654362 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5310 | 2025.01.27 09:34:55.654551 [ 267 ] {077e4981-d845-4992-b11f-34dd46a94a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5311 | 2025.01.27 09:34:55.654623 [ 267 ] {077e4981-d845-4992-b11f-34dd46a94a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5312 | 2025.01.27 09:34:55.655416 [ 267 ] {077e4981-d845-4992-b11f-34dd46a94a43} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5313 | 2025.01.27 09:34:55.655462 [ 267 ] {077e4981-d845-4992-b11f-34dd46a94a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5314 | 2025.01.27 09:34:55.655915 [ 267 ] {077e4981-d845-4992-b11f-34dd46a94a43} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5315 | 2025.01.27 09:34:55.656179 [ 267 ] {077e4981-d845-4992-b11f-34dd46a94a43} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5316 | 2025.01.27 09:34:55.656399 [ 28 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5317 | 2025.01.27 09:34:55.656463 [ 267 ] {077e4981-d845-4992-b11f-34dd46a94a43} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.19 MiB/sec. | ||
| 5318 | 2025.01.27 09:34:55.656493 [ 28 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5319 | 2025.01.27 09:34:55.656593 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5320 | 2025.01.27 09:34:55.656597 [ 267 ] {077e4981-d845-4992-b11f-34dd46a94a43} <Debug> TCPHandler: Processed in 0.002355574 sec. | ||
| 5321 | 2025.01.27 09:34:55.656909 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 5322 | 2025.01.27 09:34:55.656931 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5323 | 2025.01.27 09:34:55.657295 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5324 | 2025.01.27 09:34:55.657302 [ 273 ] {632dcb07-bcb5-46ef-bfd6-03f4f2950174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5325 | 2025.01.27 09:34:55.657342 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1430 rows starting from the beginning of the part | ||
| 5326 | 2025.01.27 09:34:55.657397 [ 273 ] {632dcb07-bcb5-46ef-bfd6-03f4f2950174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5327 | 2025.01.27 09:34:55.657542 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 5328 | 2025.01.27 09:34:55.657953 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 5329 | 2025.01.27 09:34:55.658179 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 5330 | 2025.01.27 09:34:55.658545 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 5331 | 2025.01.27 09:34:55.658793 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 5332 | 2025.01.27 09:34:55.659671 [ 273 ] {632dcb07-bcb5-46ef-bfd6-03f4f2950174} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5333 | 2025.01.27 09:34:55.659720 [ 273 ] {632dcb07-bcb5-46ef-bfd6-03f4f2950174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5334 | 2025.01.27 09:34:55.660426 [ 273 ] {632dcb07-bcb5-46ef-bfd6-03f4f2950174} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5335 | 2025.01.27 09:34:55.660702 [ 273 ] {632dcb07-bcb5-46ef-bfd6-03f4f2950174} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5336 | 2025.01.27 09:34:55.661054 [ 28 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5337 | 2025.01.27 09:34:55.661248 [ 28 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5338 | 2025.01.27 09:34:55.661322 [ 273 ] {632dcb07-bcb5-46ef-bfd6-03f4f2950174} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004122 sec., 15526.443474041727 rows/sec., 1.21 MiB/sec. | ||
| 5339 | 2025.01.27 09:34:55.661343 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5340 | 2025.01.27 09:34:55.661345 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.004616708 sec., 467865.8472660606 rows/sec., 41.14 MiB/sec. | ||
| 5341 | 2025.01.27 09:34:55.661618 [ 273 ] {632dcb07-bcb5-46ef-bfd6-03f4f2950174} <Debug> TCPHandler: Processed in 0.004847482 sec. | ||
| 5342 | 2025.01.27 09:34:55.661701 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5343 | 2025.01.27 09:34:55.661917 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5344 | 2025.01.27 09:34:55.661932 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5345 | 2025.01.27 09:34:55.661963 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5346 | 2025.01.27 09:34:55.661997 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5347 | 2025.01.27 09:34:55.662323 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5348 | 2025.01.27 09:34:55.662740 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5349 | 2025.01.27 09:34:55.663116 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_41_8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5350 | 2025.01.27 09:34:55.663146 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5351 | 2025.01.27 09:34:55.663083 [ 267 ] {a0e26cb9-c85a-47ab-8441-6e7fa8d087e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5352 | 2025.01.27 09:34:55.663503 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5353 | 2025.01.27 09:34:55.663512 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_41_8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5354 | 2025.01.27 09:34:55.663645 [ 267 ] {a0e26cb9-c85a-47ab-8441-6e7fa8d087e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5355 | 2025.01.27 09:34:55.663864 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5356 | 2025.01.27 09:34:55.663930 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5357 | 2025.01.27 09:34:55.665881 [ 267 ] {a0e26cb9-c85a-47ab-8441-6e7fa8d087e0} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5358 | 2025.01.27 09:34:55.665961 [ 267 ] {a0e26cb9-c85a-47ab-8441-6e7fa8d087e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5359 | 2025.01.27 09:34:55.666798 [ 267 ] {a0e26cb9-c85a-47ab-8441-6e7fa8d087e0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5360 | 2025.01.27 09:34:55.667081 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005534828 sec., 351772.44893608254 rows/sec., 26.92 MiB/sec. | ||
| 5361 | 2025.01.27 09:34:55.667255 [ 267 ] {a0e26cb9-c85a-47ab-8441-6e7fa8d087e0} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5362 | 2025.01.27 09:34:55.667559 [ 28 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5363 | 2025.01.27 09:34:55.667590 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5364 | 2025.01.27 09:34:55.667694 [ 28 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5365 | 2025.01.27 09:34:55.667801 [ 267 ] {a0e26cb9-c85a-47ab-8441-6e7fa8d087e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005186 sec., 30852.29463941381 rows/sec., 2.15 MiB/sec. | ||
| 5366 | 2025.01.27 09:34:55.667829 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5367 | 2025.01.27 09:34:55.668101 [ 267 ] {a0e26cb9-c85a-47ab-8441-6e7fa8d087e0} <Debug> TCPHandler: Processed in 0.006326477 sec. | ||
| 5368 | 2025.01.27 09:34:55.668224 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 5369 | 2025.01.27 09:34:55.668456 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5370 | 2025.01.27 09:34:55.668565 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5371 | 2025.01.27 09:34:55.668568 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_41_8} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2025.01.27 09:34:55.668669 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11793 rows starting from the beginning of the part | ||
| 5373 | 2025.01.27 09:34:55.668927 [ 273 ] {840f3145-90cb-4854-981f-0fe8cd13109b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5374 | 2025.01.27 09:34:55.668973 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_41_8} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5375 | 2025.01.27 09:34:55.669168 [ 273 ] {840f3145-90cb-4854-981f-0fe8cd13109b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5376 | 2025.01.27 09:34:55.669211 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 5377 | 2025.01.27 09:34:55.669364 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5378 | 2025.01.27 09:34:55.669615 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 5379 | 2025.01.27 09:34:55.669951 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 5380 | 2025.01.27 09:34:55.670284 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 5381 | 2025.01.27 09:34:55.670658 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 5382 | 2025.01.27 09:34:55.671838 [ 273 ] {840f3145-90cb-4854-981f-0fe8cd13109b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5383 | 2025.01.27 09:34:55.671921 [ 273 ] {840f3145-90cb-4854-981f-0fe8cd13109b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5384 | 2025.01.27 09:34:55.672614 [ 273 ] {840f3145-90cb-4854-981f-0fe8cd13109b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5385 | 2025.01.27 09:34:55.673034 [ 273 ] {840f3145-90cb-4854-981f-0fe8cd13109b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5386 | 2025.01.27 09:34:55.673263 [ 28 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5387 | 2025.01.27 09:34:55.673370 [ 28 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5388 | 2025.01.27 09:34:55.673457 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5389 | 2025.01.27 09:34:55.673695 [ 273 ] {840f3145-90cb-4854-981f-0fe8cd13109b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004886 sec., 12279.983626688498 rows/sec., 847.45 KiB/sec. | ||
| 5390 | 2025.01.27 09:34:55.674203 [ 273 ] {840f3145-90cb-4854-981f-0fe8cd13109b} <Debug> TCPHandler: Processed in 0.005930858 sec. | ||
| 5391 | 2025.01.27 09:34:55.674518 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5392 | 2025.01.27 09:34:55.675257 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5393 | 2025.01.27 09:34:55.675386 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2178 rows starting from the beginning of the part | ||
| 5394 | 2025.01.27 09:34:55.675800 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5395 | 2025.01.27 09:34:55.676033 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5396 | 2025.01.27 09:34:55.676276 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5397 | 2025.01.27 09:34:55.676541 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5398 | 2025.01.27 09:34:55.676713 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5399 | 2025.01.27 09:34:55.679024 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12747 rows, containing 5 columns (5 merged, 0 gathered) in 0.010995066 sec., 1159338.1976970397 rows/sec., 78.29 MiB/sec. | ||
| 5400 | 2025.01.27 09:34:55.679288 [ 189 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.005645851 sec., 446699.70922009804 rows/sec., 29.15 MiB/sec. | ||
| 5401 | 2025.01.27 09:34:55.679474 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5402 | 2025.01.27 09:34:55.679697 [ 189 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5403 | 2025.01.27 09:34:55.680001 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5404 | 2025.01.27 09:34:55.680147 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5405 | 2025.01.27 09:34:55.680254 [ 189 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_41_8} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5406 | 2025.01.27 09:34:55.680297 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. | ||
| 5407 | 2025.01.27 09:34:55.680386 [ 189 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_41_8} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5408 | 2025.01.27 09:34:55.680474 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 5409 | 2025.01.27 09:34:55.979369 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5410 | 2025.01.27 09:34:55.979571 [ 267 ] {1334217f-be80-402f-b9eb-16911ebeb45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5411 | 2025.01.27 09:34:55.979651 [ 267 ] {1334217f-be80-402f-b9eb-16911ebeb45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5412 | 2025.01.27 09:34:55.980404 [ 267 ] {1334217f-be80-402f-b9eb-16911ebeb45b} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5413 | 2025.01.27 09:34:55.980453 [ 267 ] {1334217f-be80-402f-b9eb-16911ebeb45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5414 | 2025.01.27 09:34:55.980879 [ 267 ] {1334217f-be80-402f-b9eb-16911ebeb45b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5415 | 2025.01.27 09:34:55.981146 [ 267 ] {1334217f-be80-402f-b9eb-16911ebeb45b} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5416 | 2025.01.27 09:34:55.981366 [ 267 ] {1334217f-be80-402f-b9eb-16911ebeb45b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001852 sec., 7559.3952483801295 rows/sec., 544.18 KiB/sec. | ||
| 5417 | 2025.01.27 09:34:55.981426 [ 267 ] {1334217f-be80-402f-b9eb-16911ebeb45b} <Debug> TCPHandler: Processed in 0.002185521 sec. | ||
| 5418 | 2025.01.27 09:34:55.981687 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5419 | 2025.01.27 09:34:55.981883 [ 273 ] {b93ce234-bd8b-4268-bbd5-30881add2844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5420 | 2025.01.27 09:34:55.981957 [ 273 ] {b93ce234-bd8b-4268-bbd5-30881add2844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5421 | 2025.01.27 09:34:55.982690 [ 273 ] {b93ce234-bd8b-4268-bbd5-30881add2844} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5422 | 2025.01.27 09:34:55.982743 [ 273 ] {b93ce234-bd8b-4268-bbd5-30881add2844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5423 | 2025.01.27 09:34:55.983177 [ 273 ] {b93ce234-bd8b-4268-bbd5-30881add2844} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5424 | 2025.01.27 09:34:55.983439 [ 273 ] {b93ce234-bd8b-4268-bbd5-30881add2844} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5425 | 2025.01.27 09:34:55.983701 [ 273 ] {b93ce234-bd8b-4268-bbd5-30881add2844} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001867 sec., 8569.89823245849 rows/sec., 698.81 KiB/sec. | ||
| 5426 | 2025.01.27 09:34:55.983794 [ 273 ] {b93ce234-bd8b-4268-bbd5-30881add2844} <Debug> TCPHandler: Processed in 0.002235552 sec. | ||
| 5427 | 2025.01.27 09:34:55.983956 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5428 | 2025.01.27 09:34:55.984095 [ 267 ] {f61e569e-e8b6-4f55-8064-fc75e7f9ed41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5429 | 2025.01.27 09:34:55.984156 [ 267 ] {f61e569e-e8b6-4f55-8064-fc75e7f9ed41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5430 | 2025.01.27 09:34:55.985367 [ 267 ] {f61e569e-e8b6-4f55-8064-fc75e7f9ed41} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5431 | 2025.01.27 09:34:55.985410 [ 267 ] {f61e569e-e8b6-4f55-8064-fc75e7f9ed41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5432 | 2025.01.27 09:34:55.985872 [ 267 ] {f61e569e-e8b6-4f55-8064-fc75e7f9ed41} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5433 | 2025.01.27 09:34:55.986133 [ 267 ] {f61e569e-e8b6-4f55-8064-fc75e7f9ed41} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5434 | 2025.01.27 09:34:55.986333 [ 267 ] {f61e569e-e8b6-4f55-8064-fc75e7f9ed41} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002268 sec., 630070.5467372134 rows/sec., 52.57 MiB/sec. | ||
| 5435 | 2025.01.27 09:34:55.986392 [ 267 ] {f61e569e-e8b6-4f55-8064-fc75e7f9ed41} <Debug> TCPHandler: Processed in 0.002500638 sec. | ||
| 5436 | 2025.01.27 09:34:55.986555 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5437 | 2025.01.27 09:34:55.986696 [ 273 ] {e893be40-e862-4664-a946-90e583035bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5438 | 2025.01.27 09:34:55.986756 [ 273 ] {e893be40-e862-4664-a946-90e583035bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5439 | 2025.01.27 09:34:55.987381 [ 273 ] {e893be40-e862-4664-a946-90e583035bf0} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5440 | 2025.01.27 09:34:55.987421 [ 273 ] {e893be40-e862-4664-a946-90e583035bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5441 | 2025.01.27 09:34:55.987793 [ 273 ] {e893be40-e862-4664-a946-90e583035bf0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5442 | 2025.01.27 09:34:55.988053 [ 273 ] {e893be40-e862-4664-a946-90e583035bf0} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5443 | 2025.01.27 09:34:55.988316 [ 273 ] {e893be40-e862-4664-a946-90e583035bf0} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001644 sec., 37712.89537712895 rows/sec., 2.68 MiB/sec. | ||
| 5444 | 2025.01.27 09:34:55.988509 [ 273 ] {e893be40-e862-4664-a946-90e583035bf0} <Debug> TCPHandler: Processed in 0.002020357 sec. | ||
| 5445 | 2025.01.27 09:34:55.988702 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5446 | 2025.01.27 09:34:55.988820 [ 267 ] {999f9b79-5388-4f99-8ccd-de3f00cf9f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5447 | 2025.01.27 09:34:55.988883 [ 267 ] {999f9b79-5388-4f99-8ccd-de3f00cf9f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5448 | 2025.01.27 09:34:55.989668 [ 267 ] {999f9b79-5388-4f99-8ccd-de3f00cf9f17} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5449 | 2025.01.27 09:34:55.989716 [ 267 ] {999f9b79-5388-4f99-8ccd-de3f00cf9f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5450 | 2025.01.27 09:34:55.990114 [ 267 ] {999f9b79-5388-4f99-8ccd-de3f00cf9f17} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5451 | 2025.01.27 09:34:55.990367 [ 267 ] {999f9b79-5388-4f99-8ccd-de3f00cf9f17} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5452 | 2025.01.27 09:34:55.990610 [ 267 ] {999f9b79-5388-4f99-8ccd-de3f00cf9f17} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001806 sec., 133997.78516057585 rows/sec., 9.08 MiB/sec. | ||
| 5453 | 2025.01.27 09:34:55.990794 [ 267 ] {999f9b79-5388-4f99-8ccd-de3f00cf9f17} <Debug> TCPHandler: Processed in 0.00216969 sec. | ||
| 5454 | 2025.01.27 09:34:55.990997 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5455 | 2025.01.27 09:34:55.991135 [ 273 ] {0ac0c69a-61d4-4146-9cca-dd62ca7d77dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5456 | 2025.01.27 09:34:55.991191 [ 273 ] {0ac0c69a-61d4-4146-9cca-dd62ca7d77dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5457 | 2025.01.27 09:34:55.991865 [ 273 ] {0ac0c69a-61d4-4146-9cca-dd62ca7d77dc} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5458 | 2025.01.27 09:34:55.991904 [ 273 ] {0ac0c69a-61d4-4146-9cca-dd62ca7d77dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5459 | 2025.01.27 09:34:55.992262 [ 273 ] {0ac0c69a-61d4-4146-9cca-dd62ca7d77dc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5460 | 2025.01.27 09:34:55.992511 [ 273 ] {0ac0c69a-61d4-4146-9cca-dd62ca7d77dc} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2025.01.27 09:34:55.992720 [ 273 ] {0ac0c69a-61d4-4146-9cca-dd62ca7d77dc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001615 sec., 8049.5356037151705 rows/sec., 501.89 KiB/sec. | ||
| 5462 | 2025.01.27 09:34:55.992773 [ 273 ] {0ac0c69a-61d4-4146-9cca-dd62ca7d77dc} <Debug> TCPHandler: Processed in 0.001843763 sec. | ||
| 5463 | 2025.01.27 09:34:55.992980 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5464 | 2025.01.27 09:34:55.993199 [ 267 ] {e475cf57-8989-4d81-875a-4a5346587582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5465 | 2025.01.27 09:34:55.993290 [ 267 ] {e475cf57-8989-4d81-875a-4a5346587582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5466 | 2025.01.27 09:34:55.994421 [ 267 ] {e475cf57-8989-4d81-875a-4a5346587582} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5467 | 2025.01.27 09:34:55.994460 [ 267 ] {e475cf57-8989-4d81-875a-4a5346587582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5468 | 2025.01.27 09:34:55.994855 [ 267 ] {e475cf57-8989-4d81-875a-4a5346587582} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5469 | 2025.01.27 09:34:55.995097 [ 267 ] {e475cf57-8989-4d81-875a-4a5346587582} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5470 | 2025.01.27 09:34:55.995353 [ 267 ] {e475cf57-8989-4d81-875a-4a5346587582} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002201 sec., 405724.6706042708 rows/sec., 29.46 MiB/sec. | ||
| 5471 | 2025.01.27 09:34:55.995462 [ 267 ] {e475cf57-8989-4d81-875a-4a5346587582} <Debug> TCPHandler: Processed in 0.00258583 sec. | ||
| 5472 | 2025.01.27 09:34:55.995709 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5473 | 2025.01.27 09:34:55.995859 [ 273 ] {4c1a1391-1ec7-46f6-803f-ded3d284a39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5474 | 2025.01.27 09:34:55.995919 [ 273 ] {4c1a1391-1ec7-46f6-803f-ded3d284a39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5475 | 2025.01.27 09:34:55.996497 [ 273 ] {4c1a1391-1ec7-46f6-803f-ded3d284a39d} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5476 | 2025.01.27 09:34:55.996543 [ 273 ] {4c1a1391-1ec7-46f6-803f-ded3d284a39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5477 | 2025.01.27 09:34:55.996959 [ 273 ] {4c1a1391-1ec7-46f6-803f-ded3d284a39d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5478 | 2025.01.27 09:34:55.997206 [ 273 ] {4c1a1391-1ec7-46f6-803f-ded3d284a39d} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2025.01.27 09:34:55.997429 [ 273 ] {4c1a1391-1ec7-46f6-803f-ded3d284a39d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001595 sec., 3761.755485893417 rows/sec., 196.54 KiB/sec. | ||
| 5480 | 2025.01.27 09:34:55.997521 [ 273 ] {4c1a1391-1ec7-46f6-803f-ded3d284a39d} <Debug> TCPHandler: Processed in 0.001956016 sec. | ||
| 5481 | 2025.01.27 09:34:55.997654 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5482 | 2025.01.27 09:34:55.997772 [ 267 ] {fffae83f-13c5-4a69-a126-0462cd5cc355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5483 | 2025.01.27 09:34:55.997826 [ 267 ] {fffae83f-13c5-4a69-a126-0462cd5cc355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5484 | 2025.01.27 09:34:55.999009 [ 267 ] {fffae83f-13c5-4a69-a126-0462cd5cc355} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2025.01.27 09:34:55.999048 [ 267 ] {fffae83f-13c5-4a69-a126-0462cd5cc355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5486 | 2025.01.27 09:34:55.999484 [ 267 ] {fffae83f-13c5-4a69-a126-0462cd5cc355} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5487 | 2025.01.27 09:34:55.999723 [ 267 ] {fffae83f-13c5-4a69-a126-0462cd5cc355} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5488 | 2025.01.27 09:34:55.999984 [ 267 ] {fffae83f-13c5-4a69-a126-0462cd5cc355} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002224 sec., 433003.59712230216 rows/sec., 28.78 MiB/sec. | ||
| 5489 | 2025.01.27 09:34:56.000045 [ 267 ] {fffae83f-13c5-4a69-a126-0462cd5cc355} <Debug> TCPHandler: Processed in 0.002445957 sec. | ||
| 5490 | 2025.01.27 09:34:56.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.15 MiB, peak 203.76 MiB, free memory in arenas 0.00 B, will set to 196.04 MiB (RSS), difference: 1.89 MiB | ||
| 5491 | 2025.01.27 09:34:56.000548 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5492 | 2025.01.27 09:34:56.001076 [ 273 ] {4cddb699-27b1-4452-b320-ae50498f1cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5493 | 2025.01.27 09:34:56.001149 [ 273 ] {4cddb699-27b1-4452-b320-ae50498f1cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5494 | 2025.01.27 09:34:56.001624 [ 273 ] {4cddb699-27b1-4452-b320-ae50498f1cb5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5495 | 2025.01.27 09:34:56.001663 [ 273 ] {4cddb699-27b1-4452-b320-ae50498f1cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5496 | 2025.01.27 09:34:56.002022 [ 273 ] {4cddb699-27b1-4452-b320-ae50498f1cb5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5497 | 2025.01.27 09:34:56.002276 [ 273 ] {4cddb699-27b1-4452-b320-ae50498f1cb5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5498 | 2025.01.27 09:34:56.002505 [ 273 ] {4cddb699-27b1-4452-b320-ae50498f1cb5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00156 sec., 641.025641025641 rows/sec., 43.19 KiB/sec. | ||
| 5499 | 2025.01.27 09:34:56.002609 [ 273 ] {4cddb699-27b1-4452-b320-ae50498f1cb5} <Debug> TCPHandler: Processed in 0.002435267 sec. | ||
| 5500 | 2025.01.27 09:34:56.002771 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5501 | 2025.01.27 09:34:56.002910 [ 267 ] {b0efad60-43a7-426a-8537-305e3d3555dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5502 | 2025.01.27 09:34:56.003010 [ 267 ] {b0efad60-43a7-426a-8537-305e3d3555dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5503 | 2025.01.27 09:34:56.004387 [ 267 ] {b0efad60-43a7-426a-8537-305e3d3555dc} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5504 | 2025.01.27 09:34:56.004427 [ 267 ] {b0efad60-43a7-426a-8537-305e3d3555dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5505 | 2025.01.27 09:34:56.005083 [ 267 ] {b0efad60-43a7-426a-8537-305e3d3555dc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5506 | 2025.01.27 09:34:56.005348 [ 267 ] {b0efad60-43a7-426a-8537-305e3d3555dc} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5507 | 2025.01.27 09:34:56.005600 [ 267 ] {b0efad60-43a7-426a-8537-305e3d3555dc} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00272 sec., 14338.235294117647 rows/sec., 25.69 MiB/sec. | ||
| 5508 | 2025.01.27 09:34:56.005713 [ 267 ] {b0efad60-43a7-426a-8537-305e3d3555dc} <Debug> TCPHandler: Processed in 0.00300837 sec. | ||
| 5509 | 2025.01.27 09:34:56.005871 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5510 | 2025.01.27 09:34:56.006013 [ 273 ] {4fdb9bab-5a5d-4e50-ad38-7c996e45a189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5511 | 2025.01.27 09:34:56.006073 [ 273 ] {4fdb9bab-5a5d-4e50-ad38-7c996e45a189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5512 | 2025.01.27 09:34:56.006635 [ 273 ] {4fdb9bab-5a5d-4e50-ad38-7c996e45a189} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5513 | 2025.01.27 09:34:56.006682 [ 273 ] {4fdb9bab-5a5d-4e50-ad38-7c996e45a189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5514 | 2025.01.27 09:34:56.007071 [ 273 ] {4fdb9bab-5a5d-4e50-ad38-7c996e45a189} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5515 | 2025.01.27 09:34:56.007318 [ 273 ] {4fdb9bab-5a5d-4e50-ad38-7c996e45a189} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5516 | 2025.01.27 09:34:56.007515 [ 273 ] {4fdb9bab-5a5d-4e50-ad38-7c996e45a189} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001534 sec., 22164.276401564537 rows/sec., 1.29 MiB/sec. | ||
| 5517 | 2025.01.27 09:34:56.007564 [ 273 ] {4fdb9bab-5a5d-4e50-ad38-7c996e45a189} <Debug> TCPHandler: Processed in 0.001762051 sec. | ||
| 5518 | 2025.01.27 09:34:59.576186 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 784 | ||
| 5519 | 2025.01.27 09:34:59.579628 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5520 | 2025.01.27 09:34:59.579676 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5521 | 2025.01.27 09:34:59.581136 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5522 | 2025.01.27 09:34:59.581438 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5523 | 2025.01.27 09:34:59.581979 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 784 | ||
| 5524 | 2025.01.27 09:35:00.652831 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5525 | 2025.01.27 09:35:00.653053 [ 267 ] {63d86cf9-6990-49ef-8992-5a8e82a17049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5526 | 2025.01.27 09:35:00.653137 [ 267 ] {63d86cf9-6990-49ef-8992-5a8e82a17049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5527 | 2025.01.27 09:35:00.654108 [ 267 ] {63d86cf9-6990-49ef-8992-5a8e82a17049} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5528 | 2025.01.27 09:35:00.654155 [ 267 ] {63d86cf9-6990-49ef-8992-5a8e82a17049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5529 | 2025.01.27 09:35:00.654686 [ 267 ] {63d86cf9-6990-49ef-8992-5a8e82a17049} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5530 | 2025.01.27 09:35:00.654954 [ 267 ] {63d86cf9-6990-49ef-8992-5a8e82a17049} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5531 | 2025.01.27 09:35:00.655155 [ 267 ] {63d86cf9-6990-49ef-8992-5a8e82a17049} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002171 sec., 25794.564716720404 rows/sec., 1.97 MiB/sec. | ||
| 5532 | 2025.01.27 09:35:00.655211 [ 267 ] {63d86cf9-6990-49ef-8992-5a8e82a17049} <Debug> TCPHandler: Processed in 0.002561239 sec. | ||
| 5533 | 2025.01.27 09:35:00.655483 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5534 | 2025.01.27 09:35:00.655675 [ 273 ] {d35f469e-2c9d-4e8b-a385-0d40f5f20c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5535 | 2025.01.27 09:35:00.655750 [ 273 ] {d35f469e-2c9d-4e8b-a385-0d40f5f20c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5536 | 2025.01.27 09:35:00.656540 [ 273 ] {d35f469e-2c9d-4e8b-a385-0d40f5f20c43} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5537 | 2025.01.27 09:35:00.656591 [ 273 ] {d35f469e-2c9d-4e8b-a385-0d40f5f20c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5538 | 2025.01.27 09:35:00.657034 [ 273 ] {d35f469e-2c9d-4e8b-a385-0d40f5f20c43} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5539 | 2025.01.27 09:35:00.657300 [ 273 ] {d35f469e-2c9d-4e8b-a385-0d40f5f20c43} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5540 | 2025.01.27 09:35:00.657515 [ 273 ] {d35f469e-2c9d-4e8b-a385-0d40f5f20c43} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 5541 | 2025.01.27 09:35:00.657572 [ 273 ] {d35f469e-2c9d-4e8b-a385-0d40f5f20c43} <Debug> TCPHandler: Processed in 0.002228772 sec. | ||
| 5542 | 2025.01.27 09:35:00.657740 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5543 | 2025.01.27 09:35:00.657881 [ 267 ] {fefe51e3-d3fc-445e-bf11-1bfafe37e88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5544 | 2025.01.27 09:35:00.657943 [ 267 ] {fefe51e3-d3fc-445e-bf11-1bfafe37e88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5545 | 2025.01.27 09:35:00.658540 [ 267 ] {fefe51e3-d3fc-445e-bf11-1bfafe37e88f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5546 | 2025.01.27 09:35:00.658579 [ 267 ] {fefe51e3-d3fc-445e-bf11-1bfafe37e88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5547 | 2025.01.27 09:35:00.658972 [ 267 ] {fefe51e3-d3fc-445e-bf11-1bfafe37e88f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5548 | 2025.01.27 09:35:00.659222 [ 267 ] {fefe51e3-d3fc-445e-bf11-1bfafe37e88f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2025.01.27 09:35:00.659440 [ 267 ] {fefe51e3-d3fc-445e-bf11-1bfafe37e88f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001593 sec., 80351.53797865662 rows/sec., 5.60 MiB/sec. | ||
| 5550 | 2025.01.27 09:35:00.659493 [ 267 ] {fefe51e3-d3fc-445e-bf11-1bfafe37e88f} <Debug> TCPHandler: Processed in 0.001820002 sec. | ||
| 5551 | 2025.01.27 09:35:00.659657 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5552 | 2025.01.27 09:35:00.659778 [ 273 ] {47ed49f5-40ea-4d6a-b577-7c9f515c4bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5553 | 2025.01.27 09:35:00.659831 [ 273 ] {47ed49f5-40ea-4d6a-b577-7c9f515c4bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5554 | 2025.01.27 09:35:00.660338 [ 273 ] {47ed49f5-40ea-4d6a-b577-7c9f515c4bd0} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5555 | 2025.01.27 09:35:00.660379 [ 273 ] {47ed49f5-40ea-4d6a-b577-7c9f515c4bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5556 | 2025.01.27 09:35:00.660762 [ 273 ] {47ed49f5-40ea-4d6a-b577-7c9f515c4bd0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5557 | 2025.01.27 09:35:00.661006 [ 273 ] {47ed49f5-40ea-4d6a-b577-7c9f515c4bd0} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5558 | 2025.01.27 09:35:00.661223 [ 273 ] {47ed49f5-40ea-4d6a-b577-7c9f515c4bd0} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001469 sec., 32675.289312457455 rows/sec., 2.20 MiB/sec. | ||
| 5559 | 2025.01.27 09:35:00.661273 [ 273 ] {47ed49f5-40ea-4d6a-b577-7c9f515c4bd0} <Debug> TCPHandler: Processed in 0.001677879 sec. | ||
| 5560 | 2025.01.27 09:35:02.024615 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5561 | 2025.01.27 09:35:02.025285 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5562 | 2025.01.27 09:35:02.025333 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5563 | 2025.01.27 09:35:02.025847 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5564 | 2025.01.27 09:35:02.026107 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5565 | 2025.01.27 09:35:02.026333 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5566 | 2025.01.27 09:35:02.847846 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5567 | 2025.01.27 09:35:02.866651 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2025.01.27 09:35:02.866704 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5569 | 2025.01.27 09:35:02.874459 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5570 | 2025.01.27 09:35:02.875302 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2025.01.27 09:35:02.877744 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5572 | 2025.01.27 09:35:05.654162 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5573 | 2025.01.27 09:35:05.654354 [ 267 ] {dfd33e03-d38e-49d1-a098-3b575e57327b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5574 | 2025.01.27 09:35:05.654426 [ 267 ] {dfd33e03-d38e-49d1-a098-3b575e57327b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5575 | 2025.01.27 09:35:05.655209 [ 267 ] {dfd33e03-d38e-49d1-a098-3b575e57327b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5576 | 2025.01.27 09:35:05.655261 [ 267 ] {dfd33e03-d38e-49d1-a098-3b575e57327b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5577 | 2025.01.27 09:35:05.655694 [ 267 ] {dfd33e03-d38e-49d1-a098-3b575e57327b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5578 | 2025.01.27 09:35:05.655965 [ 267 ] {dfd33e03-d38e-49d1-a098-3b575e57327b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5579 | 2025.01.27 09:35:05.656204 [ 267 ] {dfd33e03-d38e-49d1-a098-3b575e57327b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.25 MiB/sec. | ||
| 5580 | 2025.01.27 09:35:05.656261 [ 267 ] {dfd33e03-d38e-49d1-a098-3b575e57327b} <Debug> TCPHandler: Processed in 0.002230822 sec. | ||
| 5581 | 2025.01.27 09:35:05.656535 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5582 | 2025.01.27 09:35:05.656751 [ 273 ] {252583a2-9c69-447f-b830-86fe43dff2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5583 | 2025.01.27 09:35:05.656834 [ 273 ] {252583a2-9c69-447f-b830-86fe43dff2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5584 | 2025.01.27 09:35:05.657636 [ 273 ] {252583a2-9c69-447f-b830-86fe43dff2e2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5585 | 2025.01.27 09:35:05.657686 [ 273 ] {252583a2-9c69-447f-b830-86fe43dff2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5586 | 2025.01.27 09:35:05.658140 [ 273 ] {252583a2-9c69-447f-b830-86fe43dff2e2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5587 | 2025.01.27 09:35:05.658400 [ 273 ] {252583a2-9c69-447f-b830-86fe43dff2e2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5588 | 2025.01.27 09:35:05.658633 [ 273 ] {252583a2-9c69-447f-b830-86fe43dff2e2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001943 sec., 32938.75450334534 rows/sec., 2.57 MiB/sec. | ||
| 5589 | 2025.01.27 09:35:05.658691 [ 273 ] {252583a2-9c69-447f-b830-86fe43dff2e2} <Debug> TCPHandler: Processed in 0.002295593 sec. | ||
| 5590 | 2025.01.27 09:35:05.658890 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5591 | 2025.01.27 09:35:05.659114 [ 267 ] {4a2b3e0a-7fa9-4cd0-bb6b-abab50521af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5592 | 2025.01.27 09:35:05.659199 [ 267 ] {4a2b3e0a-7fa9-4cd0-bb6b-abab50521af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5593 | 2025.01.27 09:35:05.659772 [ 267 ] {4a2b3e0a-7fa9-4cd0-bb6b-abab50521af9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5594 | 2025.01.27 09:35:05.659812 [ 267 ] {4a2b3e0a-7fa9-4cd0-bb6b-abab50521af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5595 | 2025.01.27 09:35:05.660204 [ 267 ] {4a2b3e0a-7fa9-4cd0-bb6b-abab50521af9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5596 | 2025.01.27 09:35:05.660446 [ 267 ] {4a2b3e0a-7fa9-4cd0-bb6b-abab50521af9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5597 | 2025.01.27 09:35:05.660664 [ 267 ] {4a2b3e0a-7fa9-4cd0-bb6b-abab50521af9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
| 5598 | 2025.01.27 09:35:05.660764 [ 267 ] {4a2b3e0a-7fa9-4cd0-bb6b-abab50521af9} <Debug> TCPHandler: Processed in 0.001977476 sec. | ||
| 5599 | 2025.01.27 09:35:05.660979 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5600 | 2025.01.27 09:35:05.661178 [ 273 ] {3396aa0d-6548-46d9-9466-26a23f2139bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5601 | 2025.01.27 09:35:05.661241 [ 273 ] {3396aa0d-6548-46d9-9466-26a23f2139bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5602 | 2025.01.27 09:35:05.661839 [ 273 ] {3396aa0d-6548-46d9-9466-26a23f2139bb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5603 | 2025.01.27 09:35:05.661887 [ 273 ] {3396aa0d-6548-46d9-9466-26a23f2139bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5604 | 2025.01.27 09:35:05.662304 [ 273 ] {3396aa0d-6548-46d9-9466-26a23f2139bb} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5605 | 2025.01.27 09:35:05.662546 [ 273 ] {3396aa0d-6548-46d9-9466-26a23f2139bb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5606 | 2025.01.27 09:35:05.662768 [ 273 ] {3396aa0d-6548-46d9-9466-26a23f2139bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001626 sec., 36900.36900369004 rows/sec., 2.49 MiB/sec. | ||
| 5607 | 2025.01.27 09:35:05.662819 [ 273 ] {3396aa0d-6548-46d9-9466-26a23f2139bb} <Debug> TCPHandler: Processed in 0.001960425 sec. | ||
| 5608 | 2025.01.27 09:35:08.502649 [ 148 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5609 | 2025.01.27 09:35:08.502774 [ 148 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5610 | 2025.01.27 09:35:08.502817 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5611 | 2025.01.27 09:35:08.503142 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 5612 | 2025.01.27 09:35:08.503549 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5613 | 2025.01.27 09:35:08.503662 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 5614 | 2025.01.27 09:35:08.503764 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 5615 | 2025.01.27 09:35:08.503958 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 5616 | 2025.01.27 09:35:08.504318 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 5617 | 2025.01.27 09:35:08.504471 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 5618 | 2025.01.27 09:35:08.505568 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.002657862 sec., 6772.3606417488945 rows/sec., 456.34 KiB/sec. | ||
| 5619 | 2025.01.27 09:35:08.505762 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5620 | 2025.01.27 09:35:08.506140 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_18_4} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5621 | 2025.01.27 09:35:08.506234 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_18_4} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5622 | 2025.01.27 09:35:08.506338 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5623 | 2025.01.27 09:35:09.396670 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5624 | 2025.01.27 09:35:09.396723 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5625 | 2025.01.27 09:35:09.419969 [ 147 ] {} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5626 | 2025.01.27 09:35:09.420036 [ 147 ] {} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5627 | 2025.01.27 09:35:09.420059 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5628 | 2025.01.27 09:35:09.420217 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::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 | ||
| 5629 | 2025.01.27 09:35:09.420376 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5630 | 2025.01.27 09:35:09.420418 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 5631 | 2025.01.27 09:35:09.420523 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5632 | 2025.01.27 09:35:09.420734 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 5633 | 2025.01.27 09:35:09.420977 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5634 | 2025.01.27 09:35:09.421120 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 5635 | 2025.01.27 09:35:09.422220 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002085798 sec., 23012.774966703393 rows/sec., 1.92 MiB/sec. | ||
| 5636 | 2025.01.27 09:35:09.422371 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5637 | 2025.01.27 09:35:09.422648 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_5_1} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2025.01.27 09:35:09.422724 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_5_1} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5639 | 2025.01.27 09:35:09.422799 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5640 | 2025.01.27 09:35:09.527431 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5641 | 2025.01.27 09:35:09.528061 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5642 | 2025.01.27 09:35:09.528098 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5643 | 2025.01.27 09:35:09.528632 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5644 | 2025.01.27 09:35:09.528892 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5645 | 2025.01.27 09:35:09.529106 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5646 | 2025.01.27 09:35:09.583201 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 800 | ||
| 5647 | 2025.01.27 09:35:09.585899 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5648 | 2025.01.27 09:35:09.585946 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5649 | 2025.01.27 09:35:09.587383 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5650 | 2025.01.27 09:35:09.587689 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5651 | 2025.01.27 09:35:09.588269 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800 | ||
| 5652 | 2025.01.27 09:35:10.378780 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5653 | 2025.01.27 09:35:10.398874 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5654 | 2025.01.27 09:35:10.398938 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5655 | 2025.01.27 09:35:10.406389 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5656 | 2025.01.27 09:35:10.407560 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5657 | 2025.01.27 09:35:10.413131 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5658 | 2025.01.27 09:35:10.663215 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5659 | 2025.01.27 09:35:10.663411 [ 267 ] {7aefd5c4-80ab-4336-853a-2ff24ae27f02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5660 | 2025.01.27 09:35:10.663492 [ 267 ] {7aefd5c4-80ab-4336-853a-2ff24ae27f02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5661 | 2025.01.27 09:35:10.664297 [ 267 ] {7aefd5c4-80ab-4336-853a-2ff24ae27f02} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5662 | 2025.01.27 09:35:10.664342 [ 267 ] {7aefd5c4-80ab-4336-853a-2ff24ae27f02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5663 | 2025.01.27 09:35:10.664794 [ 267 ] {7aefd5c4-80ab-4336-853a-2ff24ae27f02} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5664 | 2025.01.27 09:35:10.665052 [ 267 ] {7aefd5c4-80ab-4336-853a-2ff24ae27f02} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5665 | 2025.01.27 09:35:10.665283 [ 267 ] {7aefd5c4-80ab-4336-853a-2ff24ae27f02} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 5666 | 2025.01.27 09:35:10.665426 [ 267 ] {7aefd5c4-80ab-4336-853a-2ff24ae27f02} <Debug> TCPHandler: Processed in 0.002346535 sec. | ||
| 5667 | 2025.01.27 09:35:10.665711 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5668 | 2025.01.27 09:35:10.665898 [ 273 ] {955932f2-19a5-4061-94e2-7743910462c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5669 | 2025.01.27 09:35:10.665969 [ 273 ] {955932f2-19a5-4061-94e2-7743910462c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5670 | 2025.01.27 09:35:10.666828 [ 273 ] {955932f2-19a5-4061-94e2-7743910462c8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5671 | 2025.01.27 09:35:10.666872 [ 273 ] {955932f2-19a5-4061-94e2-7743910462c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5672 | 2025.01.27 09:35:10.667327 [ 273 ] {955932f2-19a5-4061-94e2-7743910462c8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5673 | 2025.01.27 09:35:10.667594 [ 273 ] {955932f2-19a5-4061-94e2-7743910462c8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5674 | 2025.01.27 09:35:10.667852 [ 273 ] {955932f2-19a5-4061-94e2-7743910462c8} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002004 sec., 140219.5608782435 rows/sec., 12.37 MiB/sec. | ||
| 5675 | 2025.01.27 09:35:10.667949 [ 273 ] {955932f2-19a5-4061-94e2-7743910462c8} <Debug> TCPHandler: Processed in 0.002365845 sec. | ||
| 5676 | 2025.01.27 09:35:10.668184 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5677 | 2025.01.27 09:35:10.668319 [ 267 ] {d5a89c61-8937-49fc-abaf-cd48750045db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5678 | 2025.01.27 09:35:10.668369 [ 267 ] {d5a89c61-8937-49fc-abaf-cd48750045db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5679 | 2025.01.27 09:35:10.668994 [ 267 ] {d5a89c61-8937-49fc-abaf-cd48750045db} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5680 | 2025.01.27 09:35:10.669032 [ 267 ] {d5a89c61-8937-49fc-abaf-cd48750045db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5681 | 2025.01.27 09:35:10.669393 [ 267 ] {d5a89c61-8937-49fc-abaf-cd48750045db} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5682 | 2025.01.27 09:35:10.669631 [ 267 ] {d5a89c61-8937-49fc-abaf-cd48750045db} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5683 | 2025.01.27 09:35:10.669852 [ 267 ] {d5a89c61-8937-49fc-abaf-cd48750045db} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001559 sec., 29506.093649775496 rows/sec., 2.12 MiB/sec. | ||
| 5684 | 2025.01.27 09:35:10.670057 [ 267 ] {d5a89c61-8937-49fc-abaf-cd48750045db} <Debug> TCPHandler: Processed in 0.002004617 sec. | ||
| 5685 | 2025.01.27 09:35:10.670240 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5686 | 2025.01.27 09:35:10.670358 [ 273 ] {ac01f90d-9590-4586-aebb-0f489aee0ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5687 | 2025.01.27 09:35:10.670407 [ 273 ] {ac01f90d-9590-4586-aebb-0f489aee0ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5688 | 2025.01.27 09:35:10.670955 [ 273 ] {ac01f90d-9590-4586-aebb-0f489aee0ca6} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5689 | 2025.01.27 09:35:10.670992 [ 273 ] {ac01f90d-9590-4586-aebb-0f489aee0ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5690 | 2025.01.27 09:35:10.671346 [ 273 ] {ac01f90d-9590-4586-aebb-0f489aee0ca6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5691 | 2025.01.27 09:35:10.671584 [ 273 ] {ac01f90d-9590-4586-aebb-0f489aee0ca6} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5692 | 2025.01.27 09:35:10.671788 [ 273 ] {ac01f90d-9590-4586-aebb-0f489aee0ca6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001455 sec., 9621.993127147767 rows/sec., 673.86 KiB/sec. | ||
| 5693 | 2025.01.27 09:35:10.671840 [ 273 ] {ac01f90d-9590-4586-aebb-0f489aee0ca6} <Debug> TCPHandler: Processed in 0.001656098 sec. | ||
| 5694 | 2025.01.27 09:35:10.671994 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5695 | 2025.01.27 09:35:10.672112 [ 267 ] {5f200376-0313-477b-b6a4-00158bf8cfe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5696 | 2025.01.27 09:35:10.672159 [ 267 ] {5f200376-0313-477b-b6a4-00158bf8cfe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5697 | 2025.01.27 09:35:10.672728 [ 267 ] {5f200376-0313-477b-b6a4-00158bf8cfe6} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5698 | 2025.01.27 09:35:10.672765 [ 267 ] {5f200376-0313-477b-b6a4-00158bf8cfe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5699 | 2025.01.27 09:35:10.673118 [ 267 ] {5f200376-0313-477b-b6a4-00158bf8cfe6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5700 | 2025.01.27 09:35:10.673366 [ 267 ] {5f200376-0313-477b-b6a4-00158bf8cfe6} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5701 | 2025.01.27 09:35:10.673545 [ 267 ] {5f200376-0313-477b-b6a4-00158bf8cfe6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001457 sec., 8922.443376801648 rows/sec., 556.31 KiB/sec. | ||
| 5702 | 2025.01.27 09:35:10.673595 [ 267 ] {5f200376-0313-477b-b6a4-00158bf8cfe6} <Debug> TCPHandler: Processed in 0.001658719 sec. | ||
| 5703 | 2025.01.27 09:35:10.673728 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5704 | 2025.01.27 09:35:10.673845 [ 273 ] {a6158743-bba7-4e5e-827f-8b87656682b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5705 | 2025.01.27 09:35:10.673894 [ 273 ] {a6158743-bba7-4e5e-827f-8b87656682b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5706 | 2025.01.27 09:35:10.674673 [ 273 ] {a6158743-bba7-4e5e-827f-8b87656682b6} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5707 | 2025.01.27 09:35:10.674715 [ 273 ] {a6158743-bba7-4e5e-827f-8b87656682b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5708 | 2025.01.27 09:35:10.675126 [ 273 ] {a6158743-bba7-4e5e-827f-8b87656682b6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5709 | 2025.01.27 09:35:10.675385 [ 273 ] {a6158743-bba7-4e5e-827f-8b87656682b6} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5710 | 2025.01.27 09:35:10.675643 [ 273 ] {a6158743-bba7-4e5e-827f-8b87656682b6} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001813 sec., 232211.8036403751 rows/sec., 16.59 MiB/sec. | ||
| 5711 | 2025.01.27 09:35:10.675805 [ 273 ] {a6158743-bba7-4e5e-827f-8b87656682b6} <Debug> TCPHandler: Processed in 0.002124899 sec. | ||
| 5712 | 2025.01.27 09:35:10.676072 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5713 | 2025.01.27 09:35:10.676218 [ 267 ] {7e0117b1-e648-4f2f-9128-bc22ae23a41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5714 | 2025.01.27 09:35:10.676277 [ 267 ] {7e0117b1-e648-4f2f-9128-bc22ae23a41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5715 | 2025.01.27 09:35:10.676763 [ 267 ] {7e0117b1-e648-4f2f-9128-bc22ae23a41d} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5716 | 2025.01.27 09:35:10.676800 [ 267 ] {7e0117b1-e648-4f2f-9128-bc22ae23a41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5717 | 2025.01.27 09:35:10.677155 [ 267 ] {7e0117b1-e648-4f2f-9128-bc22ae23a41d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5718 | 2025.01.27 09:35:10.677388 [ 267 ] {7e0117b1-e648-4f2f-9128-bc22ae23a41d} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5719 | 2025.01.27 09:35:10.677623 [ 267 ] {7e0117b1-e648-4f2f-9128-bc22ae23a41d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
| 5720 | 2025.01.27 09:35:10.677811 [ 267 ] {7e0117b1-e648-4f2f-9128-bc22ae23a41d} <Debug> TCPHandler: Processed in 0.001881684 sec. | ||
| 5721 | 2025.01.27 09:35:10.677964 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5722 | 2025.01.27 09:35:10.678083 [ 273 ] {01121732-9b76-4d71-be31-0974c972e943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5723 | 2025.01.27 09:35:10.678138 [ 273 ] {01121732-9b76-4d71-be31-0974c972e943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5724 | 2025.01.27 09:35:10.678722 [ 273 ] {01121732-9b76-4d71-be31-0974c972e943} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5725 | 2025.01.27 09:35:10.678762 [ 273 ] {01121732-9b76-4d71-be31-0974c972e943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5726 | 2025.01.27 09:35:10.679174 [ 273 ] {01121732-9b76-4d71-be31-0974c972e943} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5727 | 2025.01.27 09:35:10.679424 [ 273 ] {01121732-9b76-4d71-be31-0974c972e943} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5728 | 2025.01.27 09:35:10.679643 [ 273 ] {01121732-9b76-4d71-be31-0974c972e943} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001585 sec., 149526.81388012617 rows/sec., 10.02 MiB/sec. | ||
| 5729 | 2025.01.27 09:35:10.679697 [ 273 ] {01121732-9b76-4d71-be31-0974c972e943} <Debug> TCPHandler: Processed in 0.001789712 sec. | ||
| 5730 | 2025.01.27 09:35:10.679843 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5731 | 2025.01.27 09:35:10.679981 [ 267 ] {b627b174-af8f-4214-af78-3600ab41b22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5732 | 2025.01.27 09:35:10.680040 [ 267 ] {b627b174-af8f-4214-af78-3600ab41b22b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5733 | 2025.01.27 09:35:10.680540 [ 267 ] {b627b174-af8f-4214-af78-3600ab41b22b} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5734 | 2025.01.27 09:35:10.680576 [ 267 ] {b627b174-af8f-4214-af78-3600ab41b22b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5735 | 2025.01.27 09:35:10.680926 [ 267 ] {b627b174-af8f-4214-af78-3600ab41b22b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5736 | 2025.01.27 09:35:10.681159 [ 267 ] {b627b174-af8f-4214-af78-3600ab41b22b} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5737 | 2025.01.27 09:35:10.681335 [ 267 ] {b627b174-af8f-4214-af78-3600ab41b22b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
| 5738 | 2025.01.27 09:35:10.681408 [ 267 ] {b627b174-af8f-4214-af78-3600ab41b22b} <Debug> TCPHandler: Processed in 0.001630568 sec. | ||
| 5739 | 2025.01.27 09:35:10.681569 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5740 | 2025.01.27 09:35:10.681710 [ 273 ] {a8adc74d-6913-4ae7-9d31-8ea45408db9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5741 | 2025.01.27 09:35:10.681804 [ 273 ] {a8adc74d-6913-4ae7-9d31-8ea45408db9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5742 | 2025.01.27 09:35:10.683071 [ 273 ] {a8adc74d-6913-4ae7-9d31-8ea45408db9c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5743 | 2025.01.27 09:35:10.683111 [ 273 ] {a8adc74d-6913-4ae7-9d31-8ea45408db9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5744 | 2025.01.27 09:35:10.683798 [ 273 ] {a8adc74d-6913-4ae7-9d31-8ea45408db9c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5745 | 2025.01.27 09:35:10.684061 [ 273 ] {a8adc74d-6913-4ae7-9d31-8ea45408db9c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5746 | 2025.01.27 09:35:10.684300 [ 273 ] {a8adc74d-6913-4ae7-9d31-8ea45408db9c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002621 sec., 14879.816863792445 rows/sec., 26.66 MiB/sec. | ||
| 5747 | 2025.01.27 09:35:10.684394 [ 273 ] {a8adc74d-6913-4ae7-9d31-8ea45408db9c} <Debug> TCPHandler: Processed in 0.002891107 sec. | ||
| 5748 | 2025.01.27 09:35:10.684642 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5749 | 2025.01.27 09:35:10.684816 [ 267 ] {b88a48cd-a66d-44fa-927b-71305e7697a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5750 | 2025.01.27 09:35:10.684887 [ 267 ] {b88a48cd-a66d-44fa-927b-71305e7697a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5751 | 2025.01.27 09:35:10.685478 [ 267 ] {b88a48cd-a66d-44fa-927b-71305e7697a2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5752 | 2025.01.27 09:35:10.685516 [ 267 ] {b88a48cd-a66d-44fa-927b-71305e7697a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5753 | 2025.01.27 09:35:10.685878 [ 267 ] {b88a48cd-a66d-44fa-927b-71305e7697a2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5754 | 2025.01.27 09:35:10.686127 [ 267 ] {b88a48cd-a66d-44fa-927b-71305e7697a2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5755 | 2025.01.27 09:35:10.686354 [ 267 ] {b88a48cd-a66d-44fa-927b-71305e7697a2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001577 sec., 51997.46353836398 rows/sec., 3.30 MiB/sec. | ||
| 5756 | 2025.01.27 09:35:10.686403 [ 267 ] {b88a48cd-a66d-44fa-927b-71305e7697a2} <Debug> TCPHandler: Processed in 0.001845952 sec. | ||
| 5757 | 2025.01.27 09:35:11.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.67 MiB, peak 203.76 MiB, free memory in arenas 0.00 B, will set to 197.41 MiB (RSS), difference: -1.27 MiB | ||
| 5758 | 2025.01.27 09:35:15.653823 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5759 | 2025.01.27 09:35:15.654060 [ 267 ] {2fe5c1bc-509b-4f1f-aa60-266428a26772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5760 | 2025.01.27 09:35:15.654146 [ 267 ] {2fe5c1bc-509b-4f1f-aa60-266428a26772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5761 | 2025.01.27 09:35:15.654984 [ 267 ] {2fe5c1bc-509b-4f1f-aa60-266428a26772} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5762 | 2025.01.27 09:35:15.655033 [ 267 ] {2fe5c1bc-509b-4f1f-aa60-266428a26772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5763 | 2025.01.27 09:35:15.655495 [ 267 ] {2fe5c1bc-509b-4f1f-aa60-266428a26772} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5764 | 2025.01.27 09:35:15.655749 [ 267 ] {2fe5c1bc-509b-4f1f-aa60-266428a26772} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5765 | 2025.01.27 09:35:15.655940 [ 142 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5766 | 2025.01.27 09:35:15.656012 [ 267 ] {2fe5c1bc-509b-4f1f-aa60-266428a26772} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.13 MiB/sec. | ||
| 5767 | 2025.01.27 09:35:15.656021 [ 142 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5768 | 2025.01.27 09:35:15.656102 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5769 | 2025.01.27 09:35:15.656157 [ 267 ] {2fe5c1bc-509b-4f1f-aa60-266428a26772} <Debug> TCPHandler: Processed in 0.002477327 sec. | ||
| 5770 | 2025.01.27 09:35:15.656386 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 5771 | 2025.01.27 09:35:15.656470 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5772 | 2025.01.27 09:35:15.656746 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5773 | 2025.01.27 09:35:15.656787 [ 273 ] {34182c7c-1c36-40f0-8347-1bae182b01f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5774 | 2025.01.27 09:35:15.656842 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1430 rows starting from the beginning of the part | ||
| 5775 | 2025.01.27 09:35:15.656903 [ 273 ] {34182c7c-1c36-40f0-8347-1bae182b01f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5776 | 2025.01.27 09:35:15.657315 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1429 rows starting from the beginning of the part | ||
| 5777 | 2025.01.27 09:35:15.657665 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 5778 | 2025.01.27 09:35:15.658041 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 5779 | 2025.01.27 09:35:15.658394 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 5780 | 2025.01.27 09:35:15.658739 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 5781 | 2025.01.27 09:35:15.659874 [ 273 ] {34182c7c-1c36-40f0-8347-1bae182b01f9} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5782 | 2025.01.27 09:35:15.659936 [ 273 ] {34182c7c-1c36-40f0-8347-1bae182b01f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5783 | 2025.01.27 09:35:15.661014 [ 273 ] {34182c7c-1c36-40f0-8347-1bae182b01f9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5784 | 2025.01.27 09:35:15.661416 [ 273 ] {34182c7c-1c36-40f0-8347-1bae182b01f9} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5785 | 2025.01.27 09:35:15.661627 [ 142 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5786 | 2025.01.27 09:35:15.661739 [ 142 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5787 | 2025.01.27 09:35:15.661804 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5788 | 2025.01.27 09:35:15.661988 [ 273 ] {34182c7c-1c36-40f0-8347-1bae182b01f9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005219 sec., 12262.885610270167 rows/sec., 980.12 KiB/sec. | ||
| 5789 | 2025.01.27 09:35:15.662264 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5790 | 2025.01.27 09:35:15.662491 [ 273 ] {34182c7c-1c36-40f0-8347-1bae182b01f9} <Debug> TCPHandler: Processed in 0.006152193 sec. | ||
| 5791 | 2025.01.27 09:35:15.662807 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006560093 sec., 504261.1438587837 rows/sec., 44.02 MiB/sec. | ||
| 5792 | 2025.01.27 09:35:15.662863 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5793 | 2025.01.27 09:35:15.662913 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5794 | 2025.01.27 09:35:15.662938 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5795 | 2025.01.27 09:35:15.663258 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 893 rows starting from the beginning of the part | ||
| 5796 | 2025.01.27 09:35:15.663266 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5797 | 2025.01.27 09:35:15.663518 [ 267 ] {e1b11b1e-05db-4483-aa82-804070cfe801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5798 | 2025.01.27 09:35:15.663764 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5799 | 2025.01.27 09:35:15.663837 [ 267 ] {e1b11b1e-05db-4483-aa82-804070cfe801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5800 | 2025.01.27 09:35:15.664259 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5801 | 2025.01.27 09:35:15.664728 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_46_9} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5802 | 2025.01.27 09:35:15.664754 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 5803 | 2025.01.27 09:35:15.665200 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_46_9} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5804 | 2025.01.27 09:35:15.665240 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 5805 | 2025.01.27 09:35:15.665567 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5806 | 2025.01.27 09:35:15.667139 [ 267 ] {e1b11b1e-05db-4483-aa82-804070cfe801} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2025.01.27 09:35:15.667214 [ 267 ] {e1b11b1e-05db-4483-aa82-804070cfe801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5808 | 2025.01.27 09:35:15.668044 [ 267 ] {e1b11b1e-05db-4483-aa82-804070cfe801} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5809 | 2025.01.27 09:35:15.668461 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006534392 sec., 370195.11532212945 rows/sec., 28.40 MiB/sec. | ||
| 5810 | 2025.01.27 09:35:15.668524 [ 267 ] {e1b11b1e-05db-4483-aa82-804070cfe801} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5811 | 2025.01.27 09:35:15.668761 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5812 | 2025.01.27 09:35:15.668812 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5813 | 2025.01.27 09:35:15.668843 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5814 | 2025.01.27 09:35:15.668921 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5815 | 2025.01.27 09:35:15.669089 [ 267 ] {e1b11b1e-05db-4483-aa82-804070cfe801} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005854 sec., 27331.738981892722 rows/sec., 1.90 MiB/sec. | ||
| 5816 | 2025.01.27 09:35:15.669394 [ 267 ] {e1b11b1e-05db-4483-aa82-804070cfe801} <Debug> TCPHandler: Processed in 0.006742687 sec. | ||
| 5817 | 2025.01.27 09:35:15.669406 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 5818 | 2025.01.27 09:35:15.669687 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5819 | 2025.01.27 09:35:15.669791 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5820 | 2025.01.27 09:35:15.669928 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_46_9} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5821 | 2025.01.27 09:35:15.669931 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12747 rows starting from the beginning of the part | ||
| 5822 | 2025.01.27 09:35:15.670075 [ 273 ] {bcfa014e-b7f7-403a-8cde-56052061abee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5823 | 2025.01.27 09:35:15.670230 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_46_9} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5824 | 2025.01.27 09:35:15.670382 [ 273 ] {bcfa014e-b7f7-403a-8cde-56052061abee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5825 | 2025.01.27 09:35:15.670383 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 963 rows starting from the beginning of the part | ||
| 5826 | 2025.01.27 09:35:15.670609 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5827 | 2025.01.27 09:35:15.671023 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 5828 | 2025.01.27 09:35:15.671417 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 5829 | 2025.01.27 09:35:15.671712 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 5830 | 2025.01.27 09:35:15.672039 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 5831 | 2025.01.27 09:35:15.673258 [ 273 ] {bcfa014e-b7f7-403a-8cde-56052061abee} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5832 | 2025.01.27 09:35:15.673370 [ 273 ] {bcfa014e-b7f7-403a-8cde-56052061abee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5833 | 2025.01.27 09:35:15.673975 [ 273 ] {bcfa014e-b7f7-403a-8cde-56052061abee} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5834 | 2025.01.27 09:35:15.674400 [ 273 ] {bcfa014e-b7f7-403a-8cde-56052061abee} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5835 | 2025.01.27 09:35:15.674708 [ 142 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5836 | 2025.01.27 09:35:15.674805 [ 142 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5837 | 2025.01.27 09:35:15.674866 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5838 | 2025.01.27 09:35:15.675039 [ 273 ] {bcfa014e-b7f7-403a-8cde-56052061abee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005046 sec., 11890.606420927466 rows/sec., 820.58 KiB/sec. | ||
| 5839 | 2025.01.27 09:35:15.675444 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5840 | 2025.01.27 09:35:15.675495 [ 273 ] {bcfa014e-b7f7-403a-8cde-56052061abee} <Debug> TCPHandler: Processed in 0.005976088 sec. | ||
| 5841 | 2025.01.27 09:35:15.676051 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5842 | 2025.01.27 09:35:15.676192 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2522 rows starting from the beginning of the part | ||
| 5843 | 2025.01.27 09:35:15.676575 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5844 | 2025.01.27 09:35:15.676868 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5845 | 2025.01.27 09:35:15.677162 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5846 | 2025.01.27 09:35:15.677444 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5847 | 2025.01.27 09:35:15.677557 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 5848 | 2025.01.27 09:35:15.680103 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.005084919 sec., 551827.8658912757 rows/sec., 36.00 MiB/sec. | ||
| 5849 | 2025.01.27 09:35:15.680536 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5850 | 2025.01.27 09:35:15.681032 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_46_9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5851 | 2025.01.27 09:35:15.681160 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_46_9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5852 | 2025.01.27 09:35:15.681463 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5853 | 2025.01.27 09:35:15.681623 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14395 rows, containing 5 columns (5 merged, 0 gathered) in 0.012542732 sec., 1147676.5986867934 rows/sec., 77.48 MiB/sec. | ||
| 5854 | 2025.01.27 09:35:15.682106 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5855 | 2025.01.27 09:35:15.682465 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5856 | 2025.01.27 09:35:15.682550 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5857 | 2025.01.27 09:35:15.682643 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. | ||
| 5858 | 2025.01.27 09:35:17.030205 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5859 | 2025.01.27 09:35:17.031201 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5860 | 2025.01.27 09:35:17.031288 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5861 | 2025.01.27 09:35:17.031922 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5862 | 2025.01.27 09:35:17.032182 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5863 | 2025.01.27 09:35:17.032461 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5864 | 2025.01.27 09:35:17.914177 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5865 | 2025.01.27 09:35:17.934536 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5866 | 2025.01.27 09:35:17.934592 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5867 | 2025.01.27 09:35:17.941995 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5868 | 2025.01.27 09:35:17.942765 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5869 | 2025.01.27 09:35:17.946140 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5870 | 2025.01.27 09:35:19.589382 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 830 | ||
| 5871 | 2025.01.27 09:35:19.592550 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5872 | 2025.01.27 09:35:19.592601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5873 | 2025.01.27 09:35:19.594058 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5874 | 2025.01.27 09:35:19.594362 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5875 | 2025.01.27 09:35:19.594588 [ 139 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5876 | 2025.01.27 09:35:19.594709 [ 139 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5877 | 2025.01.27 09:35:19.594778 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5878 | 2025.01.27 09:35:19.595310 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 5879 | 2025.01.27 09:35:19.596326 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 830 | ||
| 5880 | 2025.01.27 09:35:19.596628 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5881 | 2025.01.27 09:35:19.596764 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 684 rows starting from the beginning of the part | ||
| 5882 | 2025.01.27 09:35:19.597336 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 5883 | 2025.01.27 09:35:19.597862 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 5884 | 2025.01.27 09:35:19.598382 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 5885 | 2025.01.27 09:35:19.598874 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 5886 | 2025.01.27 09:35:19.599407 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
| 5887 | 2025.01.27 09:35:19.606901 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 830 rows, containing 72 columns (72 merged, 0 gathered) in 0.011955758 sec., 69422.61628246406 rows/sec., 57.47 MiB/sec. | ||
| 5888 | 2025.01.27 09:35:19.608180 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5889 | 2025.01.27 09:35:19.609039 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_21_4} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5890 | 2025.01.27 09:35:19.609139 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_21_4} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5891 | 2025.01.27 09:35:19.609477 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5892 | 2025.01.27 09:35:20.661102 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5893 | 2025.01.27 09:35:20.661299 [ 267 ] {9d6da3e1-c326-4846-97c8-0f74cc7bee92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5894 | 2025.01.27 09:35:20.661375 [ 267 ] {9d6da3e1-c326-4846-97c8-0f74cc7bee92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5895 | 2025.01.27 09:35:20.662142 [ 267 ] {9d6da3e1-c326-4846-97c8-0f74cc7bee92} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5896 | 2025.01.27 09:35:20.662194 [ 267 ] {9d6da3e1-c326-4846-97c8-0f74cc7bee92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5897 | 2025.01.27 09:35:20.662625 [ 267 ] {9d6da3e1-c326-4846-97c8-0f74cc7bee92} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5898 | 2025.01.27 09:35:20.662876 [ 267 ] {9d6da3e1-c326-4846-97c8-0f74cc7bee92} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5899 | 2025.01.27 09:35:20.663123 [ 267 ] {9d6da3e1-c326-4846-97c8-0f74cc7bee92} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec. | ||
| 5900 | 2025.01.27 09:35:20.663216 [ 267 ] {9d6da3e1-c326-4846-97c8-0f74cc7bee92} <Debug> TCPHandler: Processed in 0.002246863 sec. | ||
| 5901 | 2025.01.27 09:35:20.663496 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5902 | 2025.01.27 09:35:20.663690 [ 273 ] {f47baf53-73d1-4cfa-8e58-709b9e04f400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5903 | 2025.01.27 09:35:20.663763 [ 273 ] {f47baf53-73d1-4cfa-8e58-709b9e04f400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5904 | 2025.01.27 09:35:20.664738 [ 273 ] {f47baf53-73d1-4cfa-8e58-709b9e04f400} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5905 | 2025.01.27 09:35:20.664840 [ 273 ] {f47baf53-73d1-4cfa-8e58-709b9e04f400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5906 | 2025.01.27 09:35:20.665426 [ 273 ] {f47baf53-73d1-4cfa-8e58-709b9e04f400} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5907 | 2025.01.27 09:35:20.665753 [ 273 ] {f47baf53-73d1-4cfa-8e58-709b9e04f400} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5908 | 2025.01.27 09:35:20.666112 [ 273 ] {f47baf53-73d1-4cfa-8e58-709b9e04f400} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.00247 sec., 113765.18218623482 rows/sec., 10.03 MiB/sec. | ||
| 5909 | 2025.01.27 09:35:20.666586 [ 273 ] {f47baf53-73d1-4cfa-8e58-709b9e04f400} <Debug> TCPHandler: Processed in 0.003222285 sec. | ||
| 5910 | 2025.01.27 09:35:20.666952 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5911 | 2025.01.27 09:35:20.667085 [ 267 ] {f4acbc8b-4c1e-4400-9471-0b0d1baa4025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5912 | 2025.01.27 09:35:20.667137 [ 267 ] {f4acbc8b-4c1e-4400-9471-0b0d1baa4025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5913 | 2025.01.27 09:35:20.667774 [ 267 ] {f4acbc8b-4c1e-4400-9471-0b0d1baa4025} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5914 | 2025.01.27 09:35:20.667814 [ 267 ] {f4acbc8b-4c1e-4400-9471-0b0d1baa4025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5915 | 2025.01.27 09:35:20.668182 [ 267 ] {f4acbc8b-4c1e-4400-9471-0b0d1baa4025} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5916 | 2025.01.27 09:35:20.668437 [ 267 ] {f4acbc8b-4c1e-4400-9471-0b0d1baa4025} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5917 | 2025.01.27 09:35:20.668608 [ 136 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5918 | 2025.01.27 09:35:20.668675 [ 267 ] {f4acbc8b-4c1e-4400-9471-0b0d1baa4025} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001612 sec., 28535.980148883376 rows/sec., 2.05 MiB/sec. | ||
| 5919 | 2025.01.27 09:35:20.668700 [ 136 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5920 | 2025.01.27 09:35:20.668762 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5921 | 2025.01.27 09:35:20.668796 [ 267 ] {f4acbc8b-4c1e-4400-9471-0b0d1baa4025} <Debug> TCPHandler: Processed in 0.002047437 sec. | ||
| 5922 | 2025.01.27 09:35:20.669008 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 5923 | 2025.01.27 09:35:20.669012 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5924 | 2025.01.27 09:35:20.669306 [ 273 ] {833b5388-2770-45fe-bd7a-0bd1e474c1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5925 | 2025.01.27 09:35:20.669321 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5926 | 2025.01.27 09:35:20.669400 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 5927 | 2025.01.27 09:35:20.669409 [ 273 ] {833b5388-2770-45fe-bd7a-0bd1e474c1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5928 | 2025.01.27 09:35:20.669742 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 5929 | 2025.01.27 09:35:20.670093 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 5930 | 2025.01.27 09:35:20.670450 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 62 rows starting from the beginning of the part | ||
| 5931 | 2025.01.27 09:35:20.670819 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 5932 | 2025.01.27 09:35:20.671170 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part | ||
| 5933 | 2025.01.27 09:35:20.672114 [ 273 ] {833b5388-2770-45fe-bd7a-0bd1e474c1ea} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5934 | 2025.01.27 09:35:20.672186 [ 273 ] {833b5388-2770-45fe-bd7a-0bd1e474c1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5935 | 2025.01.27 09:35:20.673149 [ 273 ] {833b5388-2770-45fe-bd7a-0bd1e474c1ea} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5936 | 2025.01.27 09:35:20.673787 [ 273 ] {833b5388-2770-45fe-bd7a-0bd1e474c1ea} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5937 | 2025.01.27 09:35:20.673889 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.005007677 sec., 61904.951138022676 rows/sec., 4.66 MiB/sec. | ||
| 5938 | 2025.01.27 09:35:20.674072 [ 135 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5939 | 2025.01.27 09:35:20.674151 [ 135 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2025.01.27 09:35:20.674206 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5941 | 2025.01.27 09:35:20.674221 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5942 | 2025.01.27 09:35:20.674264 [ 273 ] {833b5388-2770-45fe-bd7a-0bd1e474c1ea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005035 sec., 2780.5362462760672 rows/sec., 194.73 KiB/sec. | ||
| 5943 | 2025.01.27 09:35:20.674867 [ 273 ] {833b5388-2770-45fe-bd7a-0bd1e474c1ea} <Debug> TCPHandler: Processed in 0.005940078 sec. | ||
| 5944 | 2025.01.27 09:35:20.674906 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 5945 | 2025.01.27 09:35:20.675507 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5946 | 2025.01.27 09:35:20.675595 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_20_4} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5947 | 2025.01.27 09:35:20.675614 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 242 rows starting from the beginning of the part | ||
| 5948 | 2025.01.27 09:35:20.675632 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5949 | 2025.01.27 09:35:20.675878 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_20_4} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5950 | 2025.01.27 09:35:20.675946 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 5951 | 2025.01.27 09:35:20.676234 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5952 | 2025.01.27 09:35:20.676424 [ 267 ] {43a2b6cf-f208-43d6-91ea-bcf8ca5bcd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5953 | 2025.01.27 09:35:20.676425 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 5954 | 2025.01.27 09:35:20.676544 [ 267 ] {43a2b6cf-f208-43d6-91ea-bcf8ca5bcd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5955 | 2025.01.27 09:35:20.676724 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 5956 | 2025.01.27 09:35:20.677075 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 5957 | 2025.01.27 09:35:20.677403 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 5958 | 2025.01.27 09:35:20.679181 [ 267 ] {43a2b6cf-f208-43d6-91ea-bcf8ca5bcd7d} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5959 | 2025.01.27 09:35:20.679262 [ 267 ] {43a2b6cf-f208-43d6-91ea-bcf8ca5bcd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5960 | 2025.01.27 09:35:20.680221 [ 267 ] {43a2b6cf-f208-43d6-91ea-bcf8ca5bcd7d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5961 | 2025.01.27 09:35:20.680399 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006061381 sec., 89088.60868505048 rows/sec., 6.38 MiB/sec. | ||
| 5962 | 2025.01.27 09:35:20.680612 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5963 | 2025.01.27 09:35:20.680705 [ 267 ] {43a2b6cf-f208-43d6-91ea-bcf8ca5bcd7d} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5964 | 2025.01.27 09:35:20.681105 [ 267 ] {43a2b6cf-f208-43d6-91ea-bcf8ca5bcd7d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004986 sec., 2607.3004412354594 rows/sec., 162.56 KiB/sec. | ||
| 5965 | 2025.01.27 09:35:20.681264 [ 267 ] {43a2b6cf-f208-43d6-91ea-bcf8ca5bcd7d} <Debug> TCPHandler: Processed in 0.005752734 sec. | ||
| 5966 | 2025.01.27 09:35:20.681293 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_20_4} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5967 | 2025.01.27 09:35:20.681450 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_20_4} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5968 | 2025.01.27 09:35:20.681467 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5969 | 2025.01.27 09:35:20.681589 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5970 | 2025.01.27 09:35:20.681686 [ 273 ] {ebeffe60-3360-44e9-a136-fc81aed00a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5971 | 2025.01.27 09:35:20.681749 [ 273 ] {ebeffe60-3360-44e9-a136-fc81aed00a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5972 | 2025.01.27 09:35:20.682635 [ 273 ] {ebeffe60-3360-44e9-a136-fc81aed00a89} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.01.27 09:35:20.682676 [ 273 ] {ebeffe60-3360-44e9-a136-fc81aed00a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5974 | 2025.01.27 09:35:20.683075 [ 273 ] {ebeffe60-3360-44e9-a136-fc81aed00a89} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5975 | 2025.01.27 09:35:20.683332 [ 273 ] {ebeffe60-3360-44e9-a136-fc81aed00a89} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.01.27 09:35:20.683504 [ 273 ] {ebeffe60-3360-44e9-a136-fc81aed00a89} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001865 sec., 225737.2654155496 rows/sec., 16.13 MiB/sec. | ||
| 5977 | 2025.01.27 09:35:20.683555 [ 273 ] {ebeffe60-3360-44e9-a136-fc81aed00a89} <Debug> TCPHandler: Processed in 0.00217933 sec. | ||
| 5978 | 2025.01.27 09:35:20.683719 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5979 | 2025.01.27 09:35:20.683857 [ 267 ] {e5aeec8a-0b8c-44c3-b970-914c0658bd47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5980 | 2025.01.27 09:35:20.683918 [ 267 ] {e5aeec8a-0b8c-44c3-b970-914c0658bd47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5981 | 2025.01.27 09:35:20.684479 [ 267 ] {e5aeec8a-0b8c-44c3-b970-914c0658bd47} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5982 | 2025.01.27 09:35:20.684525 [ 267 ] {e5aeec8a-0b8c-44c3-b970-914c0658bd47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5983 | 2025.01.27 09:35:20.684903 [ 267 ] {e5aeec8a-0b8c-44c3-b970-914c0658bd47} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5984 | 2025.01.27 09:35:20.685142 [ 267 ] {e5aeec8a-0b8c-44c3-b970-914c0658bd47} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5985 | 2025.01.27 09:35:20.685305 [ 135 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5986 | 2025.01.27 09:35:20.685362 [ 135 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5987 | 2025.01.27 09:35:20.685398 [ 267 ] {e5aeec8a-0b8c-44c3-b970-914c0658bd47} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 200.82 KiB/sec. | ||
| 5988 | 2025.01.27 09:35:20.685403 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5989 | 2025.01.27 09:35:20.685547 [ 267 ] {e5aeec8a-0b8c-44c3-b970-914c0658bd47} <Debug> TCPHandler: Processed in 0.001895615 sec. | ||
| 5990 | 2025.01.27 09:35:20.685639 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 5991 | 2025.01.27 09:35:20.685732 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5992 | 2025.01.27 09:35:20.685789 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5993 | 2025.01.27 09:35:20.685831 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 5994 | 2025.01.27 09:35:20.685893 [ 273 ] {5b1ea05e-462c-48c6-9d4a-30567ff1aaa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5995 | 2025.01.27 09:35:20.685955 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 5996 | 2025.01.27 09:35:20.686008 [ 273 ] {5b1ea05e-462c-48c6-9d4a-30567ff1aaa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5997 | 2025.01.27 09:35:20.686228 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 5998 | 2025.01.27 09:35:20.686472 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 5999 | 2025.01.27 09:35:20.686691 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 6000 | 2025.01.27 09:35:20.686931 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 6001 | 2025.01.27 09:35:20.687869 [ 273 ] {5b1ea05e-462c-48c6-9d4a-30567ff1aaa2} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6002 | 2025.01.27 09:35:20.687916 [ 273 ] {5b1ea05e-462c-48c6-9d4a-30567ff1aaa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6003 | 2025.01.27 09:35:20.688545 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.00300865 sec., 39884.99825503133 rows/sec., 2.03 MiB/sec. | ||
| 6004 | 2025.01.27 09:35:20.688572 [ 273 ] {5b1ea05e-462c-48c6-9d4a-30567ff1aaa2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6005 | 2025.01.27 09:35:20.688665 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6006 | 2025.01.27 09:35:20.688878 [ 273 ] {5b1ea05e-462c-48c6-9d4a-30567ff1aaa2} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6007 | 2025.01.27 09:35:20.689049 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_20_4} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6008 | 2025.01.27 09:35:20.689292 [ 273 ] {5b1ea05e-462c-48c6-9d4a-30567ff1aaa2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003415 sec., 69399.70717423133 rows/sec., 4.65 MiB/sec. | ||
| 6009 | 2025.01.27 09:35:20.689452 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_20_4} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6010 | 2025.01.27 09:35:20.689638 [ 273 ] {5b1ea05e-462c-48c6-9d4a-30567ff1aaa2} <Debug> TCPHandler: Processed in 0.003969773 sec. | ||
| 6011 | 2025.01.27 09:35:20.689892 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6012 | 2025.01.27 09:35:20.689986 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6013 | 2025.01.27 09:35:20.690168 [ 267 ] {5ae97f1e-2107-4451-a2fc-bc78305e50e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6014 | 2025.01.27 09:35:20.690227 [ 267 ] {5ae97f1e-2107-4451-a2fc-bc78305e50e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6015 | 2025.01.27 09:35:20.690744 [ 267 ] {5ae97f1e-2107-4451-a2fc-bc78305e50e0} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6016 | 2025.01.27 09:35:20.690781 [ 267 ] {5ae97f1e-2107-4451-a2fc-bc78305e50e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6017 | 2025.01.27 09:35:20.691139 [ 267 ] {5ae97f1e-2107-4451-a2fc-bc78305e50e0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6018 | 2025.01.27 09:35:20.691379 [ 267 ] {5ae97f1e-2107-4451-a2fc-bc78305e50e0} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6019 | 2025.01.27 09:35:20.691629 [ 267 ] {5ae97f1e-2107-4451-a2fc-bc78305e50e0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 6020 | 2025.01.27 09:35:20.691821 [ 267 ] {5ae97f1e-2107-4451-a2fc-bc78305e50e0} <Debug> TCPHandler: Processed in 0.002059018 sec. | ||
| 6021 | 2025.01.27 09:35:20.692005 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6022 | 2025.01.27 09:35:20.692142 [ 273 ] {2fab2719-2286-4c56-ac1e-8b5ae55a7689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6023 | 2025.01.27 09:35:20.692235 [ 273 ] {2fab2719-2286-4c56-ac1e-8b5ae55a7689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6024 | 2025.01.27 09:35:20.693455 [ 273 ] {2fab2719-2286-4c56-ac1e-8b5ae55a7689} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6025 | 2025.01.27 09:35:20.693494 [ 273 ] {2fab2719-2286-4c56-ac1e-8b5ae55a7689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6026 | 2025.01.27 09:35:20.694147 [ 273 ] {2fab2719-2286-4c56-ac1e-8b5ae55a7689} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6027 | 2025.01.27 09:35:20.694408 [ 273 ] {2fab2719-2286-4c56-ac1e-8b5ae55a7689} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6028 | 2025.01.27 09:35:20.694597 [ 273 ] {2fab2719-2286-4c56-ac1e-8b5ae55a7689} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002486 sec., 15687.851971037811 rows/sec., 28.11 MiB/sec. | ||
| 6029 | 2025.01.27 09:35:20.694689 [ 273 ] {2fab2719-2286-4c56-ac1e-8b5ae55a7689} <Debug> TCPHandler: Processed in 0.002752714 sec. | ||
| 6030 | 2025.01.27 09:35:20.694856 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6031 | 2025.01.27 09:35:20.694995 [ 267 ] {b886bbcd-1982-48b8-8d8f-37b78461cc61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6032 | 2025.01.27 09:35:20.695054 [ 267 ] {b886bbcd-1982-48b8-8d8f-37b78461cc61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6033 | 2025.01.27 09:35:20.695624 [ 267 ] {b886bbcd-1982-48b8-8d8f-37b78461cc61} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6034 | 2025.01.27 09:35:20.695663 [ 267 ] {b886bbcd-1982-48b8-8d8f-37b78461cc61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6035 | 2025.01.27 09:35:20.696030 [ 267 ] {b886bbcd-1982-48b8-8d8f-37b78461cc61} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6036 | 2025.01.27 09:35:20.696264 [ 267 ] {b886bbcd-1982-48b8-8d8f-37b78461cc61} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6037 | 2025.01.27 09:35:20.696472 [ 267 ] {b886bbcd-1982-48b8-8d8f-37b78461cc61} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec. | ||
| 6038 | 2025.01.27 09:35:20.696522 [ 267 ] {b886bbcd-1982-48b8-8d8f-37b78461cc61} <Debug> TCPHandler: Processed in 0.001735651 sec. | ||
| 6039 | 2025.01.27 09:35:24.396765 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6040 | 2025.01.27 09:35:24.396831 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6041 | 2025.01.27 09:35:24.532649 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6042 | 2025.01.27 09:35:24.533706 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6043 | 2025.01.27 09:35:24.533789 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6044 | 2025.01.27 09:35:24.534494 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6045 | 2025.01.27 09:35:24.534752 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6046 | 2025.01.27 09:35:24.534932 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6047 | 2025.01.27 09:35:25.446259 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6048 | 2025.01.27 09:35:25.467442 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6049 | 2025.01.27 09:35:25.467499 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6050 | 2025.01.27 09:35:25.475362 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6051 | 2025.01.27 09:35:25.476150 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6052 | 2025.01.27 09:35:25.478791 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6053 | 2025.01.27 09:35:25.654442 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6054 | 2025.01.27 09:35:25.654634 [ 267 ] {789e06f5-3fbf-484d-b4b8-8cd43395ea17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6055 | 2025.01.27 09:35:25.654707 [ 267 ] {789e06f5-3fbf-484d-b4b8-8cd43395ea17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6056 | 2025.01.27 09:35:25.655496 [ 267 ] {789e06f5-3fbf-484d-b4b8-8cd43395ea17} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6057 | 2025.01.27 09:35:25.655541 [ 267 ] {789e06f5-3fbf-484d-b4b8-8cd43395ea17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6058 | 2025.01.27 09:35:25.656013 [ 267 ] {789e06f5-3fbf-484d-b4b8-8cd43395ea17} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6059 | 2025.01.27 09:35:25.656267 [ 267 ] {789e06f5-3fbf-484d-b4b8-8cd43395ea17} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6060 | 2025.01.27 09:35:25.656526 [ 267 ] {789e06f5-3fbf-484d-b4b8-8cd43395ea17} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001927 sec., 29060.716139076285 rows/sec., 2.22 MiB/sec. | ||
| 6061 | 2025.01.27 09:35:25.656643 [ 267 ] {789e06f5-3fbf-484d-b4b8-8cd43395ea17} <Debug> TCPHandler: Processed in 0.002327474 sec. | ||
| 6062 | 2025.01.27 09:35:25.656948 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6063 | 2025.01.27 09:35:25.657136 [ 273 ] {099d6ee2-e41c-46ac-828e-9e21f7b7626d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6064 | 2025.01.27 09:35:25.657209 [ 273 ] {099d6ee2-e41c-46ac-828e-9e21f7b7626d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6065 | 2025.01.27 09:35:25.657959 [ 273 ] {099d6ee2-e41c-46ac-828e-9e21f7b7626d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6066 | 2025.01.27 09:35:25.658002 [ 273 ] {099d6ee2-e41c-46ac-828e-9e21f7b7626d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6067 | 2025.01.27 09:35:25.658447 [ 273 ] {099d6ee2-e41c-46ac-828e-9e21f7b7626d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6068 | 2025.01.27 09:35:25.658716 [ 273 ] {099d6ee2-e41c-46ac-828e-9e21f7b7626d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6069 | 2025.01.27 09:35:25.658958 [ 273 ] {099d6ee2-e41c-46ac-828e-9e21f7b7626d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001876 sec., 34115.13859275053 rows/sec., 2.66 MiB/sec. | ||
| 6070 | 2025.01.27 09:35:25.659016 [ 273 ] {099d6ee2-e41c-46ac-828e-9e21f7b7626d} <Debug> TCPHandler: Processed in 0.002230032 sec. | ||
| 6071 | 2025.01.27 09:35:25.659167 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6072 | 2025.01.27 09:35:25.659310 [ 267 ] {6a94831f-8f89-4567-ade6-913813f1a807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6073 | 2025.01.27 09:35:25.659374 [ 267 ] {6a94831f-8f89-4567-ade6-913813f1a807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6074 | 2025.01.27 09:35:25.660039 [ 267 ] {6a94831f-8f89-4567-ade6-913813f1a807} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6075 | 2025.01.27 09:35:25.660080 [ 267 ] {6a94831f-8f89-4567-ade6-913813f1a807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6076 | 2025.01.27 09:35:25.660479 [ 267 ] {6a94831f-8f89-4567-ade6-913813f1a807} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6077 | 2025.01.27 09:35:25.660726 [ 267 ] {6a94831f-8f89-4567-ade6-913813f1a807} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6078 | 2025.01.27 09:35:25.660950 [ 267 ] {6a94831f-8f89-4567-ade6-913813f1a807} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001673 sec., 95636.58099222953 rows/sec., 6.66 MiB/sec. | ||
| 6079 | 2025.01.27 09:35:25.661002 [ 267 ] {6a94831f-8f89-4567-ade6-913813f1a807} <Debug> TCPHandler: Processed in 0.001901945 sec. | ||
| 6080 | 2025.01.27 09:35:25.661164 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6081 | 2025.01.27 09:35:25.661304 [ 273 ] {b635d46f-7c43-4056-b1b6-4245cb86651f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6082 | 2025.01.27 09:35:25.661366 [ 273 ] {b635d46f-7c43-4056-b1b6-4245cb86651f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6083 | 2025.01.27 09:35:25.661928 [ 273 ] {b635d46f-7c43-4056-b1b6-4245cb86651f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6084 | 2025.01.27 09:35:25.661969 [ 273 ] {b635d46f-7c43-4056-b1b6-4245cb86651f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6085 | 2025.01.27 09:35:25.662351 [ 273 ] {b635d46f-7c43-4056-b1b6-4245cb86651f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6086 | 2025.01.27 09:35:25.662599 [ 273 ] {b635d46f-7c43-4056-b1b6-4245cb86651f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6087 | 2025.01.27 09:35:25.662816 [ 273 ] {b635d46f-7c43-4056-b1b6-4245cb86651f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. | ||
| 6088 | 2025.01.27 09:35:25.662868 [ 273 ] {b635d46f-7c43-4056-b1b6-4245cb86651f} <Debug> TCPHandler: Processed in 0.001774861 sec. | ||
| 6089 | 2025.01.27 09:35:26.931835 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6090 | 2025.01.27 09:35:26.932056 [ 267 ] {69bbb650-a771-4961-bd45-c38ab37eab7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6091 | 2025.01.27 09:35:26.932136 [ 267 ] {69bbb650-a771-4961-bd45-c38ab37eab7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6092 | 2025.01.27 09:35:26.933004 [ 267 ] {69bbb650-a771-4961-bd45-c38ab37eab7f} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6093 | 2025.01.27 09:35:26.933055 [ 267 ] {69bbb650-a771-4961-bd45-c38ab37eab7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6094 | 2025.01.27 09:35:26.933515 [ 267 ] {69bbb650-a771-4961-bd45-c38ab37eab7f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6095 | 2025.01.27 09:35:26.933772 [ 267 ] {69bbb650-a771-4961-bd45-c38ab37eab7f} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6096 | 2025.01.27 09:35:26.933928 [ 129 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6097 | 2025.01.27 09:35:26.933972 [ 129 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6098 | 2025.01.27 09:35:26.933988 [ 267 ] {69bbb650-a771-4961-bd45-c38ab37eab7f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001992 sec., 7028.112449799198 rows/sec., 505.93 KiB/sec. | ||
| 6099 | 2025.01.27 09:35:26.933998 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6100 | 2025.01.27 09:35:26.934074 [ 267 ] {69bbb650-a771-4961-bd45-c38ab37eab7f} <Debug> TCPHandler: Processed in 0.002372395 sec. | ||
| 6101 | 2025.01.27 09:35:26.934144 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 6102 | 2025.01.27 09:35:26.934288 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6103 | 2025.01.27 09:35:26.934327 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 6104 | 2025.01.27 09:35:26.934399 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6105 | 2025.01.27 09:35:26.934448 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 6106 | 2025.01.27 09:35:26.934841 [ 273 ] {9be68acb-0dbf-41ba-87d2-cfe4f2e1e54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6107 | 2025.01.27 09:35:26.934855 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 6108 | 2025.01.27 09:35:26.935042 [ 273 ] {9be68acb-0dbf-41ba-87d2-cfe4f2e1e54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6109 | 2025.01.27 09:35:26.935104 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 6110 | 2025.01.27 09:35:26.935492 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 6111 | 2025.01.27 09:35:26.937452 [ 273 ] {9be68acb-0dbf-41ba-87d2-cfe4f2e1e54b} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6112 | 2025.01.27 09:35:26.937536 [ 273 ] {9be68acb-0dbf-41ba-87d2-cfe4f2e1e54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6113 | 2025.01.27 09:35:26.938121 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004046254 sec., 17299.952004990293 rows/sec., 1.28 MiB/sec. | ||
| 6114 | 2025.01.27 09:35:26.938328 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6115 | 2025.01.27 09:35:26.938612 [ 273 ] {9be68acb-0dbf-41ba-87d2-cfe4f2e1e54b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6116 | 2025.01.27 09:35:26.938848 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_21_5} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6117 | 2025.01.27 09:35:26.938976 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_21_5} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6118 | 2025.01.27 09:35:26.939144 [ 273 ] {9be68acb-0dbf-41ba-87d2-cfe4f2e1e54b} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6119 | 2025.01.27 09:35:26.939158 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6120 | 2025.01.27 09:35:26.939492 [ 273 ] {9be68acb-0dbf-41ba-87d2-cfe4f2e1e54b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004829 sec., 414.16442327604057 rows/sec., 33.77 KiB/sec. | ||
| 6121 | 2025.01.27 09:35:26.939650 [ 273 ] {9be68acb-0dbf-41ba-87d2-cfe4f2e1e54b} <Debug> TCPHandler: Processed in 0.005421046 sec. | ||
| 6122 | 2025.01.27 09:35:26.939849 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6123 | 2025.01.27 09:35:26.939992 [ 267 ] {054162b7-f786-48ae-a88e-aac5917225ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6124 | 2025.01.27 09:35:26.940057 [ 267 ] {054162b7-f786-48ae-a88e-aac5917225ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6125 | 2025.01.27 09:35:26.941465 [ 267 ] {054162b7-f786-48ae-a88e-aac5917225ec} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6126 | 2025.01.27 09:35:26.941509 [ 267 ] {054162b7-f786-48ae-a88e-aac5917225ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6127 | 2025.01.27 09:35:26.942017 [ 267 ] {054162b7-f786-48ae-a88e-aac5917225ec} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6128 | 2025.01.27 09:35:26.942277 [ 267 ] {054162b7-f786-48ae-a88e-aac5917225ec} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6129 | 2025.01.27 09:35:26.942469 [ 267 ] {054162b7-f786-48ae-a88e-aac5917225ec} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002508 sec., 566985.6459330143 rows/sec., 47.34 MiB/sec. | ||
| 6130 | 2025.01.27 09:35:26.942537 [ 267 ] {054162b7-f786-48ae-a88e-aac5917225ec} <Debug> TCPHandler: Processed in 0.002750004 sec. | ||
| 6131 | 2025.01.27 09:35:26.942727 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6132 | 2025.01.27 09:35:26.942854 [ 273 ] {0f5b032c-0cc7-4511-9198-92847b6a5032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6133 | 2025.01.27 09:35:26.942912 [ 273 ] {0f5b032c-0cc7-4511-9198-92847b6a5032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6134 | 2025.01.27 09:35:26.943632 [ 273 ] {0f5b032c-0cc7-4511-9198-92847b6a5032} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6135 | 2025.01.27 09:35:26.943679 [ 273 ] {0f5b032c-0cc7-4511-9198-92847b6a5032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6136 | 2025.01.27 09:35:26.944070 [ 273 ] {0f5b032c-0cc7-4511-9198-92847b6a5032} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6137 | 2025.01.27 09:35:26.944315 [ 273 ] {0f5b032c-0cc7-4511-9198-92847b6a5032} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6138 | 2025.01.27 09:35:26.944517 [ 273 ] {0f5b032c-0cc7-4511-9198-92847b6a5032} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001695 sec., 28318.584070796463 rows/sec., 2.03 MiB/sec. | ||
| 6139 | 2025.01.27 09:35:26.944569 [ 273 ] {0f5b032c-0cc7-4511-9198-92847b6a5032} <Debug> TCPHandler: Processed in 0.001915444 sec. | ||
| 6140 | 2025.01.27 09:35:26.944721 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6141 | 2025.01.27 09:35:26.944854 [ 267 ] {59de4e54-4d9a-43a7-b6ad-6b421293ac52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6142 | 2025.01.27 09:35:26.944906 [ 267 ] {59de4e54-4d9a-43a7-b6ad-6b421293ac52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6143 | 2025.01.27 09:35:26.945591 [ 267 ] {59de4e54-4d9a-43a7-b6ad-6b421293ac52} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6144 | 2025.01.27 09:35:26.945631 [ 267 ] {59de4e54-4d9a-43a7-b6ad-6b421293ac52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6145 | 2025.01.27 09:35:26.946054 [ 267 ] {59de4e54-4d9a-43a7-b6ad-6b421293ac52} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6146 | 2025.01.27 09:35:26.946332 [ 267 ] {59de4e54-4d9a-43a7-b6ad-6b421293ac52} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6147 | 2025.01.27 09:35:26.946511 [ 267 ] {59de4e54-4d9a-43a7-b6ad-6b421293ac52} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001683 sec., 143790.8496732026 rows/sec., 9.74 MiB/sec. | ||
| 6148 | 2025.01.27 09:35:26.946562 [ 267 ] {59de4e54-4d9a-43a7-b6ad-6b421293ac52} <Debug> TCPHandler: Processed in 0.001899204 sec. | ||
| 6149 | 2025.01.27 09:35:26.946733 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6150 | 2025.01.27 09:35:26.946855 [ 273 ] {853e6244-1e02-45cb-85a9-972099a25126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6151 | 2025.01.27 09:35:26.946907 [ 273 ] {853e6244-1e02-45cb-85a9-972099a25126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6152 | 2025.01.27 09:35:26.947517 [ 273 ] {853e6244-1e02-45cb-85a9-972099a25126} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6153 | 2025.01.27 09:35:26.947577 [ 273 ] {853e6244-1e02-45cb-85a9-972099a25126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6154 | 2025.01.27 09:35:26.948198 [ 273 ] {853e6244-1e02-45cb-85a9-972099a25126} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6155 | 2025.01.27 09:35:26.948452 [ 273 ] {853e6244-1e02-45cb-85a9-972099a25126} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6156 | 2025.01.27 09:35:26.948632 [ 129 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6157 | 2025.01.27 09:35:26.948693 [ 273 ] {853e6244-1e02-45cb-85a9-972099a25126} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001856 sec., 7004.310344827586 rows/sec., 436.72 KiB/sec. | ||
| 6158 | 2025.01.27 09:35:26.948700 [ 129 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6159 | 2025.01.27 09:35:26.948790 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6160 | 2025.01.27 09:35:26.948813 [ 273 ] {853e6244-1e02-45cb-85a9-972099a25126} <Debug> TCPHandler: Processed in 0.002134529 sec. | ||
| 6161 | 2025.01.27 09:35:26.949105 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6162 | 2025.01.27 09:35:26.949146 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 6163 | 2025.01.27 09:35:26.949310 [ 267 ] {ed0fa3c3-c261-4875-b522-1ab86bb97ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6164 | 2025.01.27 09:35:26.949336 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6165 | 2025.01.27 09:35:26.949374 [ 267 ] {ed0fa3c3-c261-4875-b522-1ab86bb97ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6166 | 2025.01.27 09:35:26.949377 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 6167 | 2025.01.27 09:35:26.949627 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 6168 | 2025.01.27 09:35:26.950026 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 6169 | 2025.01.27 09:35:26.950425 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 6170 | 2025.01.27 09:35:26.950809 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 6171 | 2025.01.27 09:35:26.952145 [ 267 ] {ed0fa3c3-c261-4875-b522-1ab86bb97ca8} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6172 | 2025.01.27 09:35:26.952205 [ 267 ] {ed0fa3c3-c261-4875-b522-1ab86bb97ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6173 | 2025.01.27 09:35:26.952358 [ 192 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003483051 sec., 18661.79966931291 rows/sec., 1.21 MiB/sec. | ||
| 6174 | 2025.01.27 09:35:26.952624 [ 192 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6175 | 2025.01.27 09:35:26.953012 [ 267 ] {ed0fa3c3-c261-4875-b522-1ab86bb97ca8} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6176 | 2025.01.27 09:35:26.953183 [ 192 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_21_5} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6177 | 2025.01.27 09:35:26.953386 [ 192 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_21_5} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6178 | 2025.01.27 09:35:26.953563 [ 267 ] {ed0fa3c3-c261-4875-b522-1ab86bb97ca8} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6179 | 2025.01.27 09:35:26.953590 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6180 | 2025.01.27 09:35:26.953802 [ 267 ] {ed0fa3c3-c261-4875-b522-1ab86bb97ca8} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.004533 sec., 193911.3170086036 rows/sec., 14.06 MiB/sec. | ||
| 6181 | 2025.01.27 09:35:26.953864 [ 267 ] {ed0fa3c3-c261-4875-b522-1ab86bb97ca8} <Debug> TCPHandler: Processed in 0.004930924 sec. | ||
| 6182 | 2025.01.27 09:35:26.954027 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6183 | 2025.01.27 09:35:26.954147 [ 273 ] {900c9033-c11d-411e-85bb-f35f79719139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6184 | 2025.01.27 09:35:26.954199 [ 273 ] {900c9033-c11d-411e-85bb-f35f79719139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6185 | 2025.01.27 09:35:26.954680 [ 273 ] {900c9033-c11d-411e-85bb-f35f79719139} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6186 | 2025.01.27 09:35:26.954719 [ 273 ] {900c9033-c11d-411e-85bb-f35f79719139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6187 | 2025.01.27 09:35:26.955091 [ 273 ] {900c9033-c11d-411e-85bb-f35f79719139} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6188 | 2025.01.27 09:35:26.955334 [ 273 ] {900c9033-c11d-411e-85bb-f35f79719139} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6189 | 2025.01.27 09:35:26.955559 [ 273 ] {900c9033-c11d-411e-85bb-f35f79719139} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
| 6190 | 2025.01.27 09:35:26.955737 [ 273 ] {900c9033-c11d-411e-85bb-f35f79719139} <Debug> TCPHandler: Processed in 0.001768052 sec. | ||
| 6191 | 2025.01.27 09:35:26.955941 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6192 | 2025.01.27 09:35:26.956077 [ 267 ] {900b6fda-d3f2-4dc1-a7d5-6a801413b102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6193 | 2025.01.27 09:35:26.956137 [ 267 ] {900b6fda-d3f2-4dc1-a7d5-6a801413b102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6194 | 2025.01.27 09:35:26.957067 [ 267 ] {900b6fda-d3f2-4dc1-a7d5-6a801413b102} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6195 | 2025.01.27 09:35:26.957105 [ 267 ] {900b6fda-d3f2-4dc1-a7d5-6a801413b102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6196 | 2025.01.27 09:35:26.957535 [ 267 ] {900b6fda-d3f2-4dc1-a7d5-6a801413b102} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6197 | 2025.01.27 09:35:26.957773 [ 267 ] {900b6fda-d3f2-4dc1-a7d5-6a801413b102} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6198 | 2025.01.27 09:35:26.957946 [ 267 ] {900b6fda-d3f2-4dc1-a7d5-6a801413b102} <Debug> executeQuery: Read 920 rows, 62.66 KiB in 0.001901 sec., 483955.81273014203 rows/sec., 32.19 MiB/sec. | ||
| 6199 | 2025.01.27 09:35:26.957994 [ 267 ] {900b6fda-d3f2-4dc1-a7d5-6a801413b102} <Debug> TCPHandler: Processed in 0.00214036 sec. | ||
| 6200 | 2025.01.27 09:35:26.958160 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6201 | 2025.01.27 09:35:26.958300 [ 273 ] {e2fe5229-53d4-4f80-bf19-bcc1a09d7fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6202 | 2025.01.27 09:35:26.958360 [ 273 ] {e2fe5229-53d4-4f80-bf19-bcc1a09d7fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6203 | 2025.01.27 09:35:26.958901 [ 273 ] {e2fe5229-53d4-4f80-bf19-bcc1a09d7fef} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6204 | 2025.01.27 09:35:26.958941 [ 273 ] {e2fe5229-53d4-4f80-bf19-bcc1a09d7fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6205 | 2025.01.27 09:35:26.959298 [ 273 ] {e2fe5229-53d4-4f80-bf19-bcc1a09d7fef} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6206 | 2025.01.27 09:35:26.959543 [ 273 ] {e2fe5229-53d4-4f80-bf19-bcc1a09d7fef} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6207 | 2025.01.27 09:35:26.959756 [ 273 ] {e2fe5229-53d4-4f80-bf19-bcc1a09d7fef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
| 6208 | 2025.01.27 09:35:26.959885 [ 273 ] {e2fe5229-53d4-4f80-bf19-bcc1a09d7fef} <Debug> TCPHandler: Processed in 0.001790672 sec. | ||
| 6209 | 2025.01.27 09:35:26.960061 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6210 | 2025.01.27 09:35:26.960197 [ 267 ] {b4d96f77-28a2-441b-9dc5-62f286a47ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6211 | 2025.01.27 09:35:26.960289 [ 267 ] {b4d96f77-28a2-441b-9dc5-62f286a47ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6212 | 2025.01.27 09:35:26.961565 [ 267 ] {b4d96f77-28a2-441b-9dc5-62f286a47ca3} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2025.01.27 09:35:26.961603 [ 267 ] {b4d96f77-28a2-441b-9dc5-62f286a47ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6214 | 2025.01.27 09:35:26.962234 [ 267 ] {b4d96f77-28a2-441b-9dc5-62f286a47ca3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6215 | 2025.01.27 09:35:26.962491 [ 267 ] {b4d96f77-28a2-441b-9dc5-62f286a47ca3} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6216 | 2025.01.27 09:35:26.962619 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6217 | 2025.01.27 09:35:26.962663 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6218 | 2025.01.27 09:35:26.962685 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6219 | 2025.01.27 09:35:26.962697 [ 267 ] {b4d96f77-28a2-441b-9dc5-62f286a47ca3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00253 sec., 15415.019762845848 rows/sec., 27.62 MiB/sec. | ||
| 6220 | 2025.01.27 09:35:26.963176 [ 188 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 6221 | 2025.01.27 09:35:26.963189 [ 267 ] {b4d96f77-28a2-441b-9dc5-62f286a47ca3} <Debug> TCPHandler: Processed in 0.003188534 sec. | ||
| 6222 | 2025.01.27 09:35:26.963508 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6223 | 2025.01.27 09:35:26.963814 [ 273 ] {8f401bbe-480c-42ce-8b9e-d0f4d9d73cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6224 | 2025.01.27 09:35:26.963961 [ 273 ] {8f401bbe-480c-42ce-8b9e-d0f4d9d73cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6225 | 2025.01.27 09:35:26.964419 [ 188 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6226 | 2025.01.27 09:35:26.964673 [ 188 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 512 rows starting from the beginning of the part | ||
| 6227 | 2025.01.27 09:35:26.965374 [ 188 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 6228 | 2025.01.27 09:35:26.966210 [ 273 ] {8f401bbe-480c-42ce-8b9e-d0f4d9d73cfa} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2025.01.27 09:35:26.966247 [ 188 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 6230 | 2025.01.27 09:35:26.966306 [ 273 ] {8f401bbe-480c-42ce-8b9e-d0f4d9d73cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6231 | 2025.01.27 09:35:26.967383 [ 188 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 6232 | 2025.01.27 09:35:26.967967 [ 273 ] {8f401bbe-480c-42ce-8b9e-d0f4d9d73cfa} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6233 | 2025.01.27 09:35:26.968073 [ 188 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 6234 | 2025.01.27 09:35:26.968667 [ 188 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 6235 | 2025.01.27 09:35:26.968726 [ 273 ] {8f401bbe-480c-42ce-8b9e-d0f4d9d73cfa} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6236 | 2025.01.27 09:35:26.969663 [ 273 ] {8f401bbe-480c-42ce-8b9e-d0f4d9d73cfa} <Debug> executeQuery: Read 44 rows, 2.72 KiB in 0.005953 sec., 7391.231311943558 rows/sec., 457.36 KiB/sec. | ||
| 6237 | 2025.01.27 09:35:26.969822 [ 273 ] {8f401bbe-480c-42ce-8b9e-d0f4d9d73cfa} <Debug> TCPHandler: Processed in 0.00642608 sec. | ||
| 6238 | 2025.01.27 09:35:26.980607 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 707 rows, containing 19 columns (19 merged, 0 gathered) in 0.017831194 sec., 39649.61628480964 rows/sec., 71.05 MiB/sec. | ||
| 6239 | 2025.01.27 09:35:26.981273 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6240 | 2025.01.27 09:35:26.981668 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6241 | 2025.01.27 09:35:26.981751 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6242 | 2025.01.27 09:35:26.981862 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.69 MiB. | ||
| 6243 | 2025.01.27 09:35:29.596531 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 884 | ||
| 6244 | 2025.01.27 09:35:29.600038 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2025.01.27 09:35:29.600085 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6246 | 2025.01.27 09:35:29.601549 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6247 | 2025.01.27 09:35:29.601851 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6248 | 2025.01.27 09:35:29.602398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 884 | ||
| 6249 | 2025.01.27 09:35:30.651537 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6250 | 2025.01.27 09:35:30.651732 [ 267 ] {293c75f4-6eb4-45a0-804a-17df0a8dc758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6251 | 2025.01.27 09:35:30.651807 [ 267 ] {293c75f4-6eb4-45a0-804a-17df0a8dc758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6252 | 2025.01.27 09:35:30.652612 [ 267 ] {293c75f4-6eb4-45a0-804a-17df0a8dc758} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6253 | 2025.01.27 09:35:30.652666 [ 267 ] {293c75f4-6eb4-45a0-804a-17df0a8dc758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6254 | 2025.01.27 09:35:30.653159 [ 267 ] {293c75f4-6eb4-45a0-804a-17df0a8dc758} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6255 | 2025.01.27 09:35:30.653430 [ 267 ] {293c75f4-6eb4-45a0-804a-17df0a8dc758} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6256 | 2025.01.27 09:35:30.653696 [ 267 ] {293c75f4-6eb4-45a0-804a-17df0a8dc758} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.12 MiB/sec. | ||
| 6257 | 2025.01.27 09:35:30.653758 [ 267 ] {293c75f4-6eb4-45a0-804a-17df0a8dc758} <Debug> TCPHandler: Processed in 0.002367424 sec. | ||
| 6258 | 2025.01.27 09:35:30.654026 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6259 | 2025.01.27 09:35:30.654218 [ 273 ] {50207354-1794-4226-9c92-e9fc4090b369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6260 | 2025.01.27 09:35:30.654293 [ 273 ] {50207354-1794-4226-9c92-e9fc4090b369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6261 | 2025.01.27 09:35:30.655077 [ 273 ] {50207354-1794-4226-9c92-e9fc4090b369} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6262 | 2025.01.27 09:35:30.655121 [ 273 ] {50207354-1794-4226-9c92-e9fc4090b369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6263 | 2025.01.27 09:35:30.655569 [ 273 ] {50207354-1794-4226-9c92-e9fc4090b369} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6264 | 2025.01.27 09:35:30.655828 [ 273 ] {50207354-1794-4226-9c92-e9fc4090b369} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6265 | 2025.01.27 09:35:30.656083 [ 273 ] {50207354-1794-4226-9c92-e9fc4090b369} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001912 sec., 33472.803347280336 rows/sec., 2.61 MiB/sec. | ||
| 6266 | 2025.01.27 09:35:30.656159 [ 273 ] {50207354-1794-4226-9c92-e9fc4090b369} <Debug> TCPHandler: Processed in 0.002266613 sec. | ||
| 6267 | 2025.01.27 09:35:30.656411 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6268 | 2025.01.27 09:35:30.656544 [ 267 ] {58afcabc-5aff-47b1-ab64-fe99d636cfa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6269 | 2025.01.27 09:35:30.656600 [ 267 ] {58afcabc-5aff-47b1-ab64-fe99d636cfa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6270 | 2025.01.27 09:35:30.657177 [ 267 ] {58afcabc-5aff-47b1-ab64-fe99d636cfa6} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2025.01.27 09:35:30.657216 [ 267 ] {58afcabc-5aff-47b1-ab64-fe99d636cfa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6272 | 2025.01.27 09:35:30.657610 [ 267 ] {58afcabc-5aff-47b1-ab64-fe99d636cfa6} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6273 | 2025.01.27 09:35:30.657858 [ 267 ] {58afcabc-5aff-47b1-ab64-fe99d636cfa6} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6274 | 2025.01.27 09:35:30.658105 [ 267 ] {58afcabc-5aff-47b1-ab64-fe99d636cfa6} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001581 sec., 61986.084756483244 rows/sec., 4.32 MiB/sec. | ||
| 6275 | 2025.01.27 09:35:30.658190 [ 267 ] {58afcabc-5aff-47b1-ab64-fe99d636cfa6} <Debug> TCPHandler: Processed in 0.001906314 sec. | ||
| 6276 | 2025.01.27 09:35:30.658425 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6277 | 2025.01.27 09:35:30.658645 [ 273 ] {5adcff00-bd7a-4092-a357-f2cacc91d009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6278 | 2025.01.27 09:35:30.658702 [ 273 ] {5adcff00-bd7a-4092-a357-f2cacc91d009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6279 | 2025.01.27 09:35:30.659202 [ 273 ] {5adcff00-bd7a-4092-a357-f2cacc91d009} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6280 | 2025.01.27 09:35:30.659242 [ 273 ] {5adcff00-bd7a-4092-a357-f2cacc91d009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6281 | 2025.01.27 09:35:30.659619 [ 273 ] {5adcff00-bd7a-4092-a357-f2cacc91d009} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6282 | 2025.01.27 09:35:30.659873 [ 273 ] {5adcff00-bd7a-4092-a357-f2cacc91d009} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6283 | 2025.01.27 09:35:30.660089 [ 273 ] {5adcff00-bd7a-4092-a357-f2cacc91d009} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001505 sec., 25249.169435215947 rows/sec., 1.69 MiB/sec. | ||
| 6284 | 2025.01.27 09:35:30.660141 [ 273 ] {5adcff00-bd7a-4092-a357-f2cacc91d009} <Debug> TCPHandler: Processed in 0.001841143 sec. | ||
| 6285 | 2025.01.27 09:35:32.035054 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6286 | 2025.01.27 09:35:32.035834 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6287 | 2025.01.27 09:35:32.035890 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6288 | 2025.01.27 09:35:32.036437 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6289 | 2025.01.27 09:35:32.036698 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6290 | 2025.01.27 09:35:32.036920 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6291 | 2025.01.27 09:35:32.036927 [ 66 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6292 | 2025.01.27 09:35:32.037011 [ 66 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6293 | 2025.01.27 09:35:32.037037 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6294 | 2025.01.27 09:35:32.037240 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 6295 | 2025.01.27 09:35:32.037489 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6296 | 2025.01.27 09:35:32.037563 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 6297 | 2025.01.27 09:35:32.037751 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 6298 | 2025.01.27 09:35:32.037990 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 6299 | 2025.01.27 09:35:32.038130 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 6300 | 2025.01.27 09:35:32.038299 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 6301 | 2025.01.27 09:35:32.038501 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 6302 | 2025.01.27 09:35:32.040684 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003556023 sec., 4014034.7798650344 rows/sec., 57.42 MiB/sec. | ||
| 6303 | 2025.01.27 09:35:32.041148 [ 197 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6304 | 2025.01.27 09:35:32.041505 [ 197 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_31_6} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6305 | 2025.01.27 09:35:32.041602 [ 197 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_31_6} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6306 | 2025.01.27 09:35:32.041719 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6307 | 2025.01.27 09:35:32.978846 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6308 | 2025.01.27 09:35:33.000113 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6309 | 2025.01.27 09:35:33.000201 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6310 | 2025.01.27 09:35:33.008286 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6311 | 2025.01.27 09:35:33.009041 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6312 | 2025.01.27 09:35:33.009455 [ 61 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6313 | 2025.01.27 09:35:33.009653 [ 61 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6314 | 2025.01.27 09:35:33.009764 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6315 | 2025.01.27 09:35:33.010146 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 6316 | 2025.01.27 09:35:33.017855 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6317 | 2025.01.27 09:35:33.019310 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6318 | 2025.01.27 09:35:33.020193 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 6319 | 2025.01.27 09:35:33.024924 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 6320 | 2025.01.27 09:35:33.029675 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 6321 | 2025.01.27 09:35:33.034861 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 6322 | 2025.01.27 09:35:33.040207 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 6323 | 2025.01.27 09:35:33.044801 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 6324 | 2025.01.27 09:35:33.103937 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.093982393 sec., 2489.8280681148435 rows/sec., 12.87 MiB/sec. | ||
| 6325 | 2025.01.27 09:35:33.106889 [ 186 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6326 | 2025.01.27 09:35:33.110037 [ 186 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_31_6} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6327 | 2025.01.27 09:35:33.110185 [ 186 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_31_6} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6328 | 2025.01.27 09:35:33.112851 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6329 | 2025.01.27 09:35:34.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.12 MiB, peak 212.68 MiB, free memory in arenas 0.00 B, will set to 203.93 MiB (RSS), difference: 1.82 MiB | ||
| 6330 | 2025.01.27 09:35:35.653657 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6331 | 2025.01.27 09:35:35.653856 [ 267 ] {e329339c-61c0-4fd2-aab8-9dc08591079e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6332 | 2025.01.27 09:35:35.653931 [ 267 ] {e329339c-61c0-4fd2-aab8-9dc08591079e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6333 | 2025.01.27 09:35:35.654727 [ 267 ] {e329339c-61c0-4fd2-aab8-9dc08591079e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6334 | 2025.01.27 09:35:35.654782 [ 267 ] {e329339c-61c0-4fd2-aab8-9dc08591079e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6335 | 2025.01.27 09:35:35.655234 [ 267 ] {e329339c-61c0-4fd2-aab8-9dc08591079e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6336 | 2025.01.27 09:35:35.655486 [ 267 ] {e329339c-61c0-4fd2-aab8-9dc08591079e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6337 | 2025.01.27 09:35:35.655689 [ 27 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6338 | 2025.01.27 09:35:35.655759 [ 267 ] {e329339c-61c0-4fd2-aab8-9dc08591079e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.19 MiB/sec. | ||
| 6339 | 2025.01.27 09:35:35.655779 [ 27 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6340 | 2025.01.27 09:35:35.655854 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 6341 | 2025.01.27 09:35:35.655890 [ 267 ] {e329339c-61c0-4fd2-aab8-9dc08591079e} <Debug> TCPHandler: Processed in 0.002362555 sec. | ||
| 6342 | 2025.01.27 09:35:35.656178 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 6343 | 2025.01.27 09:35:35.656199 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6344 | 2025.01.27 09:35:35.656590 [ 273 ] {10c0e331-6000-49c5-99c2-f08f0a607b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6345 | 2025.01.27 09:35:35.656604 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6346 | 2025.01.27 09:35:35.656722 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1430 rows starting from the beginning of the part | ||
| 6347 | 2025.01.27 09:35:35.656735 [ 273 ] {10c0e331-6000-49c5-99c2-f08f0a607b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6348 | 2025.01.27 09:35:35.657236 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 6349 | 2025.01.27 09:35:35.657515 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 6350 | 2025.01.27 09:35:35.657931 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1422 rows starting from the beginning of the part | ||
| 6351 | 2025.01.27 09:35:35.658213 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 6352 | 2025.01.27 09:35:35.658575 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 6353 | 2025.01.27 09:35:35.660015 [ 273 ] {10c0e331-6000-49c5-99c2-f08f0a607b61} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6354 | 2025.01.27 09:35:35.660083 [ 273 ] {10c0e331-6000-49c5-99c2-f08f0a607b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6355 | 2025.01.27 09:35:35.661241 [ 273 ] {10c0e331-6000-49c5-99c2-f08f0a607b61} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6356 | 2025.01.27 09:35:35.661639 [ 273 ] {10c0e331-6000-49c5-99c2-f08f0a607b61} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6357 | 2025.01.27 09:35:35.661819 [ 27 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6358 | 2025.01.27 09:35:35.661871 [ 27 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6359 | 2025.01.27 09:35:35.661899 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6360 | 2025.01.27 09:35:35.661913 [ 273 ] {10c0e331-6000-49c5-99c2-f08f0a607b61} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005456 sec., 11730.205278592375 rows/sec., 937.54 KiB/sec. | ||
| 6361 | 2025.01.27 09:35:35.662320 [ 273 ] {10c0e331-6000-49c5-99c2-f08f0a607b61} <Debug> TCPHandler: Processed in 0.006285826 sec. | ||
| 6362 | 2025.01.27 09:35:35.662375 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6363 | 2025.01.27 09:35:35.662851 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6364 | 2025.01.27 09:35:35.662959 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6365 | 2025.01.27 09:35:35.662982 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006955071 sec., 474617.7285609306 rows/sec., 41.44 MiB/sec. | ||
| 6366 | 2025.01.27 09:35:35.662983 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6367 | 2025.01.27 09:35:35.663185 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6368 | 2025.01.27 09:35:35.663469 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6369 | 2025.01.27 09:35:35.663587 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6370 | 2025.01.27 09:35:35.663986 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 879 rows starting from the beginning of the part | ||
| 6371 | 2025.01.27 09:35:35.664026 [ 267 ] {0983a792-ab22-4130-bdf4-8c5bc6f6bb74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6372 | 2025.01.27 09:35:35.664436 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6373 | 2025.01.27 09:35:35.664557 [ 267 ] {0983a792-ab22-4130-bdf4-8c5bc6f6bb74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6374 | 2025.01.27 09:35:35.664713 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_51_10} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6375 | 2025.01.27 09:35:35.664859 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6376 | 2025.01.27 09:35:35.665089 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_51_10} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6377 | 2025.01.27 09:35:35.665417 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 6378 | 2025.01.27 09:35:35.667039 [ 267 ] {0983a792-ab22-4130-bdf4-8c5bc6f6bb74} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6379 | 2025.01.27 09:35:35.667108 [ 267 ] {0983a792-ab22-4130-bdf4-8c5bc6f6bb74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6380 | 2025.01.27 09:35:35.667964 [ 267 ] {0983a792-ab22-4130-bdf4-8c5bc6f6bb74} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6381 | 2025.01.27 09:35:35.668400 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006393089 sec., 376187.4736922949 rows/sec., 28.84 MiB/sec. | ||
| 6382 | 2025.01.27 09:35:35.668447 [ 267 ] {0983a792-ab22-4130-bdf4-8c5bc6f6bb74} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2025.01.27 09:35:35.668702 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6384 | 2025.01.27 09:35:35.668814 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6385 | 2025.01.27 09:35:35.668840 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6386 | 2025.01.27 09:35:35.668890 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6387 | 2025.01.27 09:35:35.668928 [ 267 ] {0983a792-ab22-4130-bdf4-8c5bc6f6bb74} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005409 sec., 29580.329081161028 rows/sec., 2.06 MiB/sec. | ||
| 6388 | 2025.01.27 09:35:35.669438 [ 267 ] {0983a792-ab22-4130-bdf4-8c5bc6f6bb74} <Debug> TCPHandler: Processed in 0.006999763 sec. | ||
| 6389 | 2025.01.27 09:35:35.669476 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 6390 | 2025.01.27 09:35:35.669884 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2025.01.27 09:35:35.669952 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_51_10} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6392 | 2025.01.27 09:35:35.670058 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6393 | 2025.01.27 09:35:35.670253 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14395 rows starting from the beginning of the part | ||
| 6394 | 2025.01.27 09:35:35.670364 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_51_10} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6395 | 2025.01.27 09:35:35.670814 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6396 | 2025.01.27 09:35:35.670836 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 6397 | 2025.01.27 09:35:35.671216 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 6398 | 2025.01.27 09:35:35.671640 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 920 rows starting from the beginning of the part | ||
| 6399 | 2025.01.27 09:35:35.671781 [ 273 ] {5aa01419-83aa-434b-8084-2be54377e48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6400 | 2025.01.27 09:35:35.672028 [ 273 ] {5aa01419-83aa-434b-8084-2be54377e48d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6401 | 2025.01.27 09:35:35.672052 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 98 rows starting from the beginning of the part | ||
| 6402 | 2025.01.27 09:35:35.672416 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 6403 | 2025.01.27 09:35:35.673902 [ 273 ] {5aa01419-83aa-434b-8084-2be54377e48d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6404 | 2025.01.27 09:35:35.673949 [ 273 ] {5aa01419-83aa-434b-8084-2be54377e48d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6405 | 2025.01.27 09:35:35.674464 [ 273 ] {5aa01419-83aa-434b-8084-2be54377e48d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6406 | 2025.01.27 09:35:35.675027 [ 273 ] {5aa01419-83aa-434b-8084-2be54377e48d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6407 | 2025.01.27 09:35:35.675341 [ 27 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6408 | 2025.01.27 09:35:35.675452 [ 27 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6409 | 2025.01.27 09:35:35.675538 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6410 | 2025.01.27 09:35:35.675623 [ 273 ] {5aa01419-83aa-434b-8084-2be54377e48d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005345 sec., 11225.444340505144 rows/sec., 774.67 KiB/sec. | ||
| 6411 | 2025.01.27 09:35:35.676117 [ 273 ] {5aa01419-83aa-434b-8084-2be54377e48d} <Debug> TCPHandler: Processed in 0.006493181 sec. | ||
| 6412 | 2025.01.27 09:35:35.676173 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 6413 | 2025.01.27 09:35:35.676782 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6414 | 2025.01.27 09:35:35.676907 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2806 rows starting from the beginning of the part | ||
| 6415 | 2025.01.27 09:35:35.677459 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 6416 | 2025.01.27 09:35:35.677890 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 6417 | 2025.01.27 09:35:35.678245 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 44 rows starting from the beginning of the part | ||
| 6418 | 2025.01.27 09:35:35.678409 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 38 rows starting from the beginning of the part | ||
| 6419 | 2025.01.27 09:35:35.678504 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 6420 | 2025.01.27 09:35:35.679871 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.004208178 sec., 734284.5288388467 rows/sec., 47.90 MiB/sec. | ||
| 6421 | 2025.01.27 09:35:35.680095 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15970 rows, containing 5 columns (5 merged, 0 gathered) in 0.011013796 sec., 1449999.618660088 rows/sec., 97.88 MiB/sec. | ||
| 6422 | 2025.01.27 09:35:35.680415 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6423 | 2025.01.27 09:35:35.680801 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6424 | 2025.01.27 09:35:35.681195 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_51_10} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6425 | 2025.01.27 09:35:35.681331 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_51_10} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6426 | 2025.01.27 09:35:35.681477 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6427 | 2025.01.27 09:35:35.681502 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6428 | 2025.01.27 09:35:35.681632 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6429 | 2025.01.27 09:35:35.681731 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 6430 | 2025.01.27 09:35:39.396876 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6431 | 2025.01.27 09:35:39.396953 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6432 | 2025.01.27 09:35:39.537034 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6433 | 2025.01.27 09:35:39.537680 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6434 | 2025.01.27 09:35:39.537727 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6435 | 2025.01.27 09:35:39.538303 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6436 | 2025.01.27 09:35:39.538566 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6437 | 2025.01.27 09:35:39.538852 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6438 | 2025.01.27 09:35:39.602652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 900 | ||
| 6439 | 2025.01.27 09:35:39.605440 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6440 | 2025.01.27 09:35:39.605489 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6441 | 2025.01.27 09:35:39.606943 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6442 | 2025.01.27 09:35:39.607252 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6443 | 2025.01.27 09:35:39.607782 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 900 | ||
| 6444 | 2025.01.27 09:35:40.001311 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000919611 sec. | ||
| 6445 | 2025.01.27 09:35:40.517929 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6446 | 2025.01.27 09:35:40.536501 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2025.01.27 09:35:40.536557 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6448 | 2025.01.27 09:35:40.543459 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6449 | 2025.01.27 09:35:40.544204 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6450 | 2025.01.27 09:35:40.546754 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6451 | 2025.01.27 09:35:40.660342 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6452 | 2025.01.27 09:35:40.660558 [ 267 ] {c0a66ddf-df89-49d4-a0c8-94f0d0d52a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6453 | 2025.01.27 09:35:40.660650 [ 267 ] {c0a66ddf-df89-49d4-a0c8-94f0d0d52a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6454 | 2025.01.27 09:35:40.661513 [ 267 ] {c0a66ddf-df89-49d4-a0c8-94f0d0d52a12} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6455 | 2025.01.27 09:35:40.661568 [ 267 ] {c0a66ddf-df89-49d4-a0c8-94f0d0d52a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6456 | 2025.01.27 09:35:40.662030 [ 267 ] {c0a66ddf-df89-49d4-a0c8-94f0d0d52a12} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6457 | 2025.01.27 09:35:40.662289 [ 267 ] {c0a66ddf-df89-49d4-a0c8-94f0d0d52a12} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6458 | 2025.01.27 09:35:40.662525 [ 267 ] {c0a66ddf-df89-49d4-a0c8-94f0d0d52a12} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002031 sec., 6893.1560807484 rows/sec., 496.21 KiB/sec. | ||
| 6459 | 2025.01.27 09:35:40.662583 [ 267 ] {c0a66ddf-df89-49d4-a0c8-94f0d0d52a12} <Debug> TCPHandler: Processed in 0.002411676 sec. | ||
| 6460 | 2025.01.27 09:35:40.662835 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6461 | 2025.01.27 09:35:40.663028 [ 273 ] {075007de-2a37-4277-bcba-08b3aca6b207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6462 | 2025.01.27 09:35:40.663098 [ 273 ] {075007de-2a37-4277-bcba-08b3aca6b207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6463 | 2025.01.27 09:35:40.664012 [ 273 ] {075007de-2a37-4277-bcba-08b3aca6b207} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6464 | 2025.01.27 09:35:40.664055 [ 273 ] {075007de-2a37-4277-bcba-08b3aca6b207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6465 | 2025.01.27 09:35:40.664547 [ 273 ] {075007de-2a37-4277-bcba-08b3aca6b207} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6466 | 2025.01.27 09:35:40.664821 [ 273 ] {075007de-2a37-4277-bcba-08b3aca6b207} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6467 | 2025.01.27 09:35:40.665018 [ 273 ] {075007de-2a37-4277-bcba-08b3aca6b207} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002045 sec., 137408.3129584352 rows/sec., 12.12 MiB/sec. | ||
| 6468 | 2025.01.27 09:35:40.665075 [ 273 ] {075007de-2a37-4277-bcba-08b3aca6b207} <Debug> TCPHandler: Processed in 0.002367275 sec. | ||
| 6469 | 2025.01.27 09:35:40.665229 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6470 | 2025.01.27 09:35:40.665363 [ 267 ] {edd1e93a-6883-49c6-80e9-0ac14e5cb59f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6471 | 2025.01.27 09:35:40.665422 [ 267 ] {edd1e93a-6883-49c6-80e9-0ac14e5cb59f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6472 | 2025.01.27 09:35:40.666218 [ 267 ] {edd1e93a-6883-49c6-80e9-0ac14e5cb59f} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6473 | 2025.01.27 09:35:40.666266 [ 267 ] {edd1e93a-6883-49c6-80e9-0ac14e5cb59f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6474 | 2025.01.27 09:35:40.666642 [ 267 ] {edd1e93a-6883-49c6-80e9-0ac14e5cb59f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6475 | 2025.01.27 09:35:40.666877 [ 267 ] {edd1e93a-6883-49c6-80e9-0ac14e5cb59f} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6476 | 2025.01.27 09:35:40.667099 [ 267 ] {edd1e93a-6883-49c6-80e9-0ac14e5cb59f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001763 sec., 26091.888825865004 rows/sec., 1.88 MiB/sec. | ||
| 6477 | 2025.01.27 09:35:40.667190 [ 267 ] {edd1e93a-6883-49c6-80e9-0ac14e5cb59f} <Debug> TCPHandler: Processed in 0.002017916 sec. | ||
| 6478 | 2025.01.27 09:35:40.667413 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6479 | 2025.01.27 09:35:40.667534 [ 273 ] {c324bdb3-76d7-4b13-ab10-91f171264d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6480 | 2025.01.27 09:35:40.667584 [ 273 ] {c324bdb3-76d7-4b13-ab10-91f171264d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6481 | 2025.01.27 09:35:40.668174 [ 273 ] {c324bdb3-76d7-4b13-ab10-91f171264d66} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6482 | 2025.01.27 09:35:40.668213 [ 273 ] {c324bdb3-76d7-4b13-ab10-91f171264d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6483 | 2025.01.27 09:35:40.668589 [ 273 ] {c324bdb3-76d7-4b13-ab10-91f171264d66} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6484 | 2025.01.27 09:35:40.668842 [ 273 ] {c324bdb3-76d7-4b13-ab10-91f171264d66} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6485 | 2025.01.27 09:35:40.669012 [ 273 ] {c324bdb3-76d7-4b13-ab10-91f171264d66} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001503 sec., 9314.703925482369 rows/sec., 652.34 KiB/sec. | ||
| 6486 | 2025.01.27 09:35:40.669064 [ 273 ] {c324bdb3-76d7-4b13-ab10-91f171264d66} <Debug> TCPHandler: Processed in 0.00174537 sec. | ||
| 6487 | 2025.01.27 09:35:40.669217 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6488 | 2025.01.27 09:35:40.669342 [ 267 ] {dbb072bf-12cb-48b0-ab24-1ccd9a0d6a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6489 | 2025.01.27 09:35:40.669398 [ 267 ] {dbb072bf-12cb-48b0-ab24-1ccd9a0d6a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6490 | 2025.01.27 09:35:40.670098 [ 267 ] {dbb072bf-12cb-48b0-ab24-1ccd9a0d6a68} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6491 | 2025.01.27 09:35:40.670145 [ 267 ] {dbb072bf-12cb-48b0-ab24-1ccd9a0d6a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6492 | 2025.01.27 09:35:40.670517 [ 267 ] {dbb072bf-12cb-48b0-ab24-1ccd9a0d6a68} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6493 | 2025.01.27 09:35:40.670746 [ 267 ] {dbb072bf-12cb-48b0-ab24-1ccd9a0d6a68} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6494 | 2025.01.27 09:35:40.670967 [ 267 ] {dbb072bf-12cb-48b0-ab24-1ccd9a0d6a68} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001653 sec., 7864.488808227466 rows/sec., 490.35 KiB/sec. | ||
| 6495 | 2025.01.27 09:35:40.671101 [ 267 ] {dbb072bf-12cb-48b0-ab24-1ccd9a0d6a68} <Debug> TCPHandler: Processed in 0.001939635 sec. | ||
| 6496 | 2025.01.27 09:35:40.671261 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6497 | 2025.01.27 09:35:40.671398 [ 273 ] {786aa4b1-ab40-4456-bd56-10e5b128c9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6498 | 2025.01.27 09:35:40.671455 [ 273 ] {786aa4b1-ab40-4456-bd56-10e5b128c9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6499 | 2025.01.27 09:35:40.672323 [ 273 ] {786aa4b1-ab40-4456-bd56-10e5b128c9dd} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6500 | 2025.01.27 09:35:40.672362 [ 273 ] {786aa4b1-ab40-4456-bd56-10e5b128c9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6501 | 2025.01.27 09:35:40.672757 [ 273 ] {786aa4b1-ab40-4456-bd56-10e5b128c9dd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6502 | 2025.01.27 09:35:40.673019 [ 273 ] {786aa4b1-ab40-4456-bd56-10e5b128c9dd} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6503 | 2025.01.27 09:35:40.673250 [ 273 ] {786aa4b1-ab40-4456-bd56-10e5b128c9dd} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001873 sec., 224773.09129738386 rows/sec., 16.06 MiB/sec. | ||
| 6504 | 2025.01.27 09:35:40.673338 [ 273 ] {786aa4b1-ab40-4456-bd56-10e5b128c9dd} <Debug> TCPHandler: Processed in 0.002129909 sec. | ||
| 6505 | 2025.01.27 09:35:40.673612 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6506 | 2025.01.27 09:35:40.673764 [ 267 ] {37e5aaa5-84e4-48e9-8cb7-b4fe1f9dc474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6507 | 2025.01.27 09:35:40.673823 [ 267 ] {37e5aaa5-84e4-48e9-8cb7-b4fe1f9dc474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6508 | 2025.01.27 09:35:40.674379 [ 267 ] {37e5aaa5-84e4-48e9-8cb7-b4fe1f9dc474} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6509 | 2025.01.27 09:35:40.674417 [ 267 ] {37e5aaa5-84e4-48e9-8cb7-b4fe1f9dc474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6510 | 2025.01.27 09:35:40.674775 [ 267 ] {37e5aaa5-84e4-48e9-8cb7-b4fe1f9dc474} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6511 | 2025.01.27 09:35:40.675015 [ 267 ] {37e5aaa5-84e4-48e9-8cb7-b4fe1f9dc474} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6512 | 2025.01.27 09:35:40.675227 [ 267 ] {37e5aaa5-84e4-48e9-8cb7-b4fe1f9dc474} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 210.10 KiB/sec. | ||
| 6513 | 2025.01.27 09:35:40.675275 [ 267 ] {37e5aaa5-84e4-48e9-8cb7-b4fe1f9dc474} <Debug> TCPHandler: Processed in 0.001834542 sec. | ||
| 6514 | 2025.01.27 09:35:40.675432 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6515 | 2025.01.27 09:35:40.675572 [ 273 ] {9f80b195-9868-4981-92b1-ac46340719f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6516 | 2025.01.27 09:35:40.675634 [ 273 ] {9f80b195-9868-4981-92b1-ac46340719f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6517 | 2025.01.27 09:35:40.676304 [ 273 ] {9f80b195-9868-4981-92b1-ac46340719f4} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6518 | 2025.01.27 09:35:40.676344 [ 273 ] {9f80b195-9868-4981-92b1-ac46340719f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6519 | 2025.01.27 09:35:40.676742 [ 273 ] {9f80b195-9868-4981-92b1-ac46340719f4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6520 | 2025.01.27 09:35:40.676990 [ 273 ] {9f80b195-9868-4981-92b1-ac46340719f4} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6521 | 2025.01.27 09:35:40.677203 [ 273 ] {9f80b195-9868-4981-92b1-ac46340719f4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001662 sec., 142599.27797833935 rows/sec., 9.56 MiB/sec. | ||
| 6522 | 2025.01.27 09:35:40.677254 [ 273 ] {9f80b195-9868-4981-92b1-ac46340719f4} <Debug> TCPHandler: Processed in 0.001888014 sec. | ||
| 6523 | 2025.01.27 09:35:40.677421 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6524 | 2025.01.27 09:35:40.677589 [ 267 ] {3a98da90-c84a-497a-b71b-4c553a1462c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6525 | 2025.01.27 09:35:40.677663 [ 267 ] {3a98da90-c84a-497a-b71b-4c553a1462c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6526 | 2025.01.27 09:35:40.678322 [ 267 ] {3a98da90-c84a-497a-b71b-4c553a1462c6} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6527 | 2025.01.27 09:35:40.678362 [ 267 ] {3a98da90-c84a-497a-b71b-4c553a1462c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6528 | 2025.01.27 09:35:40.678722 [ 267 ] {3a98da90-c84a-497a-b71b-4c553a1462c6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6529 | 2025.01.27 09:35:40.678959 [ 267 ] {3a98da90-c84a-497a-b71b-4c553a1462c6} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2025.01.27 09:35:40.679184 [ 267 ] {3a98da90-c84a-497a-b71b-4c553a1462c6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001633 sec., 612.369871402327 rows/sec., 41.26 KiB/sec. | ||
| 6531 | 2025.01.27 09:35:40.679306 [ 267 ] {3a98da90-c84a-497a-b71b-4c553a1462c6} <Debug> TCPHandler: Processed in 0.001965676 sec. | ||
| 6532 | 2025.01.27 09:35:40.679473 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6533 | 2025.01.27 09:35:40.679612 [ 273 ] {4277e701-7d74-4199-9e0d-2e3402717fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6534 | 2025.01.27 09:35:40.679703 [ 273 ] {4277e701-7d74-4199-9e0d-2e3402717fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6535 | 2025.01.27 09:35:40.681033 [ 273 ] {4277e701-7d74-4199-9e0d-2e3402717fff} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6536 | 2025.01.27 09:35:40.681073 [ 273 ] {4277e701-7d74-4199-9e0d-2e3402717fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6537 | 2025.01.27 09:35:40.681750 [ 273 ] {4277e701-7d74-4199-9e0d-2e3402717fff} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6538 | 2025.01.27 09:35:40.682017 [ 273 ] {4277e701-7d74-4199-9e0d-2e3402717fff} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6539 | 2025.01.27 09:35:40.682251 [ 273 ] {4277e701-7d74-4199-9e0d-2e3402717fff} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002669 sec., 14612.214312476583 rows/sec., 26.18 MiB/sec. | ||
| 6540 | 2025.01.27 09:35:40.682346 [ 273 ] {4277e701-7d74-4199-9e0d-2e3402717fff} <Debug> TCPHandler: Processed in 0.002941088 sec. | ||
| 6541 | 2025.01.27 09:35:40.682516 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6542 | 2025.01.27 09:35:40.682653 [ 267 ] {18f7e330-0bf6-4f38-a5fc-38c466ff0367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6543 | 2025.01.27 09:35:40.682712 [ 267 ] {18f7e330-0bf6-4f38-a5fc-38c466ff0367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6544 | 2025.01.27 09:35:40.683284 [ 267 ] {18f7e330-0bf6-4f38-a5fc-38c466ff0367} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6545 | 2025.01.27 09:35:40.683325 [ 267 ] {18f7e330-0bf6-4f38-a5fc-38c466ff0367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6546 | 2025.01.27 09:35:40.683688 [ 267 ] {18f7e330-0bf6-4f38-a5fc-38c466ff0367} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6547 | 2025.01.27 09:35:40.683922 [ 267 ] {18f7e330-0bf6-4f38-a5fc-38c466ff0367} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6548 | 2025.01.27 09:35:40.684132 [ 267 ] {18f7e330-0bf6-4f38-a5fc-38c466ff0367} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00151 sec., 54304.6357615894 rows/sec., 3.45 MiB/sec. | ||
| 6549 | 2025.01.27 09:35:40.684181 [ 267 ] {18f7e330-0bf6-4f38-a5fc-38c466ff0367} <Debug> TCPHandler: Processed in 0.00173497 sec. | ||
| 6550 | 2025.01.27 09:35:41.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.01 MiB, peak 213.50 MiB, free memory in arenas 0.00 B, will set to 204.75 MiB (RSS), difference: -1.26 MiB | ||
| 6551 | 2025.01.27 09:35:45.653956 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6552 | 2025.01.27 09:35:45.654192 [ 267 ] {48c28aa5-dde8-4ec5-b066-92a489afe7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6553 | 2025.01.27 09:35:45.654276 [ 267 ] {48c28aa5-dde8-4ec5-b066-92a489afe7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6554 | 2025.01.27 09:35:45.655083 [ 267 ] {48c28aa5-dde8-4ec5-b066-92a489afe7a8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2025.01.27 09:35:45.655135 [ 267 ] {48c28aa5-dde8-4ec5-b066-92a489afe7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6556 | 2025.01.27 09:35:45.655560 [ 267 ] {48c28aa5-dde8-4ec5-b066-92a489afe7a8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6557 | 2025.01.27 09:35:45.655808 [ 267 ] {48c28aa5-dde8-4ec5-b066-92a489afe7a8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6558 | 2025.01.27 09:35:45.656081 [ 267 ] {48c28aa5-dde8-4ec5-b066-92a489afe7a8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.20 MiB/sec. | ||
| 6559 | 2025.01.27 09:35:45.656265 [ 267 ] {48c28aa5-dde8-4ec5-b066-92a489afe7a8} <Debug> TCPHandler: Processed in 0.002450917 sec. | ||
| 6560 | 2025.01.27 09:35:45.656573 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6561 | 2025.01.27 09:35:45.656783 [ 273 ] {23b8b9d8-a795-4f0e-a13f-1dcf69451aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6562 | 2025.01.27 09:35:45.656861 [ 273 ] {23b8b9d8-a795-4f0e-a13f-1dcf69451aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6563 | 2025.01.27 09:35:45.657674 [ 273 ] {23b8b9d8-a795-4f0e-a13f-1dcf69451aca} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6564 | 2025.01.27 09:35:45.657713 [ 273 ] {23b8b9d8-a795-4f0e-a13f-1dcf69451aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6565 | 2025.01.27 09:35:45.658141 [ 273 ] {23b8b9d8-a795-4f0e-a13f-1dcf69451aca} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6566 | 2025.01.27 09:35:45.658402 [ 273 ] {23b8b9d8-a795-4f0e-a13f-1dcf69451aca} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6567 | 2025.01.27 09:35:45.658596 [ 273 ] {23b8b9d8-a795-4f0e-a13f-1dcf69451aca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001873 sec., 34169.78109983983 rows/sec., 2.67 MiB/sec. | ||
| 6568 | 2025.01.27 09:35:45.658652 [ 273 ] {23b8b9d8-a795-4f0e-a13f-1dcf69451aca} <Debug> TCPHandler: Processed in 0.002242112 sec. | ||
| 6569 | 2025.01.27 09:35:45.658840 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6570 | 2025.01.27 09:35:45.658987 [ 267 ] {4fbc7cc3-2520-43a3-9cb9-52d8feb09f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6571 | 2025.01.27 09:35:45.659053 [ 267 ] {4fbc7cc3-2520-43a3-9cb9-52d8feb09f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6572 | 2025.01.27 09:35:45.659703 [ 267 ] {4fbc7cc3-2520-43a3-9cb9-52d8feb09f69} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2025.01.27 09:35:45.659744 [ 267 ] {4fbc7cc3-2520-43a3-9cb9-52d8feb09f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6574 | 2025.01.27 09:35:45.660165 [ 267 ] {4fbc7cc3-2520-43a3-9cb9-52d8feb09f69} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6575 | 2025.01.27 09:35:45.660411 [ 267 ] {4fbc7cc3-2520-43a3-9cb9-52d8feb09f69} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2025.01.27 09:35:45.660653 [ 267 ] {4fbc7cc3-2520-43a3-9cb9-52d8feb09f69} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 6.59 MiB/sec. | ||
| 6577 | 2025.01.27 09:35:45.660769 [ 267 ] {4fbc7cc3-2520-43a3-9cb9-52d8feb09f69} <Debug> TCPHandler: Processed in 0.001993996 sec. | ||
| 6578 | 2025.01.27 09:35:45.660985 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6579 | 2025.01.27 09:35:45.661236 [ 273 ] {0aae1ccc-2a01-4de8-8bb5-20b329a80c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6580 | 2025.01.27 09:35:45.661299 [ 273 ] {0aae1ccc-2a01-4de8-8bb5-20b329a80c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6581 | 2025.01.27 09:35:45.661831 [ 273 ] {0aae1ccc-2a01-4de8-8bb5-20b329a80c05} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6582 | 2025.01.27 09:35:45.661870 [ 273 ] {0aae1ccc-2a01-4de8-8bb5-20b329a80c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6583 | 2025.01.27 09:35:45.662249 [ 273 ] {0aae1ccc-2a01-4de8-8bb5-20b329a80c05} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6584 | 2025.01.27 09:35:45.662497 [ 273 ] {0aae1ccc-2a01-4de8-8bb5-20b329a80c05} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6585 | 2025.01.27 09:35:45.662674 [ 273 ] {0aae1ccc-2a01-4de8-8bb5-20b329a80c05} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001498 sec., 40053.40453938585 rows/sec., 2.70 MiB/sec. | ||
| 6586 | 2025.01.27 09:35:45.662799 [ 273 ] {0aae1ccc-2a01-4de8-8bb5-20b329a80c05} <Debug> TCPHandler: Processed in 0.001942275 sec. | ||
| 6587 | 2025.01.27 09:35:47.039952 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6588 | 2025.01.27 09:35:47.040614 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2025.01.27 09:35:47.040654 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6590 | 2025.01.27 09:35:47.041164 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6591 | 2025.01.27 09:35:47.041413 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6592 | 2025.01.27 09:35:47.041697 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6593 | 2025.01.27 09:35:48.047806 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6594 | 2025.01.27 09:35:48.067082 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6595 | 2025.01.27 09:35:48.067136 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6596 | 2025.01.27 09:35:48.074653 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6597 | 2025.01.27 09:35:48.075406 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6598 | 2025.01.27 09:35:48.078777 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6599 | 2025.01.27 09:35:49.608894 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 930 | ||
| 6600 | 2025.01.27 09:35:49.611996 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6601 | 2025.01.27 09:35:49.612061 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6602 | 2025.01.27 09:35:49.613619 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6603 | 2025.01.27 09:35:49.613944 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6604 | 2025.01.27 09:35:49.614958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 930 | ||
| 6605 | 2025.01.27 09:35:50.660119 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6606 | 2025.01.27 09:35:50.660320 [ 267 ] {f6639917-aa94-46fa-a456-d9bad4e359e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6607 | 2025.01.27 09:35:50.660396 [ 267 ] {f6639917-aa94-46fa-a456-d9bad4e359e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6608 | 2025.01.27 09:35:50.661189 [ 267 ] {f6639917-aa94-46fa-a456-d9bad4e359e8} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6609 | 2025.01.27 09:35:50.661243 [ 267 ] {f6639917-aa94-46fa-a456-d9bad4e359e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6610 | 2025.01.27 09:35:50.661687 [ 267 ] {f6639917-aa94-46fa-a456-d9bad4e359e8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6611 | 2025.01.27 09:35:50.661944 [ 267 ] {f6639917-aa94-46fa-a456-d9bad4e359e8} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6612 | 2025.01.27 09:35:50.662186 [ 267 ] {f6639917-aa94-46fa-a456-d9bad4e359e8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001929 sec., 7257.646448937274 rows/sec., 522.45 KiB/sec. | ||
| 6613 | 2025.01.27 09:35:50.662247 [ 267 ] {f6639917-aa94-46fa-a456-d9bad4e359e8} <Debug> TCPHandler: Processed in 0.002266913 sec. | ||
| 6614 | 2025.01.27 09:35:50.662558 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6615 | 2025.01.27 09:35:50.662794 [ 273 ] {3caf2409-3825-4d3d-89f5-f8a2e1f6546f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6616 | 2025.01.27 09:35:50.662890 [ 273 ] {3caf2409-3825-4d3d-89f5-f8a2e1f6546f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6617 | 2025.01.27 09:35:50.663932 [ 273 ] {3caf2409-3825-4d3d-89f5-f8a2e1f6546f} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6618 | 2025.01.27 09:35:50.663976 [ 273 ] {3caf2409-3825-4d3d-89f5-f8a2e1f6546f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6619 | 2025.01.27 09:35:50.664445 [ 273 ] {3caf2409-3825-4d3d-89f5-f8a2e1f6546f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6620 | 2025.01.27 09:35:50.664722 [ 273 ] {3caf2409-3825-4d3d-89f5-f8a2e1f6546f} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6621 | 2025.01.27 09:35:50.664944 [ 273 ] {3caf2409-3825-4d3d-89f5-f8a2e1f6546f} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002218 sec., 126690.7123534716 rows/sec., 11.17 MiB/sec. | ||
| 6622 | 2025.01.27 09:35:50.665006 [ 273 ] {3caf2409-3825-4d3d-89f5-f8a2e1f6546f} <Debug> TCPHandler: Processed in 0.002611481 sec. | ||
| 6623 | 2025.01.27 09:35:50.665195 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6624 | 2025.01.27 09:35:50.665324 [ 267 ] {82274616-ecea-4bf4-b87c-87f592ec8886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6625 | 2025.01.27 09:35:50.665376 [ 267 ] {82274616-ecea-4bf4-b87c-87f592ec8886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6626 | 2025.01.27 09:35:50.666023 [ 267 ] {82274616-ecea-4bf4-b87c-87f592ec8886} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6627 | 2025.01.27 09:35:50.666065 [ 267 ] {82274616-ecea-4bf4-b87c-87f592ec8886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6628 | 2025.01.27 09:35:50.666427 [ 267 ] {82274616-ecea-4bf4-b87c-87f592ec8886} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6629 | 2025.01.27 09:35:50.666677 [ 267 ] {82274616-ecea-4bf4-b87c-87f592ec8886} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6630 | 2025.01.27 09:35:50.666944 [ 267 ] {82274616-ecea-4bf4-b87c-87f592ec8886} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001644 sec., 27980.53527980535 rows/sec., 2.01 MiB/sec. | ||
| 6631 | 2025.01.27 09:35:50.667041 [ 267 ] {82274616-ecea-4bf4-b87c-87f592ec8886} <Debug> TCPHandler: Processed in 0.001906405 sec. | ||
| 6632 | 2025.01.27 09:35:50.667237 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6633 | 2025.01.27 09:35:50.667357 [ 273 ] {0e78c8b2-92d8-43be-b236-5bdc5462f9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6634 | 2025.01.27 09:35:50.667412 [ 273 ] {0e78c8b2-92d8-43be-b236-5bdc5462f9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6635 | 2025.01.27 09:35:50.668012 [ 273 ] {0e78c8b2-92d8-43be-b236-5bdc5462f9d1} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6636 | 2025.01.27 09:35:50.668054 [ 273 ] {0e78c8b2-92d8-43be-b236-5bdc5462f9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6637 | 2025.01.27 09:35:50.668422 [ 273 ] {0e78c8b2-92d8-43be-b236-5bdc5462f9d1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6638 | 2025.01.27 09:35:50.668680 [ 273 ] {0e78c8b2-92d8-43be-b236-5bdc5462f9d1} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6639 | 2025.01.27 09:35:50.668917 [ 273 ] {0e78c8b2-92d8-43be-b236-5bdc5462f9d1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001575 sec., 8888.888888888889 rows/sec., 622.52 KiB/sec. | ||
| 6640 | 2025.01.27 09:35:50.669104 [ 273 ] {0e78c8b2-92d8-43be-b236-5bdc5462f9d1} <Debug> TCPHandler: Processed in 0.001929595 sec. | ||
| 6641 | 2025.01.27 09:35:50.669299 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6642 | 2025.01.27 09:35:50.669420 [ 267 ] {1a6036da-98a8-40fb-b909-f8f28122ddce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6643 | 2025.01.27 09:35:50.669469 [ 267 ] {1a6036da-98a8-40fb-b909-f8f28122ddce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6644 | 2025.01.27 09:35:50.670079 [ 267 ] {1a6036da-98a8-40fb-b909-f8f28122ddce} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6645 | 2025.01.27 09:35:50.670119 [ 267 ] {1a6036da-98a8-40fb-b909-f8f28122ddce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6646 | 2025.01.27 09:35:50.670470 [ 267 ] {1a6036da-98a8-40fb-b909-f8f28122ddce} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6647 | 2025.01.27 09:35:50.670710 [ 267 ] {1a6036da-98a8-40fb-b909-f8f28122ddce} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6648 | 2025.01.27 09:35:50.670940 [ 267 ] {1a6036da-98a8-40fb-b909-f8f28122ddce} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001537 sec., 8458.035133376708 rows/sec., 527.36 KiB/sec. | ||
| 6649 | 2025.01.27 09:35:50.670997 [ 267 ] {1a6036da-98a8-40fb-b909-f8f28122ddce} <Debug> TCPHandler: Processed in 0.001777161 sec. | ||
| 6650 | 2025.01.27 09:35:50.671161 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6651 | 2025.01.27 09:35:50.671279 [ 273 ] {bab79fa6-921d-4e81-bba0-18e4f879fa5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6652 | 2025.01.27 09:35:50.671328 [ 273 ] {bab79fa6-921d-4e81-bba0-18e4f879fa5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6653 | 2025.01.27 09:35:50.672083 [ 273 ] {bab79fa6-921d-4e81-bba0-18e4f879fa5d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6654 | 2025.01.27 09:35:50.672123 [ 273 ] {bab79fa6-921d-4e81-bba0-18e4f879fa5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6655 | 2025.01.27 09:35:50.672508 [ 273 ] {bab79fa6-921d-4e81-bba0-18e4f879fa5d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6656 | 2025.01.27 09:35:50.672769 [ 273 ] {bab79fa6-921d-4e81-bba0-18e4f879fa5d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2025.01.27 09:35:50.672979 [ 273 ] {bab79fa6-921d-4e81-bba0-18e4f879fa5d} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001723 sec., 244341.26523505515 rows/sec., 17.46 MiB/sec. | ||
| 6658 | 2025.01.27 09:35:50.673031 [ 273 ] {bab79fa6-921d-4e81-bba0-18e4f879fa5d} <Debug> TCPHandler: Processed in 0.001925925 sec. | ||
| 6659 | 2025.01.27 09:35:50.673191 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6660 | 2025.01.27 09:35:50.673332 [ 267 ] {aa04833a-833a-4db2-8f28-63044a7c0973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6661 | 2025.01.27 09:35:50.673394 [ 267 ] {aa04833a-833a-4db2-8f28-63044a7c0973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6662 | 2025.01.27 09:35:50.673912 [ 267 ] {aa04833a-833a-4db2-8f28-63044a7c0973} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6663 | 2025.01.27 09:35:50.673953 [ 267 ] {aa04833a-833a-4db2-8f28-63044a7c0973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6664 | 2025.01.27 09:35:50.674315 [ 267 ] {aa04833a-833a-4db2-8f28-63044a7c0973} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6665 | 2025.01.27 09:35:50.674549 [ 267 ] {aa04833a-833a-4db2-8f28-63044a7c0973} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6666 | 2025.01.27 09:35:50.674795 [ 267 ] {aa04833a-833a-4db2-8f28-63044a7c0973} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec. | ||
| 6667 | 2025.01.27 09:35:50.674939 [ 267 ] {aa04833a-833a-4db2-8f28-63044a7c0973} <Debug> TCPHandler: Processed in 0.001811562 sec. | ||
| 6668 | 2025.01.27 09:35:50.675152 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6669 | 2025.01.27 09:35:50.675270 [ 273 ] {b2cc5cec-573c-4c88-ac82-3dcf3a1eccd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6670 | 2025.01.27 09:35:50.675323 [ 273 ] {b2cc5cec-573c-4c88-ac82-3dcf3a1eccd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6671 | 2025.01.27 09:35:50.675915 [ 273 ] {b2cc5cec-573c-4c88-ac82-3dcf3a1eccd1} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6672 | 2025.01.27 09:35:50.675955 [ 273 ] {b2cc5cec-573c-4c88-ac82-3dcf3a1eccd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6673 | 2025.01.27 09:35:50.676350 [ 273 ] {b2cc5cec-573c-4c88-ac82-3dcf3a1eccd1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6674 | 2025.01.27 09:35:50.676595 [ 273 ] {b2cc5cec-573c-4c88-ac82-3dcf3a1eccd1} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6675 | 2025.01.27 09:35:50.676820 [ 273 ] {b2cc5cec-573c-4c88-ac82-3dcf3a1eccd1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001571 sec., 150859.32527052832 rows/sec., 10.11 MiB/sec. | ||
| 6676 | 2025.01.27 09:35:50.676903 [ 273 ] {b2cc5cec-573c-4c88-ac82-3dcf3a1eccd1} <Debug> TCPHandler: Processed in 0.001854214 sec. | ||
| 6677 | 2025.01.27 09:35:50.677098 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6678 | 2025.01.27 09:35:50.677246 [ 267 ] {bc4fdec7-0a2d-402b-93e4-24086d79d038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6679 | 2025.01.27 09:35:50.677305 [ 267 ] {bc4fdec7-0a2d-402b-93e4-24086d79d038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6680 | 2025.01.27 09:35:50.677803 [ 267 ] {bc4fdec7-0a2d-402b-93e4-24086d79d038} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6681 | 2025.01.27 09:35:50.677840 [ 267 ] {bc4fdec7-0a2d-402b-93e4-24086d79d038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6682 | 2025.01.27 09:35:50.678193 [ 267 ] {bc4fdec7-0a2d-402b-93e4-24086d79d038} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6683 | 2025.01.27 09:35:50.678427 [ 267 ] {bc4fdec7-0a2d-402b-93e4-24086d79d038} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6684 | 2025.01.27 09:35:50.678590 [ 118 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 6685 | 2025.01.27 09:35:50.678659 [ 267 ] {bc4fdec7-0a2d-402b-93e4-24086d79d038} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec. | ||
| 6686 | 2025.01.27 09:35:50.678679 [ 118 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6687 | 2025.01.27 09:35:50.678748 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6688 | 2025.01.27 09:35:50.678777 [ 267 ] {bc4fdec7-0a2d-402b-93e4-24086d79d038} <Debug> TCPHandler: Processed in 0.001786871 sec. | ||
| 6689 | 2025.01.27 09:35:50.678957 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 6690 | 2025.01.27 09:35:50.678979 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6691 | 2025.01.27 09:35:50.679109 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6692 | 2025.01.27 09:35:50.679187 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 6693 | 2025.01.27 09:35:50.679210 [ 273 ] {f53df28c-d367-44f6-88fa-98abc944bee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6694 | 2025.01.27 09:35:50.679382 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 6695 | 2025.01.27 09:35:50.679625 [ 273 ] {f53df28c-d367-44f6-88fa-98abc944bee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6696 | 2025.01.27 09:35:50.679769 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 6697 | 2025.01.27 09:35:50.680299 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 6698 | 2025.01.27 09:35:50.680717 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 6699 | 2025.01.27 09:35:50.681087 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 6700 | 2025.01.27 09:35:50.684600 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.005743233 sec., 4004.7130248764065 rows/sec., 269.85 KiB/sec. | ||
| 6701 | 2025.01.27 09:35:50.684870 [ 273 ] {f53df28c-d367-44f6-88fa-98abc944bee8} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6702 | 2025.01.27 09:35:50.684914 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 6703 | 2025.01.27 09:35:50.684924 [ 273 ] {f53df28c-d367-44f6-88fa-98abc944bee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6704 | 2025.01.27 09:35:50.685576 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_23_5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2025.01.27 09:35:50.685752 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_23_5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 6706 | 2025.01.27 09:35:50.685966 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6707 | 2025.01.27 09:35:50.686248 [ 273 ] {f53df28c-d367-44f6-88fa-98abc944bee8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6708 | 2025.01.27 09:35:50.686538 [ 273 ] {f53df28c-d367-44f6-88fa-98abc944bee8} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6709 | 2025.01.27 09:35:50.686785 [ 273 ] {f53df28c-d367-44f6-88fa-98abc944bee8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007646 sec., 5100.7062516348415 rows/sec., 9.14 MiB/sec. | ||
| 6710 | 2025.01.27 09:35:50.686910 [ 273 ] {f53df28c-d367-44f6-88fa-98abc944bee8} <Debug> TCPHandler: Processed in 0.008043297 sec. | ||
| 6711 | 2025.01.27 09:35:50.687077 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6712 | 2025.01.27 09:35:50.687217 [ 267 ] {43b88ee3-7d09-4358-b1c7-bfb8065e36e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6713 | 2025.01.27 09:35:50.687276 [ 267 ] {43b88ee3-7d09-4358-b1c7-bfb8065e36e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6714 | 2025.01.27 09:35:50.687818 [ 267 ] {43b88ee3-7d09-4358-b1c7-bfb8065e36e2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6715 | 2025.01.27 09:35:50.687857 [ 267 ] {43b88ee3-7d09-4358-b1c7-bfb8065e36e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6716 | 2025.01.27 09:35:50.688230 [ 267 ] {43b88ee3-7d09-4358-b1c7-bfb8065e36e2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6717 | 2025.01.27 09:35:50.688464 [ 267 ] {43b88ee3-7d09-4358-b1c7-bfb8065e36e2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6718 | 2025.01.27 09:35:50.688674 [ 267 ] {43b88ee3-7d09-4358-b1c7-bfb8065e36e2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec. | ||
| 6719 | 2025.01.27 09:35:50.688727 [ 267 ] {43b88ee3-7d09-4358-b1c7-bfb8065e36e2} <Debug> TCPHandler: Processed in 0.00171784 sec. | ||
| 6720 | 2025.01.27 09:35:54.396992 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6721 | 2025.01.27 09:35:54.397058 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6722 | 2025.01.27 09:35:54.542804 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6723 | 2025.01.27 09:35:54.543402 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6724 | 2025.01.27 09:35:54.543438 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6725 | 2025.01.27 09:35:54.543958 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6726 | 2025.01.27 09:35:54.544216 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6727 | 2025.01.27 09:35:54.544394 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6728 | 2025.01.27 09:35:55.579862 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6729 | 2025.01.27 09:35:55.600452 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6730 | 2025.01.27 09:35:55.600508 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6731 | 2025.01.27 09:35:55.608123 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6732 | 2025.01.27 09:35:55.608889 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6733 | 2025.01.27 09:35:55.611577 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6734 | 2025.01.27 09:35:55.654906 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6735 | 2025.01.27 09:35:55.655131 [ 267 ] {35efae1f-4c66-47c5-945b-39c7be524d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6736 | 2025.01.27 09:35:55.655217 [ 267 ] {35efae1f-4c66-47c5-945b-39c7be524d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6737 | 2025.01.27 09:35:55.656110 [ 267 ] {35efae1f-4c66-47c5-945b-39c7be524d6a} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6738 | 2025.01.27 09:35:55.656164 [ 267 ] {35efae1f-4c66-47c5-945b-39c7be524d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6739 | 2025.01.27 09:35:55.656608 [ 267 ] {35efae1f-4c66-47c5-945b-39c7be524d6a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6740 | 2025.01.27 09:35:55.656867 [ 267 ] {35efae1f-4c66-47c5-945b-39c7be524d6a} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6741 | 2025.01.27 09:35:55.657128 [ 267 ] {35efae1f-4c66-47c5-945b-39c7be524d6a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002057 sec., 27224.112785610116 rows/sec., 2.08 MiB/sec. | ||
| 6742 | 2025.01.27 09:35:55.657235 [ 267 ] {35efae1f-4c66-47c5-945b-39c7be524d6a} <Debug> TCPHandler: Processed in 0.002478528 sec. | ||
| 6743 | 2025.01.27 09:35:55.657525 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6744 | 2025.01.27 09:35:55.657739 [ 273 ] {22b20c3d-d968-40d5-907a-74d7ebd2c4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6745 | 2025.01.27 09:35:55.657817 [ 273 ] {22b20c3d-d968-40d5-907a-74d7ebd2c4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6746 | 2025.01.27 09:35:55.658572 [ 273 ] {22b20c3d-d968-40d5-907a-74d7ebd2c4ef} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6747 | 2025.01.27 09:35:55.658619 [ 273 ] {22b20c3d-d968-40d5-907a-74d7ebd2c4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6748 | 2025.01.27 09:35:55.659070 [ 273 ] {22b20c3d-d968-40d5-907a-74d7ebd2c4ef} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6749 | 2025.01.27 09:35:55.659342 [ 273 ] {22b20c3d-d968-40d5-907a-74d7ebd2c4ef} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6750 | 2025.01.27 09:35:55.659594 [ 273 ] {22b20c3d-d968-40d5-907a-74d7ebd2c4ef} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.61 MiB/sec. | ||
| 6751 | 2025.01.27 09:35:55.659653 [ 273 ] {22b20c3d-d968-40d5-907a-74d7ebd2c4ef} <Debug> TCPHandler: Processed in 0.002292793 sec. | ||
| 6752 | 2025.01.27 09:35:55.659822 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6753 | 2025.01.27 09:35:55.659966 [ 267 ] {666c9394-e61f-4065-961e-df2bf4008da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6754 | 2025.01.27 09:35:55.660029 [ 267 ] {666c9394-e61f-4065-961e-df2bf4008da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6755 | 2025.01.27 09:35:55.660743 [ 267 ] {666c9394-e61f-4065-961e-df2bf4008da5} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6756 | 2025.01.27 09:35:55.660790 [ 267 ] {666c9394-e61f-4065-961e-df2bf4008da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6757 | 2025.01.27 09:35:55.661187 [ 267 ] {666c9394-e61f-4065-961e-df2bf4008da5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6758 | 2025.01.27 09:35:55.661425 [ 267 ] {666c9394-e61f-4065-961e-df2bf4008da5} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6759 | 2025.01.27 09:35:55.661651 [ 267 ] {666c9394-e61f-4065-961e-df2bf4008da5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001719 sec., 93077.37056428156 rows/sec., 6.48 MiB/sec. | ||
| 6760 | 2025.01.27 09:35:55.661703 [ 267 ] {666c9394-e61f-4065-961e-df2bf4008da5} <Debug> TCPHandler: Processed in 0.001952546 sec. | ||
| 6761 | 2025.01.27 09:35:55.661872 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6762 | 2025.01.27 09:35:55.662013 [ 273 ] {3581218f-7566-4383-9617-4a9e86eee999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6763 | 2025.01.27 09:35:55.662076 [ 273 ] {3581218f-7566-4383-9617-4a9e86eee999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6764 | 2025.01.27 09:35:55.662706 [ 273 ] {3581218f-7566-4383-9617-4a9e86eee999} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2025.01.27 09:35:55.662753 [ 273 ] {3581218f-7566-4383-9617-4a9e86eee999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6766 | 2025.01.27 09:35:55.663152 [ 273 ] {3581218f-7566-4383-9617-4a9e86eee999} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6767 | 2025.01.27 09:35:55.663412 [ 273 ] {3581218f-7566-4383-9617-4a9e86eee999} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2025.01.27 09:35:55.663630 [ 273 ] {3581218f-7566-4383-9617-4a9e86eee999} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001648 sec., 36407.76699029126 rows/sec., 2.45 MiB/sec. | ||
| 6769 | 2025.01.27 09:35:55.663681 [ 273 ] {3581218f-7566-4383-9617-4a9e86eee999} <Debug> TCPHandler: Processed in 0.001877474 sec. | ||
| 6770 | 2025.01.27 09:35:56.932195 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6771 | 2025.01.27 09:35:56.932406 [ 267 ] {0a1fcddb-d072-4d88-9b90-96f50311d0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6772 | 2025.01.27 09:35:56.932487 [ 267 ] {0a1fcddb-d072-4d88-9b90-96f50311d0aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6773 | 2025.01.27 09:35:56.933286 [ 267 ] {0a1fcddb-d072-4d88-9b90-96f50311d0aa} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6774 | 2025.01.27 09:35:56.933327 [ 267 ] {0a1fcddb-d072-4d88-9b90-96f50311d0aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6775 | 2025.01.27 09:35:56.933765 [ 267 ] {0a1fcddb-d072-4d88-9b90-96f50311d0aa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6776 | 2025.01.27 09:35:56.934014 [ 267 ] {0a1fcddb-d072-4d88-9b90-96f50311d0aa} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6777 | 2025.01.27 09:35:56.934222 [ 267 ] {0a1fcddb-d072-4d88-9b90-96f50311d0aa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001877 sec., 7458.710708577518 rows/sec., 536.93 KiB/sec. | ||
| 6778 | 2025.01.27 09:35:56.934277 [ 267 ] {0a1fcddb-d072-4d88-9b90-96f50311d0aa} <Debug> TCPHandler: Processed in 0.002218071 sec. | ||
| 6779 | 2025.01.27 09:35:56.934569 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6780 | 2025.01.27 09:35:56.934789 [ 273 ] {6ee8335d-6713-4081-a05a-0fa56847fb6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6781 | 2025.01.27 09:35:56.934867 [ 273 ] {6ee8335d-6713-4081-a05a-0fa56847fb6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6782 | 2025.01.27 09:35:56.935605 [ 273 ] {6ee8335d-6713-4081-a05a-0fa56847fb6e} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2025.01.27 09:35:56.935655 [ 273 ] {6ee8335d-6713-4081-a05a-0fa56847fb6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6784 | 2025.01.27 09:35:56.936081 [ 273 ] {6ee8335d-6713-4081-a05a-0fa56847fb6e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6785 | 2025.01.27 09:35:56.936357 [ 273 ] {6ee8335d-6713-4081-a05a-0fa56847fb6e} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6786 | 2025.01.27 09:35:56.936601 [ 273 ] {6ee8335d-6713-4081-a05a-0fa56847fb6e} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001872 sec., 8547.008547008547 rows/sec., 696.95 KiB/sec. | ||
| 6787 | 2025.01.27 09:35:56.936660 [ 273 ] {6ee8335d-6713-4081-a05a-0fa56847fb6e} <Debug> TCPHandler: Processed in 0.002229792 sec. | ||
| 6788 | 2025.01.27 09:35:56.936882 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6789 | 2025.01.27 09:35:56.937011 [ 267 ] {89231100-ee25-4089-bca3-915aa6b72903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6790 | 2025.01.27 09:35:56.937062 [ 267 ] {89231100-ee25-4089-bca3-915aa6b72903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6791 | 2025.01.27 09:35:56.938518 [ 267 ] {89231100-ee25-4089-bca3-915aa6b72903} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6792 | 2025.01.27 09:35:56.938554 [ 267 ] {89231100-ee25-4089-bca3-915aa6b72903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6793 | 2025.01.27 09:35:56.939018 [ 267 ] {89231100-ee25-4089-bca3-915aa6b72903} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6794 | 2025.01.27 09:35:56.939275 [ 267 ] {89231100-ee25-4089-bca3-915aa6b72903} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6795 | 2025.01.27 09:35:56.939478 [ 112 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6796 | 2025.01.27 09:35:56.939498 [ 267 ] {89231100-ee25-4089-bca3-915aa6b72903} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002504 sec., 570686.9009584665 rows/sec., 47.61 MiB/sec. | ||
| 6797 | 2025.01.27 09:35:56.939563 [ 112 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2025.01.27 09:35:56.939640 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6799 | 2025.01.27 09:35:56.939641 [ 267 ] {89231100-ee25-4089-bca3-915aa6b72903} <Debug> TCPHandler: Processed in 0.002855456 sec. | ||
| 6800 | 2025.01.27 09:35:56.939956 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6801 | 2025.01.27 09:35:56.940008 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 6802 | 2025.01.27 09:35:56.940385 [ 273 ] {a2b123f8-ce09-48a3-93e3-f61d8f75c1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6803 | 2025.01.27 09:35:56.940594 [ 273 ] {a2b123f8-ce09-48a3-93e3-f61d8f75c1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6804 | 2025.01.27 09:35:56.940835 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6805 | 2025.01.27 09:35:56.941096 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1430 rows starting from the beginning of the part | ||
| 6806 | 2025.01.27 09:35:56.941474 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 6807 | 2025.01.27 09:35:56.941912 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 6808 | 2025.01.27 09:35:56.942227 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 6809 | 2025.01.27 09:35:56.942449 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 6810 | 2025.01.27 09:35:56.942839 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1429 rows starting from the beginning of the part | ||
| 6811 | 2025.01.27 09:35:56.943554 [ 273 ] {a2b123f8-ce09-48a3-93e3-f61d8f75c1f0} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6812 | 2025.01.27 09:35:56.943626 [ 273 ] {a2b123f8-ce09-48a3-93e3-f61d8f75c1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6813 | 2025.01.27 09:35:56.944598 [ 273 ] {a2b123f8-ce09-48a3-93e3-f61d8f75c1f0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6814 | 2025.01.27 09:35:56.945141 [ 273 ] {a2b123f8-ce09-48a3-93e3-f61d8f75c1f0} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6815 | 2025.01.27 09:35:56.945488 [ 273 ] {a2b123f8-ce09-48a3-93e3-f61d8f75c1f0} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.00529 sec., 11720.226843100188 rows/sec., 851.77 KiB/sec. | ||
| 6816 | 2025.01.27 09:35:56.945566 [ 273 ] {a2b123f8-ce09-48a3-93e3-f61d8f75c1f0} <Debug> TCPHandler: Processed in 0.005788035 sec. | ||
| 6817 | 2025.01.27 09:35:56.945733 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6818 | 2025.01.27 09:35:56.945913 [ 267 ] {8c352f31-5254-4dfa-ba53-1c617567e1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6819 | 2025.01.27 09:35:56.946018 [ 267 ] {8c352f31-5254-4dfa-ba53-1c617567e1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6820 | 2025.01.27 09:35:56.946108 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3533 rows, containing 5 columns (5 merged, 0 gathered) in 0.006371288 sec., 554518.9606873838 rows/sec., 48.67 MiB/sec. | ||
| 6821 | 2025.01.27 09:35:56.946454 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6822 | 2025.01.27 09:35:56.947141 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_56_11} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6823 | 2025.01.27 09:35:56.947186 [ 267 ] {8c352f31-5254-4dfa-ba53-1c617567e1fb} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6824 | 2025.01.27 09:35:56.947249 [ 267 ] {8c352f31-5254-4dfa-ba53-1c617567e1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6825 | 2025.01.27 09:35:56.947282 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_56_11} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6826 | 2025.01.27 09:35:56.947474 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 6827 | 2025.01.27 09:35:56.947798 [ 267 ] {8c352f31-5254-4dfa-ba53-1c617567e1fb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6828 | 2025.01.27 09:35:56.948064 [ 267 ] {8c352f31-5254-4dfa-ba53-1c617567e1fb} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6829 | 2025.01.27 09:35:56.948331 [ 267 ] {8c352f31-5254-4dfa-ba53-1c617567e1fb} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002447 sec., 98896.60809154066 rows/sec., 6.70 MiB/sec. | ||
| 6830 | 2025.01.27 09:35:56.948544 [ 267 ] {8c352f31-5254-4dfa-ba53-1c617567e1fb} <Debug> TCPHandler: Processed in 0.002880477 sec. | ||
| 6831 | 2025.01.27 09:35:56.948751 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6832 | 2025.01.27 09:35:56.948870 [ 273 ] {cc656a99-f227-4655-8d0b-424eece45875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6833 | 2025.01.27 09:35:56.948921 [ 273 ] {cc656a99-f227-4655-8d0b-424eece45875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6834 | 2025.01.27 09:35:56.949499 [ 273 ] {cc656a99-f227-4655-8d0b-424eece45875} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6835 | 2025.01.27 09:35:56.949559 [ 273 ] {cc656a99-f227-4655-8d0b-424eece45875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6836 | 2025.01.27 09:35:56.949965 [ 273 ] {cc656a99-f227-4655-8d0b-424eece45875} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6837 | 2025.01.27 09:35:56.950235 [ 273 ] {cc656a99-f227-4655-8d0b-424eece45875} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6838 | 2025.01.27 09:35:56.950515 [ 273 ] {cc656a99-f227-4655-8d0b-424eece45875} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001666 sec., 7803.1212484994 rows/sec., 486.52 KiB/sec. | ||
| 6839 | 2025.01.27 09:35:56.950719 [ 273 ] {cc656a99-f227-4655-8d0b-424eece45875} <Debug> TCPHandler: Processed in 0.002041237 sec. | ||
| 6840 | 2025.01.27 09:35:56.950902 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6841 | 2025.01.27 09:35:56.951025 [ 267 ] {01bcf8bd-72bc-4d3b-a4b2-f11b971b3c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6842 | 2025.01.27 09:35:56.951074 [ 267 ] {01bcf8bd-72bc-4d3b-a4b2-f11b971b3c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6843 | 2025.01.27 09:35:56.952137 [ 267 ] {01bcf8bd-72bc-4d3b-a4b2-f11b971b3c2a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6844 | 2025.01.27 09:35:56.952180 [ 267 ] {01bcf8bd-72bc-4d3b-a4b2-f11b971b3c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6845 | 2025.01.27 09:35:56.952588 [ 267 ] {01bcf8bd-72bc-4d3b-a4b2-f11b971b3c2a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6846 | 2025.01.27 09:35:56.952869 [ 267 ] {01bcf8bd-72bc-4d3b-a4b2-f11b971b3c2a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6847 | 2025.01.27 09:35:56.953057 [ 112 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6848 | 2025.01.27 09:35:56.953099 [ 112 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6849 | 2025.01.27 09:35:56.953137 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6850 | 2025.01.27 09:35:56.953147 [ 267 ] {01bcf8bd-72bc-4d3b-a4b2-f11b971b3c2a} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002124 sec., 420433.1450094162 rows/sec., 30.53 MiB/sec. | ||
| 6851 | 2025.01.27 09:35:56.953384 [ 267 ] {01bcf8bd-72bc-4d3b-a4b2-f11b971b3c2a} <Debug> TCPHandler: Processed in 0.002545949 sec. | ||
| 6852 | 2025.01.27 09:35:56.953436 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6853 | 2025.01.27 09:35:56.953599 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6854 | 2025.01.27 09:35:56.953661 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6855 | 2025.01.27 09:35:56.953728 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6856 | 2025.01.27 09:35:56.953819 [ 273 ] {e3aa77a7-8651-497e-bce3-81e923956c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6857 | 2025.01.27 09:35:56.953964 [ 273 ] {e3aa77a7-8651-497e-bce3-81e923956c3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6858 | 2025.01.27 09:35:56.954008 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6859 | 2025.01.27 09:35:56.954421 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6860 | 2025.01.27 09:35:56.954812 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6861 | 2025.01.27 09:35:56.955143 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 6862 | 2025.01.27 09:35:56.955391 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 893 rows starting from the beginning of the part | ||
| 6863 | 2025.01.27 09:35:56.956201 [ 273 ] {e3aa77a7-8651-497e-bce3-81e923956c3d} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6864 | 2025.01.27 09:35:56.956263 [ 273 ] {e3aa77a7-8651-497e-bce3-81e923956c3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6865 | 2025.01.27 09:35:56.957157 [ 273 ] {e3aa77a7-8651-497e-bce3-81e923956c3d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6866 | 2025.01.27 09:35:56.957654 [ 273 ] {e3aa77a7-8651-497e-bce3-81e923956c3d} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6867 | 2025.01.27 09:35:56.958094 [ 273 ] {e3aa77a7-8651-497e-bce3-81e923956c3d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004324 sec., 1387.604070305273 rows/sec., 72.50 KiB/sec. | ||
| 6868 | 2025.01.27 09:35:56.958475 [ 273 ] {e3aa77a7-8651-497e-bce3-81e923956c3d} <Debug> TCPHandler: Processed in 0.004974556 sec. | ||
| 6869 | 2025.01.27 09:35:56.958810 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6870 | 2025.01.27 09:35:56.958864 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.005640651 sec., 492141.77583403053 rows/sec., 37.58 MiB/sec. | ||
| 6871 | 2025.01.27 09:35:56.958973 [ 267 ] {78465410-00c5-4b00-b25b-e8aec4072810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6872 | 2025.01.27 09:35:56.959066 [ 267 ] {78465410-00c5-4b00-b25b-e8aec4072810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6873 | 2025.01.27 09:35:56.959170 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6874 | 2025.01.27 09:35:56.959821 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_56_11} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6875 | 2025.01.27 09:35:56.959898 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_56_11} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6876 | 2025.01.27 09:35:56.960033 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 6877 | 2025.01.27 09:35:56.960405 [ 267 ] {78465410-00c5-4b00-b25b-e8aec4072810} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6878 | 2025.01.27 09:35:56.960450 [ 267 ] {78465410-00c5-4b00-b25b-e8aec4072810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6879 | 2025.01.27 09:35:56.960902 [ 267 ] {78465410-00c5-4b00-b25b-e8aec4072810} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6880 | 2025.01.27 09:35:56.961140 [ 267 ] {78465410-00c5-4b00-b25b-e8aec4072810} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6881 | 2025.01.27 09:35:56.961304 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6882 | 2025.01.27 09:35:56.961360 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6883 | 2025.01.27 09:35:56.961392 [ 267 ] {78465410-00c5-4b00-b25b-e8aec4072810} <Debug> executeQuery: Read 921 rows, 62.74 KiB in 0.002447 sec., 376379.2398855742 rows/sec., 25.04 MiB/sec. | ||
| 6884 | 2025.01.27 09:35:56.961397 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6885 | 2025.01.27 09:35:56.961585 [ 267 ] {78465410-00c5-4b00-b25b-e8aec4072810} <Debug> TCPHandler: Processed in 0.002976479 sec. | ||
| 6886 | 2025.01.27 09:35:56.961667 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6887 | 2025.01.27 09:35:56.961759 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6888 | 2025.01.27 09:35:56.961815 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6889 | 2025.01.27 09:35:56.961855 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15970 rows starting from the beginning of the part | ||
| 6890 | 2025.01.27 09:35:56.961915 [ 273 ] {8021f863-d60f-4d9e-9820-853be86c3340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6891 | 2025.01.27 09:35:56.961987 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 6892 | 2025.01.27 09:35:56.962049 [ 273 ] {8021f863-d60f-4d9e-9820-853be86c3340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6893 | 2025.01.27 09:35:56.962226 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 6894 | 2025.01.27 09:35:56.962541 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 6895 | 2025.01.27 09:35:56.962926 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 6896 | 2025.01.27 09:35:56.963155 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 921 rows starting from the beginning of the part | ||
| 6897 | 2025.01.27 09:35:56.963762 [ 273 ] {8021f863-d60f-4d9e-9820-853be86c3340} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6898 | 2025.01.27 09:35:56.963810 [ 273 ] {8021f863-d60f-4d9e-9820-853be86c3340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6899 | 2025.01.27 09:35:56.964302 [ 273 ] {8021f863-d60f-4d9e-9820-853be86c3340} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6900 | 2025.01.27 09:35:56.964634 [ 273 ] {8021f863-d60f-4d9e-9820-853be86c3340} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6901 | 2025.01.27 09:35:56.965000 [ 273 ] {8021f863-d60f-4d9e-9820-853be86c3340} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003119 sec., 320.6155819172812 rows/sec., 21.60 KiB/sec. | ||
| 6902 | 2025.01.27 09:35:56.965398 [ 273 ] {8021f863-d60f-4d9e-9820-853be86c3340} <Debug> TCPHandler: Processed in 0.003691176 sec. | ||
| 6903 | 2025.01.27 09:35:56.965863 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6904 | 2025.01.27 09:35:56.966161 [ 267 ] {0b445d81-cdb4-48dc-8741-47804a6f5f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6905 | 2025.01.27 09:35:56.966475 [ 267 ] {0b445d81-cdb4-48dc-8741-47804a6f5f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6906 | 2025.01.27 09:35:56.969046 [ 267 ] {0b445d81-cdb4-48dc-8741-47804a6f5f75} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6907 | 2025.01.27 09:35:56.969087 [ 267 ] {0b445d81-cdb4-48dc-8741-47804a6f5f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6908 | 2025.01.27 09:35:56.970168 [ 267 ] {0b445d81-cdb4-48dc-8741-47804a6f5f75} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6909 | 2025.01.27 09:35:56.970765 [ 267 ] {0b445d81-cdb4-48dc-8741-47804a6f5f75} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6910 | 2025.01.27 09:35:56.971113 [ 267 ] {0b445d81-cdb4-48dc-8741-47804a6f5f75} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005051 sec., 7721.243318154821 rows/sec., 13.84 MiB/sec. | ||
| 6911 | 2025.01.27 09:35:56.971217 [ 267 ] {0b445d81-cdb4-48dc-8741-47804a6f5f75} <Debug> TCPHandler: Processed in 0.005693743 sec. | ||
| 6912 | 2025.01.27 09:35:56.971414 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6913 | 2025.01.27 09:35:56.971661 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17685 rows, containing 5 columns (5 merged, 0 gathered) in 0.010139686 sec., 1744136.84999713 rows/sec., 117.69 MiB/sec. | ||
| 6914 | 2025.01.27 09:35:56.971672 [ 273 ] {3d17c94c-5ff5-4131-be5a-f87402597a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6915 | 2025.01.27 09:35:56.971765 [ 273 ] {3d17c94c-5ff5-4131-be5a-f87402597a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6916 | 2025.01.27 09:35:56.971959 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6917 | 2025.01.27 09:35:56.972566 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6918 | 2025.01.27 09:35:56.972759 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6919 | 2025.01.27 09:35:56.972928 [ 273 ] {3d17c94c-5ff5-4131-be5a-f87402597a4c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6920 | 2025.01.27 09:35:56.972965 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 6921 | 2025.01.27 09:35:56.972988 [ 273 ] {3d17c94c-5ff5-4131-be5a-f87402597a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6922 | 2025.01.27 09:35:56.973382 [ 273 ] {3d17c94c-5ff5-4131-be5a-f87402597a4c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6923 | 2025.01.27 09:35:56.973623 [ 273 ] {3d17c94c-5ff5-4131-be5a-f87402597a4c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6924 | 2025.01.27 09:35:56.973783 [ 112 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6925 | 2025.01.27 09:35:56.973847 [ 112 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6926 | 2025.01.27 09:35:56.973865 [ 273 ] {3d17c94c-5ff5-4131-be5a-f87402597a4c} <Debug> executeQuery: Read 44 rows, 2.72 KiB in 0.002234 sec., 19695.613249776186 rows/sec., 1.19 MiB/sec. | ||
| 6927 | 2025.01.27 09:35:56.973887 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6928 | 2025.01.27 09:35:56.974031 [ 273 ] {3d17c94c-5ff5-4131-be5a-f87402597a4c} <Debug> TCPHandler: Processed in 0.002706403 sec. | ||
| 6929 | 2025.01.27 09:35:56.974126 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 6930 | 2025.01.27 09:35:56.974251 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6931 | 2025.01.27 09:35:56.974283 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3090 rows starting from the beginning of the part | ||
| 6932 | 2025.01.27 09:35:56.974392 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 6933 | 2025.01.27 09:35:56.974588 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 6934 | 2025.01.27 09:35:56.974753 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 6935 | 2025.01.27 09:35:56.974895 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 6936 | 2025.01.27 09:35:56.975008 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 44 rows starting from the beginning of the part | ||
| 6937 | 2025.01.27 09:35:56.976726 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3418 rows, containing 4 columns (4 merged, 0 gathered) in 0.002710293 sec., 1261118.2628594032 rows/sec., 82.18 MiB/sec. | ||
| 6938 | 2025.01.27 09:35:56.977001 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6939 | 2025.01.27 09:35:56.977275 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_56_11} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6940 | 2025.01.27 09:35:56.977348 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_56_11} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6941 | 2025.01.27 09:35:56.977414 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 6942 | 2025.01.27 09:35:59.616115 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 984 | ||
| 6943 | 2025.01.27 09:35:59.619644 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6944 | 2025.01.27 09:35:59.619699 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6945 | 2025.01.27 09:35:59.621199 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6946 | 2025.01.27 09:35:59.621507 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6947 | 2025.01.27 09:35:59.622158 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 984 | ||
| 6948 | 2025.01.27 09:36:00.651681 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6949 | 2025.01.27 09:36:00.651883 [ 267 ] {e925c5ab-bdbe-4740-98ef-2f9e7c7a72a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6950 | 2025.01.27 09:36:00.651958 [ 267 ] {e925c5ab-bdbe-4740-98ef-2f9e7c7a72a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6951 | 2025.01.27 09:36:00.652740 [ 267 ] {e925c5ab-bdbe-4740-98ef-2f9e7c7a72a9} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6952 | 2025.01.27 09:36:00.652794 [ 267 ] {e925c5ab-bdbe-4740-98ef-2f9e7c7a72a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6953 | 2025.01.27 09:36:00.653261 [ 267 ] {e925c5ab-bdbe-4740-98ef-2f9e7c7a72a9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6954 | 2025.01.27 09:36:00.653534 [ 267 ] {e925c5ab-bdbe-4740-98ef-2f9e7c7a72a9} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6955 | 2025.01.27 09:36:00.653780 [ 267 ] {e925c5ab-bdbe-4740-98ef-2f9e7c7a72a9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.19 MiB/sec. | ||
| 6956 | 2025.01.27 09:36:00.653838 [ 267 ] {e925c5ab-bdbe-4740-98ef-2f9e7c7a72a9} <Debug> TCPHandler: Processed in 0.002301553 sec. | ||
| 6957 | 2025.01.27 09:36:00.654117 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6958 | 2025.01.27 09:36:00.654317 [ 273 ] {33598dc4-ffd0-4bcb-8a6f-06580ab8e08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6959 | 2025.01.27 09:36:00.654391 [ 273 ] {33598dc4-ffd0-4bcb-8a6f-06580ab8e08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6960 | 2025.01.27 09:36:00.655310 [ 273 ] {33598dc4-ffd0-4bcb-8a6f-06580ab8e08f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6961 | 2025.01.27 09:36:00.655376 [ 273 ] {33598dc4-ffd0-4bcb-8a6f-06580ab8e08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6962 | 2025.01.27 09:36:00.656020 [ 273 ] {33598dc4-ffd0-4bcb-8a6f-06580ab8e08f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6963 | 2025.01.27 09:36:00.656299 [ 273 ] {33598dc4-ffd0-4bcb-8a6f-06580ab8e08f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6964 | 2025.01.27 09:36:00.656547 [ 273 ] {33598dc4-ffd0-4bcb-8a6f-06580ab8e08f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002286 sec., 27996.50043744532 rows/sec., 2.19 MiB/sec. | ||
| 6965 | 2025.01.27 09:36:00.656614 [ 273 ] {33598dc4-ffd0-4bcb-8a6f-06580ab8e08f} <Debug> TCPHandler: Processed in 0.002629331 sec. | ||
| 6966 | 2025.01.27 09:36:00.656838 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6967 | 2025.01.27 09:36:00.656966 [ 267 ] {c9894373-f529-41c5-a4db-c99ad6dacfec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6968 | 2025.01.27 09:36:00.657026 [ 267 ] {c9894373-f529-41c5-a4db-c99ad6dacfec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6969 | 2025.01.27 09:36:00.657593 [ 267 ] {c9894373-f529-41c5-a4db-c99ad6dacfec} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6970 | 2025.01.27 09:36:00.657633 [ 267 ] {c9894373-f529-41c5-a4db-c99ad6dacfec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6971 | 2025.01.27 09:36:00.658052 [ 267 ] {c9894373-f529-41c5-a4db-c99ad6dacfec} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6972 | 2025.01.27 09:36:00.658307 [ 267 ] {c9894373-f529-41c5-a4db-c99ad6dacfec} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6973 | 2025.01.27 09:36:00.658718 [ 267 ] {c9894373-f529-41c5-a4db-c99ad6dacfec} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001757 sec., 55776.89243027888 rows/sec., 3.89 MiB/sec. | ||
| 6974 | 2025.01.27 09:36:00.658842 [ 267 ] {c9894373-f529-41c5-a4db-c99ad6dacfec} <Debug> TCPHandler: Processed in 0.002105758 sec. | ||
| 6975 | 2025.01.27 09:36:00.658993 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6976 | 2025.01.27 09:36:00.659112 [ 273 ] {bf648151-7e96-4152-8e5f-98778671dec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6977 | 2025.01.27 09:36:00.659165 [ 273 ] {bf648151-7e96-4152-8e5f-98778671dec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6978 | 2025.01.27 09:36:00.659702 [ 273 ] {bf648151-7e96-4152-8e5f-98778671dec7} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6979 | 2025.01.27 09:36:00.659741 [ 273 ] {bf648151-7e96-4152-8e5f-98778671dec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6980 | 2025.01.27 09:36:00.660124 [ 273 ] {bf648151-7e96-4152-8e5f-98778671dec7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6981 | 2025.01.27 09:36:00.660362 [ 273 ] {bf648151-7e96-4152-8e5f-98778671dec7} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6982 | 2025.01.27 09:36:00.660571 [ 273 ] {bf648151-7e96-4152-8e5f-98778671dec7} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001484 sec., 25606.469002695416 rows/sec., 1.72 MiB/sec. | ||
| 6983 | 2025.01.27 09:36:00.660635 [ 273 ] {bf648151-7e96-4152-8e5f-98778671dec7} <Debug> TCPHandler: Processed in 0.001694159 sec. | ||
| 6984 | 2025.01.27 09:36:02.045490 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6985 | 2025.01.27 09:36:02.046165 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6986 | 2025.01.27 09:36:02.046210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6987 | 2025.01.27 09:36:02.046751 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6988 | 2025.01.27 09:36:02.047017 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6989 | 2025.01.27 09:36:02.047205 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6990 | 2025.01.27 09:36:03.112626 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6991 | 2025.01.27 09:36:03.133658 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2025.01.27 09:36:03.133717 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6993 | 2025.01.27 09:36:03.141214 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6994 | 2025.01.27 09:36:03.141990 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2025.01.27 09:36:03.145620 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6996 | 2025.01.27 09:36:05.653882 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6997 | 2025.01.27 09:36:05.654080 [ 267 ] {09fb7806-7024-4611-8d37-dfe0bdd53034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6998 | 2025.01.27 09:36:05.654154 [ 267 ] {09fb7806-7024-4611-8d37-dfe0bdd53034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6999 | 2025.01.27 09:36:05.654928 [ 267 ] {09fb7806-7024-4611-8d37-dfe0bdd53034} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7000 | 2025.01.27 09:36:05.654983 [ 267 ] {09fb7806-7024-4611-8d37-dfe0bdd53034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7001 | 2025.01.27 09:36:05.655427 [ 267 ] {09fb7806-7024-4611-8d37-dfe0bdd53034} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7002 | 2025.01.27 09:36:05.655686 [ 267 ] {09fb7806-7024-4611-8d37-dfe0bdd53034} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7003 | 2025.01.27 09:36:05.655935 [ 267 ] {09fb7806-7024-4611-8d37-dfe0bdd53034} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.24 MiB/sec. | ||
| 7004 | 2025.01.27 09:36:05.655993 [ 267 ] {09fb7806-7024-4611-8d37-dfe0bdd53034} <Debug> TCPHandler: Processed in 0.002246293 sec. | ||
| 7005 | 2025.01.27 09:36:05.656267 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7006 | 2025.01.27 09:36:05.656473 [ 273 ] {f86a7467-f27d-431e-838a-20a551f79cd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7007 | 2025.01.27 09:36:05.656550 [ 273 ] {f86a7467-f27d-431e-838a-20a551f79cd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7008 | 2025.01.27 09:36:05.657417 [ 273 ] {f86a7467-f27d-431e-838a-20a551f79cd0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7009 | 2025.01.27 09:36:05.657461 [ 273 ] {f86a7467-f27d-431e-838a-20a551f79cd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7010 | 2025.01.27 09:36:05.657948 [ 273 ] {f86a7467-f27d-431e-838a-20a551f79cd0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7011 | 2025.01.27 09:36:05.658244 [ 273 ] {f86a7467-f27d-431e-838a-20a551f79cd0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7012 | 2025.01.27 09:36:05.658466 [ 273 ] {f86a7467-f27d-431e-838a-20a551f79cd0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002052 sec., 31189.083820662767 rows/sec., 2.43 MiB/sec. | ||
| 7013 | 2025.01.27 09:36:05.658525 [ 273 ] {f86a7467-f27d-431e-838a-20a551f79cd0} <Debug> TCPHandler: Processed in 0.002398085 sec. | ||
| 7014 | 2025.01.27 09:36:05.658698 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7015 | 2025.01.27 09:36:05.658820 [ 267 ] {c27660a4-13a8-41f0-95c0-8c4743e94d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7016 | 2025.01.27 09:36:05.658877 [ 267 ] {c27660a4-13a8-41f0-95c0-8c4743e94d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7017 | 2025.01.27 09:36:05.659481 [ 267 ] {c27660a4-13a8-41f0-95c0-8c4743e94d24} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7018 | 2025.01.27 09:36:05.659521 [ 267 ] {c27660a4-13a8-41f0-95c0-8c4743e94d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7019 | 2025.01.27 09:36:05.659925 [ 267 ] {c27660a4-13a8-41f0-95c0-8c4743e94d24} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7020 | 2025.01.27 09:36:05.660184 [ 267 ] {c27660a4-13a8-41f0-95c0-8c4743e94d24} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7021 | 2025.01.27 09:36:05.660402 [ 267 ] {c27660a4-13a8-41f0-95c0-8c4743e94d24} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001607 sec., 99564.40572495334 rows/sec., 6.93 MiB/sec. | ||
| 7022 | 2025.01.27 09:36:05.660453 [ 267 ] {c27660a4-13a8-41f0-95c0-8c4743e94d24} <Debug> TCPHandler: Processed in 0.001809612 sec. | ||
| 7023 | 2025.01.27 09:36:05.660666 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7024 | 2025.01.27 09:36:05.660795 [ 273 ] {e0ec4027-c57e-4ec9-95cc-a2a7d349b337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7025 | 2025.01.27 09:36:05.660854 [ 273 ] {e0ec4027-c57e-4ec9-95cc-a2a7d349b337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7026 | 2025.01.27 09:36:05.661454 [ 273 ] {e0ec4027-c57e-4ec9-95cc-a2a7d349b337} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7027 | 2025.01.27 09:36:05.661492 [ 273 ] {e0ec4027-c57e-4ec9-95cc-a2a7d349b337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 7028 | 2025.01.27 09:36:05.661866 [ 273 ] {e0ec4027-c57e-4ec9-95cc-a2a7d349b337} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7029 | 2025.01.27 09:36:05.662109 [ 273 ] {e0ec4027-c57e-4ec9-95cc-a2a7d349b337} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7030 | 2025.01.27 09:36:05.662305 [ 273 ] {e0ec4027-c57e-4ec9-95cc-a2a7d349b337} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001531 sec., 39190.07184846506 rows/sec., 2.64 MiB/sec. | ||
| 7031 | 2025.01.27 09:36:05.662401 [ 273 ] {e0ec4027-c57e-4ec9-95cc-a2a7d349b337} <Debug> TCPHandler: Processed in 0.001796621 sec. | ||
| 7032 | 2025.01.27 09:36:07.336585 [ 101 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7033 | 2025.01.27 09:36:07.336704 [ 101 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7034 | 2025.01.27 09:36:07.336748 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7035 | 2025.01.27 09:36:07.336999 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 7036 | 2025.01.27 09:36:07.337326 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7037 | 2025.01.27 09:36:07.337390 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 7038 | 2025.01.27 09:36:07.337576 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 48 rows starting from the beginning of the part | ||
| 7039 | 2025.01.27 09:36:07.337835 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 46 rows starting from the beginning of the part | ||
| 7040 | 2025.01.27 09:36:07.338127 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 7041 | 2025.01.27 09:36:07.338273 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 62 rows starting from the beginning of the part | ||
| 7042 | 2025.01.27 09:36:07.339404 [ 198 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.002551749 sec., 104242.22758586366 rows/sec., 7.84 MiB/sec. | ||
| 7043 | 2025.01.27 09:36:07.339626 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7044 | 2025.01.27 09:36:07.339986 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_24_5} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7045 | 2025.01.27 09:36:07.340083 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_24_5} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7046 | 2025.01.27 09:36:07.340191 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7047 | 2025.01.27 09:36:08.340217 [ 100 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7048 | 2025.01.27 09:36:08.340282 [ 100 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7049 | 2025.01.27 09:36:08.340304 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7050 | 2025.01.27 09:36:08.340453 [ 100 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7051 | 2025.01.27 09:36:08.340522 [ 100 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7052 | 2025.01.27 09:36:08.340611 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7053 | 2025.01.27 09:36:08.340782 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 7054 | 2025.01.27 09:36:08.341447 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 7055 | 2025.01.27 09:36:08.341664 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7056 | 2025.01.27 09:36:08.341785 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 7057 | 2025.01.27 09:36:08.341839 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7058 | 2025.01.27 09:36:08.341889 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 242 rows starting from the beginning of the part | ||
| 7059 | 2025.01.27 09:36:08.341940 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 7060 | 2025.01.27 09:36:08.342416 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 7061 | 2025.01.27 09:36:08.342414 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 7062 | 2025.01.27 09:36:08.342913 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 7063 | 2025.01.27 09:36:08.343114 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 7064 | 2025.01.27 09:36:08.343307 [ 187 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 7065 | 2025.01.27 09:36:08.343603 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 7066 | 2025.01.27 09:36:08.343973 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 7067 | 2025.01.27 09:36:08.345475 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.005086468 sec., 28310.41107503281 rows/sec., 1.44 MiB/sec. | ||
| 7068 | 2025.01.27 09:36:08.345844 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.005071408 sec., 148676.65942081567 rows/sec., 10.64 MiB/sec. | ||
| 7069 | 2025.01.27 09:36:08.345854 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7070 | 2025.01.27 09:36:08.346061 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7071 | 2025.01.27 09:36:08.346465 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_24_5} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7072 | 2025.01.27 09:36:08.346554 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_24_5} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7073 | 2025.01.27 09:36:08.346625 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_24_5} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7074 | 2025.01.27 09:36:08.346706 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_24_5} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7075 | 2025.01.27 09:36:08.346805 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7076 | 2025.01.27 09:36:08.346895 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7077 | 2025.01.27 09:36:09.397118 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7078 | 2025.01.27 09:36:09.397192 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7079 | 2025.01.27 09:36:09.548352 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7080 | 2025.01.27 09:36:09.549097 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7081 | 2025.01.27 09:36:09.549135 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7082 | 2025.01.27 09:36:09.549661 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7083 | 2025.01.27 09:36:09.549917 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7084 | 2025.01.27 09:36:09.550075 [ 99 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7085 | 2025.01.27 09:36:09.550107 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7086 | 2025.01.27 09:36:09.550130 [ 99 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7087 | 2025.01.27 09:36:09.550155 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7088 | 2025.01.27 09:36:09.550383 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 7089 | 2025.01.27 09:36:09.550648 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7090 | 2025.01.27 09:36:09.550697 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 7091 | 2025.01.27 09:36:09.550785 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 7092 | 2025.01.27 09:36:09.551034 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 7093 | 2025.01.27 09:36:09.551192 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 7094 | 2025.01.27 09:36:09.551353 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 7095 | 2025.01.27 09:36:09.551510 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 7096 | 2025.01.27 09:36:09.553797 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003564933 sec., 4637113.797089594 rows/sec., 66.33 MiB/sec. | ||
| 7097 | 2025.01.27 09:36:09.553914 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7098 | 2025.01.27 09:36:09.554247 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7099 | 2025.01.27 09:36:09.554330 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_36_7} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7100 | 2025.01.27 09:36:09.554442 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7101 | 2025.01.27 09:36:09.623361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1000 | ||
| 7102 | 2025.01.27 09:36:09.625892 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7103 | 2025.01.27 09:36:09.625934 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7104 | 2025.01.27 09:36:09.627306 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7105 | 2025.01.27 09:36:09.627603 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7106 | 2025.01.27 09:36:09.627813 [ 99 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7107 | 2025.01.27 09:36:09.627919 [ 99 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7108 | 2025.01.27 09:36:09.627985 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7109 | 2025.01.27 09:36:09.628248 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 7110 | 2025.01.27 09:36:09.628579 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1000 | ||
| 7111 | 2025.01.27 09:36:09.628973 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7112 | 2025.01.27 09:36:09.629089 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 830 rows starting from the beginning of the part | ||
| 7113 | 2025.01.27 09:36:09.629609 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 54 rows starting from the beginning of the part | ||
| 7114 | 2025.01.27 09:36:09.630123 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 7115 | 2025.01.27 09:36:09.630657 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 7116 | 2025.01.27 09:36:09.631158 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 7117 | 2025.01.27 09:36:09.631744 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 7118 | 2025.01.27 09:36:09.639451 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1000 rows, containing 72 columns (72 merged, 0 gathered) in 0.011337364 sec., 88203.92465126814 rows/sec., 71.21 MiB/sec. | ||
| 7119 | 2025.01.27 09:36:09.640527 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7120 | 2025.01.27 09:36:09.641206 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_26_5} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7121 | 2025.01.27 09:36:09.641282 [ 194 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_26_5} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7122 | 2025.01.27 09:36:09.641468 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 7123 | 2025.01.27 09:36:10.646658 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7124 | 2025.01.27 09:36:10.659899 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7125 | 2025.01.27 09:36:10.660465 [ 267 ] {bf3904c8-8f98-4dea-b827-8e388066ba15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7126 | 2025.01.27 09:36:10.660697 [ 267 ] {bf3904c8-8f98-4dea-b827-8e388066ba15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7127 | 2025.01.27 09:36:10.664480 [ 267 ] {bf3904c8-8f98-4dea-b827-8e388066ba15} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7128 | 2025.01.27 09:36:10.664580 [ 267 ] {bf3904c8-8f98-4dea-b827-8e388066ba15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7129 | 2025.01.27 09:36:10.666510 [ 267 ] {bf3904c8-8f98-4dea-b827-8e388066ba15} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7130 | 2025.01.27 09:36:10.667704 [ 267 ] {bf3904c8-8f98-4dea-b827-8e388066ba15} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7131 | 2025.01.27 09:36:10.668055 [ 98 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7132 | 2025.01.27 09:36:10.668265 [ 267 ] {bf3904c8-8f98-4dea-b827-8e388066ba15} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.008037 sec., 1741.9435112604203 rows/sec., 125.40 KiB/sec. | ||
| 7133 | 2025.01.27 09:36:10.668289 [ 98 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2025.01.27 09:36:10.668546 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7135 | 2025.01.27 09:36:10.668799 [ 267 ] {bf3904c8-8f98-4dea-b827-8e388066ba15} <Debug> TCPHandler: Processed in 0.009086971 sec. | ||
| 7136 | 2025.01.27 09:36:10.669259 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7137 | 2025.01.27 09:36:10.669318 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 7138 | 2025.01.27 09:36:10.669817 [ 273 ] {321ef6d4-52be-41b7-b5a9-9a727abf91ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7139 | 2025.01.27 09:36:10.670127 [ 273 ] {321ef6d4-52be-41b7-b5a9-9a727abf91ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7140 | 2025.01.27 09:36:10.670625 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7141 | 2025.01.27 09:36:10.670957 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 7142 | 2025.01.27 09:36:10.671904 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 7143 | 2025.01.27 09:36:10.673973 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 7144 | 2025.01.27 09:36:10.674920 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 7145 | 2025.01.27 09:36:10.675838 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 7146 | 2025.01.27 09:36:10.676579 [ 273 ] {321ef6d4-52be-41b7-b5a9-9a727abf91ab} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.01.27 09:36:10.676743 [ 273 ] {321ef6d4-52be-41b7-b5a9-9a727abf91ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7148 | 2025.01.27 09:36:10.679246 [ 273 ] {321ef6d4-52be-41b7-b5a9-9a727abf91ab} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7149 | 2025.01.27 09:36:10.681257 [ 273 ] {321ef6d4-52be-41b7-b5a9-9a727abf91ab} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7150 | 2025.01.27 09:36:10.682786 [ 273 ] {321ef6d4-52be-41b7-b5a9-9a727abf91ab} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.013047 sec., 21537.51820341841 rows/sec., 1.90 MiB/sec. | ||
| 7151 | 2025.01.27 09:36:10.683289 [ 273 ] {321ef6d4-52be-41b7-b5a9-9a727abf91ab} <Debug> TCPHandler: Processed in 0.014282242 sec. | ||
| 7152 | 2025.01.27 09:36:10.683706 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7153 | 2025.01.27 09:36:10.684642 [ 267 ] {357b5a12-82d8-4510-bbf3-7555e9508c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7154 | 2025.01.27 09:36:10.684853 [ 267 ] {357b5a12-82d8-4510-bbf3-7555e9508c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7155 | 2025.01.27 09:36:10.685681 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.016938834 sec., 4132.515850854906 rows/sec., 313.63 KiB/sec. | ||
| 7156 | 2025.01.27 09:36:10.686175 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7157 | 2025.01.27 09:36:10.687492 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_25_6} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7158 | 2025.01.27 09:36:10.687911 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_25_6} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7159 | 2025.01.27 09:36:10.688250 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7160 | 2025.01.27 09:36:10.689416 [ 267 ] {357b5a12-82d8-4510-bbf3-7555e9508c82} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7161 | 2025.01.27 09:36:10.689537 [ 267 ] {357b5a12-82d8-4510-bbf3-7555e9508c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7162 | 2025.01.27 09:36:10.690421 [ 267 ] {357b5a12-82d8-4510-bbf3-7555e9508c82} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7163 | 2025.01.27 09:36:10.690922 [ 267 ] {357b5a12-82d8-4510-bbf3-7555e9508c82} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7164 | 2025.01.27 09:36:10.691219 [ 267 ] {357b5a12-82d8-4510-bbf3-7555e9508c82} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.006835 sec., 6730.065837600585 rows/sec., 495.78 KiB/sec. | ||
| 7165 | 2025.01.27 09:36:10.691436 [ 267 ] {357b5a12-82d8-4510-bbf3-7555e9508c82} <Debug> TCPHandler: Processed in 0.007985695 sec. | ||
| 7166 | 2025.01.27 09:36:10.691702 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7167 | 2025.01.27 09:36:10.691982 [ 273 ] {8c5d4679-8e97-4cb6-a0d9-78776b516edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7168 | 2025.01.27 09:36:10.692093 [ 273 ] {8c5d4679-8e97-4cb6-a0d9-78776b516edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7169 | 2025.01.27 09:36:10.694273 [ 273 ] {8c5d4679-8e97-4cb6-a0d9-78776b516edf} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7170 | 2025.01.27 09:36:10.694358 [ 273 ] {8c5d4679-8e97-4cb6-a0d9-78776b516edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7171 | 2025.01.27 09:36:10.695669 [ 273 ] {8c5d4679-8e97-4cb6-a0d9-78776b516edf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7172 | 2025.01.27 09:36:10.696510 [ 273 ] {8c5d4679-8e97-4cb6-a0d9-78776b516edf} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7173 | 2025.01.27 09:36:10.697104 [ 273 ] {8c5d4679-8e97-4cb6-a0d9-78776b516edf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005189 sec., 2698.015031798034 rows/sec., 188.95 KiB/sec. | ||
| 7174 | 2025.01.27 09:36:10.697313 [ 273 ] {8c5d4679-8e97-4cb6-a0d9-78776b516edf} <Debug> TCPHandler: Processed in 0.005735443 sec. | ||
| 7175 | 2025.01.27 09:36:10.697561 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7176 | 2025.01.27 09:36:10.698054 [ 267 ] {8e0e563a-1c72-4365-b33a-f0db897827cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7177 | 2025.01.27 09:36:10.698187 [ 267 ] {8e0e563a-1c72-4365-b33a-f0db897827cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7178 | 2025.01.27 09:36:10.701350 [ 267 ] {8e0e563a-1c72-4365-b33a-f0db897827cf} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7179 | 2025.01.27 09:36:10.701426 [ 267 ] {8e0e563a-1c72-4365-b33a-f0db897827cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7180 | 2025.01.27 09:36:10.702992 [ 267 ] {8e0e563a-1c72-4365-b33a-f0db897827cf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7181 | 2025.01.27 09:36:10.703843 [ 267 ] {8e0e563a-1c72-4365-b33a-f0db897827cf} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7182 | 2025.01.27 09:36:10.704302 [ 98 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7183 | 2025.01.27 09:36:10.704420 [ 98 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7184 | 2025.01.27 09:36:10.704513 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7185 | 2025.01.27 09:36:10.704921 [ 267 ] {8e0e563a-1c72-4365-b33a-f0db897827cf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0069 sec., 1884.0579710144928 rows/sec., 117.47 KiB/sec. | ||
| 7186 | 2025.01.27 09:36:10.705253 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 7187 | 2025.01.27 09:36:10.705888 [ 267 ] {8e0e563a-1c72-4365-b33a-f0db897827cf} <Debug> TCPHandler: Processed in 0.008457776 sec. | ||
| 7188 | 2025.01.27 09:36:10.706162 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7189 | 2025.01.27 09:36:10.706183 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7190 | 2025.01.27 09:36:10.706307 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 7191 | 2025.01.27 09:36:10.706725 [ 273 ] {54d2243e-bef2-4277-b489-a361d8d81866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7192 | 2025.01.27 09:36:10.706855 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 7193 | 2025.01.27 09:36:10.706985 [ 273 ] {54d2243e-bef2-4277-b489-a361d8d81866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7194 | 2025.01.27 09:36:10.707685 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 7195 | 2025.01.27 09:36:10.708500 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 7196 | 2025.01.27 09:36:10.709302 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 7197 | 2025.01.27 09:36:10.712944 [ 273 ] {54d2243e-bef2-4277-b489-a361d8d81866} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7198 | 2025.01.27 09:36:10.713050 [ 273 ] {54d2243e-bef2-4277-b489-a361d8d81866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7199 | 2025.01.27 09:36:10.715018 [ 273 ] {54d2243e-bef2-4277-b489-a361d8d81866} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7200 | 2025.01.27 09:36:10.715522 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.010855683 sec., 5987.647207458066 rows/sec., 396.72 KiB/sec. | ||
| 7201 | 2025.01.27 09:36:10.715859 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7202 | 2025.01.27 09:36:10.716050 [ 273 ] {54d2243e-bef2-4277-b489-a361d8d81866} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7203 | 2025.01.27 09:36:10.716966 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_25_6} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7204 | 2025.01.27 09:36:10.717046 [ 273 ] {54d2243e-bef2-4277-b489-a361d8d81866} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.010566 sec., 39844.785159946994 rows/sec., 2.85 MiB/sec. | ||
| 7205 | 2025.01.27 09:36:10.717447 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_25_6} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7206 | 2025.01.27 09:36:10.717615 [ 273 ] {54d2243e-bef2-4277-b489-a361d8d81866} <Debug> TCPHandler: Processed in 0.011557278 sec. | ||
| 7207 | 2025.01.27 09:36:10.717828 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 7208 | 2025.01.27 09:36:10.718236 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7209 | 2025.01.27 09:36:10.718607 [ 267 ] {59afee05-3c8b-4132-b2d4-2acd301dfee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7210 | 2025.01.27 09:36:10.718673 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7211 | 2025.01.27 09:36:10.718696 [ 267 ] {59afee05-3c8b-4132-b2d4-2acd301dfee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7212 | 2025.01.27 09:36:10.718770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7213 | 2025.01.27 09:36:10.720951 [ 267 ] {59afee05-3c8b-4132-b2d4-2acd301dfee8} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7214 | 2025.01.27 09:36:10.721057 [ 267 ] {59afee05-3c8b-4132-b2d4-2acd301dfee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7215 | 2025.01.27 09:36:10.722553 [ 267 ] {59afee05-3c8b-4132-b2d4-2acd301dfee8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7216 | 2025.01.27 09:36:10.723123 [ 267 ] {59afee05-3c8b-4132-b2d4-2acd301dfee8} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7217 | 2025.01.27 09:36:10.723645 [ 267 ] {59afee05-3c8b-4132-b2d4-2acd301dfee8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00515 sec., 1165.0485436893205 rows/sec., 60.87 KiB/sec. | ||
| 7218 | 2025.01.27 09:36:10.723821 [ 267 ] {59afee05-3c8b-4132-b2d4-2acd301dfee8} <Debug> TCPHandler: Processed in 0.006035951 sec. | ||
| 7219 | 2025.01.27 09:36:10.724049 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7220 | 2025.01.27 09:36:10.724467 [ 273 ] {83dee441-5331-4525-bf4f-ca5af2325af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7221 | 2025.01.27 09:36:10.724672 [ 273 ] {83dee441-5331-4525-bf4f-ca5af2325af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7222 | 2025.01.27 09:36:10.727052 [ 273 ] {83dee441-5331-4525-bf4f-ca5af2325af3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7223 | 2025.01.27 09:36:10.727123 [ 273 ] {83dee441-5331-4525-bf4f-ca5af2325af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7224 | 2025.01.27 09:36:10.728676 [ 273 ] {83dee441-5331-4525-bf4f-ca5af2325af3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7225 | 2025.01.27 09:36:10.729217 [ 273 ] {83dee441-5331-4525-bf4f-ca5af2325af3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7226 | 2025.01.27 09:36:10.729528 [ 273 ] {83dee441-5331-4525-bf4f-ca5af2325af3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005157 sec., 45956.95171611402 rows/sec., 3.08 MiB/sec. | ||
| 7227 | 2025.01.27 09:36:10.729792 [ 273 ] {83dee441-5331-4525-bf4f-ca5af2325af3} <Debug> TCPHandler: Processed in 0.005851856 sec. | ||
| 7228 | 2025.01.27 09:36:10.730064 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7229 | 2025.01.27 09:36:10.730329 [ 267 ] {ec425e3e-10b2-4129-ae4c-86eeb2032287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7230 | 2025.01.27 09:36:10.730476 [ 267 ] {ec425e3e-10b2-4129-ae4c-86eeb2032287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7231 | 2025.01.27 09:36:10.732549 [ 267 ] {ec425e3e-10b2-4129-ae4c-86eeb2032287} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7232 | 2025.01.27 09:36:10.732623 [ 267 ] {ec425e3e-10b2-4129-ae4c-86eeb2032287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7233 | 2025.01.27 09:36:10.733846 [ 267 ] {ec425e3e-10b2-4129-ae4c-86eeb2032287} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7234 | 2025.01.27 09:36:10.734442 [ 267 ] {ec425e3e-10b2-4129-ae4c-86eeb2032287} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7235 | 2025.01.27 09:36:10.735015 [ 267 ] {ec425e3e-10b2-4129-ae4c-86eeb2032287} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004764 sec., 209.90764063811923 rows/sec., 14.14 KiB/sec. | ||
| 7236 | 2025.01.27 09:36:10.735210 [ 267 ] {ec425e3e-10b2-4129-ae4c-86eeb2032287} <Debug> TCPHandler: Processed in 0.005290282 sec. | ||
| 7237 | 2025.01.27 09:36:10.735460 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7238 | 2025.01.27 09:36:10.735776 [ 273 ] {ed8b34cc-34aa-4003-adff-c68657ecdf08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7239 | 2025.01.27 09:36:10.736060 [ 273 ] {ed8b34cc-34aa-4003-adff-c68657ecdf08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7240 | 2025.01.27 09:36:10.741063 [ 273 ] {ed8b34cc-34aa-4003-adff-c68657ecdf08} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7241 | 2025.01.27 09:36:10.741111 [ 273 ] {ed8b34cc-34aa-4003-adff-c68657ecdf08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7242 | 2025.01.27 09:36:10.742399 [ 273 ] {ed8b34cc-34aa-4003-adff-c68657ecdf08} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7243 | 2025.01.27 09:36:10.743404 [ 273 ] {ed8b34cc-34aa-4003-adff-c68657ecdf08} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7244 | 2025.01.27 09:36:10.744406 [ 273 ] {ed8b34cc-34aa-4003-adff-c68657ecdf08} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008674 sec., 4496.195526861887 rows/sec., 8.06 MiB/sec. | ||
| 7245 | 2025.01.27 09:36:10.745355 [ 273 ] {ed8b34cc-34aa-4003-adff-c68657ecdf08} <Debug> TCPHandler: Processed in 0.010020243 sec. | ||
| 7246 | 2025.01.27 09:36:10.745741 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7247 | 2025.01.27 09:36:10.746173 [ 267 ] {81fa4bc5-ce6a-419b-8aa2-6b49bdb29ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7248 | 2025.01.27 09:36:10.746314 [ 267 ] {81fa4bc5-ce6a-419b-8aa2-6b49bdb29ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7249 | 2025.01.27 09:36:10.748232 [ 267 ] {81fa4bc5-ce6a-419b-8aa2-6b49bdb29ddf} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7250 | 2025.01.27 09:36:10.748300 [ 267 ] {81fa4bc5-ce6a-419b-8aa2-6b49bdb29ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7251 | 2025.01.27 09:36:10.749421 [ 267 ] {81fa4bc5-ce6a-419b-8aa2-6b49bdb29ddf} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7252 | 2025.01.27 09:36:10.749956 [ 267 ] {81fa4bc5-ce6a-419b-8aa2-6b49bdb29ddf} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7253 | 2025.01.27 09:36:10.750725 [ 267 ] {81fa4bc5-ce6a-419b-8aa2-6b49bdb29ddf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004596 sec., 17841.60139251523 rows/sec., 1.13 MiB/sec. | ||
| 7254 | 2025.01.27 09:36:10.751127 [ 267 ] {81fa4bc5-ce6a-419b-8aa2-6b49bdb29ddf} <Debug> TCPHandler: Processed in 0.005635631 sec. | ||
| 7255 | 2025.01.27 09:36:10.751981 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7256 | 2025.01.27 09:36:10.752942 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7257 | 2025.01.27 09:36:10.753307 [ 97 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7258 | 2025.01.27 09:36:10.753444 [ 97 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.01.27 09:36:10.753576 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7260 | 2025.01.27 09:36:10.754259 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 7261 | 2025.01.27 09:36:10.772150 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7262 | 2025.01.27 09:36:10.773432 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7263 | 2025.01.27 09:36:10.774733 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 7264 | 2025.01.27 09:36:10.780304 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 7265 | 2025.01.27 09:36:10.786058 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 7266 | 2025.01.27 09:36:10.791628 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 7267 | 2025.01.27 09:36:10.797684 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 7268 | 2025.01.27 09:36:10.802360 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 7269 | 2025.01.27 09:36:10.861521 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.107805945 sec., 2523.0519522833365 rows/sec., 13.05 MiB/sec. | ||
| 7270 | 2025.01.27 09:36:10.864433 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7271 | 2025.01.27 09:36:10.867514 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_36_7} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7272 | 2025.01.27 09:36:10.867630 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_36_7} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7273 | 2025.01.27 09:36:10.870187 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.45 MiB. | ||
| 7274 | 2025.01.27 09:36:15.654269 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7275 | 2025.01.27 09:36:15.654486 [ 267 ] {77f293b2-8c0d-4832-a579-32b46ddbcb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7276 | 2025.01.27 09:36:15.654567 [ 267 ] {77f293b2-8c0d-4832-a579-32b46ddbcb00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7277 | 2025.01.27 09:36:15.655435 [ 267 ] {77f293b2-8c0d-4832-a579-32b46ddbcb00} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7278 | 2025.01.27 09:36:15.655476 [ 267 ] {77f293b2-8c0d-4832-a579-32b46ddbcb00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7279 | 2025.01.27 09:36:15.655919 [ 267 ] {77f293b2-8c0d-4832-a579-32b46ddbcb00} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7280 | 2025.01.27 09:36:15.656175 [ 267 ] {77f293b2-8c0d-4832-a579-32b46ddbcb00} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7281 | 2025.01.27 09:36:15.656377 [ 267 ] {77f293b2-8c0d-4832-a579-32b46ddbcb00} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.19 MiB/sec. | ||
| 7282 | 2025.01.27 09:36:15.656434 [ 267 ] {77f293b2-8c0d-4832-a579-32b46ddbcb00} <Debug> TCPHandler: Processed in 0.002291163 sec. | ||
| 7283 | 2025.01.27 09:36:15.656699 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7284 | 2025.01.27 09:36:15.656917 [ 273 ] {f830fd1c-90b9-43f9-9dae-d5bba2e5e697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7285 | 2025.01.27 09:36:15.657002 [ 273 ] {f830fd1c-90b9-43f9-9dae-d5bba2e5e697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7286 | 2025.01.27 09:36:15.657831 [ 273 ] {f830fd1c-90b9-43f9-9dae-d5bba2e5e697} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7287 | 2025.01.27 09:36:15.657883 [ 273 ] {f830fd1c-90b9-43f9-9dae-d5bba2e5e697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7288 | 2025.01.27 09:36:15.658339 [ 273 ] {f830fd1c-90b9-43f9-9dae-d5bba2e5e697} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7289 | 2025.01.27 09:36:15.658591 [ 273 ] {f830fd1c-90b9-43f9-9dae-d5bba2e5e697} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7290 | 2025.01.27 09:36:15.658832 [ 273 ] {f830fd1c-90b9-43f9-9dae-d5bba2e5e697} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001978 sec., 32355.91506572295 rows/sec., 2.53 MiB/sec. | ||
| 7291 | 2025.01.27 09:36:15.658889 [ 273 ] {f830fd1c-90b9-43f9-9dae-d5bba2e5e697} <Debug> TCPHandler: Processed in 0.002327964 sec. | ||
| 7292 | 2025.01.27 09:36:15.659055 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7293 | 2025.01.27 09:36:15.659193 [ 267 ] {f3330e8a-159f-4583-bbfa-1773bdb61fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7294 | 2025.01.27 09:36:15.659255 [ 267 ] {f3330e8a-159f-4583-bbfa-1773bdb61fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7295 | 2025.01.27 09:36:15.659863 [ 267 ] {f3330e8a-159f-4583-bbfa-1773bdb61fef} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7296 | 2025.01.27 09:36:15.659902 [ 267 ] {f3330e8a-159f-4583-bbfa-1773bdb61fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7297 | 2025.01.27 09:36:15.660298 [ 267 ] {f3330e8a-159f-4583-bbfa-1773bdb61fef} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7298 | 2025.01.27 09:36:15.660532 [ 267 ] {f3330e8a-159f-4583-bbfa-1773bdb61fef} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7299 | 2025.01.27 09:36:15.660745 [ 267 ] {f3330e8a-159f-4583-bbfa-1773bdb61fef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
| 7300 | 2025.01.27 09:36:15.660810 [ 267 ] {f3330e8a-159f-4583-bbfa-1773bdb61fef} <Debug> TCPHandler: Processed in 0.001824912 sec. | ||
| 7301 | 2025.01.27 09:36:15.661030 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7302 | 2025.01.27 09:36:15.661188 [ 273 ] {0e380bd4-b001-4e76-a8a1-2c37a4332ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7303 | 2025.01.27 09:36:15.661248 [ 273 ] {0e380bd4-b001-4e76-a8a1-2c37a4332ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7304 | 2025.01.27 09:36:15.661786 [ 273 ] {0e380bd4-b001-4e76-a8a1-2c37a4332ae1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7305 | 2025.01.27 09:36:15.661827 [ 273 ] {0e380bd4-b001-4e76-a8a1-2c37a4332ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7306 | 2025.01.27 09:36:15.662211 [ 273 ] {0e380bd4-b001-4e76-a8a1-2c37a4332ae1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7307 | 2025.01.27 09:36:15.662450 [ 273 ] {0e380bd4-b001-4e76-a8a1-2c37a4332ae1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7308 | 2025.01.27 09:36:15.662672 [ 273 ] {0e380bd4-b001-4e76-a8a1-2c37a4332ae1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001517 sec., 39551.74686882004 rows/sec., 2.67 MiB/sec. | ||
| 7309 | 2025.01.27 09:36:15.662721 [ 273 ] {0e380bd4-b001-4e76-a8a1-2c37a4332ae1} <Debug> TCPHandler: Processed in 0.001808262 sec. | ||
| 7310 | 2025.01.27 09:36:17.051199 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7311 | 2025.01.27 09:36:17.051895 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7312 | 2025.01.27 09:36:17.051932 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7313 | 2025.01.27 09:36:17.052505 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7314 | 2025.01.27 09:36:17.052759 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7315 | 2025.01.27 09:36:17.053005 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7316 | 2025.01.27 09:36:18.273222 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7317 | 2025.01.27 09:36:18.292861 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7318 | 2025.01.27 09:36:18.292921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7319 | 2025.01.27 09:36:18.299882 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7320 | 2025.01.27 09:36:18.300640 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7321 | 2025.01.27 09:36:18.303315 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7322 | 2025.01.27 09:36:19.629681 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1030 | ||
| 7323 | 2025.01.27 09:36:19.632897 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7324 | 2025.01.27 09:36:19.632943 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7325 | 2025.01.27 09:36:19.634410 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7326 | 2025.01.27 09:36:19.634719 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7327 | 2025.01.27 09:36:19.635255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1030 | ||
| 7328 | 2025.01.27 09:36:20.660209 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7329 | 2025.01.27 09:36:20.660403 [ 267 ] {682583c7-681d-4f91-b883-e646edfa375c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7330 | 2025.01.27 09:36:20.660481 [ 267 ] {682583c7-681d-4f91-b883-e646edfa375c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7331 | 2025.01.27 09:36:20.661261 [ 267 ] {682583c7-681d-4f91-b883-e646edfa375c} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7332 | 2025.01.27 09:36:20.661314 [ 267 ] {682583c7-681d-4f91-b883-e646edfa375c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7333 | 2025.01.27 09:36:20.661754 [ 267 ] {682583c7-681d-4f91-b883-e646edfa375c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7334 | 2025.01.27 09:36:20.662011 [ 267 ] {682583c7-681d-4f91-b883-e646edfa375c} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7335 | 2025.01.27 09:36:20.662245 [ 267 ] {682583c7-681d-4f91-b883-e646edfa375c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec. | ||
| 7336 | 2025.01.27 09:36:20.662302 [ 267 ] {682583c7-681d-4f91-b883-e646edfa375c} <Debug> TCPHandler: Processed in 0.002230312 sec. | ||
| 7337 | 2025.01.27 09:36:20.662573 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7338 | 2025.01.27 09:36:20.662770 [ 273 ] {0ba83a05-00d4-4a84-9b13-1b140b2c4089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7339 | 2025.01.27 09:36:20.662850 [ 273 ] {0ba83a05-00d4-4a84-9b13-1b140b2c4089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7340 | 2025.01.27 09:36:20.663779 [ 273 ] {0ba83a05-00d4-4a84-9b13-1b140b2c4089} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7341 | 2025.01.27 09:36:20.663836 [ 273 ] {0ba83a05-00d4-4a84-9b13-1b140b2c4089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7342 | 2025.01.27 09:36:20.664319 [ 273 ] {0ba83a05-00d4-4a84-9b13-1b140b2c4089} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7343 | 2025.01.27 09:36:20.664590 [ 273 ] {0ba83a05-00d4-4a84-9b13-1b140b2c4089} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7344 | 2025.01.27 09:36:20.664787 [ 86 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7345 | 2025.01.27 09:36:20.664834 [ 273 ] {0ba83a05-00d4-4a84-9b13-1b140b2c4089} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002114 sec., 132923.36802270578 rows/sec., 11.72 MiB/sec. | ||
| 7346 | 2025.01.27 09:36:20.664863 [ 86 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7347 | 2025.01.27 09:36:20.664929 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7348 | 2025.01.27 09:36:20.664972 [ 273 ] {0ba83a05-00d4-4a84-9b13-1b140b2c4089} <Debug> TCPHandler: Processed in 0.002540969 sec. | ||
| 7349 | 2025.01.27 09:36:20.665148 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 7350 | 2025.01.27 09:36:20.665211 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7351 | 2025.01.27 09:36:20.665281 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7352 | 2025.01.27 09:36:20.665332 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1430 rows starting from the beginning of the part | ||
| 7353 | 2025.01.27 09:36:20.665374 [ 267 ] {885cce6c-9d73-4b59-a7ef-e19f69b387d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7354 | 2025.01.27 09:36:20.665439 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 7355 | 2025.01.27 09:36:20.665505 [ 267 ] {885cce6c-9d73-4b59-a7ef-e19f69b387d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7356 | 2025.01.27 09:36:20.665957 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 7357 | 2025.01.27 09:36:20.666207 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 7358 | 2025.01.27 09:36:20.666492 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 7359 | 2025.01.27 09:36:20.666884 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 7360 | 2025.01.27 09:36:20.667988 [ 267 ] {885cce6c-9d73-4b59-a7ef-e19f69b387d5} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7361 | 2025.01.27 09:36:20.668036 [ 267 ] {885cce6c-9d73-4b59-a7ef-e19f69b387d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7362 | 2025.01.27 09:36:20.668727 [ 267 ] {885cce6c-9d73-4b59-a7ef-e19f69b387d5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7363 | 2025.01.27 09:36:20.668993 [ 267 ] {885cce6c-9d73-4b59-a7ef-e19f69b387d5} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7364 | 2025.01.27 09:36:20.669395 [ 267 ] {885cce6c-9d73-4b59-a7ef-e19f69b387d5} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004049 sec., 11360.829834527045 rows/sec., 836.92 KiB/sec. | ||
| 7365 | 2025.01.27 09:36:20.669682 [ 267 ] {885cce6c-9d73-4b59-a7ef-e19f69b387d5} <Debug> TCPHandler: Processed in 0.004541815 sec. | ||
| 7366 | 2025.01.27 09:36:20.669749 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.0047151 sec., 458102.6913533117 rows/sec., 40.28 MiB/sec. | ||
| 7367 | 2025.01.27 09:36:20.669881 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7368 | 2025.01.27 09:36:20.670028 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7369 | 2025.01.27 09:36:20.670089 [ 273 ] {9f5e0a21-d712-4482-b17c-554a1922f06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7370 | 2025.01.27 09:36:20.670177 [ 273 ] {9f5e0a21-d712-4482-b17c-554a1922f06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7371 | 2025.01.27 09:36:20.670663 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_61_12} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7372 | 2025.01.27 09:36:20.670926 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_61_12} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7373 | 2025.01.27 09:36:20.671105 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7374 | 2025.01.27 09:36:20.671358 [ 273 ] {9f5e0a21-d712-4482-b17c-554a1922f06a} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7375 | 2025.01.27 09:36:20.671403 [ 273 ] {9f5e0a21-d712-4482-b17c-554a1922f06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7376 | 2025.01.27 09:36:20.671772 [ 273 ] {9f5e0a21-d712-4482-b17c-554a1922f06a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7377 | 2025.01.27 09:36:20.672017 [ 273 ] {9f5e0a21-d712-4482-b17c-554a1922f06a} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7378 | 2025.01.27 09:36:20.672233 [ 273 ] {9f5e0a21-d712-4482-b17c-554a1922f06a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002212 sec., 6329.113924050633 rows/sec., 443.25 KiB/sec. | ||
| 7379 | 2025.01.27 09:36:20.672287 [ 273 ] {9f5e0a21-d712-4482-b17c-554a1922f06a} <Debug> TCPHandler: Processed in 0.002480948 sec. | ||
| 7380 | 2025.01.27 09:36:20.672449 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7381 | 2025.01.27 09:36:20.672587 [ 267 ] {6f790e21-48e0-438e-941d-6092e09f5c25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7382 | 2025.01.27 09:36:20.672643 [ 267 ] {6f790e21-48e0-438e-941d-6092e09f5c25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7383 | 2025.01.27 09:36:20.673325 [ 267 ] {6f790e21-48e0-438e-941d-6092e09f5c25} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7384 | 2025.01.27 09:36:20.673373 [ 267 ] {6f790e21-48e0-438e-941d-6092e09f5c25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7385 | 2025.01.27 09:36:20.673757 [ 267 ] {6f790e21-48e0-438e-941d-6092e09f5c25} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7386 | 2025.01.27 09:36:20.673996 [ 267 ] {6f790e21-48e0-438e-941d-6092e09f5c25} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7387 | 2025.01.27 09:36:20.674211 [ 267 ] {6f790e21-48e0-438e-941d-6092e09f5c25} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001654 sec., 7859.7339782345825 rows/sec., 490.05 KiB/sec. | ||
| 7388 | 2025.01.27 09:36:20.674262 [ 267 ] {6f790e21-48e0-438e-941d-6092e09f5c25} <Debug> TCPHandler: Processed in 0.001880234 sec. | ||
| 7389 | 2025.01.27 09:36:20.674394 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7390 | 2025.01.27 09:36:20.674509 [ 273 ] {19f57e58-a4b7-45cd-a156-fffded946b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7391 | 2025.01.27 09:36:20.674566 [ 273 ] {19f57e58-a4b7-45cd-a156-fffded946b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7392 | 2025.01.27 09:36:20.675604 [ 273 ] {19f57e58-a4b7-45cd-a156-fffded946b78} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2025.01.27 09:36:20.675645 [ 273 ] {19f57e58-a4b7-45cd-a156-fffded946b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7394 | 2025.01.27 09:36:20.676041 [ 273 ] {19f57e58-a4b7-45cd-a156-fffded946b78} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7395 | 2025.01.27 09:36:20.676288 [ 273 ] {19f57e58-a4b7-45cd-a156-fffded946b78} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2025.01.27 09:36:20.676457 [ 86 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7397 | 2025.01.27 09:36:20.676512 [ 86 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7398 | 2025.01.27 09:36:20.676528 [ 273 ] {19f57e58-a4b7-45cd-a156-fffded946b78} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002029 sec., 207491.3750616067 rows/sec., 14.83 MiB/sec. | ||
| 7399 | 2025.01.27 09:36:20.676595 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7400 | 2025.01.27 09:36:20.676636 [ 273 ] {19f57e58-a4b7-45cd-a156-fffded946b78} <Debug> TCPHandler: Processed in 0.002296803 sec. | ||
| 7401 | 2025.01.27 09:36:20.676860 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7402 | 2025.01.27 09:36:20.676873 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7403 | 2025.01.27 09:36:20.677126 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7404 | 2025.01.27 09:36:20.677143 [ 267 ] {209fb896-3fed-4834-a318-e45157d79cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7405 | 2025.01.27 09:36:20.677190 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7406 | 2025.01.27 09:36:20.677253 [ 267 ] {209fb896-3fed-4834-a318-e45157d79cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7407 | 2025.01.27 09:36:20.677527 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7408 | 2025.01.27 09:36:20.677924 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7409 | 2025.01.27 09:36:20.678193 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7410 | 2025.01.27 09:36:20.678534 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 7411 | 2025.01.27 09:36:20.678818 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7412 | 2025.01.27 09:36:20.679930 [ 267 ] {209fb896-3fed-4834-a318-e45157d79cb1} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7413 | 2025.01.27 09:36:20.680002 [ 267 ] {209fb896-3fed-4834-a318-e45157d79cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7414 | 2025.01.27 09:36:20.680903 [ 267 ] {209fb896-3fed-4834-a318-e45157d79cb1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7415 | 2025.01.27 09:36:20.681308 [ 267 ] {209fb896-3fed-4834-a318-e45157d79cb1} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7416 | 2025.01.27 09:36:20.681826 [ 267 ] {209fb896-3fed-4834-a318-e45157d79cb1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004735 sec., 1267.1594508975713 rows/sec., 66.20 KiB/sec. | ||
| 7417 | 2025.01.27 09:36:20.682243 [ 267 ] {209fb896-3fed-4834-a318-e45157d79cb1} <Debug> TCPHandler: Processed in 0.005490258 sec. | ||
| 7418 | 2025.01.27 09:36:20.682577 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005869767 sec., 331699.70801226015 rows/sec., 25.38 MiB/sec. | ||
| 7419 | 2025.01.27 09:36:20.682601 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7420 | 2025.01.27 09:36:20.682796 [ 273 ] {c32a64fe-37f3-4fe2-abe6-f0b7b352257f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7421 | 2025.01.27 09:36:20.682871 [ 273 ] {c32a64fe-37f3-4fe2-abe6-f0b7b352257f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7422 | 2025.01.27 09:36:20.682931 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7423 | 2025.01.27 09:36:20.683616 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_61_12} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7424 | 2025.01.27 09:36:20.683852 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_61_12} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7425 | 2025.01.27 09:36:20.684050 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7426 | 2025.01.27 09:36:20.684153 [ 273 ] {c32a64fe-37f3-4fe2-abe6-f0b7b352257f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7427 | 2025.01.27 09:36:20.684198 [ 273 ] {c32a64fe-37f3-4fe2-abe6-f0b7b352257f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7428 | 2025.01.27 09:36:20.684604 [ 273 ] {c32a64fe-37f3-4fe2-abe6-f0b7b352257f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7429 | 2025.01.27 09:36:20.684857 [ 273 ] {c32a64fe-37f3-4fe2-abe6-f0b7b352257f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7430 | 2025.01.27 09:36:20.685039 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7431 | 2025.01.27 09:36:20.685088 [ 273 ] {c32a64fe-37f3-4fe2-abe6-f0b7b352257f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002337 sec., 101412.06675224646 rows/sec., 6.80 MiB/sec. | ||
| 7432 | 2025.01.27 09:36:20.685101 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7433 | 2025.01.27 09:36:20.685174 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7434 | 2025.01.27 09:36:20.685209 [ 273 ] {c32a64fe-37f3-4fe2-abe6-f0b7b352257f} <Debug> TCPHandler: Processed in 0.002809925 sec. | ||
| 7435 | 2025.01.27 09:36:20.685534 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 7436 | 2025.01.27 09:36:20.685557 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7437 | 2025.01.27 09:36:20.686070 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7438 | 2025.01.27 09:36:20.686143 [ 267 ] {4eda378a-5598-451d-8b05-0e126d16a3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7439 | 2025.01.27 09:36:20.686210 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17685 rows starting from the beginning of the part | ||
| 7440 | 2025.01.27 09:36:20.686686 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 98 rows starting from the beginning of the part | ||
| 7441 | 2025.01.27 09:36:20.686506 [ 267 ] {4eda378a-5598-451d-8b05-0e126d16a3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7442 | 2025.01.27 09:36:20.687046 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 7443 | 2025.01.27 09:36:20.687412 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 7444 | 2025.01.27 09:36:20.687733 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 7445 | 2025.01.27 09:36:20.688045 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 7446 | 2025.01.27 09:36:20.689325 [ 267 ] {4eda378a-5598-451d-8b05-0e126d16a3ce} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2025.01.27 09:36:20.689388 [ 267 ] {4eda378a-5598-451d-8b05-0e126d16a3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7448 | 2025.01.27 09:36:20.689856 [ 267 ] {4eda378a-5598-451d-8b05-0e126d16a3ce} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7449 | 2025.01.27 09:36:20.690193 [ 267 ] {4eda378a-5598-451d-8b05-0e126d16a3ce} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7450 | 2025.01.27 09:36:20.690550 [ 267 ] {4eda378a-5598-451d-8b05-0e126d16a3ce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004642 sec., 215.42438604049977 rows/sec., 14.52 KiB/sec. | ||
| 7451 | 2025.01.27 09:36:20.690728 [ 267 ] {4eda378a-5598-451d-8b05-0e126d16a3ce} <Debug> TCPHandler: Processed in 0.005394205 sec. | ||
| 7452 | 2025.01.27 09:36:20.690961 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7453 | 2025.01.27 09:36:20.691221 [ 273 ] {5ad77071-c879-49db-af00-7dc0441e475c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7454 | 2025.01.27 09:36:20.691463 [ 273 ] {5ad77071-c879-49db-af00-7dc0441e475c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7455 | 2025.01.27 09:36:20.693659 [ 273 ] {5ad77071-c879-49db-af00-7dc0441e475c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7456 | 2025.01.27 09:36:20.693699 [ 273 ] {5ad77071-c879-49db-af00-7dc0441e475c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7457 | 2025.01.27 09:36:20.694872 [ 273 ] {5ad77071-c879-49db-af00-7dc0441e475c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7458 | 2025.01.27 09:36:20.695341 [ 273 ] {5ad77071-c879-49db-af00-7dc0441e475c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7459 | 2025.01.27 09:36:20.695564 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7460 | 2025.01.27 09:36:20.695646 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7461 | 2025.01.27 09:36:20.695686 [ 273 ] {5ad77071-c879-49db-af00-7dc0441e475c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00455 sec., 8571.42857142857 rows/sec., 15.36 MiB/sec. | ||
| 7462 | 2025.01.27 09:36:20.695693 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7463 | 2025.01.27 09:36:20.696364 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 7464 | 2025.01.27 09:36:20.697286 [ 273 ] {5ad77071-c879-49db-af00-7dc0441e475c} <Debug> TCPHandler: Processed in 0.00644605 sec. | ||
| 7465 | 2025.01.27 09:36:20.697685 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7466 | 2025.01.27 09:36:20.698030 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18577 rows, containing 5 columns (5 merged, 0 gathered) in 0.012732936 sec., 1458972.2276150605 rows/sec., 98.51 MiB/sec. | ||
| 7467 | 2025.01.27 09:36:20.698119 [ 267 ] {3e5feb23-191c-4014-aac2-bae44682d9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7468 | 2025.01.27 09:36:20.698275 [ 267 ] {3e5feb23-191c-4014-aac2-bae44682d9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7469 | 2025.01.27 09:36:20.698455 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7470 | 2025.01.27 09:36:20.698478 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7471 | 2025.01.27 09:36:20.698904 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 707 rows starting from the beginning of the part | ||
| 7472 | 2025.01.27 09:36:20.699782 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7473 | 2025.01.27 09:36:20.700107 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7474 | 2025.01.27 09:36:20.700330 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 7475 | 2025.01.27 09:36:20.700392 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.16 MiB. | ||
| 7476 | 2025.01.27 09:36:20.701281 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 7477 | 2025.01.27 09:36:20.701314 [ 267 ] {3e5feb23-191c-4014-aac2-bae44682d9d2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7478 | 2025.01.27 09:36:20.701391 [ 267 ] {3e5feb23-191c-4014-aac2-bae44682d9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7479 | 2025.01.27 09:36:20.701901 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 7480 | 2025.01.27 09:36:20.702590 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 7481 | 2025.01.27 09:36:20.703165 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 7482 | 2025.01.27 09:36:20.703223 [ 267 ] {3e5feb23-191c-4014-aac2-bae44682d9d2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7483 | 2025.01.27 09:36:20.704166 [ 267 ] {3e5feb23-191c-4014-aac2-bae44682d9d2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7484 | 2025.01.27 09:36:20.704493 [ 85 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7485 | 2025.01.27 09:36:20.704595 [ 85 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7486 | 2025.01.27 09:36:20.704671 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7487 | 2025.01.27 09:36:20.704755 [ 267 ] {3e5feb23-191c-4014-aac2-bae44682d9d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006774 sec., 12105.107764983763 rows/sec., 787.28 KiB/sec. | ||
| 7488 | 2025.01.27 09:36:20.705309 [ 267 ] {3e5feb23-191c-4014-aac2-bae44682d9d2} <Debug> TCPHandler: Processed in 0.007872853 sec. | ||
| 7489 | 2025.01.27 09:36:20.705312 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7490 | 2025.01.27 09:36:20.705937 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7491 | 2025.01.27 09:36:20.706059 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3418 rows starting from the beginning of the part | ||
| 7492 | 2025.01.27 09:36:20.706565 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 38 rows starting from the beginning of the part | ||
| 7493 | 2025.01.27 09:36:20.707139 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7494 | 2025.01.27 09:36:20.707528 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7495 | 2025.01.27 09:36:20.707667 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7496 | 2025.01.27 09:36:20.707790 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7497 | 2025.01.27 09:36:20.709842 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3740 rows, containing 4 columns (4 merged, 0 gathered) in 0.005024407 sec., 744366.4496128599 rows/sec., 48.52 MiB/sec. | ||
| 7498 | 2025.01.27 09:36:20.710334 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7499 | 2025.01.27 09:36:20.710905 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_61_12} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2025.01.27 09:36:20.711018 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_61_12} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7501 | 2025.01.27 09:36:20.711113 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7502 | 2025.01.27 09:36:20.715570 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 902 rows, containing 19 columns (19 merged, 0 gathered) in 0.019717378 sec., 45746.44762604845 rows/sec., 81.98 MiB/sec. | ||
| 7503 | 2025.01.27 09:36:20.716510 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7504 | 2025.01.27 09:36:20.716911 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7505 | 2025.01.27 09:36:20.716988 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7506 | 2025.01.27 09:36:20.717120 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 7507 | 2025.01.27 09:36:21.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.74 MiB, peak 221.24 MiB, free memory in arenas 0.00 B, will set to 213.84 MiB (RSS), difference: 2.11 MiB | ||
| 7508 | 2025.01.27 09:36:24.397454 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7509 | 2025.01.27 09:36:24.397526 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7510 | 2025.01.27 09:36:24.554119 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7511 | 2025.01.27 09:36:24.554775 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7512 | 2025.01.27 09:36:24.554823 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7513 | 2025.01.27 09:36:24.555364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7514 | 2025.01.27 09:36:24.555617 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7515 | 2025.01.27 09:36:24.555866 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7516 | 2025.01.27 09:36:25.654313 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7517 | 2025.01.27 09:36:25.654505 [ 267 ] {3d94b238-692e-4310-a207-d6fbf43f66ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7518 | 2025.01.27 09:36:25.654579 [ 267 ] {3d94b238-692e-4310-a207-d6fbf43f66ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7519 | 2025.01.27 09:36:25.655377 [ 267 ] {3d94b238-692e-4310-a207-d6fbf43f66ac} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7520 | 2025.01.27 09:36:25.655430 [ 267 ] {3d94b238-692e-4310-a207-d6fbf43f66ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7521 | 2025.01.27 09:36:25.655873 [ 267 ] {3d94b238-692e-4310-a207-d6fbf43f66ac} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7522 | 2025.01.27 09:36:25.656137 [ 267 ] {3d94b238-692e-4310-a207-d6fbf43f66ac} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7523 | 2025.01.27 09:36:25.656366 [ 267 ] {3d94b238-692e-4310-a207-d6fbf43f66ac} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.24 MiB/sec. | ||
| 7524 | 2025.01.27 09:36:25.656431 [ 267 ] {3d94b238-692e-4310-a207-d6fbf43f66ac} <Debug> TCPHandler: Processed in 0.002251522 sec. | ||
| 7525 | 2025.01.27 09:36:25.656695 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7526 | 2025.01.27 09:36:25.656910 [ 273 ] {742938e4-8a07-466b-87eb-5f506ed48278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7527 | 2025.01.27 09:36:25.656991 [ 273 ] {742938e4-8a07-466b-87eb-5f506ed48278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7528 | 2025.01.27 09:36:25.657848 [ 273 ] {742938e4-8a07-466b-87eb-5f506ed48278} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2025.01.27 09:36:25.657896 [ 273 ] {742938e4-8a07-466b-87eb-5f506ed48278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7530 | 2025.01.27 09:36:25.658338 [ 273 ] {742938e4-8a07-466b-87eb-5f506ed48278} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7531 | 2025.01.27 09:36:25.658592 [ 273 ] {742938e4-8a07-466b-87eb-5f506ed48278} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7532 | 2025.01.27 09:36:25.658823 [ 273 ] {742938e4-8a07-466b-87eb-5f506ed48278} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001976 sec., 32388.663967611337 rows/sec., 2.53 MiB/sec. | ||
| 7533 | 2025.01.27 09:36:25.658880 [ 273 ] {742938e4-8a07-466b-87eb-5f506ed48278} <Debug> TCPHandler: Processed in 0.002321954 sec. | ||
| 7534 | 2025.01.27 09:36:25.659092 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7535 | 2025.01.27 09:36:25.659312 [ 267 ] {63786b04-7147-4313-82bf-6cafe3ea37ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7536 | 2025.01.27 09:36:25.659413 [ 267 ] {63786b04-7147-4313-82bf-6cafe3ea37ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7537 | 2025.01.27 09:36:25.660149 [ 267 ] {63786b04-7147-4313-82bf-6cafe3ea37ed} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7538 | 2025.01.27 09:36:25.660189 [ 267 ] {63786b04-7147-4313-82bf-6cafe3ea37ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7539 | 2025.01.27 09:36:25.660589 [ 267 ] {63786b04-7147-4313-82bf-6cafe3ea37ed} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7540 | 2025.01.27 09:36:25.660840 [ 267 ] {63786b04-7147-4313-82bf-6cafe3ea37ed} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7541 | 2025.01.27 09:36:25.661055 [ 267 ] {63786b04-7147-4313-82bf-6cafe3ea37ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001797 sec., 89037.28436282693 rows/sec., 6.20 MiB/sec. | ||
| 7542 | 2025.01.27 09:36:25.661107 [ 267 ] {63786b04-7147-4313-82bf-6cafe3ea37ed} <Debug> TCPHandler: Processed in 0.00212165 sec. | ||
| 7543 | 2025.01.27 09:36:25.661252 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7544 | 2025.01.27 09:36:25.661390 [ 273 ] {d9fe19e8-6b0c-4d58-9536-3902a19ca13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7545 | 2025.01.27 09:36:25.661452 [ 273 ] {d9fe19e8-6b0c-4d58-9536-3902a19ca13d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7546 | 2025.01.27 09:36:25.662009 [ 273 ] {d9fe19e8-6b0c-4d58-9536-3902a19ca13d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7547 | 2025.01.27 09:36:25.662049 [ 273 ] {d9fe19e8-6b0c-4d58-9536-3902a19ca13d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7548 | 2025.01.27 09:36:25.662424 [ 273 ] {d9fe19e8-6b0c-4d58-9536-3902a19ca13d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7549 | 2025.01.27 09:36:25.662661 [ 273 ] {d9fe19e8-6b0c-4d58-9536-3902a19ca13d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7550 | 2025.01.27 09:36:25.662874 [ 273 ] {d9fe19e8-6b0c-4d58-9536-3902a19ca13d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 7551 | 2025.01.27 09:36:25.662924 [ 273 ] {d9fe19e8-6b0c-4d58-9536-3902a19ca13d} <Debug> TCPHandler: Processed in 0.00173561 sec. | ||
| 7552 | 2025.01.27 09:36:25.804353 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7553 | 2025.01.27 09:36:25.824472 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7554 | 2025.01.27 09:36:25.824523 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7555 | 2025.01.27 09:36:25.832723 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7556 | 2025.01.27 09:36:25.833519 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7557 | 2025.01.27 09:36:25.836139 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7558 | 2025.01.27 09:36:25.981744 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7559 | 2025.01.27 09:36:25.981942 [ 267 ] {5d5742bd-9cb5-4bf3-b998-1f2d1b4c5930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7560 | 2025.01.27 09:36:25.982020 [ 267 ] {5d5742bd-9cb5-4bf3-b998-1f2d1b4c5930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7561 | 2025.01.27 09:36:25.982850 [ 267 ] {5d5742bd-9cb5-4bf3-b998-1f2d1b4c5930} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7562 | 2025.01.27 09:36:25.982904 [ 267 ] {5d5742bd-9cb5-4bf3-b998-1f2d1b4c5930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7563 | 2025.01.27 09:36:25.983343 [ 267 ] {5d5742bd-9cb5-4bf3-b998-1f2d1b4c5930} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7564 | 2025.01.27 09:36:25.983594 [ 267 ] {5d5742bd-9cb5-4bf3-b998-1f2d1b4c5930} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7565 | 2025.01.27 09:36:25.983849 [ 267 ] {5d5742bd-9cb5-4bf3-b998-1f2d1b4c5930} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001951 sec., 7175.807278318811 rows/sec., 516.56 KiB/sec. | ||
| 7566 | 2025.01.27 09:36:25.983941 [ 267 ] {5d5742bd-9cb5-4bf3-b998-1f2d1b4c5930} <Debug> TCPHandler: Processed in 0.002323404 sec. | ||
| 7567 | 2025.01.27 09:36:25.984251 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7568 | 2025.01.27 09:36:25.984459 [ 273 ] {eba22c19-585e-4aad-b372-280071f39e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7569 | 2025.01.27 09:36:25.984539 [ 273 ] {eba22c19-585e-4aad-b372-280071f39e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7570 | 2025.01.27 09:36:25.985265 [ 273 ] {eba22c19-585e-4aad-b372-280071f39e01} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7571 | 2025.01.27 09:36:25.985313 [ 273 ] {eba22c19-585e-4aad-b372-280071f39e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7572 | 2025.01.27 09:36:25.985734 [ 273 ] {eba22c19-585e-4aad-b372-280071f39e01} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7573 | 2025.01.27 09:36:25.985989 [ 273 ] {eba22c19-585e-4aad-b372-280071f39e01} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7574 | 2025.01.27 09:36:25.986228 [ 273 ] {eba22c19-585e-4aad-b372-280071f39e01} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001824 sec., 1096.4912280701753 rows/sec., 89.41 KiB/sec. | ||
| 7575 | 2025.01.27 09:36:25.986318 [ 273 ] {eba22c19-585e-4aad-b372-280071f39e01} <Debug> TCPHandler: Processed in 0.002224142 sec. | ||
| 7576 | 2025.01.27 09:36:25.986481 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7577 | 2025.01.27 09:36:25.986616 [ 267 ] {e5328f6d-143f-4bfe-ab1a-4604628e5b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7578 | 2025.01.27 09:36:25.986674 [ 267 ] {e5328f6d-143f-4bfe-ab1a-4604628e5b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7579 | 2025.01.27 09:36:25.988339 [ 267 ] {e5328f6d-143f-4bfe-ab1a-4604628e5b96} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7580 | 2025.01.27 09:36:25.988378 [ 267 ] {e5328f6d-143f-4bfe-ab1a-4604628e5b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7581 | 2025.01.27 09:36:25.988833 [ 267 ] {e5328f6d-143f-4bfe-ab1a-4604628e5b96} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7582 | 2025.01.27 09:36:25.989076 [ 267 ] {e5328f6d-143f-4bfe-ab1a-4604628e5b96} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7583 | 2025.01.27 09:36:25.989292 [ 267 ] {e5328f6d-143f-4bfe-ab1a-4604628e5b96} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002706 sec., 525498.8913525499 rows/sec., 43.87 MiB/sec. | ||
| 7584 | 2025.01.27 09:36:25.989350 [ 267 ] {e5328f6d-143f-4bfe-ab1a-4604628e5b96} <Debug> TCPHandler: Processed in 0.002937118 sec. | ||
| 7585 | 2025.01.27 09:36:25.989490 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7586 | 2025.01.27 09:36:25.989606 [ 273 ] {6f97293e-f1d7-4c57-83ac-62419d066942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7587 | 2025.01.27 09:36:25.989656 [ 273 ] {6f97293e-f1d7-4c57-83ac-62419d066942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7588 | 2025.01.27 09:36:25.990344 [ 273 ] {6f97293e-f1d7-4c57-83ac-62419d066942} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7589 | 2025.01.27 09:36:25.990391 [ 273 ] {6f97293e-f1d7-4c57-83ac-62419d066942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7590 | 2025.01.27 09:36:25.990805 [ 273 ] {6f97293e-f1d7-4c57-83ac-62419d066942} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7591 | 2025.01.27 09:36:25.991051 [ 273 ] {6f97293e-f1d7-4c57-83ac-62419d066942} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7592 | 2025.01.27 09:36:25.991306 [ 273 ] {6f97293e-f1d7-4c57-83ac-62419d066942} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001722 sec., 27874.564459930312 rows/sec., 2.00 MiB/sec. | ||
| 7593 | 2025.01.27 09:36:25.991512 [ 273 ] {6f97293e-f1d7-4c57-83ac-62419d066942} <Debug> TCPHandler: Processed in 0.002071698 sec. | ||
| 7594 | 2025.01.27 09:36:25.991725 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7595 | 2025.01.27 09:36:25.991943 [ 267 ] {3d489b23-e5a3-4cec-a590-a6cde2319c75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7596 | 2025.01.27 09:36:25.992031 [ 267 ] {3d489b23-e5a3-4cec-a590-a6cde2319c75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7597 | 2025.01.27 09:36:25.992992 [ 267 ] {3d489b23-e5a3-4cec-a590-a6cde2319c75} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7598 | 2025.01.27 09:36:25.993032 [ 267 ] {3d489b23-e5a3-4cec-a590-a6cde2319c75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7599 | 2025.01.27 09:36:25.993409 [ 267 ] {3d489b23-e5a3-4cec-a590-a6cde2319c75} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7600 | 2025.01.27 09:36:25.993638 [ 267 ] {3d489b23-e5a3-4cec-a590-a6cde2319c75} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7601 | 2025.01.27 09:36:25.993887 [ 267 ] {3d489b23-e5a3-4cec-a590-a6cde2319c75} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001995 sec., 121303.25814536342 rows/sec., 8.22 MiB/sec. | ||
| 7602 | 2025.01.27 09:36:25.994099 [ 267 ] {3d489b23-e5a3-4cec-a590-a6cde2319c75} <Debug> TCPHandler: Processed in 0.002490138 sec. | ||
| 7603 | 2025.01.27 09:36:25.994260 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7604 | 2025.01.27 09:36:25.994375 [ 273 ] {700891cc-60dd-485c-862b-a46adf9f7cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7605 | 2025.01.27 09:36:25.994422 [ 273 ] {700891cc-60dd-485c-862b-a46adf9f7cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7606 | 2025.01.27 09:36:25.994959 [ 273 ] {700891cc-60dd-485c-862b-a46adf9f7cb8} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7607 | 2025.01.27 09:36:25.994997 [ 273 ] {700891cc-60dd-485c-862b-a46adf9f7cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7608 | 2025.01.27 09:36:25.995347 [ 273 ] {700891cc-60dd-485c-862b-a46adf9f7cb8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7609 | 2025.01.27 09:36:25.995581 [ 273 ] {700891cc-60dd-485c-862b-a46adf9f7cb8} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7610 | 2025.01.27 09:36:25.995804 [ 273 ] {700891cc-60dd-485c-862b-a46adf9f7cb8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001451 sec., 8959.33838731909 rows/sec., 558.61 KiB/sec. | ||
| 7611 | 2025.01.27 09:36:25.995857 [ 273 ] {700891cc-60dd-485c-862b-a46adf9f7cb8} <Debug> TCPHandler: Processed in 0.001652158 sec. | ||
| 7612 | 2025.01.27 09:36:25.996052 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7613 | 2025.01.27 09:36:25.996271 [ 267 ] {8d56818b-2b05-45b9-924a-6ea75e0fa7f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7614 | 2025.01.27 09:36:25.996361 [ 267 ] {8d56818b-2b05-45b9-924a-6ea75e0fa7f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7615 | 2025.01.27 09:36:25.997409 [ 267 ] {8d56818b-2b05-45b9-924a-6ea75e0fa7f2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7616 | 2025.01.27 09:36:25.997448 [ 267 ] {8d56818b-2b05-45b9-924a-6ea75e0fa7f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7617 | 2025.01.27 09:36:25.997841 [ 267 ] {8d56818b-2b05-45b9-924a-6ea75e0fa7f2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7618 | 2025.01.27 09:36:25.998074 [ 267 ] {8d56818b-2b05-45b9-924a-6ea75e0fa7f2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7619 | 2025.01.27 09:36:25.998301 [ 267 ] {8d56818b-2b05-45b9-924a-6ea75e0fa7f2} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.002082 sec., 422190.2017291066 rows/sec., 30.61 MiB/sec. | ||
| 7620 | 2025.01.27 09:36:25.998367 [ 267 ] {8d56818b-2b05-45b9-924a-6ea75e0fa7f2} <Debug> TCPHandler: Processed in 0.002424266 sec. | ||
| 7621 | 2025.01.27 09:36:25.998570 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7622 | 2025.01.27 09:36:25.998735 [ 273 ] {ba79405d-72d8-4687-bbaa-8b155e6071b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7623 | 2025.01.27 09:36:25.998795 [ 273 ] {ba79405d-72d8-4687-bbaa-8b155e6071b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7624 | 2025.01.27 09:36:25.999342 [ 273 ] {ba79405d-72d8-4687-bbaa-8b155e6071b7} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7625 | 2025.01.27 09:36:25.999389 [ 273 ] {ba79405d-72d8-4687-bbaa-8b155e6071b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7626 | 2025.01.27 09:36:25.999800 [ 273 ] {ba79405d-72d8-4687-bbaa-8b155e6071b7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7627 | 2025.01.27 09:36:26.000045 [ 273 ] {ba79405d-72d8-4687-bbaa-8b155e6071b7} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7628 | 2025.01.27 09:36:26.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.14 MiB, peak 221.24 MiB, free memory in arenas 0.00 B, will set to 214.00 MiB (RSS), difference: -1.14 MiB | ||
| 7629 | 2025.01.27 09:36:26.000510 [ 273 ] {ba79405d-72d8-4687-bbaa-8b155e6071b7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001803 sec., 3327.787021630616 rows/sec., 173.86 KiB/sec. | ||
| 7630 | 2025.01.27 09:36:26.000668 [ 273 ] {ba79405d-72d8-4687-bbaa-8b155e6071b7} <Debug> TCPHandler: Processed in 0.002211581 sec. | ||
| 7631 | 2025.01.27 09:36:26.000862 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7632 | 2025.01.27 09:36:26.000997 [ 267 ] {fd0981bd-0157-498e-8cf0-2d2a369b0e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7633 | 2025.01.27 09:36:26.001055 [ 267 ] {fd0981bd-0157-498e-8cf0-2d2a369b0e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7634 | 2025.01.27 09:36:26.001874 [ 267 ] {fd0981bd-0157-498e-8cf0-2d2a369b0e23} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7635 | 2025.01.27 09:36:26.001911 [ 267 ] {fd0981bd-0157-498e-8cf0-2d2a369b0e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7636 | 2025.01.27 09:36:26.002344 [ 267 ] {fd0981bd-0157-498e-8cf0-2d2a369b0e23} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7637 | 2025.01.27 09:36:26.002577 [ 267 ] {fd0981bd-0157-498e-8cf0-2d2a369b0e23} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7638 | 2025.01.27 09:36:26.002807 [ 267 ] {fd0981bd-0157-498e-8cf0-2d2a369b0e23} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001836 sec., 520697.1677559913 rows/sec., 34.59 MiB/sec. | ||
| 7639 | 2025.01.27 09:36:26.002899 [ 267 ] {fd0981bd-0157-498e-8cf0-2d2a369b0e23} <Debug> TCPHandler: Processed in 0.00213969 sec. | ||
| 7640 | 2025.01.27 09:36:26.003084 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7641 | 2025.01.27 09:36:26.003241 [ 273 ] {40f84ce7-7407-496c-b319-558094713891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7642 | 2025.01.27 09:36:26.003291 [ 273 ] {40f84ce7-7407-496c-b319-558094713891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7643 | 2025.01.27 09:36:26.003735 [ 273 ] {40f84ce7-7407-496c-b319-558094713891} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7644 | 2025.01.27 09:36:26.003773 [ 273 ] {40f84ce7-7407-496c-b319-558094713891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7645 | 2025.01.27 09:36:26.004133 [ 273 ] {40f84ce7-7407-496c-b319-558094713891} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7646 | 2025.01.27 09:36:26.004361 [ 273 ] {40f84ce7-7407-496c-b319-558094713891} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7647 | 2025.01.27 09:36:26.004570 [ 273 ] {40f84ce7-7407-496c-b319-558094713891} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001364 sec., 733.1378299120234 rows/sec., 49.40 KiB/sec. | ||
| 7648 | 2025.01.27 09:36:26.004619 [ 273 ] {40f84ce7-7407-496c-b319-558094713891} <Debug> TCPHandler: Processed in 0.001629828 sec. | ||
| 7649 | 2025.01.27 09:36:26.004766 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7650 | 2025.01.27 09:36:26.004902 [ 267 ] {f950f7e5-d055-483e-80e4-dd4c19847559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7651 | 2025.01.27 09:36:26.004994 [ 267 ] {f950f7e5-d055-483e-80e4-dd4c19847559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7652 | 2025.01.27 09:36:26.006259 [ 267 ] {f950f7e5-d055-483e-80e4-dd4c19847559} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7653 | 2025.01.27 09:36:26.006297 [ 267 ] {f950f7e5-d055-483e-80e4-dd4c19847559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7654 | 2025.01.27 09:36:26.006959 [ 267 ] {f950f7e5-d055-483e-80e4-dd4c19847559} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7655 | 2025.01.27 09:36:26.007216 [ 267 ] {f950f7e5-d055-483e-80e4-dd4c19847559} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7656 | 2025.01.27 09:36:26.007460 [ 267 ] {f950f7e5-d055-483e-80e4-dd4c19847559} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002588 sec., 15069.551777434312 rows/sec., 27.00 MiB/sec. | ||
| 7657 | 2025.01.27 09:36:26.007569 [ 267 ] {f950f7e5-d055-483e-80e4-dd4c19847559} <Debug> TCPHandler: Processed in 0.002869286 sec. | ||
| 7658 | 2025.01.27 09:36:26.007720 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7659 | 2025.01.27 09:36:26.007859 [ 273 ] {b992f486-9296-4ca6-bffe-760d6d2bd760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7660 | 2025.01.27 09:36:26.007919 [ 273 ] {b992f486-9296-4ca6-bffe-760d6d2bd760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7661 | 2025.01.27 09:36:26.008484 [ 273 ] {b992f486-9296-4ca6-bffe-760d6d2bd760} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2025.01.27 09:36:26.008530 [ 273 ] {b992f486-9296-4ca6-bffe-760d6d2bd760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7663 | 2025.01.27 09:36:26.008928 [ 273 ] {b992f486-9296-4ca6-bffe-760d6d2bd760} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7664 | 2025.01.27 09:36:26.009173 [ 273 ] {b992f486-9296-4ca6-bffe-760d6d2bd760} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2025.01.27 09:36:26.009384 [ 273 ] {b992f486-9296-4ca6-bffe-760d6d2bd760} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001557 sec., 21836.865767501604 rows/sec., 1.27 MiB/sec. | ||
| 7666 | 2025.01.27 09:36:26.009433 [ 273 ] {b992f486-9296-4ca6-bffe-760d6d2bd760} <Debug> TCPHandler: Processed in 0.001773361 sec. | ||
| 7667 | 2025.01.27 09:36:29.636391 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1084 | ||
| 7668 | 2025.01.27 09:36:29.639881 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7669 | 2025.01.27 09:36:29.639925 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7670 | 2025.01.27 09:36:29.641362 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7671 | 2025.01.27 09:36:29.641655 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7672 | 2025.01.27 09:36:29.642262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1084 | ||
| 7673 | 2025.01.27 09:36:30.652155 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7674 | 2025.01.27 09:36:30.652344 [ 267 ] {18be0602-ae89-4686-bb04-b68aa4be0240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7675 | 2025.01.27 09:36:30.652416 [ 267 ] {18be0602-ae89-4686-bb04-b68aa4be0240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7676 | 2025.01.27 09:36:30.653206 [ 267 ] {18be0602-ae89-4686-bb04-b68aa4be0240} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7677 | 2025.01.27 09:36:30.653258 [ 267 ] {18be0602-ae89-4686-bb04-b68aa4be0240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7678 | 2025.01.27 09:36:30.653700 [ 267 ] {18be0602-ae89-4686-bb04-b68aa4be0240} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7679 | 2025.01.27 09:36:30.653967 [ 267 ] {18be0602-ae89-4686-bb04-b68aa4be0240} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7680 | 2025.01.27 09:36:30.654202 [ 267 ] {18be0602-ae89-4686-bb04-b68aa4be0240} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.23 MiB/sec. | ||
| 7681 | 2025.01.27 09:36:30.654261 [ 267 ] {18be0602-ae89-4686-bb04-b68aa4be0240} <Debug> TCPHandler: Processed in 0.002241832 sec. | ||
| 7682 | 2025.01.27 09:36:30.654531 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7683 | 2025.01.27 09:36:30.654721 [ 273 ] {39e00f7c-f524-4535-a42d-e50cf953c92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7684 | 2025.01.27 09:36:30.654792 [ 273 ] {39e00f7c-f524-4535-a42d-e50cf953c92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7685 | 2025.01.27 09:36:30.655577 [ 273 ] {39e00f7c-f524-4535-a42d-e50cf953c92b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7686 | 2025.01.27 09:36:30.655621 [ 273 ] {39e00f7c-f524-4535-a42d-e50cf953c92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7687 | 2025.01.27 09:36:30.656073 [ 273 ] {39e00f7c-f524-4535-a42d-e50cf953c92b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7688 | 2025.01.27 09:36:30.656332 [ 273 ] {39e00f7c-f524-4535-a42d-e50cf953c92b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7689 | 2025.01.27 09:36:30.656552 [ 273 ] {39e00f7c-f524-4535-a42d-e50cf953c92b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001885 sec., 33952.254641909814 rows/sec., 2.65 MiB/sec. | ||
| 7690 | 2025.01.27 09:36:30.656640 [ 273 ] {39e00f7c-f524-4535-a42d-e50cf953c92b} <Debug> TCPHandler: Processed in 0.002239863 sec. | ||
| 7691 | 2025.01.27 09:36:30.656888 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7692 | 2025.01.27 09:36:30.657044 [ 267 ] {4c40d918-ca3b-44fd-b618-14fdc3c7bd9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7693 | 2025.01.27 09:36:30.657099 [ 267 ] {4c40d918-ca3b-44fd-b618-14fdc3c7bd9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7694 | 2025.01.27 09:36:30.657702 [ 267 ] {4c40d918-ca3b-44fd-b618-14fdc3c7bd9d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7695 | 2025.01.27 09:36:30.657742 [ 267 ] {4c40d918-ca3b-44fd-b618-14fdc3c7bd9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7696 | 2025.01.27 09:36:30.658135 [ 267 ] {4c40d918-ca3b-44fd-b618-14fdc3c7bd9d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7697 | 2025.01.27 09:36:30.658369 [ 267 ] {4c40d918-ca3b-44fd-b618-14fdc3c7bd9d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7698 | 2025.01.27 09:36:30.658581 [ 267 ] {4c40d918-ca3b-44fd-b618-14fdc3c7bd9d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001561 sec., 81998.71877001922 rows/sec., 5.71 MiB/sec. | ||
| 7699 | 2025.01.27 09:36:30.658633 [ 267 ] {4c40d918-ca3b-44fd-b618-14fdc3c7bd9d} <Debug> TCPHandler: Processed in 0.001875504 sec. | ||
| 7700 | 2025.01.27 09:36:30.658797 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7701 | 2025.01.27 09:36:30.658917 [ 273 ] {90250f38-18c8-480f-99d9-f769031edee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7702 | 2025.01.27 09:36:30.658969 [ 273 ] {90250f38-18c8-480f-99d9-f769031edee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7703 | 2025.01.27 09:36:30.659470 [ 273 ] {90250f38-18c8-480f-99d9-f769031edee6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7704 | 2025.01.27 09:36:30.659507 [ 273 ] {90250f38-18c8-480f-99d9-f769031edee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7705 | 2025.01.27 09:36:30.659885 [ 273 ] {90250f38-18c8-480f-99d9-f769031edee6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7706 | 2025.01.27 09:36:30.660123 [ 273 ] {90250f38-18c8-480f-99d9-f769031edee6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7707 | 2025.01.27 09:36:30.660301 [ 273 ] {90250f38-18c8-480f-99d9-f769031edee6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001407 sec., 34115.13859275053 rows/sec., 2.30 MiB/sec. | ||
| 7708 | 2025.01.27 09:36:30.660370 [ 273 ] {90250f38-18c8-480f-99d9-f769031edee6} <Debug> TCPHandler: Processed in 0.001628398 sec. | ||
| 7709 | 2025.01.27 09:36:32.056971 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7710 | 2025.01.27 09:36:32.057644 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7711 | 2025.01.27 09:36:32.057690 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7712 | 2025.01.27 09:36:32.058205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7713 | 2025.01.27 09:36:32.058460 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7714 | 2025.01.27 09:36:32.058665 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7715 | 2025.01.27 09:36:33.337178 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7716 | 2025.01.27 09:36:33.357660 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7717 | 2025.01.27 09:36:33.357721 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7718 | 2025.01.27 09:36:33.365194 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7719 | 2025.01.27 09:36:33.365968 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7720 | 2025.01.27 09:36:33.368583 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7721 | 2025.01.27 09:36:35.654488 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7722 | 2025.01.27 09:36:35.654683 [ 267 ] {d1eb9501-1f59-4e3f-9449-99994db7dd1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7723 | 2025.01.27 09:36:35.654757 [ 267 ] {d1eb9501-1f59-4e3f-9449-99994db7dd1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7724 | 2025.01.27 09:36:35.655562 [ 267 ] {d1eb9501-1f59-4e3f-9449-99994db7dd1e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7725 | 2025.01.27 09:36:35.655614 [ 267 ] {d1eb9501-1f59-4e3f-9449-99994db7dd1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7726 | 2025.01.27 09:36:35.656057 [ 267 ] {d1eb9501-1f59-4e3f-9449-99994db7dd1e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7727 | 2025.01.27 09:36:35.656321 [ 267 ] {d1eb9501-1f59-4e3f-9449-99994db7dd1e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7728 | 2025.01.27 09:36:35.656591 [ 267 ] {d1eb9501-1f59-4e3f-9449-99994db7dd1e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001963 sec., 28527.763627101376 rows/sec., 2.18 MiB/sec. | ||
| 7729 | 2025.01.27 09:36:35.656665 [ 267 ] {d1eb9501-1f59-4e3f-9449-99994db7dd1e} <Debug> TCPHandler: Processed in 0.002308493 sec. | ||
| 7730 | 2025.01.27 09:36:35.656957 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7731 | 2025.01.27 09:36:35.657157 [ 273 ] {32028302-a71e-476b-9f54-298325ed4940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7732 | 2025.01.27 09:36:35.657231 [ 273 ] {32028302-a71e-476b-9f54-298325ed4940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7733 | 2025.01.27 09:36:35.658007 [ 273 ] {32028302-a71e-476b-9f54-298325ed4940} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7734 | 2025.01.27 09:36:35.658059 [ 273 ] {32028302-a71e-476b-9f54-298325ed4940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7735 | 2025.01.27 09:36:35.658506 [ 273 ] {32028302-a71e-476b-9f54-298325ed4940} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7736 | 2025.01.27 09:36:35.658775 [ 273 ] {32028302-a71e-476b-9f54-298325ed4940} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7737 | 2025.01.27 09:36:35.659021 [ 273 ] {32028302-a71e-476b-9f54-298325ed4940} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00192 sec., 33333.333333333336 rows/sec., 2.60 MiB/sec. | ||
| 7738 | 2025.01.27 09:36:35.659078 [ 273 ] {32028302-a71e-476b-9f54-298325ed4940} <Debug> TCPHandler: Processed in 0.002291003 sec. | ||
| 7739 | 2025.01.27 09:36:35.659300 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7740 | 2025.01.27 09:36:35.659530 [ 267 ] {bf2a7a53-95be-4e82-971d-58c82b2ea349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7741 | 2025.01.27 09:36:35.659630 [ 267 ] {bf2a7a53-95be-4e82-971d-58c82b2ea349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7742 | 2025.01.27 09:36:35.660387 [ 267 ] {bf2a7a53-95be-4e82-971d-58c82b2ea349} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2025.01.27 09:36:35.660425 [ 267 ] {bf2a7a53-95be-4e82-971d-58c82b2ea349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7744 | 2025.01.27 09:36:35.660831 [ 267 ] {bf2a7a53-95be-4e82-971d-58c82b2ea349} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7745 | 2025.01.27 09:36:35.661063 [ 267 ] {bf2a7a53-95be-4e82-971d-58c82b2ea349} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7746 | 2025.01.27 09:36:35.661251 [ 267 ] {bf2a7a53-95be-4e82-971d-58c82b2ea349} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001782 sec., 89786.75645342312 rows/sec., 6.25 MiB/sec. | ||
| 7747 | 2025.01.27 09:36:35.661302 [ 267 ] {bf2a7a53-95be-4e82-971d-58c82b2ea349} <Debug> TCPHandler: Processed in 0.002114279 sec. | ||
| 7748 | 2025.01.27 09:36:35.661454 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7749 | 2025.01.27 09:36:35.661596 [ 273 ] {45bc5022-acdf-410d-95db-374bc2bd1d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7750 | 2025.01.27 09:36:35.661657 [ 273 ] {45bc5022-acdf-410d-95db-374bc2bd1d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7751 | 2025.01.27 09:36:35.662223 [ 273 ] {45bc5022-acdf-410d-95db-374bc2bd1d1a} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7752 | 2025.01.27 09:36:35.662263 [ 273 ] {45bc5022-acdf-410d-95db-374bc2bd1d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7753 | 2025.01.27 09:36:35.662658 [ 273 ] {45bc5022-acdf-410d-95db-374bc2bd1d1a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7754 | 2025.01.27 09:36:35.662895 [ 273 ] {45bc5022-acdf-410d-95db-374bc2bd1d1a} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7755 | 2025.01.27 09:36:35.663108 [ 273 ] {45bc5022-acdf-410d-95db-374bc2bd1d1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 7756 | 2025.01.27 09:36:35.663158 [ 273 ] {45bc5022-acdf-410d-95db-374bc2bd1d1a} <Debug> TCPHandler: Processed in 0.001770551 sec. | ||
| 7757 | 2025.01.27 09:36:37.262415 [ 68 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 7758 | 2025.01.27 09:36:37.262496 [ 68 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7759 | 2025.01.27 09:36:37.262519 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7760 | 2025.01.27 09:36:37.262782 [ 190 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 7761 | 2025.01.27 09:36:37.263155 [ 190 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7762 | 2025.01.27 09:36:37.263196 [ 190 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part | ||
| 7763 | 2025.01.27 09:36:37.263277 [ 190 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 7764 | 2025.01.27 09:36:37.263376 [ 190 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 7765 | 2025.01.27 09:36:37.263632 [ 190 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 7766 | 2025.01.27 09:36:37.263797 [ 190 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 7767 | 2025.01.27 09:36:37.264871 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.002261943 sec., 11936.64031321744 rows/sec., 804.32 KiB/sec. | ||
| 7768 | 2025.01.27 09:36:37.265108 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 7769 | 2025.01.27 09:36:37.265717 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_27_6} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7770 | 2025.01.27 09:36:37.265876 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_27_6} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 7771 | 2025.01.27 09:36:37.266038 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7772 | 2025.01.27 09:36:39.397582 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7773 | 2025.01.27 09:36:39.397667 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7774 | 2025.01.27 09:36:39.559763 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 7775 | 2025.01.27 09:36:39.560398 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7776 | 2025.01.27 09:36:39.560444 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7777 | 2025.01.27 09:36:39.560981 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7778 | 2025.01.27 09:36:39.561231 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7779 | 2025.01.27 09:36:39.561480 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7780 | 2025.01.27 09:36:39.642694 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1100 | ||
| 7781 | 2025.01.27 09:36:39.645461 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7782 | 2025.01.27 09:36:39.645507 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7783 | 2025.01.27 09:36:39.646950 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7784 | 2025.01.27 09:36:39.647255 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7785 | 2025.01.27 09:36:39.648541 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1100 | ||
| 7786 | 2025.01.27 09:36:40.660245 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7787 | 2025.01.27 09:36:40.660514 [ 267 ] {0558cff3-44c5-4809-a258-31966ec0f15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7788 | 2025.01.27 09:36:40.660606 [ 267 ] {0558cff3-44c5-4809-a258-31966ec0f15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7789 | 2025.01.27 09:36:40.661438 [ 267 ] {0558cff3-44c5-4809-a258-31966ec0f15a} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7790 | 2025.01.27 09:36:40.661490 [ 267 ] {0558cff3-44c5-4809-a258-31966ec0f15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7791 | 2025.01.27 09:36:40.661944 [ 267 ] {0558cff3-44c5-4809-a258-31966ec0f15a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7792 | 2025.01.27 09:36:40.662226 [ 267 ] {0558cff3-44c5-4809-a258-31966ec0f15a} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7793 | 2025.01.27 09:36:40.662440 [ 267 ] {0558cff3-44c5-4809-a258-31966ec0f15a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001998 sec., 7007.007007007006 rows/sec., 504.41 KiB/sec. | ||
| 7794 | 2025.01.27 09:36:40.662498 [ 267 ] {0558cff3-44c5-4809-a258-31966ec0f15a} <Debug> TCPHandler: Processed in 0.002445537 sec. | ||
| 7795 | 2025.01.27 09:36:40.662786 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7796 | 2025.01.27 09:36:40.662982 [ 273 ] {560e101b-f1c3-4982-90eb-be7f1696256d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7797 | 2025.01.27 09:36:40.663057 [ 273 ] {560e101b-f1c3-4982-90eb-be7f1696256d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7798 | 2025.01.27 09:36:40.664056 [ 273 ] {560e101b-f1c3-4982-90eb-be7f1696256d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7799 | 2025.01.27 09:36:40.664100 [ 273 ] {560e101b-f1c3-4982-90eb-be7f1696256d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7800 | 2025.01.27 09:36:40.664560 [ 273 ] {560e101b-f1c3-4982-90eb-be7f1696256d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7801 | 2025.01.27 09:36:40.664860 [ 273 ] {560e101b-f1c3-4982-90eb-be7f1696256d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7802 | 2025.01.27 09:36:40.665055 [ 62 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7803 | 2025.01.27 09:36:40.665126 [ 273 ] {560e101b-f1c3-4982-90eb-be7f1696256d} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002193 sec., 128134.97492020064 rows/sec., 11.30 MiB/sec. | ||
| 7804 | 2025.01.27 09:36:40.665141 [ 62 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7805 | 2025.01.27 09:36:40.665209 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7806 | 2025.01.27 09:36:40.665261 [ 273 ] {560e101b-f1c3-4982-90eb-be7f1696256d} <Debug> TCPHandler: Processed in 0.00260612 sec. | ||
| 7807 | 2025.01.27 09:36:40.665396 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 7808 | 2025.01.27 09:36:40.665542 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7809 | 2025.01.27 09:36:40.665588 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1430 rows starting from the beginning of the part | ||
| 7810 | 2025.01.27 09:36:40.665600 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7811 | 2025.01.27 09:36:40.665712 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 7812 | 2025.01.27 09:36:40.666120 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1422 rows starting from the beginning of the part | ||
| 7813 | 2025.01.27 09:36:40.666234 [ 267 ] {0a3cde56-d863-49cf-b122-58c6486f615e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7814 | 2025.01.27 09:36:40.666374 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 7815 | 2025.01.27 09:36:40.666493 [ 267 ] {0a3cde56-d863-49cf-b122-58c6486f615e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7816 | 2025.01.27 09:36:40.666614 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 7817 | 2025.01.27 09:36:40.666950 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 7818 | 2025.01.27 09:36:40.669594 [ 267 ] {0a3cde56-d863-49cf-b122-58c6486f615e} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7819 | 2025.01.27 09:36:40.669677 [ 267 ] {0a3cde56-d863-49cf-b122-58c6486f615e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7820 | 2025.01.27 09:36:40.670519 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.005205701 sec., 634112.4855230832 rows/sec., 55.37 MiB/sec. | ||
| 7821 | 2025.01.27 09:36:40.670632 [ 267 ] {0a3cde56-d863-49cf-b122-58c6486f615e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7822 | 2025.01.27 09:36:40.670778 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7823 | 2025.01.27 09:36:40.671231 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_66_13} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7824 | 2025.01.27 09:36:40.671340 [ 267 ] {0a3cde56-d863-49cf-b122-58c6486f615e} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7825 | 2025.01.27 09:36:40.671395 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_66_13} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7826 | 2025.01.27 09:36:40.671549 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7827 | 2025.01.27 09:36:40.671818 [ 267 ] {0a3cde56-d863-49cf-b122-58c6486f615e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005864 sec., 7844.4747612551155 rows/sec., 577.88 KiB/sec. | ||
| 7828 | 2025.01.27 09:36:40.671935 [ 267 ] {0a3cde56-d863-49cf-b122-58c6486f615e} <Debug> TCPHandler: Processed in 0.006446119 sec. | ||
| 7829 | 2025.01.27 09:36:40.672112 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7830 | 2025.01.27 09:36:40.672259 [ 273 ] {a98285c6-c5a5-4ae9-b148-eda6408070f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7831 | 2025.01.27 09:36:40.672318 [ 273 ] {a98285c6-c5a5-4ae9-b148-eda6408070f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7832 | 2025.01.27 09:36:40.673010 [ 273 ] {a98285c6-c5a5-4ae9-b148-eda6408070f0} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7833 | 2025.01.27 09:36:40.673058 [ 273 ] {a98285c6-c5a5-4ae9-b148-eda6408070f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7834 | 2025.01.27 09:36:40.673419 [ 273 ] {a98285c6-c5a5-4ae9-b148-eda6408070f0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7835 | 2025.01.27 09:36:40.673659 [ 273 ] {a98285c6-c5a5-4ae9-b148-eda6408070f0} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7836 | 2025.01.27 09:36:40.673879 [ 273 ] {a98285c6-c5a5-4ae9-b148-eda6408070f0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001652 sec., 8474.57627118644 rows/sec., 593.50 KiB/sec. | ||
| 7837 | 2025.01.27 09:36:40.673931 [ 273 ] {a98285c6-c5a5-4ae9-b148-eda6408070f0} <Debug> TCPHandler: Processed in 0.001879014 sec. | ||
| 7838 | 2025.01.27 09:36:40.674087 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7839 | 2025.01.27 09:36:40.674223 [ 267 ] {c53b6ac1-0708-4924-8895-ae190eaf5f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7840 | 2025.01.27 09:36:40.674280 [ 267 ] {c53b6ac1-0708-4924-8895-ae190eaf5f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7841 | 2025.01.27 09:36:40.674973 [ 267 ] {c53b6ac1-0708-4924-8895-ae190eaf5f0f} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7842 | 2025.01.27 09:36:40.675021 [ 267 ] {c53b6ac1-0708-4924-8895-ae190eaf5f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7843 | 2025.01.27 09:36:40.675399 [ 267 ] {c53b6ac1-0708-4924-8895-ae190eaf5f0f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7844 | 2025.01.27 09:36:40.675637 [ 267 ] {c53b6ac1-0708-4924-8895-ae190eaf5f0f} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7845 | 2025.01.27 09:36:40.675880 [ 267 ] {c53b6ac1-0708-4924-8895-ae190eaf5f0f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001677 sec., 7751.937984496123 rows/sec., 483.33 KiB/sec. | ||
| 7846 | 2025.01.27 09:36:40.676030 [ 267 ] {c53b6ac1-0708-4924-8895-ae190eaf5f0f} <Debug> TCPHandler: Processed in 0.001993207 sec. | ||
| 7847 | 2025.01.27 09:36:40.676236 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7848 | 2025.01.27 09:36:40.676352 [ 273 ] {2caa84b2-a8c1-4de4-bf2f-e0d465a302b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7849 | 2025.01.27 09:36:40.676398 [ 273 ] {2caa84b2-a8c1-4de4-bf2f-e0d465a302b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7850 | 2025.01.27 09:36:40.677145 [ 273 ] {2caa84b2-a8c1-4de4-bf2f-e0d465a302b4} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7851 | 2025.01.27 09:36:40.677184 [ 273 ] {2caa84b2-a8c1-4de4-bf2f-e0d465a302b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7852 | 2025.01.27 09:36:40.677562 [ 273 ] {2caa84b2-a8c1-4de4-bf2f-e0d465a302b4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7853 | 2025.01.27 09:36:40.677805 [ 273 ] {2caa84b2-a8c1-4de4-bf2f-e0d465a302b4} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7854 | 2025.01.27 09:36:40.677985 [ 62 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7855 | 2025.01.27 09:36:40.678054 [ 62 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7856 | 2025.01.27 09:36:40.678062 [ 273 ] {2caa84b2-a8c1-4de4-bf2f-e0d465a302b4} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001721 sec., 244625.21789657176 rows/sec., 17.48 MiB/sec. | ||
| 7857 | 2025.01.27 09:36:40.678081 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7858 | 2025.01.27 09:36:40.678224 [ 273 ] {2caa84b2-a8c1-4de4-bf2f-e0d465a302b4} <Debug> TCPHandler: Processed in 0.002058127 sec. | ||
| 7859 | 2025.01.27 09:36:40.678533 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7860 | 2025.01.27 09:36:40.678552 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7861 | 2025.01.27 09:36:40.679077 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7862 | 2025.01.27 09:36:40.679223 [ 267 ] {4f9f81d2-9ca2-4a2e-bb71-963e5aad34f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7863 | 2025.01.27 09:36:40.679225 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7864 | 2025.01.27 09:36:40.679476 [ 267 ] {4f9f81d2-9ca2-4a2e-bb71-963e5aad34f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7865 | 2025.01.27 09:36:40.679718 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7866 | 2025.01.27 09:36:40.680175 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 879 rows starting from the beginning of the part | ||
| 7867 | 2025.01.27 09:36:40.680578 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7868 | 2025.01.27 09:36:40.680989 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7869 | 2025.01.27 09:36:40.681338 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 7870 | 2025.01.27 09:36:40.682349 [ 267 ] {4f9f81d2-9ca2-4a2e-bb71-963e5aad34f7} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7871 | 2025.01.27 09:36:40.682410 [ 267 ] {4f9f81d2-9ca2-4a2e-bb71-963e5aad34f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7872 | 2025.01.27 09:36:40.683480 [ 267 ] {4f9f81d2-9ca2-4a2e-bb71-963e5aad34f7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7873 | 2025.01.27 09:36:40.683831 [ 267 ] {4f9f81d2-9ca2-4a2e-bb71-963e5aad34f7} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7874 | 2025.01.27 09:36:40.684357 [ 267 ] {4f9f81d2-9ca2-4a2e-bb71-963e5aad34f7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005403 sec., 1110.494169905608 rows/sec., 58.02 KiB/sec. | ||
| 7875 | 2025.01.27 09:36:40.684368 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006155473 sec., 390709.211136171 rows/sec., 29.95 MiB/sec. | ||
| 7876 | 2025.01.27 09:36:40.684466 [ 267 ] {4f9f81d2-9ca2-4a2e-bb71-963e5aad34f7} <Debug> TCPHandler: Processed in 0.006083392 sec. | ||
| 7877 | 2025.01.27 09:36:40.684634 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7878 | 2025.01.27 09:36:40.684651 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7879 | 2025.01.27 09:36:40.684871 [ 273 ] {2086054e-8c52-484f-90d8-355a0d22fe98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7880 | 2025.01.27 09:36:40.684970 [ 273 ] {2086054e-8c52-484f-90d8-355a0d22fe98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7881 | 2025.01.27 09:36:40.685211 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_66_13} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7882 | 2025.01.27 09:36:40.685456 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_66_13} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7883 | 2025.01.27 09:36:40.685611 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 7884 | 2025.01.27 09:36:40.685937 [ 273 ] {2086054e-8c52-484f-90d8-355a0d22fe98} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7885 | 2025.01.27 09:36:40.685981 [ 273 ] {2086054e-8c52-484f-90d8-355a0d22fe98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7886 | 2025.01.27 09:36:40.686372 [ 273 ] {2086054e-8c52-484f-90d8-355a0d22fe98} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7887 | 2025.01.27 09:36:40.686612 [ 273 ] {2086054e-8c52-484f-90d8-355a0d22fe98} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7888 | 2025.01.27 09:36:40.686789 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7889 | 2025.01.27 09:36:40.686841 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7890 | 2025.01.27 09:36:40.686860 [ 273 ] {2086054e-8c52-484f-90d8-355a0d22fe98} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002045 sec., 115892.42053789731 rows/sec., 7.77 MiB/sec. | ||
| 7891 | 2025.01.27 09:36:40.686888 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7892 | 2025.01.27 09:36:40.687040 [ 273 ] {2086054e-8c52-484f-90d8-355a0d22fe98} <Debug> TCPHandler: Processed in 0.002458987 sec. | ||
| 7893 | 2025.01.27 09:36:40.687173 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 7894 | 2025.01.27 09:36:40.687307 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7895 | 2025.01.27 09:36:40.687704 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7896 | 2025.01.27 09:36:40.687834 [ 267 ] {0bd93b4d-2928-406c-aa57-5b2dab7ee145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7897 | 2025.01.27 09:36:40.687858 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18577 rows starting from the beginning of the part | ||
| 7898 | 2025.01.27 09:36:40.688101 [ 267 ] {0bd93b4d-2928-406c-aa57-5b2dab7ee145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7899 | 2025.01.27 09:36:40.688551 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 7900 | 2025.01.27 09:36:40.689175 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 956 rows starting from the beginning of the part | ||
| 7901 | 2025.01.27 09:36:40.689557 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 7902 | 2025.01.27 09:36:40.689856 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 7903 | 2025.01.27 09:36:40.690037 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 7904 | 2025.01.27 09:36:40.691007 [ 267 ] {0bd93b4d-2928-406c-aa57-5b2dab7ee145} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7905 | 2025.01.27 09:36:40.691061 [ 267 ] {0bd93b4d-2928-406c-aa57-5b2dab7ee145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7906 | 2025.01.27 09:36:40.691645 [ 267 ] {0bd93b4d-2928-406c-aa57-5b2dab7ee145} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7907 | 2025.01.27 09:36:40.691966 [ 267 ] {0bd93b4d-2928-406c-aa57-5b2dab7ee145} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7908 | 2025.01.27 09:36:40.692412 [ 267 ] {0bd93b4d-2928-406c-aa57-5b2dab7ee145} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004787 sec., 208.89910173386255 rows/sec., 14.08 KiB/sec. | ||
| 7909 | 2025.01.27 09:36:40.692914 [ 267 ] {0bd93b4d-2928-406c-aa57-5b2dab7ee145} <Debug> TCPHandler: Processed in 0.005746113 sec. | ||
| 7910 | 2025.01.27 09:36:40.693294 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7911 | 2025.01.27 09:36:40.693490 [ 273 ] {02530f79-12af-4b12-bea3-39977a2f175c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7912 | 2025.01.27 09:36:40.693592 [ 273 ] {02530f79-12af-4b12-bea3-39977a2f175c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7913 | 2025.01.27 09:36:40.694931 [ 273 ] {02530f79-12af-4b12-bea3-39977a2f175c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7914 | 2025.01.27 09:36:40.694970 [ 273 ] {02530f79-12af-4b12-bea3-39977a2f175c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7915 | 2025.01.27 09:36:40.695818 [ 273 ] {02530f79-12af-4b12-bea3-39977a2f175c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7916 | 2025.01.27 09:36:40.696211 [ 273 ] {02530f79-12af-4b12-bea3-39977a2f175c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7917 | 2025.01.27 09:36:40.696464 [ 273 ] {02530f79-12af-4b12-bea3-39977a2f175c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003018 sec., 12922.465208747515 rows/sec., 23.16 MiB/sec. | ||
| 7918 | 2025.01.27 09:36:40.696673 [ 273 ] {02530f79-12af-4b12-bea3-39977a2f175c} <Debug> TCPHandler: Processed in 0.003511572 sec. | ||
| 7919 | 2025.01.27 09:36:40.696845 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7920 | 2025.01.27 09:36:40.697020 [ 267 ] {0a0998c0-a754-43c7-89cf-dff566217e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7921 | 2025.01.27 09:36:40.697105 [ 267 ] {0a0998c0-a754-43c7-89cf-dff566217e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7922 | 2025.01.27 09:36:40.697773 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20218 rows, containing 5 columns (5 merged, 0 gathered) in 0.010743109 sec., 1881950.5601218417 rows/sec., 127.05 MiB/sec. | ||
| 7923 | 2025.01.27 09:36:40.698069 [ 267 ] {0a0998c0-a754-43c7-89cf-dff566217e9e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7924 | 2025.01.27 09:36:40.698122 [ 267 ] {0a0998c0-a754-43c7-89cf-dff566217e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7925 | 2025.01.27 09:36:40.698234 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7926 | 2025.01.27 09:36:40.698849 [ 267 ] {0a0998c0-a754-43c7-89cf-dff566217e9e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7927 | 2025.01.27 09:36:40.698961 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7928 | 2025.01.27 09:36:40.699151 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7929 | 2025.01.27 09:36:40.699344 [ 267 ] {0a0998c0-a754-43c7-89cf-dff566217e9e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7930 | 2025.01.27 09:36:40.699352 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 7931 | 2025.01.27 09:36:40.699566 [ 60 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7932 | 2025.01.27 09:36:40.699628 [ 60 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7933 | 2025.01.27 09:36:40.699637 [ 267 ] {0a0998c0-a754-43c7-89cf-dff566217e9e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002667 sec., 30746.156730408697 rows/sec., 1.95 MiB/sec. | ||
| 7934 | 2025.01.27 09:36:40.699666 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7935 | 2025.01.27 09:36:40.699783 [ 267 ] {0a0998c0-a754-43c7-89cf-dff566217e9e} <Debug> TCPHandler: Processed in 0.003008239 sec. | ||
| 7936 | 2025.01.27 09:36:40.699946 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7937 | 2025.01.27 09:36:40.700079 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7938 | 2025.01.27 09:36:40.700117 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3740 rows starting from the beginning of the part | ||
| 7939 | 2025.01.27 09:36:40.700198 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7940 | 2025.01.27 09:36:40.700405 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7941 | 2025.01.27 09:36:40.700623 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7942 | 2025.01.27 09:36:40.700801 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7943 | 2025.01.27 09:36:40.700973 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 7944 | 2025.01.27 09:36:40.702741 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4024 rows, containing 4 columns (4 merged, 0 gathered) in 0.002941218 sec., 1368140.6818535724 rows/sec., 89.17 MiB/sec. | ||
| 7945 | 2025.01.27 09:36:40.703076 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7946 | 2025.01.27 09:36:40.703363 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_66_13} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2025.01.27 09:36:40.703438 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_66_13} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7948 | 2025.01.27 09:36:40.703520 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 7949 | 2025.01.27 09:36:40.869613 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7950 | 2025.01.27 09:36:40.891397 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2025.01.27 09:36:40.891441 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7952 | 2025.01.27 09:36:40.899108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7953 | 2025.01.27 09:36:40.899886 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7954 | 2025.01.27 09:36:40.902587 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7955 | 2025.01.27 09:36:45.654214 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7956 | 2025.01.27 09:36:45.654440 [ 267 ] {dd927204-513b-4129-b959-40acdbc4cf28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7957 | 2025.01.27 09:36:45.654520 [ 267 ] {dd927204-513b-4129-b959-40acdbc4cf28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7958 | 2025.01.27 09:36:45.655391 [ 267 ] {dd927204-513b-4129-b959-40acdbc4cf28} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7959 | 2025.01.27 09:36:45.655432 [ 267 ] {dd927204-513b-4129-b959-40acdbc4cf28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7960 | 2025.01.27 09:36:45.655878 [ 267 ] {dd927204-513b-4129-b959-40acdbc4cf28} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7961 | 2025.01.27 09:36:45.656132 [ 267 ] {dd927204-513b-4129-b959-40acdbc4cf28} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7962 | 2025.01.27 09:36:45.656340 [ 267 ] {dd927204-513b-4129-b959-40acdbc4cf28} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.18 MiB/sec. | ||
| 7963 | 2025.01.27 09:36:45.656401 [ 267 ] {dd927204-513b-4129-b959-40acdbc4cf28} <Debug> TCPHandler: Processed in 0.002313354 sec. | ||
| 7964 | 2025.01.27 09:36:45.656700 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7965 | 2025.01.27 09:36:45.656917 [ 273 ] {a253a46c-00a9-4f18-8af4-53dedeea466c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7966 | 2025.01.27 09:36:45.656997 [ 273 ] {a253a46c-00a9-4f18-8af4-53dedeea466c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7967 | 2025.01.27 09:36:45.657786 [ 273 ] {a253a46c-00a9-4f18-8af4-53dedeea466c} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7968 | 2025.01.27 09:36:45.657830 [ 273 ] {a253a46c-00a9-4f18-8af4-53dedeea466c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7969 | 2025.01.27 09:36:45.658267 [ 273 ] {a253a46c-00a9-4f18-8af4-53dedeea466c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7970 | 2025.01.27 09:36:45.658535 [ 273 ] {a253a46c-00a9-4f18-8af4-53dedeea466c} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7971 | 2025.01.27 09:36:45.658779 [ 273 ] {a253a46c-00a9-4f18-8af4-53dedeea466c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001922 sec., 33298.64724245577 rows/sec., 2.60 MiB/sec. | ||
| 7972 | 2025.01.27 09:36:45.658835 [ 273 ] {a253a46c-00a9-4f18-8af4-53dedeea466c} <Debug> TCPHandler: Processed in 0.002309434 sec. | ||
| 7973 | 2025.01.27 09:36:45.659061 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7974 | 2025.01.27 09:36:45.659301 [ 267 ] {68f7db1c-9c6c-4199-a4ea-2e991756cc96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7975 | 2025.01.27 09:36:45.659369 [ 267 ] {68f7db1c-9c6c-4199-a4ea-2e991756cc96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7976 | 2025.01.27 09:36:45.659969 [ 267 ] {68f7db1c-9c6c-4199-a4ea-2e991756cc96} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7977 | 2025.01.27 09:36:45.660007 [ 267 ] {68f7db1c-9c6c-4199-a4ea-2e991756cc96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7978 | 2025.01.27 09:36:45.660427 [ 267 ] {68f7db1c-9c6c-4199-a4ea-2e991756cc96} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7979 | 2025.01.27 09:36:45.660666 [ 267 ] {68f7db1c-9c6c-4199-a4ea-2e991756cc96} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7980 | 2025.01.27 09:36:45.660850 [ 267 ] {68f7db1c-9c6c-4199-a4ea-2e991756cc96} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001608 sec., 99502.48756218905 rows/sec., 6.93 MiB/sec. | ||
| 7981 | 2025.01.27 09:36:45.660900 [ 267 ] {68f7db1c-9c6c-4199-a4ea-2e991756cc96} <Debug> TCPHandler: Processed in 0.001956886 sec. | ||
| 7982 | 2025.01.27 09:36:45.661034 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7983 | 2025.01.27 09:36:45.661154 [ 273 ] {cb4432f8-d467-4c5a-bd39-853afc7cd92e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7984 | 2025.01.27 09:36:45.661205 [ 273 ] {cb4432f8-d467-4c5a-bd39-853afc7cd92e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7985 | 2025.01.27 09:36:45.661801 [ 273 ] {cb4432f8-d467-4c5a-bd39-853afc7cd92e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7986 | 2025.01.27 09:36:45.661847 [ 273 ] {cb4432f8-d467-4c5a-bd39-853afc7cd92e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7987 | 2025.01.27 09:36:45.662294 [ 273 ] {cb4432f8-d467-4c5a-bd39-853afc7cd92e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7988 | 2025.01.27 09:36:45.662531 [ 273 ] {cb4432f8-d467-4c5a-bd39-853afc7cd92e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7989 | 2025.01.27 09:36:45.662730 [ 273 ] {cb4432f8-d467-4c5a-bd39-853afc7cd92e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001601 sec., 37476.57713928795 rows/sec., 2.53 MiB/sec. | ||
| 7990 | 2025.01.27 09:36:45.662779 [ 273 ] {cb4432f8-d467-4c5a-bd39-853afc7cd92e} <Debug> TCPHandler: Processed in 0.001802671 sec. | ||
| 7991 | 2025.01.27 09:36:47.062564 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 7992 | 2025.01.27 09:36:47.063239 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7993 | 2025.01.27 09:36:47.063287 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7994 | 2025.01.27 09:36:47.063815 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7995 | 2025.01.27 09:36:47.064066 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7996 | 2025.01.27 09:36:47.064285 [ 54 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7997 | 2025.01.27 09:36:47.064318 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 7998 | 2025.01.27 09:36:47.064378 [ 54 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7999 | 2025.01.27 09:36:47.064409 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8000 | 2025.01.27 09:36:47.064660 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 8001 | 2025.01.27 09:36:47.064876 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8002 | 2025.01.27 09:36:47.064924 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 8003 | 2025.01.27 09:36:47.065012 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 8004 | 2025.01.27 09:36:47.065184 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 8005 | 2025.01.27 09:36:47.065413 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 8006 | 2025.01.27 09:36:47.065600 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 8007 | 2025.01.27 09:36:47.065764 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 8008 | 2025.01.27 09:36:47.068352 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.00385586 sec., 4888403.6246129265 rows/sec., 69.93 MiB/sec. | ||
| 8009 | 2025.01.27 09:36:47.068726 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8010 | 2025.01.27 09:36:47.069080 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_41_8} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8011 | 2025.01.27 09:36:47.069176 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_41_8} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8012 | 2025.01.27 09:36:47.069297 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8013 | 2025.01.27 09:36:48.403614 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8014 | 2025.01.27 09:36:48.425069 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8015 | 2025.01.27 09:36:48.425130 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8016 | 2025.01.27 09:36:48.432711 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8017 | 2025.01.27 09:36:48.433484 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8018 | 2025.01.27 09:36:48.433915 [ 53 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8019 | 2025.01.27 09:36:48.434097 [ 53 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8020 | 2025.01.27 09:36:48.434228 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8021 | 2025.01.27 09:36:48.434912 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 8022 | 2025.01.27 09:36:48.451870 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8023 | 2025.01.27 09:36:48.453341 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8024 | 2025.01.27 09:36:48.454582 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 8025 | 2025.01.27 09:36:48.460268 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 8026 | 2025.01.27 09:36:48.465906 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 8027 | 2025.01.27 09:36:48.471928 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 8028 | 2025.01.27 09:36:48.477549 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 8029 | 2025.01.27 09:36:48.482160 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 8030 | 2025.01.27 09:36:48.548650 [ 194 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.114236644 sec., 2704.9113942808053 rows/sec., 13.99 MiB/sec. | ||
| 8031 | 2025.01.27 09:36:48.551519 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8032 | 2025.01.27 09:36:48.554377 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_41_8} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2025.01.27 09:36:48.554480 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_41_8} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8034 | 2025.01.27 09:36:48.556762 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8035 | 2025.01.27 09:36:49.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.21 MiB, peak 229.62 MiB, free memory in arenas 0.00 B, will set to 218.63 MiB (RSS), difference: 2.42 MiB | ||
| 8036 | 2025.01.27 09:36:49.649626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1130 | ||
| 8037 | 2025.01.27 09:36:49.652694 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8038 | 2025.01.27 09:36:49.652739 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8039 | 2025.01.27 09:36:49.654175 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8040 | 2025.01.27 09:36:49.654485 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8041 | 2025.01.27 09:36:49.656281 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1130 | ||
| 8042 | 2025.01.27 09:36:50.660423 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8043 | 2025.01.27 09:36:50.660611 [ 267 ] {a9a66f50-45a6-44dc-873f-6af0a1ba39a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8044 | 2025.01.27 09:36:50.660682 [ 267 ] {a9a66f50-45a6-44dc-873f-6af0a1ba39a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8045 | 2025.01.27 09:36:50.661458 [ 267 ] {a9a66f50-45a6-44dc-873f-6af0a1ba39a6} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8046 | 2025.01.27 09:36:50.661499 [ 267 ] {a9a66f50-45a6-44dc-873f-6af0a1ba39a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8047 | 2025.01.27 09:36:50.661930 [ 267 ] {a9a66f50-45a6-44dc-873f-6af0a1ba39a6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8048 | 2025.01.27 09:36:50.662193 [ 267 ] {a9a66f50-45a6-44dc-873f-6af0a1ba39a6} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8049 | 2025.01.27 09:36:50.662343 [ 49 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8050 | 2025.01.27 09:36:50.662398 [ 49 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8051 | 2025.01.27 09:36:50.662402 [ 267 ] {a9a66f50-45a6-44dc-873f-6af0a1ba39a6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001845 sec., 7588.075880758807 rows/sec., 546.24 KiB/sec. | ||
| 8052 | 2025.01.27 09:36:50.662423 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8053 | 2025.01.27 09:36:50.662510 [ 267 ] {a9a66f50-45a6-44dc-873f-6af0a1ba39a6} <Debug> TCPHandler: Processed in 0.002227662 sec. | ||
| 8054 | 2025.01.27 09:36:50.662804 [ 198 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 8055 | 2025.01.27 09:36:50.662920 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8056 | 2025.01.27 09:36:50.663016 [ 198 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8057 | 2025.01.27 09:36:50.663079 [ 198 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 8058 | 2025.01.27 09:36:50.663243 [ 273 ] {3a396c3c-72b5-45eb-beb4-9d22fdcb54d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8059 | 2025.01.27 09:36:50.663303 [ 198 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 8060 | 2025.01.27 09:36:50.663406 [ 273 ] {3a396c3c-72b5-45eb-beb4-9d22fdcb54d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8061 | 2025.01.27 09:36:50.663643 [ 198 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 8062 | 2025.01.27 09:36:50.663992 [ 198 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 8063 | 2025.01.27 09:36:50.664277 [ 198 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::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 | ||
| 8064 | 2025.01.27 09:36:50.666288 [ 273 ] {3a396c3c-72b5-45eb-beb4-9d22fdcb54d1} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8065 | 2025.01.27 09:36:50.666366 [ 273 ] {3a396c3c-72b5-45eb-beb4-9d22fdcb54d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8066 | 2025.01.27 09:36:50.666871 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004332961 sec., 16155.234261282298 rows/sec., 1.20 MiB/sec. | ||
| 8067 | 2025.01.27 09:36:50.667085 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8068 | 2025.01.27 09:36:50.667495 [ 273 ] {3a396c3c-72b5-45eb-beb4-9d22fdcb54d1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8069 | 2025.01.27 09:36:50.667592 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_29_7} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2025.01.27 09:36:50.667756 [ 194 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_29_7} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8071 | 2025.01.27 09:36:50.667915 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8072 | 2025.01.27 09:36:50.668010 [ 273 ] {3a396c3c-72b5-45eb-beb4-9d22fdcb54d1} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8073 | 2025.01.27 09:36:50.668318 [ 273 ] {3a396c3c-72b5-45eb-beb4-9d22fdcb54d1} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.005203 sec., 54007.30347876225 rows/sec., 4.76 MiB/sec. | ||
| 8074 | 2025.01.27 09:36:50.668407 [ 273 ] {3a396c3c-72b5-45eb-beb4-9d22fdcb54d1} <Debug> TCPHandler: Processed in 0.005730844 sec. | ||
| 8075 | 2025.01.27 09:36:50.668604 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8076 | 2025.01.27 09:36:50.668763 [ 267 ] {b02322b6-0e77-4154-915d-90c550ec121e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8077 | 2025.01.27 09:36:50.668828 [ 267 ] {b02322b6-0e77-4154-915d-90c550ec121e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8078 | 2025.01.27 09:36:50.669564 [ 267 ] {b02322b6-0e77-4154-915d-90c550ec121e} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8079 | 2025.01.27 09:36:50.669604 [ 267 ] {b02322b6-0e77-4154-915d-90c550ec121e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8080 | 2025.01.27 09:36:50.670079 [ 267 ] {b02322b6-0e77-4154-915d-90c550ec121e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8081 | 2025.01.27 09:36:50.670410 [ 267 ] {b02322b6-0e77-4154-915d-90c550ec121e} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8082 | 2025.01.27 09:36:50.670616 [ 267 ] {b02322b6-0e77-4154-915d-90c550ec121e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001892 sec., 24312.896405919662 rows/sec., 1.75 MiB/sec. | ||
| 8083 | 2025.01.27 09:36:50.670682 [ 267 ] {b02322b6-0e77-4154-915d-90c550ec121e} <Debug> TCPHandler: Processed in 0.00214933 sec. | ||
| 8084 | 2025.01.27 09:36:50.670716 [ 49 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8085 | 2025.01.27 09:36:50.670771 [ 49 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8086 | 2025.01.27 09:36:50.670795 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8087 | 2025.01.27 09:36:50.671042 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 8088 | 2025.01.27 09:36:50.671104 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8089 | 2025.01.27 09:36:50.671541 [ 273 ] {bbc497e1-9601-49b9-add4-90a3d1e3d9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8090 | 2025.01.27 09:36:50.671627 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8091 | 2025.01.27 09:36:50.671687 [ 273 ] {bbc497e1-9601-49b9-add4-90a3d1e3d9c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8092 | 2025.01.27 09:36:50.671724 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 8093 | 2025.01.27 09:36:50.671927 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 8094 | 2025.01.27 09:36:50.672126 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 8095 | 2025.01.27 09:36:50.672376 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 48 rows starting from the beginning of the part | ||
| 8096 | 2025.01.27 09:36:50.672605 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::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 | ||
| 8097 | 2025.01.27 09:36:50.672802 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 46 rows starting from the beginning of the part | ||
| 8098 | 2025.01.27 09:36:50.673396 [ 273 ] {bbc497e1-9601-49b9-add4-90a3d1e3d9c0} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2025.01.27 09:36:50.673444 [ 273 ] {bbc497e1-9601-49b9-add4-90a3d1e3d9c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8100 | 2025.01.27 09:36:50.674019 [ 273 ] {bbc497e1-9601-49b9-add4-90a3d1e3d9c0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8101 | 2025.01.27 09:36:50.674312 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.00344681 sec., 85876.50610274429 rows/sec., 6.48 MiB/sec. | ||
| 8102 | 2025.01.27 09:36:50.674421 [ 273 ] {bbc497e1-9601-49b9-add4-90a3d1e3d9c0} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8103 | 2025.01.27 09:36:50.674542 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8104 | 2025.01.27 09:36:50.674714 [ 49 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8105 | 2025.01.27 09:36:50.674814 [ 49 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8106 | 2025.01.27 09:36:50.674900 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8107 | 2025.01.27 09:36:50.675101 [ 273 ] {bbc497e1-9601-49b9-add4-90a3d1e3d9c0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00364 sec., 3846.153846153846 rows/sec., 269.36 KiB/sec. | ||
| 8108 | 2025.01.27 09:36:50.675512 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_29_6} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8109 | 2025.01.27 09:36:50.675716 [ 273 ] {bbc497e1-9601-49b9-add4-90a3d1e3d9c0} <Debug> TCPHandler: Processed in 0.004817552 sec. | ||
| 8110 | 2025.01.27 09:36:50.675940 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_29_6} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8111 | 2025.01.27 09:36:50.676114 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8112 | 2025.01.27 09:36:50.676192 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 8113 | 2025.01.27 09:36:50.676232 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8114 | 2025.01.27 09:36:50.676397 [ 267 ] {9f3187a1-27ea-4b81-8a35-49f2f7e6c63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8115 | 2025.01.27 09:36:50.676431 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8116 | 2025.01.27 09:36:50.676467 [ 267 ] {9f3187a1-27ea-4b81-8a35-49f2f7e6c63a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8117 | 2025.01.27 09:36:50.676478 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 242 rows starting from the beginning of the part | ||
| 8118 | 2025.01.27 09:36:50.676742 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 8119 | 2025.01.27 09:36:50.677118 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 8120 | 2025.01.27 09:36:50.677501 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 8121 | 2025.01.27 09:36:50.677811 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 8122 | 2025.01.27 09:36:50.678150 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::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 | ||
| 8123 | 2025.01.27 09:36:50.678998 [ 267 ] {9f3187a1-27ea-4b81-8a35-49f2f7e6c63a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8124 | 2025.01.27 09:36:50.679040 [ 267 ] {9f3187a1-27ea-4b81-8a35-49f2f7e6c63a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8125 | 2025.01.27 09:36:50.679577 [ 267 ] {9f3187a1-27ea-4b81-8a35-49f2f7e6c63a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8126 | 2025.01.27 09:36:50.679958 [ 267 ] {9f3187a1-27ea-4b81-8a35-49f2f7e6c63a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8127 | 2025.01.27 09:36:50.680012 [ 199 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004982296 sec., 108383.76523594745 rows/sec., 7.76 MiB/sec. | ||
| 8128 | 2025.01.27 09:36:50.680149 [ 49 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8129 | 2025.01.27 09:36:50.680198 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8130 | 2025.01.27 09:36:50.680207 [ 49 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8131 | 2025.01.27 09:36:50.680264 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8132 | 2025.01.27 09:36:50.680268 [ 267 ] {9f3187a1-27ea-4b81-8a35-49f2f7e6c63a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003911 sec., 3323.958066990539 rows/sec., 207.25 KiB/sec. | ||
| 8133 | 2025.01.27 09:36:50.680870 [ 267 ] {9f3187a1-27ea-4b81-8a35-49f2f7e6c63a} <Debug> TCPHandler: Processed in 0.004964246 sec. | ||
| 8134 | 2025.01.27 09:36:50.680902 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 8135 | 2025.01.27 09:36:50.681300 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8136 | 2025.01.27 09:36:50.681501 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_29_6} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8137 | 2025.01.27 09:36:50.681817 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8138 | 2025.01.27 09:36:50.681852 [ 273 ] {a95062fd-d795-45f1-9ba3-d8f3fd018e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8139 | 2025.01.27 09:36:50.681929 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 8140 | 2025.01.27 09:36:50.681955 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_29_6} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8141 | 2025.01.27 09:36:50.681987 [ 273 ] {a95062fd-d795-45f1-9ba3-d8f3fd018e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8142 | 2025.01.27 09:36:50.682356 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8143 | 2025.01.27 09:36:50.682392 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 8144 | 2025.01.27 09:36:50.682677 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 8145 | 2025.01.27 09:36:50.682892 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 8146 | 2025.01.27 09:36:50.683157 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::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 | ||
| 8147 | 2025.01.27 09:36:50.684277 [ 273 ] {a95062fd-d795-45f1-9ba3-d8f3fd018e4e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8148 | 2025.01.27 09:36:50.684320 [ 273 ] {a95062fd-d795-45f1-9ba3-d8f3fd018e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8149 | 2025.01.27 09:36:50.684583 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004186037 sec., 15527.813060419676 rows/sec., 1.00 MiB/sec. | ||
| 8150 | 2025.01.27 09:36:50.684704 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8151 | 2025.01.27 09:36:50.684901 [ 273 ] {a95062fd-d795-45f1-9ba3-d8f3fd018e4e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8152 | 2025.01.27 09:36:50.685050 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_29_7} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8153 | 2025.01.27 09:36:50.685138 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_29_7} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8154 | 2025.01.27 09:36:50.685233 [ 273 ] {a95062fd-d795-45f1-9ba3-d8f3fd018e4e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8155 | 2025.01.27 09:36:50.685239 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8156 | 2025.01.27 09:36:50.685465 [ 273 ] {a95062fd-d795-45f1-9ba3-d8f3fd018e4e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003791 sec., 111052.49274597732 rows/sec., 7.94 MiB/sec. | ||
| 8157 | 2025.01.27 09:36:50.685522 [ 273 ] {a95062fd-d795-45f1-9ba3-d8f3fd018e4e} <Debug> TCPHandler: Processed in 0.004504024 sec. | ||
| 8158 | 2025.01.27 09:36:50.685679 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8159 | 2025.01.27 09:36:50.685805 [ 267 ] {bc14b098-f11c-41dc-a03b-3ec3e9698f1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8160 | 2025.01.27 09:36:50.685856 [ 267 ] {bc14b098-f11c-41dc-a03b-3ec3e9698f1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8161 | 2025.01.27 09:36:50.686329 [ 267 ] {bc14b098-f11c-41dc-a03b-3ec3e9698f1d} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8162 | 2025.01.27 09:36:50.686366 [ 267 ] {bc14b098-f11c-41dc-a03b-3ec3e9698f1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8163 | 2025.01.27 09:36:50.686727 [ 267 ] {bc14b098-f11c-41dc-a03b-3ec3e9698f1d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8164 | 2025.01.27 09:36:50.686966 [ 267 ] {bc14b098-f11c-41dc-a03b-3ec3e9698f1d} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8165 | 2025.01.27 09:36:50.687104 [ 49 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8166 | 2025.01.27 09:36:50.687154 [ 267 ] {bc14b098-f11c-41dc-a03b-3ec3e9698f1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001372 sec., 4373.1778425655975 rows/sec., 228.48 KiB/sec. | ||
| 8167 | 2025.01.27 09:36:50.687154 [ 49 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8168 | 2025.01.27 09:36:50.687210 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8169 | 2025.01.27 09:36:50.687222 [ 267 ] {bc14b098-f11c-41dc-a03b-3ec3e9698f1d} <Debug> TCPHandler: Processed in 0.001596637 sec. | ||
| 8170 | 2025.01.27 09:36:50.687473 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8171 | 2025.01.27 09:36:50.687635 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 8172 | 2025.01.27 09:36:50.687872 [ 273 ] {3fe1b690-3f04-4e89-8bde-dd14a352af5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8173 | 2025.01.27 09:36:50.688101 [ 273 ] {3fe1b690-3f04-4e89-8bde-dd14a352af5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8174 | 2025.01.27 09:36:50.688215 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8175 | 2025.01.27 09:36:50.688327 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 8176 | 2025.01.27 09:36:50.688501 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 8177 | 2025.01.27 09:36:50.688794 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 8178 | 2025.01.27 09:36:50.689135 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 8179 | 2025.01.27 09:36:50.689330 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 8180 | 2025.01.27 09:36:50.689649 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::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 | ||
| 8181 | 2025.01.27 09:36:50.690263 [ 273 ] {3fe1b690-3f04-4e89-8bde-dd14a352af5c} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8182 | 2025.01.27 09:36:50.690306 [ 273 ] {3fe1b690-3f04-4e89-8bde-dd14a352af5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8183 | 2025.01.27 09:36:50.690947 [ 273 ] {3fe1b690-3f04-4e89-8bde-dd14a352af5c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8184 | 2025.01.27 09:36:50.691091 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.003778877 sec., 46045.42566482053 rows/sec., 2.35 MiB/sec. | ||
| 8185 | 2025.01.27 09:36:50.691385 [ 273 ] {3fe1b690-3f04-4e89-8bde-dd14a352af5c} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8186 | 2025.01.27 09:36:50.691414 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8187 | 2025.01.27 09:36:50.691778 [ 273 ] {3fe1b690-3f04-4e89-8bde-dd14a352af5c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004051 sec., 58504.07306837818 rows/sec., 3.92 MiB/sec. | ||
| 8188 | 2025.01.27 09:36:50.691930 [ 273 ] {3fe1b690-3f04-4e89-8bde-dd14a352af5c} <Debug> TCPHandler: Processed in 0.004597687 sec. | ||
| 8189 | 2025.01.27 09:36:50.692067 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_29_6} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8190 | 2025.01.27 09:36:50.692130 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8191 | 2025.01.27 09:36:50.692165 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_29_6} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8192 | 2025.01.27 09:36:50.692263 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8193 | 2025.01.27 09:36:50.692305 [ 267 ] {27884609-ad29-49b0-a64d-acb8493cd3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8194 | 2025.01.27 09:36:50.692364 [ 267 ] {27884609-ad29-49b0-a64d-acb8493cd3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8195 | 2025.01.27 09:36:50.692806 [ 267 ] {27884609-ad29-49b0-a64d-acb8493cd3b5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8196 | 2025.01.27 09:36:50.692843 [ 267 ] {27884609-ad29-49b0-a64d-acb8493cd3b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8197 | 2025.01.27 09:36:50.693187 [ 267 ] {27884609-ad29-49b0-a64d-acb8493cd3b5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8198 | 2025.01.27 09:36:50.693427 [ 267 ] {27884609-ad29-49b0-a64d-acb8493cd3b5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8199 | 2025.01.27 09:36:50.693643 [ 267 ] {27884609-ad29-49b0-a64d-acb8493cd3b5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00137 sec., 729.9270072992701 rows/sec., 49.18 KiB/sec. | ||
| 8200 | 2025.01.27 09:36:50.693817 [ 267 ] {27884609-ad29-49b0-a64d-acb8493cd3b5} <Debug> TCPHandler: Processed in 0.001775891 sec. | ||
| 8201 | 2025.01.27 09:36:50.694018 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8202 | 2025.01.27 09:36:50.694139 [ 273 ] {d9f8fd8e-bdee-4bb5-80b5-66df86a2560e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8203 | 2025.01.27 09:36:50.694213 [ 273 ] {d9f8fd8e-bdee-4bb5-80b5-66df86a2560e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8204 | 2025.01.27 09:36:50.695365 [ 273 ] {d9f8fd8e-bdee-4bb5-80b5-66df86a2560e} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8205 | 2025.01.27 09:36:50.695403 [ 273 ] {d9f8fd8e-bdee-4bb5-80b5-66df86a2560e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8206 | 2025.01.27 09:36:50.696067 [ 273 ] {d9f8fd8e-bdee-4bb5-80b5-66df86a2560e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8207 | 2025.01.27 09:36:50.696324 [ 273 ] {d9f8fd8e-bdee-4bb5-80b5-66df86a2560e} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8208 | 2025.01.27 09:36:50.696587 [ 273 ] {d9f8fd8e-bdee-4bb5-80b5-66df86a2560e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002471 sec., 15783.083771752326 rows/sec., 28.28 MiB/sec. | ||
| 8209 | 2025.01.27 09:36:50.696880 [ 273 ] {d9f8fd8e-bdee-4bb5-80b5-66df86a2560e} <Debug> TCPHandler: Processed in 0.002956189 sec. | ||
| 8210 | 2025.01.27 09:36:50.697049 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8211 | 2025.01.27 09:36:50.697187 [ 267 ] {94bb70f5-fc49-48ee-bd2b-1067c9ae3e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8212 | 2025.01.27 09:36:50.697246 [ 267 ] {94bb70f5-fc49-48ee-bd2b-1067c9ae3e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8213 | 2025.01.27 09:36:50.697758 [ 267 ] {94bb70f5-fc49-48ee-bd2b-1067c9ae3e8f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8214 | 2025.01.27 09:36:50.697795 [ 267 ] {94bb70f5-fc49-48ee-bd2b-1067c9ae3e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8215 | 2025.01.27 09:36:50.698160 [ 267 ] {94bb70f5-fc49-48ee-bd2b-1067c9ae3e8f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8216 | 2025.01.27 09:36:50.698396 [ 267 ] {94bb70f5-fc49-48ee-bd2b-1067c9ae3e8f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8217 | 2025.01.27 09:36:50.698573 [ 267 ] {94bb70f5-fc49-48ee-bd2b-1067c9ae3e8f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001418 sec., 57827.92665726375 rows/sec., 3.67 MiB/sec. | ||
| 8218 | 2025.01.27 09:36:50.698620 [ 267 ] {94bb70f5-fc49-48ee-bd2b-1067c9ae3e8f} <Debug> TCPHandler: Processed in 0.001639009 sec. | ||
| 8219 | 2025.01.27 09:36:54.397747 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8220 | 2025.01.27 09:36:54.397855 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8221 | 2025.01.27 09:36:54.565429 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8222 | 2025.01.27 09:36:54.566058 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8223 | 2025.01.27 09:36:54.566108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8224 | 2025.01.27 09:36:54.566634 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8225 | 2025.01.27 09:36:54.566888 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8226 | 2025.01.27 09:36:54.567117 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8227 | 2025.01.27 09:36:55.654296 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8228 | 2025.01.27 09:36:55.654487 [ 267 ] {a7e9d256-6873-47c6-8c45-24e0214b48a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8229 | 2025.01.27 09:36:55.654561 [ 267 ] {a7e9d256-6873-47c6-8c45-24e0214b48a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8230 | 2025.01.27 09:36:55.655342 [ 267 ] {a7e9d256-6873-47c6-8c45-24e0214b48a8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8231 | 2025.01.27 09:36:55.655393 [ 267 ] {a7e9d256-6873-47c6-8c45-24e0214b48a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8232 | 2025.01.27 09:36:55.655827 [ 267 ] {a7e9d256-6873-47c6-8c45-24e0214b48a8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8233 | 2025.01.27 09:36:55.656076 [ 267 ] {a7e9d256-6873-47c6-8c45-24e0214b48a8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8234 | 2025.01.27 09:36:55.656302 [ 267 ] {a7e9d256-6873-47c6-8c45-24e0214b48a8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001867 sec., 29994.643813604715 rows/sec., 2.29 MiB/sec. | ||
| 8235 | 2025.01.27 09:36:55.656371 [ 267 ] {a7e9d256-6873-47c6-8c45-24e0214b48a8} <Debug> TCPHandler: Processed in 0.002205261 sec. | ||
| 8236 | 2025.01.27 09:36:55.656650 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8237 | 2025.01.27 09:36:55.656842 [ 273 ] {de468862-1a68-4df3-92a6-a72f1d3bab08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8238 | 2025.01.27 09:36:55.656914 [ 273 ] {de468862-1a68-4df3-92a6-a72f1d3bab08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8239 | 2025.01.27 09:36:55.657655 [ 273 ] {de468862-1a68-4df3-92a6-a72f1d3bab08} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8240 | 2025.01.27 09:36:55.657696 [ 273 ] {de468862-1a68-4df3-92a6-a72f1d3bab08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8241 | 2025.01.27 09:36:55.658130 [ 273 ] {de468862-1a68-4df3-92a6-a72f1d3bab08} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8242 | 2025.01.27 09:36:55.658384 [ 273 ] {de468862-1a68-4df3-92a6-a72f1d3bab08} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8243 | 2025.01.27 09:36:55.658621 [ 273 ] {de468862-1a68-4df3-92a6-a72f1d3bab08} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001833 sec., 34915.43917075832 rows/sec., 2.73 MiB/sec. | ||
| 8244 | 2025.01.27 09:36:55.658680 [ 273 ] {de468862-1a68-4df3-92a6-a72f1d3bab08} <Debug> TCPHandler: Processed in 0.002185281 sec. | ||
| 8245 | 2025.01.27 09:36:55.658890 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8246 | 2025.01.27 09:36:55.659113 [ 267 ] {0fed9f13-0512-4bc3-a9e3-13680c7d09f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8247 | 2025.01.27 09:36:55.659210 [ 267 ] {0fed9f13-0512-4bc3-a9e3-13680c7d09f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8248 | 2025.01.27 09:36:55.659963 [ 267 ] {0fed9f13-0512-4bc3-a9e3-13680c7d09f7} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8249 | 2025.01.27 09:36:55.660002 [ 267 ] {0fed9f13-0512-4bc3-a9e3-13680c7d09f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8250 | 2025.01.27 09:36:55.660395 [ 267 ] {0fed9f13-0512-4bc3-a9e3-13680c7d09f7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8251 | 2025.01.27 09:36:55.660647 [ 267 ] {0fed9f13-0512-4bc3-a9e3-13680c7d09f7} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8252 | 2025.01.27 09:36:55.660865 [ 267 ] {0fed9f13-0512-4bc3-a9e3-13680c7d09f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001807 sec., 88544.54897620364 rows/sec., 6.17 MiB/sec. | ||
| 8253 | 2025.01.27 09:36:55.660916 [ 267 ] {0fed9f13-0512-4bc3-a9e3-13680c7d09f7} <Debug> TCPHandler: Processed in 0.00213415 sec. | ||
| 8254 | 2025.01.27 09:36:55.661056 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8255 | 2025.01.27 09:36:55.661177 [ 273 ] {e08a2215-173c-4398-8459-0e9647811a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8256 | 2025.01.27 09:36:55.661229 [ 273 ] {e08a2215-173c-4398-8459-0e9647811a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8257 | 2025.01.27 09:36:55.661734 [ 273 ] {e08a2215-173c-4398-8459-0e9647811a85} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8258 | 2025.01.27 09:36:55.661773 [ 273 ] {e08a2215-173c-4398-8459-0e9647811a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8259 | 2025.01.27 09:36:55.662159 [ 273 ] {e08a2215-173c-4398-8459-0e9647811a85} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8260 | 2025.01.27 09:36:55.662398 [ 273 ] {e08a2215-173c-4398-8459-0e9647811a85} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8261 | 2025.01.27 09:36:55.662608 [ 273 ] {e08a2215-173c-4398-8459-0e9647811a85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. | ||
| 8262 | 2025.01.27 09:36:55.662658 [ 273 ] {e08a2215-173c-4398-8459-0e9647811a85} <Debug> TCPHandler: Processed in 0.001659678 sec. | ||
| 8263 | 2025.01.27 09:36:55.952923 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8264 | 2025.01.27 09:36:55.971257 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8265 | 2025.01.27 09:36:55.971313 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8266 | 2025.01.27 09:36:55.978311 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8267 | 2025.01.27 09:36:55.978972 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8268 | 2025.01.27 09:36:55.979385 [ 267 ] {270ecca4-79a6-4f16-aaa0-c0765ed9d0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8269 | 2025.01.27 09:36:55.979461 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8270 | 2025.01.27 09:36:55.979511 [ 267 ] {270ecca4-79a6-4f16-aaa0-c0765ed9d0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8271 | 2025.01.27 09:36:55.982553 [ 267 ] {270ecca4-79a6-4f16-aaa0-c0765ed9d0cc} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8272 | 2025.01.27 09:36:55.982661 [ 267 ] {270ecca4-79a6-4f16-aaa0-c0765ed9d0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8273 | 2025.01.27 09:36:55.984120 [ 267 ] {270ecca4-79a6-4f16-aaa0-c0765ed9d0cc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8274 | 2025.01.27 09:36:55.985291 [ 267 ] {270ecca4-79a6-4f16-aaa0-c0765ed9d0cc} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8275 | 2025.01.27 09:36:55.986509 [ 267 ] {270ecca4-79a6-4f16-aaa0-c0765ed9d0cc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.007259 sec., 1928.6403085824495 rows/sec., 138.84 KiB/sec. | ||
| 8276 | 2025.01.27 09:36:55.986930 [ 267 ] {270ecca4-79a6-4f16-aaa0-c0765ed9d0cc} <Debug> TCPHandler: Processed in 0.008149009 sec. | ||
| 8277 | 2025.01.27 09:36:55.987432 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8278 | 2025.01.27 09:36:55.987903 [ 273 ] {2865c8d5-54e1-4801-b4de-61693bbfeb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8279 | 2025.01.27 09:36:55.988095 [ 273 ] {2865c8d5-54e1-4801-b4de-61693bbfeb42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8280 | 2025.01.27 09:36:55.991501 [ 273 ] {2865c8d5-54e1-4801-b4de-61693bbfeb42} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8281 | 2025.01.27 09:36:55.991616 [ 273 ] {2865c8d5-54e1-4801-b4de-61693bbfeb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8282 | 2025.01.27 09:36:55.993240 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8283 | 2025.01.27 09:36:55.993296 [ 273 ] {2865c8d5-54e1-4801-b4de-61693bbfeb42} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8284 | 2025.01.27 09:36:55.993568 [ 273 ] {2865c8d5-54e1-4801-b4de-61693bbfeb42} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8285 | 2025.01.27 09:36:55.993843 [ 273 ] {2865c8d5-54e1-4801-b4de-61693bbfeb42} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.006113 sec., 2617.3728120399146 rows/sec., 213.43 KiB/sec. | ||
| 8286 | 2025.01.27 09:36:55.994063 [ 273 ] {2865c8d5-54e1-4801-b4de-61693bbfeb42} <Debug> TCPHandler: Processed in 0.006946781 sec. | ||
| 8287 | 2025.01.27 09:36:55.994249 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8288 | 2025.01.27 09:36:55.994389 [ 267 ] {4dc5c337-b642-42a5-b88f-e46f57462595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8289 | 2025.01.27 09:36:55.994449 [ 267 ] {4dc5c337-b642-42a5-b88f-e46f57462595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8290 | 2025.01.27 09:36:55.995663 [ 267 ] {4dc5c337-b642-42a5-b88f-e46f57462595} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8291 | 2025.01.27 09:36:55.995705 [ 267 ] {4dc5c337-b642-42a5-b88f-e46f57462595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8292 | 2025.01.27 09:36:55.996236 [ 267 ] {4dc5c337-b642-42a5-b88f-e46f57462595} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8293 | 2025.01.27 09:36:55.996485 [ 267 ] {4dc5c337-b642-42a5-b88f-e46f57462595} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8294 | 2025.01.27 09:36:55.996704 [ 267 ] {4dc5c337-b642-42a5-b88f-e46f57462595} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002346 sec., 609121.9096334185 rows/sec., 50.82 MiB/sec. | ||
| 8295 | 2025.01.27 09:36:55.996757 [ 267 ] {4dc5c337-b642-42a5-b88f-e46f57462595} <Debug> TCPHandler: Processed in 0.00257412 sec. | ||
| 8296 | 2025.01.27 09:36:55.996928 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8297 | 2025.01.27 09:36:55.997068 [ 273 ] {a4fa1de4-7c7b-4cbe-8699-074fde98f1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8298 | 2025.01.27 09:36:55.997126 [ 273 ] {a4fa1de4-7c7b-4cbe-8699-074fde98f1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8299 | 2025.01.27 09:36:55.997797 [ 273 ] {a4fa1de4-7c7b-4cbe-8699-074fde98f1de} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8300 | 2025.01.27 09:36:55.997835 [ 273 ] {a4fa1de4-7c7b-4cbe-8699-074fde98f1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8301 | 2025.01.27 09:36:55.998194 [ 273 ] {a4fa1de4-7c7b-4cbe-8699-074fde98f1de} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8302 | 2025.01.27 09:36:55.998435 [ 273 ] {a4fa1de4-7c7b-4cbe-8699-074fde98f1de} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8303 | 2025.01.27 09:36:55.998639 [ 273 ] {a4fa1de4-7c7b-4cbe-8699-074fde98f1de} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001602 sec., 38701.62297128589 rows/sec., 2.75 MiB/sec. | ||
| 8304 | 2025.01.27 09:36:55.998690 [ 273 ] {a4fa1de4-7c7b-4cbe-8699-074fde98f1de} <Debug> TCPHandler: Processed in 0.001832333 sec. | ||
| 8305 | 2025.01.27 09:36:55.998905 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8306 | 2025.01.27 09:36:55.999123 [ 267 ] {1c08cde9-4d05-4dad-94b4-88a545f2e298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8307 | 2025.01.27 09:36:55.999213 [ 267 ] {1c08cde9-4d05-4dad-94b4-88a545f2e298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8308 | 2025.01.27 09:36:56.000079 [ 267 ] {1c08cde9-4d05-4dad-94b4-88a545f2e298} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8309 | 2025.01.27 09:36:56.000171 [ 267 ] {1c08cde9-4d05-4dad-94b4-88a545f2e298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8310 | 2025.01.27 09:36:56.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.72 MiB, peak 229.62 MiB, free memory in arenas 0.00 B, will set to 218.71 MiB (RSS), difference: -1.00 MiB | ||
| 8311 | 2025.01.27 09:36:56.000646 [ 267 ] {1c08cde9-4d05-4dad-94b4-88a545f2e298} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8312 | 2025.01.27 09:36:56.000884 [ 267 ] {1c08cde9-4d05-4dad-94b4-88a545f2e298} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8313 | 2025.01.27 09:36:56.001105 [ 267 ] {1c08cde9-4d05-4dad-94b4-88a545f2e298} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002033 sec., 119035.9075258239 rows/sec., 8.06 MiB/sec. | ||
| 8314 | 2025.01.27 09:36:56.001219 [ 267 ] {1c08cde9-4d05-4dad-94b4-88a545f2e298} <Debug> TCPHandler: Processed in 0.002424466 sec. | ||
| 8315 | 2025.01.27 09:36:56.001390 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8316 | 2025.01.27 09:36:56.001527 [ 273 ] {80479c66-318b-4913-a1fd-f07e4807792b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8317 | 2025.01.27 09:36:56.001583 [ 273 ] {80479c66-318b-4913-a1fd-f07e4807792b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8318 | 2025.01.27 09:36:56.002266 [ 273 ] {80479c66-318b-4913-a1fd-f07e4807792b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8319 | 2025.01.27 09:36:56.002312 [ 273 ] {80479c66-318b-4913-a1fd-f07e4807792b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8320 | 2025.01.27 09:36:56.002708 [ 273 ] {80479c66-318b-4913-a1fd-f07e4807792b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8321 | 2025.01.27 09:36:56.002961 [ 273 ] {80479c66-318b-4913-a1fd-f07e4807792b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8322 | 2025.01.27 09:36:56.003171 [ 273 ] {80479c66-318b-4913-a1fd-f07e4807792b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001674 sec., 7765.830346475508 rows/sec., 484.20 KiB/sec. | ||
| 8323 | 2025.01.27 09:36:56.003223 [ 273 ] {80479c66-318b-4913-a1fd-f07e4807792b} <Debug> TCPHandler: Processed in 0.001919975 sec. | ||
| 8324 | 2025.01.27 09:36:56.003374 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8325 | 2025.01.27 09:36:56.003489 [ 267 ] {7b026df2-fec2-4a04-ba1e-7fa5e974831d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8326 | 2025.01.27 09:36:56.003535 [ 267 ] {7b026df2-fec2-4a04-ba1e-7fa5e974831d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8327 | 2025.01.27 09:36:56.004536 [ 267 ] {7b026df2-fec2-4a04-ba1e-7fa5e974831d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2025.01.27 09:36:56.004580 [ 267 ] {7b026df2-fec2-4a04-ba1e-7fa5e974831d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8329 | 2025.01.27 09:36:56.004975 [ 267 ] {7b026df2-fec2-4a04-ba1e-7fa5e974831d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8330 | 2025.01.27 09:36:56.005213 [ 267 ] {7b026df2-fec2-4a04-ba1e-7fa5e974831d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2025.01.27 09:36:56.005472 [ 267 ] {7b026df2-fec2-4a04-ba1e-7fa5e974831d} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001995 sec., 447619.04761904763 rows/sec., 32.50 MiB/sec. | ||
| 8332 | 2025.01.27 09:36:56.005537 [ 267 ] {7b026df2-fec2-4a04-ba1e-7fa5e974831d} <Debug> TCPHandler: Processed in 0.002221252 sec. | ||
| 8333 | 2025.01.27 09:36:56.005760 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8334 | 2025.01.27 09:36:56.005957 [ 273 ] {b92af528-7f4a-45f1-ab34-ae1731ad3499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8335 | 2025.01.27 09:36:56.006008 [ 273 ] {b92af528-7f4a-45f1-ab34-ae1731ad3499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8336 | 2025.01.27 09:36:56.006494 [ 273 ] {b92af528-7f4a-45f1-ab34-ae1731ad3499} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8337 | 2025.01.27 09:36:56.006532 [ 273 ] {b92af528-7f4a-45f1-ab34-ae1731ad3499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8338 | 2025.01.27 09:36:56.006893 [ 273 ] {b92af528-7f4a-45f1-ab34-ae1731ad3499} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8339 | 2025.01.27 09:36:56.007134 [ 273 ] {b92af528-7f4a-45f1-ab34-ae1731ad3499} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8340 | 2025.01.27 09:36:56.007338 [ 273 ] {b92af528-7f4a-45f1-ab34-ae1731ad3499} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001419 sec., 4228.329809725159 rows/sec., 220.91 KiB/sec. | ||
| 8341 | 2025.01.27 09:36:56.007387 [ 273 ] {b92af528-7f4a-45f1-ab34-ae1731ad3499} <Debug> TCPHandler: Processed in 0.001752711 sec. | ||
| 8342 | 2025.01.27 09:36:56.007536 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8343 | 2025.01.27 09:36:56.007733 [ 267 ] {b14265ae-babc-4036-96b7-f9937e9cb5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8344 | 2025.01.27 09:36:56.007825 [ 267 ] {b14265ae-babc-4036-96b7-f9937e9cb5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8345 | 2025.01.27 09:36:56.008908 [ 267 ] {b14265ae-babc-4036-96b7-f9937e9cb5a2} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8346 | 2025.01.27 09:36:56.008946 [ 267 ] {b14265ae-babc-4036-96b7-f9937e9cb5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8347 | 2025.01.27 09:36:56.009391 [ 267 ] {b14265ae-babc-4036-96b7-f9937e9cb5a2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8348 | 2025.01.27 09:36:56.009631 [ 267 ] {b14265ae-babc-4036-96b7-f9937e9cb5a2} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8349 | 2025.01.27 09:36:56.009817 [ 267 ] {b14265ae-babc-4036-96b7-f9937e9cb5a2} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002139 sec., 450210.378681627 rows/sec., 29.92 MiB/sec. | ||
| 8350 | 2025.01.27 09:36:56.009866 [ 267 ] {b14265ae-babc-4036-96b7-f9937e9cb5a2} <Debug> TCPHandler: Processed in 0.002386685 sec. | ||
| 8351 | 2025.01.27 09:36:56.010026 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8352 | 2025.01.27 09:36:56.010164 [ 273 ] {7f13543d-c442-4a84-8bd5-809be7dc3ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8353 | 2025.01.27 09:36:56.010223 [ 273 ] {7f13543d-c442-4a84-8bd5-809be7dc3ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8354 | 2025.01.27 09:36:56.010742 [ 273 ] {7f13543d-c442-4a84-8bd5-809be7dc3ddb} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8355 | 2025.01.27 09:36:56.010780 [ 273 ] {7f13543d-c442-4a84-8bd5-809be7dc3ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8356 | 2025.01.27 09:36:56.011135 [ 273 ] {7f13543d-c442-4a84-8bd5-809be7dc3ddb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8357 | 2025.01.27 09:36:56.011375 [ 273 ] {7f13543d-c442-4a84-8bd5-809be7dc3ddb} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8358 | 2025.01.27 09:36:56.011619 [ 273 ] {7f13543d-c442-4a84-8bd5-809be7dc3ddb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001485 sec., 673.4006734006734 rows/sec., 45.38 KiB/sec. | ||
| 8359 | 2025.01.27 09:36:56.011687 [ 273 ] {7f13543d-c442-4a84-8bd5-809be7dc3ddb} <Debug> TCPHandler: Processed in 0.001730711 sec. | ||
| 8360 | 2025.01.27 09:36:56.011982 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8361 | 2025.01.27 09:36:56.012210 [ 267 ] {1ca29458-9ce1-4c4c-a9f1-f086193f6747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8362 | 2025.01.27 09:36:56.012339 [ 267 ] {1ca29458-9ce1-4c4c-a9f1-f086193f6747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8363 | 2025.01.27 09:36:56.013667 [ 267 ] {1ca29458-9ce1-4c4c-a9f1-f086193f6747} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8364 | 2025.01.27 09:36:56.013704 [ 267 ] {1ca29458-9ce1-4c4c-a9f1-f086193f6747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8365 | 2025.01.27 09:36:56.014364 [ 267 ] {1ca29458-9ce1-4c4c-a9f1-f086193f6747} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8366 | 2025.01.27 09:36:56.014615 [ 267 ] {1ca29458-9ce1-4c4c-a9f1-f086193f6747} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8367 | 2025.01.27 09:36:56.014814 [ 267 ] {1ca29458-9ce1-4c4c-a9f1-f086193f6747} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002657 sec., 14678.208505833647 rows/sec., 26.30 MiB/sec. | ||
| 8368 | 2025.01.27 09:36:56.014902 [ 267 ] {1ca29458-9ce1-4c4c-a9f1-f086193f6747} <Debug> TCPHandler: Processed in 0.003101542 sec. | ||
| 8369 | 2025.01.27 09:36:56.015051 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8370 | 2025.01.27 09:36:56.015187 [ 273 ] {88fd2821-3fee-4d99-bd0f-770fc209dbf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8371 | 2025.01.27 09:36:56.015245 [ 273 ] {88fd2821-3fee-4d99-bd0f-770fc209dbf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8372 | 2025.01.27 09:36:56.015769 [ 273 ] {88fd2821-3fee-4d99-bd0f-770fc209dbf7} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8373 | 2025.01.27 09:36:56.015809 [ 273 ] {88fd2821-3fee-4d99-bd0f-770fc209dbf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8374 | 2025.01.27 09:36:56.016166 [ 273 ] {88fd2821-3fee-4d99-bd0f-770fc209dbf7} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8375 | 2025.01.27 09:36:56.016411 [ 273 ] {88fd2821-3fee-4d99-bd0f-770fc209dbf7} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8376 | 2025.01.27 09:36:56.016655 [ 273 ] {88fd2821-3fee-4d99-bd0f-770fc209dbf7} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001494 sec., 22757.697456492635 rows/sec., 1.32 MiB/sec. | ||
| 8377 | 2025.01.27 09:36:56.016721 [ 273 ] {88fd2821-3fee-4d99-bd0f-770fc209dbf7} <Debug> TCPHandler: Processed in 0.0017381 sec. | ||
| 8378 | 2025.01.27 09:36:59.657399 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1184 | ||
| 8379 | 2025.01.27 09:36:59.660875 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8380 | 2025.01.27 09:36:59.660916 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8381 | 2025.01.27 09:36:59.662381 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8382 | 2025.01.27 09:36:59.662684 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8383 | 2025.01.27 09:36:59.662855 [ 38 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8384 | 2025.01.27 09:36:59.662917 [ 38 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8385 | 2025.01.27 09:36:59.662963 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8386 | 2025.01.27 09:36:59.663459 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 8387 | 2025.01.27 09:36:59.664790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1184 | ||
| 8388 | 2025.01.27 09:36:59.665174 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8389 | 2025.01.27 09:36:59.665350 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1000 rows starting from the beginning of the part | ||
| 8390 | 2025.01.27 09:36:59.666065 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
| 8391 | 2025.01.27 09:36:59.666730 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 54 rows starting from the beginning of the part | ||
| 8392 | 2025.01.27 09:36:59.667304 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 8393 | 2025.01.27 09:36:59.667870 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 8394 | 2025.01.27 09:36:59.668427 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 8395 | 2025.01.27 09:36:59.676496 [ 199 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 72 columns (72 merged, 0 gathered) in 0.013407911 sec., 88306.07542069753 rows/sec., 69.91 MiB/sec. | ||
| 8396 | 2025.01.27 09:36:59.678559 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8397 | 2025.01.27 09:36:59.679429 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_31_6} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8398 | 2025.01.27 09:36:59.679528 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_31_6} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8399 | 2025.01.27 09:36:59.679875 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. | ||
| 8400 | 2025.01.27 09:37:00.652133 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8401 | 2025.01.27 09:37:00.652321 [ 267 ] {f2fe4615-c03a-46a8-8318-c4fbaaa2a44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8402 | 2025.01.27 09:37:00.652392 [ 267 ] {f2fe4615-c03a-46a8-8318-c4fbaaa2a44c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8403 | 2025.01.27 09:37:00.653166 [ 267 ] {f2fe4615-c03a-46a8-8318-c4fbaaa2a44c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8404 | 2025.01.27 09:37:00.653215 [ 267 ] {f2fe4615-c03a-46a8-8318-c4fbaaa2a44c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8405 | 2025.01.27 09:37:00.653654 [ 267 ] {f2fe4615-c03a-46a8-8318-c4fbaaa2a44c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8406 | 2025.01.27 09:37:00.653933 [ 267 ] {f2fe4615-c03a-46a8-8318-c4fbaaa2a44c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8407 | 2025.01.27 09:37:00.654128 [ 34 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8408 | 2025.01.27 09:37:00.654193 [ 267 ] {f2fe4615-c03a-46a8-8318-c4fbaaa2a44c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.23 MiB/sec. | ||
| 8409 | 2025.01.27 09:37:00.654201 [ 34 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8410 | 2025.01.27 09:37:00.654278 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8411 | 2025.01.27 09:37:00.654331 [ 267 ] {f2fe4615-c03a-46a8-8318-c4fbaaa2a44c} <Debug> TCPHandler: Processed in 0.002331374 sec. | ||
| 8412 | 2025.01.27 09:37:00.654527 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 8413 | 2025.01.27 09:37:00.654613 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8414 | 2025.01.27 09:37:00.654691 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8415 | 2025.01.27 09:37:00.654738 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1430 rows starting from the beginning of the part | ||
| 8416 | 2025.01.27 09:37:00.654800 [ 273 ] {75e661e9-16d7-4837-8d0c-164f6eb8ab7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8417 | 2025.01.27 09:37:00.654858 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 8418 | 2025.01.27 09:37:00.654941 [ 273 ] {75e661e9-16d7-4837-8d0c-164f6eb8ab7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8419 | 2025.01.27 09:37:00.655259 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 8420 | 2025.01.27 09:37:00.655500 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 8421 | 2025.01.27 09:37:00.655810 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1429 rows starting from the beginning of the part | ||
| 8422 | 2025.01.27 09:37:00.656026 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::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 | ||
| 8423 | 2025.01.27 09:37:00.656963 [ 273 ] {75e661e9-16d7-4837-8d0c-164f6eb8ab7b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8424 | 2025.01.27 09:37:00.657012 [ 273 ] {75e661e9-16d7-4837-8d0c-164f6eb8ab7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8425 | 2025.01.27 09:37:00.657709 [ 273 ] {75e661e9-16d7-4837-8d0c-164f6eb8ab7b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8426 | 2025.01.27 09:37:00.657998 [ 273 ] {75e661e9-16d7-4837-8d0c-164f6eb8ab7b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8427 | 2025.01.27 09:37:00.658232 [ 34 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8428 | 2025.01.27 09:37:00.658365 [ 34 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8429 | 2025.01.27 09:37:00.658483 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8430 | 2025.01.27 09:37:00.658526 [ 273 ] {75e661e9-16d7-4837-8d0c-164f6eb8ab7b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003752 sec., 17057.569296375266 rows/sec., 1.33 MiB/sec. | ||
| 8431 | 2025.01.27 09:37:00.658928 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.004515015 sec., 732666.4473982921 rows/sec., 63.95 MiB/sec. | ||
| 8432 | 2025.01.27 09:37:00.659146 [ 273 ] {75e661e9-16d7-4837-8d0c-164f6eb8ab7b} <Debug> TCPHandler: Processed in 0.004663578 sec. | ||
| 8433 | 2025.01.27 09:37:00.659145 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 8434 | 2025.01.27 09:37:00.659520 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8435 | 2025.01.27 09:37:00.659892 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8436 | 2025.01.27 09:37:00.660040 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 8437 | 2025.01.27 09:37:00.659998 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8438 | 2025.01.27 09:37:00.660513 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 8439 | 2025.01.27 09:37:00.661199 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_71_14} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8440 | 2025.01.27 09:37:00.661291 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 8441 | 2025.01.27 09:37:00.661612 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_71_14} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8442 | 2025.01.27 09:37:00.661743 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 8443 | 2025.01.27 09:37:00.661878 [ 267 ] {8d34e1aa-0d2c-4a71-9ad9-cb5727aef33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8444 | 2025.01.27 09:37:00.661923 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 8445 | 2025.01.27 09:37:00.662165 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 893 rows starting from the beginning of the part | ||
| 8446 | 2025.01.27 09:37:00.662185 [ 267 ] {8d34e1aa-0d2c-4a71-9ad9-cb5727aef33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8447 | 2025.01.27 09:37:00.662509 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::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 | ||
| 8448 | 2025.01.27 09:37:00.664429 [ 267 ] {8d34e1aa-0d2c-4a71-9ad9-cb5727aef33f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8449 | 2025.01.27 09:37:00.664507 [ 267 ] {8d34e1aa-0d2c-4a71-9ad9-cb5727aef33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8450 | 2025.01.27 09:37:00.665323 [ 267 ] {8d34e1aa-0d2c-4a71-9ad9-cb5727aef33f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8451 | 2025.01.27 09:37:00.665692 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007008293 sec., 345162.5096153942 rows/sec., 26.48 MiB/sec. | ||
| 8452 | 2025.01.27 09:37:00.665816 [ 267 ] {8d34e1aa-0d2c-4a71-9ad9-cb5727aef33f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8453 | 2025.01.27 09:37:00.666040 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8454 | 2025.01.27 09:37:00.666079 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8455 | 2025.01.27 09:37:00.666181 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8456 | 2025.01.27 09:37:00.666264 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8457 | 2025.01.27 09:37:00.666381 [ 267 ] {8d34e1aa-0d2c-4a71-9ad9-cb5727aef33f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.004947 sec., 25874.26723266626 rows/sec., 1.80 MiB/sec. | ||
| 8458 | 2025.01.27 09:37:00.666881 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 8459 | 2025.01.27 09:37:00.666899 [ 267 ] {8d34e1aa-0d2c-4a71-9ad9-cb5727aef33f} <Debug> TCPHandler: Processed in 0.007561795 sec. | ||
| 8460 | 2025.01.27 09:37:00.667345 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_71_14} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2025.01.27 09:37:00.667349 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8462 | 2025.01.27 09:37:00.667821 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_71_14} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8463 | 2025.01.27 09:37:00.667830 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8464 | 2025.01.27 09:37:00.667996 [ 273 ] {cf655180-fdca-42e1-be8b-2d7e24e27158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8465 | 2025.01.27 09:37:00.668094 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20218 rows starting from the beginning of the part | ||
| 8466 | 2025.01.27 09:37:00.668239 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8467 | 2025.01.27 09:37:00.668393 [ 273 ] {cf655180-fdca-42e1-be8b-2d7e24e27158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8468 | 2025.01.27 09:37:00.669373 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 8469 | 2025.01.27 09:37:00.670303 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 8470 | 2025.01.27 09:37:00.670852 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 8471 | 2025.01.27 09:37:00.671245 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 963 rows starting from the beginning of the part | ||
| 8472 | 2025.01.27 09:37:00.671591 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::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 | ||
| 8473 | 2025.01.27 09:37:00.672064 [ 273 ] {cf655180-fdca-42e1-be8b-2d7e24e27158} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8474 | 2025.01.27 09:37:00.672152 [ 273 ] {cf655180-fdca-42e1-be8b-2d7e24e27158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8475 | 2025.01.27 09:37:00.672927 [ 273 ] {cf655180-fdca-42e1-be8b-2d7e24e27158} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8476 | 2025.01.27 09:37:00.673273 [ 273 ] {cf655180-fdca-42e1-be8b-2d7e24e27158} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8477 | 2025.01.27 09:37:00.673646 [ 34 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8478 | 2025.01.27 09:37:00.673723 [ 34 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8479 | 2025.01.27 09:37:00.673749 [ 273 ] {cf655180-fdca-42e1-be8b-2d7e24e27158} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.006 sec., 8000 rows/sec., 552.08 KiB/sec. | ||
| 8480 | 2025.01.27 09:37:00.673767 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8481 | 2025.01.27 09:37:00.674099 [ 273 ] {cf655180-fdca-42e1-be8b-2d7e24e27158} <Debug> TCPHandler: Processed in 0.007027504 sec. | ||
| 8482 | 2025.01.27 09:37:00.674181 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 8483 | 2025.01.27 09:37:00.674553 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8484 | 2025.01.27 09:37:00.674636 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4024 rows starting from the beginning of the part | ||
| 8485 | 2025.01.27 09:37:00.674901 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 8486 | 2025.01.27 09:37:00.675222 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 8487 | 2025.01.27 09:37:00.675495 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 8488 | 2025.01.27 09:37:00.675761 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 8489 | 2025.01.27 09:37:00.676042 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::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 | ||
| 8490 | 2025.01.27 09:37:00.679711 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4308 rows, containing 4 columns (4 merged, 0 gathered) in 0.005811355 sec., 741307.3198935533 rows/sec., 48.32 MiB/sec. | ||
| 8491 | 2025.01.27 09:37:00.680229 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8492 | 2025.01.27 09:37:00.680627 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_71_14} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8493 | 2025.01.27 09:37:00.680779 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_71_14} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8494 | 2025.01.27 09:37:00.680870 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 8495 | 2025.01.27 09:37:00.681651 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21866 rows, containing 5 columns (5 merged, 0 gathered) in 0.015267355 sec., 1432206.1679970105 rows/sec., 96.67 MiB/sec. | ||
| 8496 | 2025.01.27 09:37:00.682175 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8497 | 2025.01.27 09:37:00.682546 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8498 | 2025.01.27 09:37:00.682653 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8499 | 2025.01.27 09:37:00.682762 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 8500 | 2025.01.27 09:37:01.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.19 MiB, peak 230.39 MiB, free memory in arenas 0.00 B, will set to 220.65 MiB (RSS), difference: 1.46 MiB | ||
| 8501 | 2025.01.27 09:37:02.068196 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 8502 | 2025.01.27 09:37:02.068865 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8503 | 2025.01.27 09:37:02.068905 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8504 | 2025.01.27 09:37:02.069430 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8505 | 2025.01.27 09:37:02.069682 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8506 | 2025.01.27 09:37:02.069956 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 8507 | 2025.01.27 09:37:03.494281 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8508 | 2025.01.27 09:37:03.514578 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8509 | 2025.01.27 09:37:03.514627 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8510 | 2025.01.27 09:37:03.521990 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8511 | 2025.01.27 09:37:03.522776 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8512 | 2025.01.27 09:37:03.525363 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8513 | 2025.01.27 09:37:05.653580 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8514 | 2025.01.27 09:37:05.653774 [ 267 ] {fb3401a8-313e-44a0-b069-b4148de3c41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8515 | 2025.01.27 09:37:05.653849 [ 267 ] {fb3401a8-313e-44a0-b069-b4148de3c41c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8516 | 2025.01.27 09:37:05.654636 [ 267 ] {fb3401a8-313e-44a0-b069-b4148de3c41c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8517 | 2025.01.27 09:37:05.654689 [ 267 ] {fb3401a8-313e-44a0-b069-b4148de3c41c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8518 | 2025.01.27 09:37:05.655126 [ 267 ] {fb3401a8-313e-44a0-b069-b4148de3c41c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8519 | 2025.01.27 09:37:05.655379 [ 267 ] {fb3401a8-313e-44a0-b069-b4148de3c41c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8520 | 2025.01.27 09:37:05.655638 [ 267 ] {fb3401a8-313e-44a0-b069-b4148de3c41c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.23 MiB/sec. | ||
| 8521 | 2025.01.27 09:37:05.655758 [ 267 ] {fb3401a8-313e-44a0-b069-b4148de3c41c} <Debug> TCPHandler: Processed in 0.002312864 sec. | ||
| 8522 | 2025.01.27 09:37:05.656064 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8523 | 2025.01.27 09:37:05.656272 [ 273 ] {10b70143-5f23-469f-a02e-a7847192e889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8524 | 2025.01.27 09:37:05.656346 [ 273 ] {10b70143-5f23-469f-a02e-a7847192e889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8525 | 2025.01.27 09:37:05.657108 [ 273 ] {10b70143-5f23-469f-a02e-a7847192e889} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8526 | 2025.01.27 09:37:05.657148 [ 273 ] {10b70143-5f23-469f-a02e-a7847192e889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8527 | 2025.01.27 09:37:05.657584 [ 273 ] {10b70143-5f23-469f-a02e-a7847192e889} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8528 | 2025.01.27 09:37:05.657837 [ 273 ] {10b70143-5f23-469f-a02e-a7847192e889} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8529 | 2025.01.27 09:37:05.658027 [ 273 ] {10b70143-5f23-469f-a02e-a7847192e889} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001812 sec., 35320.08830022075 rows/sec., 2.76 MiB/sec. | ||
| 8530 | 2025.01.27 09:37:05.658082 [ 273 ] {10b70143-5f23-469f-a02e-a7847192e889} <Debug> TCPHandler: Processed in 0.002196471 sec. | ||
| 8531 | 2025.01.27 09:37:05.658216 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8532 | 2025.01.27 09:37:05.658337 [ 267 ] {ba4b555c-f1ac-48ff-9ee4-49b221566078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8533 | 2025.01.27 09:37:05.658394 [ 267 ] {ba4b555c-f1ac-48ff-9ee4-49b221566078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8534 | 2025.01.27 09:37:05.658990 [ 267 ] {ba4b555c-f1ac-48ff-9ee4-49b221566078} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8535 | 2025.01.27 09:37:05.659029 [ 267 ] {ba4b555c-f1ac-48ff-9ee4-49b221566078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8536 | 2025.01.27 09:37:05.659428 [ 267 ] {ba4b555c-f1ac-48ff-9ee4-49b221566078} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8537 | 2025.01.27 09:37:05.659679 [ 267 ] {ba4b555c-f1ac-48ff-9ee4-49b221566078} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8538 | 2025.01.27 09:37:05.659894 [ 267 ] {ba4b555c-f1ac-48ff-9ee4-49b221566078} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001583 sec., 101073.9102969046 rows/sec., 7.04 MiB/sec. | ||
| 8539 | 2025.01.27 09:37:05.659945 [ 267 ] {ba4b555c-f1ac-48ff-9ee4-49b221566078} <Debug> TCPHandler: Processed in 0.001785221 sec. | ||
| 8540 | 2025.01.27 09:37:05.660105 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8541 | 2025.01.27 09:37:05.660227 [ 273 ] {330440c3-c64b-4674-bf58-222626e50799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8542 | 2025.01.27 09:37:05.660277 [ 273 ] {330440c3-c64b-4674-bf58-222626e50799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8543 | 2025.01.27 09:37:05.660764 [ 273 ] {330440c3-c64b-4674-bf58-222626e50799} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8544 | 2025.01.27 09:37:05.660800 [ 273 ] {330440c3-c64b-4674-bf58-222626e50799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8545 | 2025.01.27 09:37:05.661172 [ 273 ] {330440c3-c64b-4674-bf58-222626e50799} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8546 | 2025.01.27 09:37:05.661408 [ 273 ] {330440c3-c64b-4674-bf58-222626e50799} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8547 | 2025.01.27 09:37:05.661575 [ 273 ] {330440c3-c64b-4674-bf58-222626e50799} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec. | ||
| 8548 | 2025.01.27 09:37:05.661622 [ 273 ] {330440c3-c64b-4674-bf58-222626e50799} <Debug> TCPHandler: Processed in 0.001574336 sec. | ||
| 8549 | 2025.01.27 09:37:07.701130 [ 105 ] {} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8550 | 2025.01.27 09:37:07.701219 [ 105 ] {} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8551 | 2025.01.27 09:37:07.701246 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8552 | 2025.01.27 09:37:07.701560 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::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 | ||
| 8553 | 2025.01.27 09:37:07.701817 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8554 | 2025.01.27 09:37:07.701878 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::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 | ||
| 8555 | 2025.01.27 09:37:07.702003 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 8556 | 2025.01.27 09:37:07.702215 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 8557 | 2025.01.27 09:37:07.702416 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 8558 | 2025.01.27 09:37:07.702578 [ 196 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
| 8559 | 2025.01.27 09:37:07.703861 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002510769 sec., 21507.354917955417 rows/sec., 1.79 MiB/sec. | ||
| 8560 | 2025.01.27 09:37:07.704064 [ 194 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8561 | 2025.01.27 09:37:07.704426 [ 194 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_9_2} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8562 | 2025.01.27 09:37:07.704519 [ 194 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_9_2} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8563 | 2025.01.27 09:37:07.704630 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8564 | 2025.01.27 09:37:09.398104 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8565 | 2025.01.27 09:37:09.398160 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8566 | 2025.01.27 09:37:09.571057 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 8567 | 2025.01.27 09:37:09.571710 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8568 | 2025.01.27 09:37:09.571757 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8569 | 2025.01.27 09:37:09.572286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8570 | 2025.01.27 09:37:09.572540 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8571 | 2025.01.27 09:37:09.572813 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8572 | 2025.01.27 09:37:09.666016 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1200 | ||
| 8573 | 2025.01.27 09:37:09.668778 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8574 | 2025.01.27 09:37:09.668823 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8575 | 2025.01.27 09:37:09.670300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8576 | 2025.01.27 09:37:09.670601 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8577 | 2025.01.27 09:37:09.671129 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1200 | ||
| 8578 | 2025.01.27 09:37:10.660014 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8579 | 2025.01.27 09:37:10.660226 [ 267 ] {44a0435b-a1e5-4bd5-8b52-c5912a9576a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8580 | 2025.01.27 09:37:10.660310 [ 267 ] {44a0435b-a1e5-4bd5-8b52-c5912a9576a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8581 | 2025.01.27 09:37:10.661157 [ 267 ] {44a0435b-a1e5-4bd5-8b52-c5912a9576a4} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8582 | 2025.01.27 09:37:10.661209 [ 267 ] {44a0435b-a1e5-4bd5-8b52-c5912a9576a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8583 | 2025.01.27 09:37:10.661664 [ 267 ] {44a0435b-a1e5-4bd5-8b52-c5912a9576a4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8584 | 2025.01.27 09:37:10.661937 [ 267 ] {44a0435b-a1e5-4bd5-8b52-c5912a9576a4} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8585 | 2025.01.27 09:37:10.662156 [ 267 ] {44a0435b-a1e5-4bd5-8b52-c5912a9576a4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00199 sec., 7035.175879396985 rows/sec., 506.44 KiB/sec. | ||
| 8586 | 2025.01.27 09:37:10.662230 [ 267 ] {44a0435b-a1e5-4bd5-8b52-c5912a9576a4} <Debug> TCPHandler: Processed in 0.002355975 sec. | ||
| 8587 | 2025.01.27 09:37:10.662556 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8588 | 2025.01.27 09:37:10.662782 [ 273 ] {7ba8ae67-05e5-4268-8f8e-2268942a58d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8589 | 2025.01.27 09:37:10.662871 [ 273 ] {7ba8ae67-05e5-4268-8f8e-2268942a58d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8590 | 2025.01.27 09:37:10.663988 [ 273 ] {7ba8ae67-05e5-4268-8f8e-2268942a58d9} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8591 | 2025.01.27 09:37:10.664047 [ 273 ] {7ba8ae67-05e5-4268-8f8e-2268942a58d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8592 | 2025.01.27 09:37:10.664610 [ 273 ] {7ba8ae67-05e5-4268-8f8e-2268942a58d9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8593 | 2025.01.27 09:37:10.664940 [ 273 ] {7ba8ae67-05e5-4268-8f8e-2268942a58d9} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8594 | 2025.01.27 09:37:10.665175 [ 273 ] {7ba8ae67-05e5-4268-8f8e-2268942a58d9} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002462 sec., 114134.8497156783 rows/sec., 10.07 MiB/sec. | ||
| 8595 | 2025.01.27 09:37:10.665232 [ 273 ] {7ba8ae67-05e5-4268-8f8e-2268942a58d9} <Debug> TCPHandler: Processed in 0.002870976 sec. | ||
| 8596 | 2025.01.27 09:37:10.665394 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8597 | 2025.01.27 09:37:10.665519 [ 267 ] {c8c0b381-33f5-4f43-b06c-fdf1aac34034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8598 | 2025.01.27 09:37:10.665570 [ 267 ] {c8c0b381-33f5-4f43-b06c-fdf1aac34034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8599 | 2025.01.27 09:37:10.666170 [ 267 ] {c8c0b381-33f5-4f43-b06c-fdf1aac34034} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8600 | 2025.01.27 09:37:10.666210 [ 267 ] {c8c0b381-33f5-4f43-b06c-fdf1aac34034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8601 | 2025.01.27 09:37:10.666582 [ 267 ] {c8c0b381-33f5-4f43-b06c-fdf1aac34034} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8602 | 2025.01.27 09:37:10.666836 [ 267 ] {c8c0b381-33f5-4f43-b06c-fdf1aac34034} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8603 | 2025.01.27 09:37:10.667070 [ 267 ] {c8c0b381-33f5-4f43-b06c-fdf1aac34034} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001579 sec., 29132.362254591513 rows/sec., 2.10 MiB/sec. | ||
| 8604 | 2025.01.27 09:37:10.667184 [ 267 ] {c8c0b381-33f5-4f43-b06c-fdf1aac34034} <Debug> TCPHandler: Processed in 0.001850413 sec. | ||
| 8605 | 2025.01.27 09:37:10.667363 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8606 | 2025.01.27 09:37:10.667483 [ 273 ] {7c604e3c-69ea-4f90-832d-a1ffadc37bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8607 | 2025.01.27 09:37:10.667533 [ 273 ] {7c604e3c-69ea-4f90-832d-a1ffadc37bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8608 | 2025.01.27 09:37:10.668120 [ 273 ] {7c604e3c-69ea-4f90-832d-a1ffadc37bec} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8609 | 2025.01.27 09:37:10.668161 [ 273 ] {7c604e3c-69ea-4f90-832d-a1ffadc37bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8610 | 2025.01.27 09:37:10.668542 [ 273 ] {7c604e3c-69ea-4f90-832d-a1ffadc37bec} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8611 | 2025.01.27 09:37:10.668813 [ 273 ] {7c604e3c-69ea-4f90-832d-a1ffadc37bec} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8612 | 2025.01.27 09:37:10.669024 [ 273 ] {7c604e3c-69ea-4f90-832d-a1ffadc37bec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001565 sec., 8945.686900958466 rows/sec., 626.50 KiB/sec. | ||
| 8613 | 2025.01.27 09:37:10.669076 [ 273 ] {7c604e3c-69ea-4f90-832d-a1ffadc37bec} <Debug> TCPHandler: Processed in 0.001792492 sec. | ||
| 8614 | 2025.01.27 09:37:10.669213 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8615 | 2025.01.27 09:37:10.669330 [ 267 ] {9b220955-ba36-45c7-b645-6172d98b1c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8616 | 2025.01.27 09:37:10.669377 [ 267 ] {9b220955-ba36-45c7-b645-6172d98b1c83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8617 | 2025.01.27 09:37:10.669966 [ 267 ] {9b220955-ba36-45c7-b645-6172d98b1c83} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8618 | 2025.01.27 09:37:10.670006 [ 267 ] {9b220955-ba36-45c7-b645-6172d98b1c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8619 | 2025.01.27 09:37:10.670376 [ 267 ] {9b220955-ba36-45c7-b645-6172d98b1c83} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8620 | 2025.01.27 09:37:10.670649 [ 267 ] {9b220955-ba36-45c7-b645-6172d98b1c83} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8621 | 2025.01.27 09:37:10.670875 [ 267 ] {9b220955-ba36-45c7-b645-6172d98b1c83} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec. | ||
| 8622 | 2025.01.27 09:37:10.670992 [ 267 ] {9b220955-ba36-45c7-b645-6172d98b1c83} <Debug> TCPHandler: Processed in 0.001834722 sec. | ||
| 8623 | 2025.01.27 09:37:10.671155 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8624 | 2025.01.27 09:37:10.671274 [ 273 ] {96ef7364-8537-47fd-a925-04bcb5f64a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8625 | 2025.01.27 09:37:10.671323 [ 273 ] {96ef7364-8537-47fd-a925-04bcb5f64a0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8626 | 2025.01.27 09:37:10.672069 [ 273 ] {96ef7364-8537-47fd-a925-04bcb5f64a0f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8627 | 2025.01.27 09:37:10.672109 [ 273 ] {96ef7364-8537-47fd-a925-04bcb5f64a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8628 | 2025.01.27 09:37:10.672489 [ 273 ] {96ef7364-8537-47fd-a925-04bcb5f64a0f} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8629 | 2025.01.27 09:37:10.672730 [ 273 ] {96ef7364-8537-47fd-a925-04bcb5f64a0f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8630 | 2025.01.27 09:37:10.672962 [ 273 ] {96ef7364-8537-47fd-a925-04bcb5f64a0f} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001708 sec., 246487.1194379391 rows/sec., 17.61 MiB/sec. | ||
| 8631 | 2025.01.27 09:37:10.673036 [ 273 ] {96ef7364-8537-47fd-a925-04bcb5f64a0f} <Debug> TCPHandler: Processed in 0.001941475 sec. | ||
| 8632 | 2025.01.27 09:37:10.673212 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8633 | 2025.01.27 09:37:10.673375 [ 267 ] {ef02cd78-143a-4960-af46-ed56dd120965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8634 | 2025.01.27 09:37:10.673431 [ 267 ] {ef02cd78-143a-4960-af46-ed56dd120965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8635 | 2025.01.27 09:37:10.673895 [ 267 ] {ef02cd78-143a-4960-af46-ed56dd120965} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8636 | 2025.01.27 09:37:10.673933 [ 267 ] {ef02cd78-143a-4960-af46-ed56dd120965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8637 | 2025.01.27 09:37:10.674299 [ 267 ] {ef02cd78-143a-4960-af46-ed56dd120965} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8638 | 2025.01.27 09:37:10.674540 [ 267 ] {ef02cd78-143a-4960-af46-ed56dd120965} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8639 | 2025.01.27 09:37:10.674766 [ 267 ] {ef02cd78-143a-4960-af46-ed56dd120965} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
| 8640 | 2025.01.27 09:37:10.674884 [ 267 ] {ef02cd78-143a-4960-af46-ed56dd120965} <Debug> TCPHandler: Processed in 0.001765251 sec. | ||
| 8641 | 2025.01.27 09:37:10.675049 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8642 | 2025.01.27 09:37:10.675189 [ 273 ] {cc46fe4c-a154-4510-b9ee-a103c7444454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8643 | 2025.01.27 09:37:10.675250 [ 273 ] {cc46fe4c-a154-4510-b9ee-a103c7444454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8644 | 2025.01.27 09:37:10.675941 [ 273 ] {cc46fe4c-a154-4510-b9ee-a103c7444454} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8645 | 2025.01.27 09:37:10.675987 [ 273 ] {cc46fe4c-a154-4510-b9ee-a103c7444454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8646 | 2025.01.27 09:37:10.676383 [ 273 ] {cc46fe4c-a154-4510-b9ee-a103c7444454} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8647 | 2025.01.27 09:37:10.676620 [ 273 ] {cc46fe4c-a154-4510-b9ee-a103c7444454} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8648 | 2025.01.27 09:37:10.676831 [ 273 ] {cc46fe4c-a154-4510-b9ee-a103c7444454} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001673 sec., 141661.68559473997 rows/sec., 9.50 MiB/sec. | ||
| 8649 | 2025.01.27 09:37:10.676882 [ 273 ] {cc46fe4c-a154-4510-b9ee-a103c7444454} <Debug> TCPHandler: Processed in 0.001901004 sec. | ||
| 8650 | 2025.01.27 09:37:10.677030 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8651 | 2025.01.27 09:37:10.677166 [ 267 ] {a9ec173d-62d2-4cd0-a438-2627ca9a7b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8652 | 2025.01.27 09:37:10.677238 [ 267 ] {a9ec173d-62d2-4cd0-a438-2627ca9a7b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8653 | 2025.01.27 09:37:10.677776 [ 267 ] {a9ec173d-62d2-4cd0-a438-2627ca9a7b8c} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8654 | 2025.01.27 09:37:10.677822 [ 267 ] {a9ec173d-62d2-4cd0-a438-2627ca9a7b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8655 | 2025.01.27 09:37:10.678214 [ 267 ] {a9ec173d-62d2-4cd0-a438-2627ca9a7b8c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8656 | 2025.01.27 09:37:10.678457 [ 267 ] {a9ec173d-62d2-4cd0-a438-2627ca9a7b8c} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8657 | 2025.01.27 09:37:10.678715 [ 267 ] {a9ec173d-62d2-4cd0-a438-2627ca9a7b8c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001577 sec., 634.1154090044388 rows/sec., 42.73 KiB/sec. | ||
| 8658 | 2025.01.27 09:37:10.678820 [ 267 ] {a9ec173d-62d2-4cd0-a438-2627ca9a7b8c} <Debug> TCPHandler: Processed in 0.001846083 sec. | ||
| 8659 | 2025.01.27 09:37:10.679039 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8660 | 2025.01.27 09:37:10.679196 [ 273 ] {49d2ece5-7e5c-4250-bd2e-f4c089feda5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8661 | 2025.01.27 09:37:10.679287 [ 273 ] {49d2ece5-7e5c-4250-bd2e-f4c089feda5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8662 | 2025.01.27 09:37:10.680607 [ 273 ] {49d2ece5-7e5c-4250-bd2e-f4c089feda5e} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8663 | 2025.01.27 09:37:10.680646 [ 273 ] {49d2ece5-7e5c-4250-bd2e-f4c089feda5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8664 | 2025.01.27 09:37:10.681306 [ 273 ] {49d2ece5-7e5c-4250-bd2e-f4c089feda5e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8665 | 2025.01.27 09:37:10.681575 [ 273 ] {49d2ece5-7e5c-4250-bd2e-f4c089feda5e} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8666 | 2025.01.27 09:37:10.681773 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8667 | 2025.01.27 09:37:10.681852 [ 273 ] {49d2ece5-7e5c-4250-bd2e-f4c089feda5e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002682 sec., 14541.3870246085 rows/sec., 26.06 MiB/sec. | ||
| 8668 | 2025.01.27 09:37:10.681864 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8669 | 2025.01.27 09:37:10.681944 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8670 | 2025.01.27 09:37:10.682217 [ 273 ] {49d2ece5-7e5c-4250-bd2e-f4c089feda5e} <Debug> TCPHandler: Processed in 0.003301737 sec. | ||
| 8671 | 2025.01.27 09:37:10.682292 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 8672 | 2025.01.27 09:37:10.682442 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8673 | 2025.01.27 09:37:10.682715 [ 267 ] {1a7ba37a-012f-425b-9a67-13ac90870c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8674 | 2025.01.27 09:37:10.682853 [ 267 ] {1a7ba37a-012f-425b-9a67-13ac90870c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8675 | 2025.01.27 09:37:10.683250 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8676 | 2025.01.27 09:37:10.683503 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 902 rows starting from the beginning of the part | ||
| 8677 | 2025.01.27 09:37:10.684177 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 8678 | 2025.01.27 09:37:10.684964 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 8679 | 2025.01.27 09:37:10.684981 [ 267 ] {1a7ba37a-012f-425b-9a67-13ac90870c3c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8680 | 2025.01.27 09:37:10.685059 [ 267 ] {1a7ba37a-012f-425b-9a67-13ac90870c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8681 | 2025.01.27 09:37:10.685554 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 8682 | 2025.01.27 09:37:10.686122 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 8683 | 2025.01.27 09:37:10.686728 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 8684 | 2025.01.27 09:37:10.686845 [ 267 ] {1a7ba37a-012f-425b-9a67-13ac90870c3c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8685 | 2025.01.27 09:37:10.687713 [ 267 ] {1a7ba37a-012f-425b-9a67-13ac90870c3c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8686 | 2025.01.27 09:37:10.688160 [ 267 ] {1a7ba37a-012f-425b-9a67-13ac90870c3c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00553 sec., 14828.209764918625 rows/sec., 964.38 KiB/sec. | ||
| 8687 | 2025.01.27 09:37:10.688494 [ 267 ] {1a7ba37a-012f-425b-9a67-13ac90870c3c} <Debug> TCPHandler: Processed in 0.006160253 sec. | ||
| 8688 | 2025.01.27 09:37:10.695870 [ 195 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1097 rows, containing 19 columns (19 merged, 0 gathered) in 0.01378723 sec., 79566.38135434022 rows/sec., 142.58 MiB/sec. | ||
| 8689 | 2025.01.27 09:37:10.696986 [ 195 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8690 | 2025.01.27 09:37:10.697410 [ 195 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2025.01.27 09:37:10.697499 [ 195 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8692 | 2025.01.27 09:37:10.697648 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.56 MiB. | ||
| 8693 | 2025.01.27 09:37:11.000280 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.47 MiB, peak 230.39 MiB, free memory in arenas 0.00 B, will set to 223.91 MiB (RSS), difference: 2.44 MiB | ||
| 8694 | 2025.01.27 09:37:11.026391 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8695 | 2025.01.27 09:37:11.047334 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8696 | 2025.01.27 09:37:11.047385 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8697 | 2025.01.27 09:37:11.054740 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8698 | 2025.01.27 09:37:11.055586 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8699 | 2025.01.27 09:37:11.058229 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8700 | 2025.01.27 09:37:15.653752 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8701 | 2025.01.27 09:37:15.653959 [ 267 ] {f3b2810d-3ee3-4e42-b0fa-9e9ce0c21cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8702 | 2025.01.27 09:37:15.654033 [ 267 ] {f3b2810d-3ee3-4e42-b0fa-9e9ce0c21cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8703 | 2025.01.27 09:37:15.654817 [ 267 ] {f3b2810d-3ee3-4e42-b0fa-9e9ce0c21cac} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8704 | 2025.01.27 09:37:15.654864 [ 267 ] {f3b2810d-3ee3-4e42-b0fa-9e9ce0c21cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8705 | 2025.01.27 09:37:15.655309 [ 267 ] {f3b2810d-3ee3-4e42-b0fa-9e9ce0c21cac} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8706 | 2025.01.27 09:37:15.655574 [ 267 ] {f3b2810d-3ee3-4e42-b0fa-9e9ce0c21cac} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8707 | 2025.01.27 09:37:15.655779 [ 267 ] {f3b2810d-3ee3-4e42-b0fa-9e9ce0c21cac} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.28 MiB/sec. | ||
| 8708 | 2025.01.27 09:37:15.655844 [ 267 ] {f3b2810d-3ee3-4e42-b0fa-9e9ce0c21cac} <Debug> TCPHandler: Processed in 0.002225242 sec. | ||
| 8709 | 2025.01.27 09:37:15.656134 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8710 | 2025.01.27 09:37:15.656346 [ 273 ] {f6d7dfbc-8b0f-4c38-b233-7cf0e4eced88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8711 | 2025.01.27 09:37:15.656430 [ 273 ] {f6d7dfbc-8b0f-4c38-b233-7cf0e4eced88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8712 | 2025.01.27 09:37:15.657284 [ 273 ] {f6d7dfbc-8b0f-4c38-b233-7cf0e4eced88} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8713 | 2025.01.27 09:37:15.657334 [ 273 ] {f6d7dfbc-8b0f-4c38-b233-7cf0e4eced88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8714 | 2025.01.27 09:37:15.657777 [ 273 ] {f6d7dfbc-8b0f-4c38-b233-7cf0e4eced88} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8715 | 2025.01.27 09:37:15.658029 [ 273 ] {f6d7dfbc-8b0f-4c38-b233-7cf0e4eced88} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8716 | 2025.01.27 09:37:15.658251 [ 273 ] {f6d7dfbc-8b0f-4c38-b233-7cf0e4eced88} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001964 sec., 32586.558044806516 rows/sec., 2.54 MiB/sec. | ||
| 8717 | 2025.01.27 09:37:15.658308 [ 273 ] {f6d7dfbc-8b0f-4c38-b233-7cf0e4eced88} <Debug> TCPHandler: Processed in 0.002341924 sec. | ||
| 8718 | 2025.01.27 09:37:15.658472 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8719 | 2025.01.27 09:37:15.658613 [ 267 ] {545121e2-1f47-4c15-a637-42d646fd670e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8720 | 2025.01.27 09:37:15.658675 [ 267 ] {545121e2-1f47-4c15-a637-42d646fd670e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8721 | 2025.01.27 09:37:15.659325 [ 267 ] {545121e2-1f47-4c15-a637-42d646fd670e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8722 | 2025.01.27 09:37:15.659364 [ 267 ] {545121e2-1f47-4c15-a637-42d646fd670e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8723 | 2025.01.27 09:37:15.659757 [ 267 ] {545121e2-1f47-4c15-a637-42d646fd670e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8724 | 2025.01.27 09:37:15.659994 [ 267 ] {545121e2-1f47-4c15-a637-42d646fd670e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8725 | 2025.01.27 09:37:15.660221 [ 267 ] {545121e2-1f47-4c15-a637-42d646fd670e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 8726 | 2025.01.27 09:37:15.660274 [ 267 ] {545121e2-1f47-4c15-a637-42d646fd670e} <Debug> TCPHandler: Processed in 0.001871324 sec. | ||
| 8727 | 2025.01.27 09:37:15.660424 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8728 | 2025.01.27 09:37:15.660564 [ 273 ] {005b670d-cca7-43c5-b846-921fbc5a121c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8729 | 2025.01.27 09:37:15.660626 [ 273 ] {005b670d-cca7-43c5-b846-921fbc5a121c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8730 | 2025.01.27 09:37:15.661206 [ 273 ] {005b670d-cca7-43c5-b846-921fbc5a121c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8731 | 2025.01.27 09:37:15.661244 [ 273 ] {005b670d-cca7-43c5-b846-921fbc5a121c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8732 | 2025.01.27 09:37:15.661620 [ 273 ] {005b670d-cca7-43c5-b846-921fbc5a121c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8733 | 2025.01.27 09:37:15.661879 [ 273 ] {005b670d-cca7-43c5-b846-921fbc5a121c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8734 | 2025.01.27 09:37:15.662108 [ 273 ] {005b670d-cca7-43c5-b846-921fbc5a121c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec. | ||
| 8735 | 2025.01.27 09:37:15.662192 [ 273 ] {005b670d-cca7-43c5-b846-921fbc5a121c} <Debug> TCPHandler: Processed in 0.001834662 sec. | ||
| 8736 | 2025.01.27 09:37:17.073898 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8737 | 2025.01.27 09:37:17.074594 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8738 | 2025.01.27 09:37:17.074645 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8739 | 2025.01.27 09:37:17.075188 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8740 | 2025.01.27 09:37:17.075474 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8741 | 2025.01.27 09:37:17.075674 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8742 | 2025.01.27 09:37:18.559227 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8743 | 2025.01.27 09:37:18.581381 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8744 | 2025.01.27 09:37:18.581450 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8745 | 2025.01.27 09:37:18.588873 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8746 | 2025.01.27 09:37:18.589653 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8747 | 2025.01.27 09:37:18.592837 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8748 | 2025.01.27 09:37:19.672149 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1230 | ||
| 8749 | 2025.01.27 09:37:19.675186 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8750 | 2025.01.27 09:37:19.675229 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8751 | 2025.01.27 09:37:19.676701 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8752 | 2025.01.27 09:37:19.677012 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8753 | 2025.01.27 09:37:19.677492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1230 | ||
| 8754 | 2025.01.27 09:37:20.660006 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8755 | 2025.01.27 09:37:20.660198 [ 267 ] {6628285d-77ca-4276-a0af-6facfdd27dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8756 | 2025.01.27 09:37:20.660273 [ 267 ] {6628285d-77ca-4276-a0af-6facfdd27dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8757 | 2025.01.27 09:37:20.661144 [ 267 ] {6628285d-77ca-4276-a0af-6facfdd27dd1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8758 | 2025.01.27 09:37:20.661202 [ 267 ] {6628285d-77ca-4276-a0af-6facfdd27dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8759 | 2025.01.27 09:37:20.661722 [ 267 ] {6628285d-77ca-4276-a0af-6facfdd27dd1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8760 | 2025.01.27 09:37:20.661982 [ 267 ] {6628285d-77ca-4276-a0af-6facfdd27dd1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8761 | 2025.01.27 09:37:20.662244 [ 267 ] {6628285d-77ca-4276-a0af-6facfdd27dd1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002091 sec., 6695.361071257771 rows/sec., 481.98 KiB/sec. | ||
| 8762 | 2025.01.27 09:37:20.662358 [ 267 ] {6628285d-77ca-4276-a0af-6facfdd27dd1} <Debug> TCPHandler: Processed in 0.002482038 sec. | ||
| 8763 | 2025.01.27 09:37:20.662666 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8764 | 2025.01.27 09:37:20.662859 [ 273 ] {1276ade7-acf3-4786-a84d-c5d0c676f348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8765 | 2025.01.27 09:37:20.662935 [ 273 ] {1276ade7-acf3-4786-a84d-c5d0c676f348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8766 | 2025.01.27 09:37:20.663803 [ 273 ] {1276ade7-acf3-4786-a84d-c5d0c676f348} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8767 | 2025.01.27 09:37:20.663858 [ 273 ] {1276ade7-acf3-4786-a84d-c5d0c676f348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8768 | 2025.01.27 09:37:20.664317 [ 273 ] {1276ade7-acf3-4786-a84d-c5d0c676f348} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8769 | 2025.01.27 09:37:20.664568 [ 273 ] {1276ade7-acf3-4786-a84d-c5d0c676f348} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8770 | 2025.01.27 09:37:20.664825 [ 273 ] {1276ade7-acf3-4786-a84d-c5d0c676f348} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002019 sec., 139177.81079742446 rows/sec., 12.28 MiB/sec. | ||
| 8771 | 2025.01.27 09:37:20.664883 [ 273 ] {1276ade7-acf3-4786-a84d-c5d0c676f348} <Debug> TCPHandler: Processed in 0.002374416 sec. | ||
| 8772 | 2025.01.27 09:37:20.665044 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8773 | 2025.01.27 09:37:20.665167 [ 267 ] {79e1fac2-fc06-4086-8314-a79eebebb43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8774 | 2025.01.27 09:37:20.665220 [ 267 ] {79e1fac2-fc06-4086-8314-a79eebebb43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8775 | 2025.01.27 09:37:20.665823 [ 267 ] {79e1fac2-fc06-4086-8314-a79eebebb43f} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8776 | 2025.01.27 09:37:20.665865 [ 267 ] {79e1fac2-fc06-4086-8314-a79eebebb43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8777 | 2025.01.27 09:37:20.666251 [ 267 ] {79e1fac2-fc06-4086-8314-a79eebebb43f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8778 | 2025.01.27 09:37:20.666503 [ 267 ] {79e1fac2-fc06-4086-8314-a79eebebb43f} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8779 | 2025.01.27 09:37:20.666727 [ 267 ] {79e1fac2-fc06-4086-8314-a79eebebb43f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001588 sec., 28967.254408060453 rows/sec., 2.08 MiB/sec. | ||
| 8780 | 2025.01.27 09:37:20.666784 [ 267 ] {79e1fac2-fc06-4086-8314-a79eebebb43f} <Debug> TCPHandler: Processed in 0.001800342 sec. | ||
| 8781 | 2025.01.27 09:37:20.666922 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8782 | 2025.01.27 09:37:20.667039 [ 273 ] {4d0f0b2b-ab7e-4132-99af-666723138045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8783 | 2025.01.27 09:37:20.667091 [ 273 ] {4d0f0b2b-ab7e-4132-99af-666723138045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8784 | 2025.01.27 09:37:20.667671 [ 273 ] {4d0f0b2b-ab7e-4132-99af-666723138045} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8785 | 2025.01.27 09:37:20.667710 [ 273 ] {4d0f0b2b-ab7e-4132-99af-666723138045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8786 | 2025.01.27 09:37:20.668073 [ 273 ] {4d0f0b2b-ab7e-4132-99af-666723138045} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8787 | 2025.01.27 09:37:20.668317 [ 273 ] {4d0f0b2b-ab7e-4132-99af-666723138045} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8788 | 2025.01.27 09:37:20.668531 [ 273 ] {4d0f0b2b-ab7e-4132-99af-666723138045} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001515 sec., 9240.924092409241 rows/sec., 647.17 KiB/sec. | ||
| 8789 | 2025.01.27 09:37:20.668588 [ 273 ] {4d0f0b2b-ab7e-4132-99af-666723138045} <Debug> TCPHandler: Processed in 0.00171921 sec. | ||
| 8790 | 2025.01.27 09:37:20.668739 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8791 | 2025.01.27 09:37:20.668856 [ 267 ] {c07b651e-bada-4984-8fbd-c9b35d487a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8792 | 2025.01.27 09:37:20.668906 [ 267 ] {c07b651e-bada-4984-8fbd-c9b35d487a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8793 | 2025.01.27 09:37:20.669498 [ 267 ] {c07b651e-bada-4984-8fbd-c9b35d487a6e} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8794 | 2025.01.27 09:37:20.669538 [ 267 ] {c07b651e-bada-4984-8fbd-c9b35d487a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8795 | 2025.01.27 09:37:20.669888 [ 267 ] {c07b651e-bada-4984-8fbd-c9b35d487a6e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8796 | 2025.01.27 09:37:20.670135 [ 267 ] {c07b651e-bada-4984-8fbd-c9b35d487a6e} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8797 | 2025.01.27 09:37:20.670363 [ 267 ] {c07b651e-bada-4984-8fbd-c9b35d487a6e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001529 sec., 8502.289077828646 rows/sec., 530.12 KiB/sec. | ||
| 8798 | 2025.01.27 09:37:20.670464 [ 267 ] {c07b651e-bada-4984-8fbd-c9b35d487a6e} <Debug> TCPHandler: Processed in 0.001783201 sec. | ||
| 8799 | 2025.01.27 09:37:20.670638 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8800 | 2025.01.27 09:37:20.670777 [ 273 ] {4a181c9c-c116-4da9-bfde-638a8fe71d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8801 | 2025.01.27 09:37:20.670834 [ 273 ] {4a181c9c-c116-4da9-bfde-638a8fe71d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8802 | 2025.01.27 09:37:20.671647 [ 273 ] {4a181c9c-c116-4da9-bfde-638a8fe71d95} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8803 | 2025.01.27 09:37:20.671687 [ 273 ] {4a181c9c-c116-4da9-bfde-638a8fe71d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8804 | 2025.01.27 09:37:20.672060 [ 273 ] {4a181c9c-c116-4da9-bfde-638a8fe71d95} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8805 | 2025.01.27 09:37:20.672294 [ 273 ] {4a181c9c-c116-4da9-bfde-638a8fe71d95} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8806 | 2025.01.27 09:37:20.672512 [ 273 ] {4a181c9c-c116-4da9-bfde-638a8fe71d95} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001766 sec., 238391.84597961494 rows/sec., 17.03 MiB/sec. | ||
| 8807 | 2025.01.27 09:37:20.672564 [ 273 ] {4a181c9c-c116-4da9-bfde-638a8fe71d95} <Debug> TCPHandler: Processed in 0.002003836 sec. | ||
| 8808 | 2025.01.27 09:37:20.672721 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8809 | 2025.01.27 09:37:20.672860 [ 267 ] {4382f933-1232-4c93-b95c-0cc245c18b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8810 | 2025.01.27 09:37:20.672920 [ 267 ] {4382f933-1232-4c93-b95c-0cc245c18b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8811 | 2025.01.27 09:37:20.673443 [ 267 ] {4382f933-1232-4c93-b95c-0cc245c18b9c} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8812 | 2025.01.27 09:37:20.673483 [ 267 ] {4382f933-1232-4c93-b95c-0cc245c18b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8813 | 2025.01.27 09:37:20.673848 [ 267 ] {4382f933-1232-4c93-b95c-0cc245c18b9c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8814 | 2025.01.27 09:37:20.674087 [ 267 ] {4382f933-1232-4c93-b95c-0cc245c18b9c} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8815 | 2025.01.27 09:37:20.674334 [ 267 ] {4382f933-1232-4c93-b95c-0cc245c18b9c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 209.12 KiB/sec. | ||
| 8816 | 2025.01.27 09:37:20.674439 [ 267 ] {4382f933-1232-4c93-b95c-0cc245c18b9c} <Debug> TCPHandler: Processed in 0.001781472 sec. | ||
| 8817 | 2025.01.27 09:37:20.674636 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8818 | 2025.01.27 09:37:20.674779 [ 273 ] {4cb60653-e3f7-4406-875d-3dc4f3ef36b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8819 | 2025.01.27 09:37:20.674839 [ 273 ] {4cb60653-e3f7-4406-875d-3dc4f3ef36b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8820 | 2025.01.27 09:37:20.675452 [ 273 ] {4cb60653-e3f7-4406-875d-3dc4f3ef36b5} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8821 | 2025.01.27 09:37:20.675491 [ 273 ] {4cb60653-e3f7-4406-875d-3dc4f3ef36b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8822 | 2025.01.27 09:37:20.675878 [ 273 ] {4cb60653-e3f7-4406-875d-3dc4f3ef36b5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8823 | 2025.01.27 09:37:20.676111 [ 273 ] {4cb60653-e3f7-4406-875d-3dc4f3ef36b5} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8824 | 2025.01.27 09:37:20.676319 [ 273 ] {4cb60653-e3f7-4406-875d-3dc4f3ef36b5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00157 sec., 150955.41401273885 rows/sec., 10.12 MiB/sec. | ||
| 8825 | 2025.01.27 09:37:20.676369 [ 273 ] {4cb60653-e3f7-4406-875d-3dc4f3ef36b5} <Debug> TCPHandler: Processed in 0.001833133 sec. | ||
| 8826 | 2025.01.27 09:37:20.676522 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8827 | 2025.01.27 09:37:20.676663 [ 267 ] {aba27699-0182-469b-9b7e-c85146a36e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8828 | 2025.01.27 09:37:20.676723 [ 267 ] {aba27699-0182-469b-9b7e-c85146a36e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8829 | 2025.01.27 09:37:20.677260 [ 267 ] {aba27699-0182-469b-9b7e-c85146a36e28} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8830 | 2025.01.27 09:37:20.677299 [ 267 ] {aba27699-0182-469b-9b7e-c85146a36e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8831 | 2025.01.27 09:37:20.677662 [ 267 ] {aba27699-0182-469b-9b7e-c85146a36e28} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8832 | 2025.01.27 09:37:20.677899 [ 267 ] {aba27699-0182-469b-9b7e-c85146a36e28} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8833 | 2025.01.27 09:37:20.678073 [ 146 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 8834 | 2025.01.27 09:37:20.678133 [ 267 ] {aba27699-0182-469b-9b7e-c85146a36e28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 8835 | 2025.01.27 09:37:20.678153 [ 146 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8836 | 2025.01.27 09:37:20.678225 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8837 | 2025.01.27 09:37:20.678259 [ 267 ] {aba27699-0182-469b-9b7e-c85146a36e28} <Debug> TCPHandler: Processed in 0.001802482 sec. | ||
| 8838 | 2025.01.27 09:37:20.678444 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 8839 | 2025.01.27 09:37:20.678462 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8840 | 2025.01.27 09:37:20.678642 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8841 | 2025.01.27 09:37:20.678710 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 27 rows starting from the beginning of the part | ||
| 8842 | 2025.01.27 09:37:20.678714 [ 273 ] {f229a8d8-f122-4bac-bfe0-79d333c8e9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8843 | 2025.01.27 09:37:20.678898 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 8844 | 2025.01.27 09:37:20.679090 [ 273 ] {f229a8d8-f122-4bac-bfe0-79d333c8e9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8845 | 2025.01.27 09:37:20.679313 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 8846 | 2025.01.27 09:37:20.679749 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 8847 | 2025.01.27 09:37:20.680025 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 8848 | 2025.01.27 09:37:20.680365 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::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 | ||
| 8849 | 2025.01.27 09:37:20.683907 [ 194 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.00556681 sec., 5748.354982476499 rows/sec., 387.34 KiB/sec. | ||
| 8850 | 2025.01.27 09:37:20.684209 [ 194 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 8851 | 2025.01.27 09:37:20.684442 [ 273 ] {f229a8d8-f122-4bac-bfe0-79d333c8e9c3} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8852 | 2025.01.27 09:37:20.684500 [ 273 ] {f229a8d8-f122-4bac-bfe0-79d333c8e9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8853 | 2025.01.27 09:37:20.684997 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_32_7} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8854 | 2025.01.27 09:37:20.685202 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_32_7} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 8855 | 2025.01.27 09:37:20.685375 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8856 | 2025.01.27 09:37:20.685711 [ 273 ] {f229a8d8-f122-4bac-bfe0-79d333c8e9c3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8857 | 2025.01.27 09:37:20.685981 [ 273 ] {f229a8d8-f122-4bac-bfe0-79d333c8e9c3} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8858 | 2025.01.27 09:37:20.686277 [ 273 ] {f229a8d8-f122-4bac-bfe0-79d333c8e9c3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007632 sec., 5110.062893081761 rows/sec., 9.16 MiB/sec. | ||
| 8859 | 2025.01.27 09:37:20.686764 [ 273 ] {f229a8d8-f122-4bac-bfe0-79d333c8e9c3} <Debug> TCPHandler: Processed in 0.008406945 sec. | ||
| 8860 | 2025.01.27 09:37:20.686925 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8861 | 2025.01.27 09:37:20.687064 [ 267 ] {74a918b7-198a-4526-8ddb-08b7fb91f2c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8862 | 2025.01.27 09:37:20.687123 [ 267 ] {74a918b7-198a-4526-8ddb-08b7fb91f2c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8863 | 2025.01.27 09:37:20.687615 [ 267 ] {74a918b7-198a-4526-8ddb-08b7fb91f2c2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8864 | 2025.01.27 09:37:20.687654 [ 267 ] {74a918b7-198a-4526-8ddb-08b7fb91f2c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8865 | 2025.01.27 09:37:20.688018 [ 267 ] {74a918b7-198a-4526-8ddb-08b7fb91f2c2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8866 | 2025.01.27 09:37:20.688251 [ 267 ] {74a918b7-198a-4526-8ddb-08b7fb91f2c2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8867 | 2025.01.27 09:37:20.688479 [ 267 ] {74a918b7-198a-4526-8ddb-08b7fb91f2c2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001444 sec., 56786.703601108034 rows/sec., 3.61 MiB/sec. | ||
| 8868 | 2025.01.27 09:37:20.688576 [ 267 ] {74a918b7-198a-4526-8ddb-08b7fb91f2c2} <Debug> TCPHandler: Processed in 0.00171696 sec. | ||
| 8869 | 2025.01.27 09:37:24.398221 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8870 | 2025.01.27 09:37:24.398332 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8871 | 2025.01.27 09:37:24.576679 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 8872 | 2025.01.27 09:37:24.577339 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8873 | 2025.01.27 09:37:24.577394 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8874 | 2025.01.27 09:37:24.577926 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8875 | 2025.01.27 09:37:24.578174 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8876 | 2025.01.27 09:37:24.578457 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8877 | 2025.01.27 09:37:24.578469 [ 140 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8878 | 2025.01.27 09:37:24.578564 [ 140 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2025.01.27 09:37:24.578606 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8880 | 2025.01.27 09:37:24.578769 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 8881 | 2025.01.27 09:37:24.578926 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8882 | 2025.01.27 09:37:24.578968 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 8883 | 2025.01.27 09:37:24.579051 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 8884 | 2025.01.27 09:37:24.579151 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 8885 | 2025.01.27 09:37:24.579412 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 8886 | 2025.01.27 09:37:24.579595 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 8887 | 2025.01.27 09:37:24.579783 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 8888 | 2025.01.27 09:37:24.582301 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003593763 sec., 5872952.668275566 rows/sec., 84.01 MiB/sec. | ||
| 8889 | 2025.01.27 09:37:24.582862 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8890 | 2025.01.27 09:37:24.583395 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8891 | 2025.01.27 09:37:24.583475 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_46_9} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8892 | 2025.01.27 09:37:24.583583 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 8893 | 2025.01.27 09:37:25.654384 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8894 | 2025.01.27 09:37:25.654597 [ 267 ] {63da56ca-ecc6-469f-935b-7163e50a1270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8895 | 2025.01.27 09:37:25.654678 [ 267 ] {63da56ca-ecc6-469f-935b-7163e50a1270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8896 | 2025.01.27 09:37:25.655534 [ 267 ] {63da56ca-ecc6-469f-935b-7163e50a1270} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8897 | 2025.01.27 09:37:25.655578 [ 267 ] {63da56ca-ecc6-469f-935b-7163e50a1270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8898 | 2025.01.27 09:37:25.656014 [ 267 ] {63da56ca-ecc6-469f-935b-7163e50a1270} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8899 | 2025.01.27 09:37:25.656277 [ 267 ] {63da56ca-ecc6-469f-935b-7163e50a1270} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8900 | 2025.01.27 09:37:25.656445 [ 137 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8901 | 2025.01.27 09:37:25.656477 [ 267 ] {63da56ca-ecc6-469f-935b-7163e50a1270} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.20 MiB/sec. | ||
| 8902 | 2025.01.27 09:37:25.656496 [ 137 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8903 | 2025.01.27 09:37:25.656537 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8904 | 2025.01.27 09:37:25.656550 [ 267 ] {63da56ca-ecc6-469f-935b-7163e50a1270} <Debug> TCPHandler: Processed in 0.002305934 sec. | ||
| 8905 | 2025.01.27 09:37:25.656837 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8906 | 2025.01.27 09:37:25.656860 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8907 | 2025.01.27 09:37:25.657320 [ 273 ] {5985aece-92b6-49d2-a7a4-cc810d6b88b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8908 | 2025.01.27 09:37:25.657385 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8909 | 2025.01.27 09:37:25.657512 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1430 rows starting from the beginning of the part | ||
| 8910 | 2025.01.27 09:37:25.657681 [ 273 ] {5985aece-92b6-49d2-a7a4-cc810d6b88b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8911 | 2025.01.27 09:37:25.657900 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 8912 | 2025.01.27 09:37:25.658433 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 281 rows starting from the beginning of the part | ||
| 8913 | 2025.01.27 09:37:25.658819 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 8914 | 2025.01.27 09:37:25.659182 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 281 rows starting from the beginning of the part | ||
| 8915 | 2025.01.27 09:37:25.659628 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 8916 | 2025.01.27 09:37:25.661449 [ 273 ] {5985aece-92b6-49d2-a7a4-cc810d6b88b0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8917 | 2025.01.27 09:37:25.661525 [ 273 ] {5985aece-92b6-49d2-a7a4-cc810d6b88b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8918 | 2025.01.27 09:37:25.662434 [ 273 ] {5985aece-92b6-49d2-a7a4-cc810d6b88b0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8919 | 2025.01.27 09:37:25.662997 [ 273 ] {5985aece-92b6-49d2-a7a4-cc810d6b88b0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8920 | 2025.01.27 09:37:25.663029 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.006346147 sec., 340364.00354419777 rows/sec., 29.93 MiB/sec. | ||
| 8921 | 2025.01.27 09:37:25.663299 [ 137 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8922 | 2025.01.27 09:37:25.663399 [ 137 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8923 | 2025.01.27 09:37:25.663430 [ 273 ] {5985aece-92b6-49d2-a7a4-cc810d6b88b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00626 sec., 10223.642172523962 rows/sec., 817.13 KiB/sec. | ||
| 8924 | 2025.01.27 09:37:25.663446 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8925 | 2025.01.27 09:37:25.663554 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8926 | 2025.01.27 09:37:25.663886 [ 273 ] {5985aece-92b6-49d2-a7a4-cc810d6b88b0} <Debug> TCPHandler: Processed in 0.007191947 sec. | ||
| 8927 | 2025.01.27 09:37:25.664210 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8928 | 2025.01.27 09:37:25.664278 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8929 | 2025.01.27 09:37:25.664939 [ 267 ] {7c41ae3c-dcc1-4990-8e83-52c387d91be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8930 | 2025.01.27 09:37:25.665090 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8931 | 2025.01.27 09:37:25.665106 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8932 | 2025.01.27 09:37:25.665288 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 8933 | 2025.01.27 09:37:25.665289 [ 267 ] {7c41ae3c-dcc1-4990-8e83-52c387d91be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8934 | 2025.01.27 09:37:25.665630 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_76_15} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8935 | 2025.01.27 09:37:25.666181 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 8936 | 2025.01.27 09:37:25.666201 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 8937 | 2025.01.27 09:37:25.666912 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 421 rows starting from the beginning of the part | ||
| 8938 | 2025.01.27 09:37:25.667652 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 8939 | 2025.01.27 09:37:25.668178 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 421 rows starting from the beginning of the part | ||
| 8940 | 2025.01.27 09:37:25.668255 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 8941 | 2025.01.27 09:37:25.669428 [ 267 ] {7c41ae3c-dcc1-4990-8e83-52c387d91be9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8942 | 2025.01.27 09:37:25.669495 [ 267 ] {7c41ae3c-dcc1-4990-8e83-52c387d91be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8943 | 2025.01.27 09:37:25.670468 [ 267 ] {7c41ae3c-dcc1-4990-8e83-52c387d91be9} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8944 | 2025.01.27 09:37:25.670880 [ 267 ] {7c41ae3c-dcc1-4990-8e83-52c387d91be9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8945 | 2025.01.27 09:37:25.671190 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8946 | 2025.01.27 09:37:25.671319 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8947 | 2025.01.27 09:37:25.671429 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8948 | 2025.01.27 09:37:25.671684 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.008069627 sec., 241275.0923927463 rows/sec., 18.46 MiB/sec. | ||
| 8949 | 2025.01.27 09:37:25.671698 [ 267 ] {7c41ae3c-dcc1-4990-8e83-52c387d91be9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006902 sec., 23181.686467690524 rows/sec., 1.61 MiB/sec. | ||
| 8950 | 2025.01.27 09:37:25.672046 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8951 | 2025.01.27 09:37:25.672234 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8952 | 2025.01.27 09:37:25.672285 [ 267 ] {7c41ae3c-dcc1-4990-8e83-52c387d91be9} <Debug> TCPHandler: Processed in 0.008241212 sec. | ||
| 8953 | 2025.01.27 09:37:25.672693 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8954 | 2025.01.27 09:37:25.672908 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8955 | 2025.01.27 09:37:25.673090 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21866 rows starting from the beginning of the part | ||
| 8956 | 2025.01.27 09:37:25.673302 [ 273 ] {dd90d789-004b-4b47-ac22-ca5a96f6efb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8957 | 2025.01.27 09:37:25.673658 [ 273 ] {dd90d789-004b-4b47-ac22-ca5a96f6efb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8958 | 2025.01.27 09:37:25.673678 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 8959 | 2025.01.27 09:37:25.673825 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8960 | 2025.01.27 09:37:25.674291 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 8961 | 2025.01.27 09:37:25.674397 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_76_15} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8962 | 2025.01.27 09:37:25.674847 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8963 | 2025.01.27 09:37:25.674873 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 8964 | 2025.01.27 09:37:25.675380 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 8965 | 2025.01.27 09:37:25.675901 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 8966 | 2025.01.27 09:37:25.677299 [ 273 ] {dd90d789-004b-4b47-ac22-ca5a96f6efb1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8967 | 2025.01.27 09:37:25.677371 [ 273 ] {dd90d789-004b-4b47-ac22-ca5a96f6efb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8968 | 2025.01.27 09:37:25.678011 [ 273 ] {dd90d789-004b-4b47-ac22-ca5a96f6efb1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8969 | 2025.01.27 09:37:25.678348 [ 273 ] {dd90d789-004b-4b47-ac22-ca5a96f6efb1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8970 | 2025.01.27 09:37:25.678606 [ 137 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8971 | 2025.01.27 09:37:25.678747 [ 137 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8972 | 2025.01.27 09:37:25.678851 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8973 | 2025.01.27 09:37:25.678852 [ 273 ] {dd90d789-004b-4b47-ac22-ca5a96f6efb1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005723 sec., 10484.011881880133 rows/sec., 723.51 KiB/sec. | ||
| 8974 | 2025.01.27 09:37:25.679261 [ 273 ] {dd90d789-004b-4b47-ac22-ca5a96f6efb1} <Debug> TCPHandler: Processed in 0.006836498 sec. | ||
| 8975 | 2025.01.27 09:37:25.679357 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8976 | 2025.01.27 09:37:25.679787 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8977 | 2025.01.27 09:37:25.679875 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4308 rows starting from the beginning of the part | ||
| 8978 | 2025.01.27 09:37:25.680165 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8979 | 2025.01.27 09:37:25.680433 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 8980 | 2025.01.27 09:37:25.680639 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 8981 | 2025.01.27 09:37:25.680818 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 8982 | 2025.01.27 09:37:25.680966 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 8983 | 2025.01.27 09:37:25.693821 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4652 rows, containing 4 columns (4 merged, 0 gathered) in 0.014816115 sec., 313982.4441157483 rows/sec., 20.47 MiB/sec. | ||
| 8984 | 2025.01.27 09:37:25.694410 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8985 | 2025.01.27 09:37:25.694854 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8986 | 2025.01.27 09:37:25.695090 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_76_15} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8987 | 2025.01.27 09:37:25.695223 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 8988 | 2025.01.27 09:37:25.695944 [ 197 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22820 rows, containing 5 columns (5 merged, 0 gathered) in 0.024343845 sec., 937403.2738049392 rows/sec., 63.31 MiB/sec. | ||
| 8989 | 2025.01.27 09:37:25.696484 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8990 | 2025.01.27 09:37:25.696787 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8991 | 2025.01.27 09:37:25.696868 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8992 | 2025.01.27 09:37:25.696958 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 8993 | 2025.01.27 09:37:25.976870 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8994 | 2025.01.27 09:37:25.977041 [ 267 ] {4b7183e5-cc38-4e7f-bc02-2af9155cb59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8995 | 2025.01.27 09:37:25.977112 [ 267 ] {4b7183e5-cc38-4e7f-bc02-2af9155cb59e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8996 | 2025.01.27 09:37:25.977862 [ 267 ] {4b7183e5-cc38-4e7f-bc02-2af9155cb59e} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8997 | 2025.01.27 09:37:25.977915 [ 267 ] {4b7183e5-cc38-4e7f-bc02-2af9155cb59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8998 | 2025.01.27 09:37:25.978347 [ 267 ] {4b7183e5-cc38-4e7f-bc02-2af9155cb59e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8999 | 2025.01.27 09:37:25.978608 [ 267 ] {4b7183e5-cc38-4e7f-bc02-2af9155cb59e} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9000 | 2025.01.27 09:37:25.978764 [ 137 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9001 | 2025.01.27 09:37:25.978798 [ 137 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9002 | 2025.01.27 09:37:25.978821 [ 267 ] {4b7183e5-cc38-4e7f-bc02-2af9155cb59e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001823 sec., 7679.648930334613 rows/sec., 552.83 KiB/sec. | ||
| 9003 | 2025.01.27 09:37:25.978825 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9004 | 2025.01.27 09:37:25.978923 [ 267 ] {4b7183e5-cc38-4e7f-bc02-2af9155cb59e} <Debug> TCPHandler: Processed in 0.002165251 sec. | ||
| 9005 | 2025.01.27 09:37:25.979119 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9006 | 2025.01.27 09:37:25.979177 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9007 | 2025.01.27 09:37:25.979439 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9008 | 2025.01.27 09:37:25.979448 [ 273 ] {80108030-c470-44e4-a730-55322278e3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9009 | 2025.01.27 09:37:25.979506 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 9010 | 2025.01.27 09:37:25.979572 [ 273 ] {80108030-c470-44e4-a730-55322278e3be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9011 | 2025.01.27 09:37:25.979880 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9012 | 2025.01.27 09:37:25.980194 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9013 | 2025.01.27 09:37:25.980590 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9014 | 2025.01.27 09:37:25.981033 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 9015 | 2025.01.27 09:37:25.982330 [ 273 ] {80108030-c470-44e4-a730-55322278e3be} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9016 | 2025.01.27 09:37:25.982406 [ 273 ] {80108030-c470-44e4-a730-55322278e3be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9017 | 2025.01.27 09:37:25.983417 [ 273 ] {80108030-c470-44e4-a730-55322278e3be} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 9018 | 2025.01.27 09:37:25.983674 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00472962 sec., 14800.343367966136 rows/sec., 1.10 MiB/sec. | ||
| 9019 | 2025.01.27 09:37:25.983861 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9020 | 2025.01.27 09:37:25.983921 [ 273 ] {80108030-c470-44e4-a730-55322278e3be} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9021 | 2025.01.27 09:37:25.984515 [ 273 ] {80108030-c470-44e4-a730-55322278e3be} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005115 sec., 391.00684261974584 rows/sec., 31.88 KiB/sec. | ||
| 9022 | 2025.01.27 09:37:25.984673 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9023 | 2025.01.27 09:37:25.984846 [ 273 ] {80108030-c470-44e4-a730-55322278e3be} <Debug> TCPHandler: Processed in 0.005766264 sec. | ||
| 9024 | 2025.01.27 09:37:25.984949 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_33_8} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9025 | 2025.01.27 09:37:25.985074 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9026 | 2025.01.27 09:37:25.985095 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9027 | 2025.01.27 09:37:25.985210 [ 267 ] {f3c8faaf-191a-4cc4-b8e0-f833d1cce422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9028 | 2025.01.27 09:37:25.985265 [ 267 ] {f3c8faaf-191a-4cc4-b8e0-f833d1cce422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9029 | 2025.01.27 09:37:25.986490 [ 267 ] {f3c8faaf-191a-4cc4-b8e0-f833d1cce422} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9030 | 2025.01.27 09:37:25.986531 [ 267 ] {f3c8faaf-191a-4cc4-b8e0-f833d1cce422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9031 | 2025.01.27 09:37:25.986986 [ 267 ] {f3c8faaf-191a-4cc4-b8e0-f833d1cce422} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9032 | 2025.01.27 09:37:25.987234 [ 267 ] {f3c8faaf-191a-4cc4-b8e0-f833d1cce422} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9033 | 2025.01.27 09:37:25.987410 [ 267 ] {f3c8faaf-191a-4cc4-b8e0-f833d1cce422} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002227 sec., 638527.1665918276 rows/sec., 53.31 MiB/sec. | ||
| 9034 | 2025.01.27 09:37:25.987463 [ 267 ] {f3c8faaf-191a-4cc4-b8e0-f833d1cce422} <Debug> TCPHandler: Processed in 0.002492488 sec. | ||
| 9035 | 2025.01.27 09:37:25.987616 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9036 | 2025.01.27 09:37:25.987736 [ 273 ] {41ddae23-5860-44e9-8a16-7820dcb703e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9037 | 2025.01.27 09:37:25.987788 [ 273 ] {41ddae23-5860-44e9-8a16-7820dcb703e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9038 | 2025.01.27 09:37:25.988398 [ 273 ] {41ddae23-5860-44e9-8a16-7820dcb703e4} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9039 | 2025.01.27 09:37:25.988438 [ 273 ] {41ddae23-5860-44e9-8a16-7820dcb703e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9040 | 2025.01.27 09:37:25.988803 [ 273 ] {41ddae23-5860-44e9-8a16-7820dcb703e4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9041 | 2025.01.27 09:37:25.989045 [ 273 ] {41ddae23-5860-44e9-8a16-7820dcb703e4} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9042 | 2025.01.27 09:37:25.989223 [ 273 ] {41ddae23-5860-44e9-8a16-7820dcb703e4} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001513 sec., 31725.049570389954 rows/sec., 2.28 MiB/sec. | ||
| 9043 | 2025.01.27 09:37:25.989276 [ 273 ] {41ddae23-5860-44e9-8a16-7820dcb703e4} <Debug> TCPHandler: Processed in 0.00172329 sec. | ||
| 9044 | 2025.01.27 09:37:25.989420 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9045 | 2025.01.27 09:37:25.989558 [ 267 ] {f098fb4a-9ba0-403b-b184-79db47be0184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9046 | 2025.01.27 09:37:25.989616 [ 267 ] {f098fb4a-9ba0-403b-b184-79db47be0184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9047 | 2025.01.27 09:37:25.990384 [ 267 ] {f098fb4a-9ba0-403b-b184-79db47be0184} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9048 | 2025.01.27 09:37:25.990423 [ 267 ] {f098fb4a-9ba0-403b-b184-79db47be0184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9049 | 2025.01.27 09:37:25.990786 [ 267 ] {f098fb4a-9ba0-403b-b184-79db47be0184} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9050 | 2025.01.27 09:37:25.991030 [ 267 ] {f098fb4a-9ba0-403b-b184-79db47be0184} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9051 | 2025.01.27 09:37:25.991254 [ 267 ] {f098fb4a-9ba0-403b-b184-79db47be0184} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001726 sec., 140208.57473928155 rows/sec., 9.50 MiB/sec. | ||
| 9052 | 2025.01.27 09:37:25.991306 [ 267 ] {f098fb4a-9ba0-403b-b184-79db47be0184} <Debug> TCPHandler: Processed in 0.001952026 sec. | ||
| 9053 | 2025.01.27 09:37:25.991465 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9054 | 2025.01.27 09:37:25.991609 [ 273 ] {7b72c004-7259-48c0-bcdf-b12788e4b486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9055 | 2025.01.27 09:37:25.991666 [ 273 ] {7b72c004-7259-48c0-bcdf-b12788e4b486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9056 | 2025.01.27 09:37:25.992348 [ 273 ] {7b72c004-7259-48c0-bcdf-b12788e4b486} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9057 | 2025.01.27 09:37:25.992385 [ 273 ] {7b72c004-7259-48c0-bcdf-b12788e4b486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9058 | 2025.01.27 09:37:25.992733 [ 273 ] {7b72c004-7259-48c0-bcdf-b12788e4b486} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9059 | 2025.01.27 09:37:25.992983 [ 273 ] {7b72c004-7259-48c0-bcdf-b12788e4b486} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9060 | 2025.01.27 09:37:25.993110 [ 139 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9061 | 2025.01.27 09:37:25.993153 [ 139 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9062 | 2025.01.27 09:37:25.993170 [ 273 ] {7b72c004-7259-48c0-bcdf-b12788e4b486} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001589 sec., 8181.2460667086225 rows/sec., 510.10 KiB/sec. | ||
| 9063 | 2025.01.27 09:37:25.993178 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9064 | 2025.01.27 09:37:25.993275 [ 273 ] {7b72c004-7259-48c0-bcdf-b12788e4b486} <Debug> TCPHandler: Processed in 0.001869953 sec. | ||
| 9065 | 2025.01.27 09:37:25.993420 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9066 | 2025.01.27 09:37:25.993462 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9067 | 2025.01.27 09:37:25.993571 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9068 | 2025.01.27 09:37:25.993599 [ 267 ] {bbdf554a-2538-47aa-8ccb-33f6cfa49d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9069 | 2025.01.27 09:37:25.993610 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 9070 | 2025.01.27 09:37:25.993656 [ 267 ] {bbdf554a-2538-47aa-8ccb-33f6cfa49d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9071 | 2025.01.27 09:37:25.993823 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 9072 | 2025.01.27 09:37:25.994189 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 9073 | 2025.01.27 09:37:25.994549 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 9074 | 2025.01.27 09:37:25.994981 [ 197 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 9075 | 2025.01.27 09:37:25.996542 [ 198 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003242496 sec., 20046.285330806884 rows/sec., 1.30 MiB/sec. | ||
| 9076 | 2025.01.27 09:37:25.996622 [ 267 ] {bbdf554a-2538-47aa-8ccb-33f6cfa49d09} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9077 | 2025.01.27 09:37:25.996686 [ 267 ] {bbdf554a-2538-47aa-8ccb-33f6cfa49d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9078 | 2025.01.27 09:37:25.996782 [ 198 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9079 | 2025.01.27 09:37:25.997395 [ 198 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9080 | 2025.01.27 09:37:25.997396 [ 267 ] {bbdf554a-2538-47aa-8ccb-33f6cfa49d09} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9081 | 2025.01.27 09:37:25.997555 [ 198 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_33_8} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9082 | 2025.01.27 09:37:25.997737 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9083 | 2025.01.27 09:37:25.997846 [ 267 ] {bbdf554a-2538-47aa-8ccb-33f6cfa49d09} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9084 | 2025.01.27 09:37:25.998077 [ 267 ] {bbdf554a-2538-47aa-8ccb-33f6cfa49d09} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.004508 sec., 194986.69032830524 rows/sec., 14.14 MiB/sec. | ||
| 9085 | 2025.01.27 09:37:25.998137 [ 267 ] {bbdf554a-2538-47aa-8ccb-33f6cfa49d09} <Debug> TCPHandler: Processed in 0.00475676 sec. | ||
| 9086 | 2025.01.27 09:37:25.998305 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9087 | 2025.01.27 09:37:25.998442 [ 273 ] {5009b2df-0578-494a-8b16-1c2e7fbc8d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9088 | 2025.01.27 09:37:25.998503 [ 273 ] {5009b2df-0578-494a-8b16-1c2e7fbc8d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9089 | 2025.01.27 09:37:25.999067 [ 273 ] {5009b2df-0578-494a-8b16-1c2e7fbc8d4f} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9090 | 2025.01.27 09:37:25.999112 [ 273 ] {5009b2df-0578-494a-8b16-1c2e7fbc8d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9091 | 2025.01.27 09:37:25.999519 [ 273 ] {5009b2df-0578-494a-8b16-1c2e7fbc8d4f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9092 | 2025.01.27 09:37:25.999760 [ 273 ] {5009b2df-0578-494a-8b16-1c2e7fbc8d4f} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9093 | 2025.01.27 09:37:25.999970 [ 273 ] {5009b2df-0578-494a-8b16-1c2e7fbc8d4f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001549 sec., 3873.4667527437055 rows/sec., 202.37 KiB/sec. | ||
| 9094 | 2025.01.27 09:37:26.000052 [ 273 ] {5009b2df-0578-494a-8b16-1c2e7fbc8d4f} <Debug> TCPHandler: Processed in 0.001808702 sec. | ||
| 9095 | 2025.01.27 09:37:26.000291 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9096 | 2025.01.27 09:37:26.000429 [ 267 ] {b220cebd-f7d4-4bd2-afea-94f24f49e636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9097 | 2025.01.27 09:37:26.000492 [ 267 ] {b220cebd-f7d4-4bd2-afea-94f24f49e636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9098 | 2025.01.27 09:37:26.001422 [ 267 ] {b220cebd-f7d4-4bd2-afea-94f24f49e636} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9099 | 2025.01.27 09:37:26.001461 [ 267 ] {b220cebd-f7d4-4bd2-afea-94f24f49e636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9100 | 2025.01.27 09:37:26.001897 [ 267 ] {b220cebd-f7d4-4bd2-afea-94f24f49e636} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9101 | 2025.01.27 09:37:26.002137 [ 267 ] {b220cebd-f7d4-4bd2-afea-94f24f49e636} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9102 | 2025.01.27 09:37:26.002345 [ 267 ] {b220cebd-f7d4-4bd2-afea-94f24f49e636} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001946 sec., 491264.13155190134 rows/sec., 32.64 MiB/sec. | ||
| 9103 | 2025.01.27 09:37:26.002397 [ 267 ] {b220cebd-f7d4-4bd2-afea-94f24f49e636} <Debug> TCPHandler: Processed in 0.002228902 sec. | ||
| 9104 | 2025.01.27 09:37:26.002563 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9105 | 2025.01.27 09:37:26.002700 [ 273 ] {0fc608d3-f257-4c62-b0a2-50772d615130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9106 | 2025.01.27 09:37:26.002761 [ 273 ] {0fc608d3-f257-4c62-b0a2-50772d615130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9107 | 2025.01.27 09:37:26.003308 [ 273 ] {0fc608d3-f257-4c62-b0a2-50772d615130} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9108 | 2025.01.27 09:37:26.003350 [ 273 ] {0fc608d3-f257-4c62-b0a2-50772d615130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9109 | 2025.01.27 09:37:26.003704 [ 273 ] {0fc608d3-f257-4c62-b0a2-50772d615130} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9110 | 2025.01.27 09:37:26.003946 [ 273 ] {0fc608d3-f257-4c62-b0a2-50772d615130} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9111 | 2025.01.27 09:37:26.004162 [ 273 ] {0fc608d3-f257-4c62-b0a2-50772d615130} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001487 sec., 672.4949562878278 rows/sec., 45.31 KiB/sec. | ||
| 9112 | 2025.01.27 09:37:26.004344 [ 273 ] {0fc608d3-f257-4c62-b0a2-50772d615130} <Debug> TCPHandler: Processed in 0.001848843 sec. | ||
| 9113 | 2025.01.27 09:37:26.004553 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9114 | 2025.01.27 09:37:26.004676 [ 267 ] {423bd25e-b796-4dae-aea8-6f2a52163119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9115 | 2025.01.27 09:37:26.004747 [ 267 ] {423bd25e-b796-4dae-aea8-6f2a52163119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9116 | 2025.01.27 09:37:26.005957 [ 267 ] {423bd25e-b796-4dae-aea8-6f2a52163119} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9117 | 2025.01.27 09:37:26.005996 [ 267 ] {423bd25e-b796-4dae-aea8-6f2a52163119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9118 | 2025.01.27 09:37:26.006646 [ 267 ] {423bd25e-b796-4dae-aea8-6f2a52163119} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9119 | 2025.01.27 09:37:26.006914 [ 267 ] {423bd25e-b796-4dae-aea8-6f2a52163119} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9120 | 2025.01.27 09:37:26.007200 [ 267 ] {423bd25e-b796-4dae-aea8-6f2a52163119} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002541 sec., 15348.288075560804 rows/sec., 27.50 MiB/sec. | ||
| 9121 | 2025.01.27 09:37:26.007576 [ 267 ] {423bd25e-b796-4dae-aea8-6f2a52163119} <Debug> TCPHandler: Processed in 0.003119092 sec. | ||
| 9122 | 2025.01.27 09:37:26.007850 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9123 | 2025.01.27 09:37:26.007991 [ 273 ] {3ff1663e-3a57-4d68-9d30-dbe363d9d7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9124 | 2025.01.27 09:37:26.008052 [ 273 ] {3ff1663e-3a57-4d68-9d30-dbe363d9d7ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9125 | 2025.01.27 09:37:26.008577 [ 273 ] {3ff1663e-3a57-4d68-9d30-dbe363d9d7ae} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9126 | 2025.01.27 09:37:26.008615 [ 273 ] {3ff1663e-3a57-4d68-9d30-dbe363d9d7ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9127 | 2025.01.27 09:37:26.008976 [ 273 ] {3ff1663e-3a57-4d68-9d30-dbe363d9d7ae} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9128 | 2025.01.27 09:37:26.009217 [ 273 ] {3ff1663e-3a57-4d68-9d30-dbe363d9d7ae} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9129 | 2025.01.27 09:37:26.009388 [ 273 ] {3ff1663e-3a57-4d68-9d30-dbe363d9d7ae} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001428 sec., 23809.52380952381 rows/sec., 1.38 MiB/sec. | ||
| 9130 | 2025.01.27 09:37:26.009437 [ 273 ] {3ff1663e-3a57-4d68-9d30-dbe363d9d7ae} <Debug> TCPHandler: Processed in 0.001652049 sec. | ||
| 9131 | 2025.01.27 09:37:26.093799 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9132 | 2025.01.27 09:37:26.116019 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9133 | 2025.01.27 09:37:26.116076 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9134 | 2025.01.27 09:37:26.123259 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9135 | 2025.01.27 09:37:26.124056 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9136 | 2025.01.27 09:37:26.124485 [ 139 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9137 | 2025.01.27 09:37:26.124660 [ 139 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9138 | 2025.01.27 09:37:26.124757 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 9139 | 2025.01.27 09:37:26.125267 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 9140 | 2025.01.27 09:37:26.139078 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9141 | 2025.01.27 09:37:26.140789 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9142 | 2025.01.27 09:37:26.142047 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 9143 | 2025.01.27 09:37:26.147497 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 9144 | 2025.01.27 09:37:26.153122 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 9145 | 2025.01.27 09:37:26.158953 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9146 | 2025.01.27 09:37:26.164922 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 9147 | 2025.01.27 09:37:26.169629 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 9148 | 2025.01.27 09:37:26.227486 [ 197 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.102547852 sec., 3383.786137226941 rows/sec., 17.50 MiB/sec. | ||
| 9149 | 2025.01.27 09:37:26.230522 [ 197 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9150 | 2025.01.27 09:37:26.233378 [ 197 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9151 | 2025.01.27 09:37:26.233500 [ 197 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_46_9} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9152 | 2025.01.27 09:37:26.235924 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9153 | 2025.01.27 09:37:29.678547 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1284 | ||
| 9154 | 2025.01.27 09:37:29.682074 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9155 | 2025.01.27 09:37:29.682125 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9156 | 2025.01.27 09:37:29.683585 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9157 | 2025.01.27 09:37:29.683886 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9158 | 2025.01.27 09:37:29.684445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1284 | ||
| 9159 | 2025.01.27 09:37:30.651993 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9160 | 2025.01.27 09:37:30.652205 [ 267 ] {530e6bf3-0d95-4d74-8fed-1b30ce63030a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9161 | 2025.01.27 09:37:30.652289 [ 267 ] {530e6bf3-0d95-4d74-8fed-1b30ce63030a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9162 | 2025.01.27 09:37:30.653122 [ 267 ] {530e6bf3-0d95-4d74-8fed-1b30ce63030a} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9163 | 2025.01.27 09:37:30.653176 [ 267 ] {530e6bf3-0d95-4d74-8fed-1b30ce63030a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9164 | 2025.01.27 09:37:30.653634 [ 267 ] {530e6bf3-0d95-4d74-8fed-1b30ce63030a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9165 | 2025.01.27 09:37:30.653900 [ 267 ] {530e6bf3-0d95-4d74-8fed-1b30ce63030a} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9166 | 2025.01.27 09:37:30.654156 [ 267 ] {530e6bf3-0d95-4d74-8fed-1b30ce63030a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002013 sec., 27819.175360158966 rows/sec., 2.12 MiB/sec. | ||
| 9167 | 2025.01.27 09:37:30.654215 [ 267 ] {530e6bf3-0d95-4d74-8fed-1b30ce63030a} <Debug> TCPHandler: Processed in 0.002368655 sec. | ||
| 9168 | 2025.01.27 09:37:30.654468 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9169 | 2025.01.27 09:37:30.654653 [ 273 ] {6136626e-4ecb-4cbb-889f-6d3950b0419c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9170 | 2025.01.27 09:37:30.654727 [ 273 ] {6136626e-4ecb-4cbb-889f-6d3950b0419c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9171 | 2025.01.27 09:37:30.655496 [ 273 ] {6136626e-4ecb-4cbb-889f-6d3950b0419c} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9172 | 2025.01.27 09:37:30.655548 [ 273 ] {6136626e-4ecb-4cbb-889f-6d3950b0419c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9173 | 2025.01.27 09:37:30.655998 [ 273 ] {6136626e-4ecb-4cbb-889f-6d3950b0419c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9174 | 2025.01.27 09:37:30.656250 [ 273 ] {6136626e-4ecb-4cbb-889f-6d3950b0419c} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9175 | 2025.01.27 09:37:30.656498 [ 273 ] {6136626e-4ecb-4cbb-889f-6d3950b0419c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001899 sec., 33701.94839389152 rows/sec., 2.63 MiB/sec. | ||
| 9176 | 2025.01.27 09:37:30.656556 [ 273 ] {6136626e-4ecb-4cbb-889f-6d3950b0419c} <Debug> TCPHandler: Processed in 0.002216022 sec. | ||
| 9177 | 2025.01.27 09:37:30.656714 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9178 | 2025.01.27 09:37:30.656838 [ 267 ] {a979972a-c143-4cf5-8610-6cb7b5adf625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9179 | 2025.01.27 09:37:30.656893 [ 267 ] {a979972a-c143-4cf5-8610-6cb7b5adf625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9180 | 2025.01.27 09:37:30.657477 [ 267 ] {a979972a-c143-4cf5-8610-6cb7b5adf625} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9181 | 2025.01.27 09:37:30.657518 [ 267 ] {a979972a-c143-4cf5-8610-6cb7b5adf625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9182 | 2025.01.27 09:37:30.657946 [ 267 ] {a979972a-c143-4cf5-8610-6cb7b5adf625} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9183 | 2025.01.27 09:37:30.658202 [ 267 ] {a979972a-c143-4cf5-8610-6cb7b5adf625} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9184 | 2025.01.27 09:37:30.658432 [ 267 ] {a979972a-c143-4cf5-8610-6cb7b5adf625} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00162 sec., 79012.34567901235 rows/sec., 5.50 MiB/sec. | ||
| 9185 | 2025.01.27 09:37:30.658488 [ 267 ] {a979972a-c143-4cf5-8610-6cb7b5adf625} <Debug> TCPHandler: Processed in 0.001833263 sec. | ||
| 9186 | 2025.01.27 09:37:30.658644 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9187 | 2025.01.27 09:37:30.658764 [ 273 ] {0f9754f2-0690-4631-9640-bec8cb86e004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9188 | 2025.01.27 09:37:30.658816 [ 273 ] {0f9754f2-0690-4631-9640-bec8cb86e004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9189 | 2025.01.27 09:37:30.659317 [ 273 ] {0f9754f2-0690-4631-9640-bec8cb86e004} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9190 | 2025.01.27 09:37:30.659356 [ 273 ] {0f9754f2-0690-4631-9640-bec8cb86e004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9191 | 2025.01.27 09:37:30.659776 [ 273 ] {0f9754f2-0690-4631-9640-bec8cb86e004} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9192 | 2025.01.27 09:37:30.660086 [ 273 ] {0f9754f2-0690-4631-9640-bec8cb86e004} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9193 | 2025.01.27 09:37:30.660354 [ 273 ] {0f9754f2-0690-4631-9640-bec8cb86e004} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001616 sec., 29702.970297029704 rows/sec., 2.00 MiB/sec. | ||
| 9194 | 2025.01.27 09:37:30.660423 [ 273 ] {0f9754f2-0690-4631-9640-bec8cb86e004} <Debug> TCPHandler: Processed in 0.001838953 sec. | ||
| 9195 | 2025.01.27 09:37:32.079507 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 9196 | 2025.01.27 09:37:32.080194 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9197 | 2025.01.27 09:37:32.080244 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9198 | 2025.01.27 09:37:32.080781 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9199 | 2025.01.27 09:37:32.081043 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9200 | 2025.01.27 09:37:32.081270 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 9201 | 2025.01.27 09:37:33.640093 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9202 | 2025.01.27 09:37:33.659448 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9203 | 2025.01.27 09:37:33.659510 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9204 | 2025.01.27 09:37:33.666357 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9205 | 2025.01.27 09:37:33.667119 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9206 | 2025.01.27 09:37:33.669944 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9207 | 2025.01.27 09:37:35.653295 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9208 | 2025.01.27 09:37:35.653509 [ 267 ] {85db5037-98be-4036-9d69-26f42e737d2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9209 | 2025.01.27 09:37:35.653599 [ 267 ] {85db5037-98be-4036-9d69-26f42e737d2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9210 | 2025.01.27 09:37:35.654376 [ 267 ] {85db5037-98be-4036-9d69-26f42e737d2f} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9211 | 2025.01.27 09:37:35.654420 [ 267 ] {85db5037-98be-4036-9d69-26f42e737d2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9212 | 2025.01.27 09:37:35.654862 [ 267 ] {85db5037-98be-4036-9d69-26f42e737d2f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9213 | 2025.01.27 09:37:35.655117 [ 267 ] {85db5037-98be-4036-9d69-26f42e737d2f} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9214 | 2025.01.27 09:37:35.655352 [ 267 ] {85db5037-98be-4036-9d69-26f42e737d2f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.25 MiB/sec. | ||
| 9215 | 2025.01.27 09:37:35.655411 [ 267 ] {85db5037-98be-4036-9d69-26f42e737d2f} <Debug> TCPHandler: Processed in 0.002251542 sec. | ||
| 9216 | 2025.01.27 09:37:35.655668 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9217 | 2025.01.27 09:37:35.655863 [ 273 ] {1263127c-6fe8-476a-9f88-70a6307485c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9218 | 2025.01.27 09:37:35.655936 [ 273 ] {1263127c-6fe8-476a-9f88-70a6307485c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9219 | 2025.01.27 09:37:35.656743 [ 273 ] {1263127c-6fe8-476a-9f88-70a6307485c8} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9220 | 2025.01.27 09:37:35.656788 [ 273 ] {1263127c-6fe8-476a-9f88-70a6307485c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9221 | 2025.01.27 09:37:35.657231 [ 273 ] {1263127c-6fe8-476a-9f88-70a6307485c8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9222 | 2025.01.27 09:37:35.657502 [ 273 ] {1263127c-6fe8-476a-9f88-70a6307485c8} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9223 | 2025.01.27 09:37:35.657732 [ 273 ] {1263127c-6fe8-476a-9f88-70a6307485c8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001924 sec., 33264.03326403326 rows/sec., 2.60 MiB/sec. | ||
| 9224 | 2025.01.27 09:37:35.657790 [ 273 ] {1263127c-6fe8-476a-9f88-70a6307485c8} <Debug> TCPHandler: Processed in 0.002249452 sec. | ||
| 9225 | 2025.01.27 09:37:35.657967 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9226 | 2025.01.27 09:37:35.658109 [ 267 ] {09d4ce5d-c91d-4537-8a9d-fa104a160894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9227 | 2025.01.27 09:37:35.658174 [ 267 ] {09d4ce5d-c91d-4537-8a9d-fa104a160894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9228 | 2025.01.27 09:37:35.658800 [ 267 ] {09d4ce5d-c91d-4537-8a9d-fa104a160894} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9229 | 2025.01.27 09:37:35.658839 [ 267 ] {09d4ce5d-c91d-4537-8a9d-fa104a160894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9230 | 2025.01.27 09:37:35.659235 [ 267 ] {09d4ce5d-c91d-4537-8a9d-fa104a160894} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9231 | 2025.01.27 09:37:35.659480 [ 267 ] {09d4ce5d-c91d-4537-8a9d-fa104a160894} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9232 | 2025.01.27 09:37:35.659703 [ 267 ] {09d4ce5d-c91d-4537-8a9d-fa104a160894} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001626 sec., 98400.98400984009 rows/sec., 6.85 MiB/sec. | ||
| 9233 | 2025.01.27 09:37:35.659755 [ 267 ] {09d4ce5d-c91d-4537-8a9d-fa104a160894} <Debug> TCPHandler: Processed in 0.001857913 sec. | ||
| 9234 | 2025.01.27 09:37:35.659921 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9235 | 2025.01.27 09:37:35.660062 [ 273 ] {0634c42e-d548-44a9-a9e1-fd8067cbd884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9236 | 2025.01.27 09:37:35.660124 [ 273 ] {0634c42e-d548-44a9-a9e1-fd8067cbd884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9237 | 2025.01.27 09:37:35.660693 [ 273 ] {0634c42e-d548-44a9-a9e1-fd8067cbd884} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9238 | 2025.01.27 09:37:35.660731 [ 273 ] {0634c42e-d548-44a9-a9e1-fd8067cbd884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9239 | 2025.01.27 09:37:35.661107 [ 273 ] {0634c42e-d548-44a9-a9e1-fd8067cbd884} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9240 | 2025.01.27 09:37:35.661363 [ 273 ] {0634c42e-d548-44a9-a9e1-fd8067cbd884} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9241 | 2025.01.27 09:37:35.661571 [ 273 ] {0634c42e-d548-44a9-a9e1-fd8067cbd884} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec. | ||
| 9242 | 2025.01.27 09:37:35.661623 [ 273 ] {0634c42e-d548-44a9-a9e1-fd8067cbd884} <Debug> TCPHandler: Processed in 0.001773501 sec. | ||
| 9243 | 2025.01.27 09:37:36.325205 [ 106 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9244 | 2025.01.27 09:37:36.325276 [ 106 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9245 | 2025.01.27 09:37:36.325303 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9246 | 2025.01.27 09:37:36.325542 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9247 | 2025.01.27 09:37:36.325848 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9248 | 2025.01.27 09:37:36.325916 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 9249 | 2025.01.27 09:37:36.326081 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9250 | 2025.01.27 09:37:36.326332 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9251 | 2025.01.27 09:37:36.326551 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 9252 | 2025.01.27 09:37:36.326744 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 9253 | 2025.01.27 09:37:36.327842 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002449397 sec., 80836.2221395715 rows/sec., 4.12 MiB/sec. | ||
| 9254 | 2025.01.27 09:37:36.328161 [ 200 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9255 | 2025.01.27 09:37:36.328727 [ 200 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9256 | 2025.01.27 09:37:36.328823 [ 200 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_33_7} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9257 | 2025.01.27 09:37:36.328930 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9258 | 2025.01.27 09:37:37.521273 [ 106 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9259 | 2025.01.27 09:37:37.521383 [ 106 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9260 | 2025.01.27 09:37:37.521425 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9261 | 2025.01.27 09:37:37.521724 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9262 | 2025.01.27 09:37:37.522165 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9263 | 2025.01.27 09:37:37.522231 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 242 rows starting from the beginning of the part | ||
| 9264 | 2025.01.27 09:37:37.522330 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part | ||
| 9265 | 2025.01.27 09:37:37.522588 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9266 | 2025.01.27 09:37:37.522732 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9267 | 2025.01.27 09:37:37.522919 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part | ||
| 9268 | 2025.01.27 09:37:37.524096 [ 200 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.00255622 sec., 294966.7868962765 rows/sec., 21.12 MiB/sec. | ||
| 9269 | 2025.01.27 09:37:37.524287 [ 200 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9270 | 2025.01.27 09:37:37.524609 [ 200 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.01.27 09:37:37.524694 [ 200 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_33_7} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9272 | 2025.01.27 09:37:37.524793 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9273 | 2025.01.27 09:37:37.540563 [ 87 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9274 | 2025.01.27 09:37:37.540610 [ 87 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9275 | 2025.01.27 09:37:37.540640 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9276 | 2025.01.27 09:37:37.540929 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9277 | 2025.01.27 09:37:37.541226 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9278 | 2025.01.27 09:37:37.541286 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 64 rows starting from the beginning of the part | ||
| 9279 | 2025.01.27 09:37:37.541535 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 62 rows starting from the beginning of the part | ||
| 9280 | 2025.01.27 09:37:37.541741 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 46 rows starting from the beginning of the part | ||
| 9281 | 2025.01.27 09:37:37.541915 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 46 rows starting from the beginning of the part | ||
| 9282 | 2025.01.27 09:37:37.542066 [ 188 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 48 rows starting from the beginning of the part | ||
| 9283 | 2025.01.27 09:37:37.543214 [ 192 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.002470737 sec., 107660.1839855881 rows/sec., 8.10 MiB/sec. | ||
| 9284 | 2025.01.27 09:37:37.543332 [ 192 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9285 | 2025.01.27 09:37:37.543627 [ 192 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9286 | 2025.01.27 09:37:37.543696 [ 192 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_33_7} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9287 | 2025.01.27 09:37:37.543760 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9288 | 2025.01.27 09:37:39.398391 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9289 | 2025.01.27 09:37:39.398466 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9290 | 2025.01.27 09:37:39.582335 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 9291 | 2025.01.27 09:37:39.582999 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9292 | 2025.01.27 09:37:39.583047 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9293 | 2025.01.27 09:37:39.583615 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9294 | 2025.01.27 09:37:39.583904 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9295 | 2025.01.27 09:37:39.584156 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9296 | 2025.01.27 09:37:39.685631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1300 | ||
| 9297 | 2025.01.27 09:37:39.688403 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9298 | 2025.01.27 09:37:39.688464 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9299 | 2025.01.27 09:37:39.690451 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9300 | 2025.01.27 09:37:39.690835 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9301 | 2025.01.27 09:37:39.691494 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1300 | ||
| 9302 | 2025.01.27 09:37:40.001419 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000982613 sec. | ||
| 9303 | 2025.01.27 09:37:40.659575 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9304 | 2025.01.27 09:37:40.659804 [ 267 ] {b0623212-151f-4160-9034-9f8d209f6732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9305 | 2025.01.27 09:37:40.659895 [ 267 ] {b0623212-151f-4160-9034-9f8d209f6732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9306 | 2025.01.27 09:37:40.660843 [ 267 ] {b0623212-151f-4160-9034-9f8d209f6732} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9307 | 2025.01.27 09:37:40.660903 [ 267 ] {b0623212-151f-4160-9034-9f8d209f6732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9308 | 2025.01.27 09:37:40.661457 [ 267 ] {b0623212-151f-4160-9034-9f8d209f6732} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9309 | 2025.01.27 09:37:40.661790 [ 267 ] {b0623212-151f-4160-9034-9f8d209f6732} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9310 | 2025.01.27 09:37:40.662069 [ 267 ] {b0623212-151f-4160-9034-9f8d209f6732} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002334 sec., 5998.2862039417305 rows/sec., 431.80 KiB/sec. | ||
| 9311 | 2025.01.27 09:37:40.662144 [ 267 ] {b0623212-151f-4160-9034-9f8d209f6732} <Debug> TCPHandler: Processed in 0.002756904 sec. | ||
| 9312 | 2025.01.27 09:37:40.662438 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9313 | 2025.01.27 09:37:40.662635 [ 273 ] {97d37993-3d7f-4892-bd1c-f923e26df2fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9314 | 2025.01.27 09:37:40.662712 [ 273 ] {97d37993-3d7f-4892-bd1c-f923e26df2fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9315 | 2025.01.27 09:37:40.663651 [ 273 ] {97d37993-3d7f-4892-bd1c-f923e26df2fa} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9316 | 2025.01.27 09:37:40.663703 [ 273 ] {97d37993-3d7f-4892-bd1c-f923e26df2fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9317 | 2025.01.27 09:37:40.664171 [ 273 ] {97d37993-3d7f-4892-bd1c-f923e26df2fa} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9318 | 2025.01.27 09:37:40.664441 [ 273 ] {97d37993-3d7f-4892-bd1c-f923e26df2fa} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9319 | 2025.01.27 09:37:40.664686 [ 273 ] {97d37993-3d7f-4892-bd1c-f923e26df2fa} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002098 sec., 133937.08293612965 rows/sec., 11.81 MiB/sec. | ||
| 9320 | 2025.01.27 09:37:40.664794 [ 273 ] {97d37993-3d7f-4892-bd1c-f923e26df2fa} <Debug> TCPHandler: Processed in 0.002499778 sec. | ||
| 9321 | 2025.01.27 09:37:40.665092 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9322 | 2025.01.27 09:37:40.665226 [ 267 ] {93cb82b9-b341-41f1-99a6-aefe579a9960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9323 | 2025.01.27 09:37:40.665282 [ 267 ] {93cb82b9-b341-41f1-99a6-aefe579a9960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9324 | 2025.01.27 09:37:40.665909 [ 267 ] {93cb82b9-b341-41f1-99a6-aefe579a9960} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9325 | 2025.01.27 09:37:40.665952 [ 267 ] {93cb82b9-b341-41f1-99a6-aefe579a9960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9326 | 2025.01.27 09:37:40.666321 [ 267 ] {93cb82b9-b341-41f1-99a6-aefe579a9960} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9327 | 2025.01.27 09:37:40.666586 [ 267 ] {93cb82b9-b341-41f1-99a6-aefe579a9960} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9328 | 2025.01.27 09:37:40.666799 [ 267 ] {93cb82b9-b341-41f1-99a6-aefe579a9960} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001606 sec., 28642.590286425904 rows/sec., 2.06 MiB/sec. | ||
| 9329 | 2025.01.27 09:37:40.666905 [ 267 ] {93cb82b9-b341-41f1-99a6-aefe579a9960} <Debug> TCPHandler: Processed in 0.001891223 sec. | ||
| 9330 | 2025.01.27 09:37:40.667083 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9331 | 2025.01.27 09:37:40.667202 [ 273 ] {038267a0-2bc4-4537-ae2f-3e657615be68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9332 | 2025.01.27 09:37:40.667255 [ 273 ] {038267a0-2bc4-4537-ae2f-3e657615be68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9333 | 2025.01.27 09:37:40.667851 [ 273 ] {038267a0-2bc4-4537-ae2f-3e657615be68} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9334 | 2025.01.27 09:37:40.667890 [ 273 ] {038267a0-2bc4-4537-ae2f-3e657615be68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9335 | 2025.01.27 09:37:40.668247 [ 273 ] {038267a0-2bc4-4537-ae2f-3e657615be68} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9336 | 2025.01.27 09:37:40.668500 [ 273 ] {038267a0-2bc4-4537-ae2f-3e657615be68} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9337 | 2025.01.27 09:37:40.668711 [ 273 ] {038267a0-2bc4-4537-ae2f-3e657615be68} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001533 sec., 9132.4200913242 rows/sec., 639.58 KiB/sec. | ||
| 9338 | 2025.01.27 09:37:40.668765 [ 273 ] {038267a0-2bc4-4537-ae2f-3e657615be68} <Debug> TCPHandler: Processed in 0.001757161 sec. | ||
| 9339 | 2025.01.27 09:37:40.668925 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9340 | 2025.01.27 09:37:40.669042 [ 267 ] {734d5be1-14a4-417c-ab43-f80d21480b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9341 | 2025.01.27 09:37:40.669091 [ 267 ] {734d5be1-14a4-417c-ab43-f80d21480b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9342 | 2025.01.27 09:37:40.669657 [ 267 ] {734d5be1-14a4-417c-ab43-f80d21480b0f} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9343 | 2025.01.27 09:37:40.669702 [ 267 ] {734d5be1-14a4-417c-ab43-f80d21480b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9344 | 2025.01.27 09:37:40.670061 [ 267 ] {734d5be1-14a4-417c-ab43-f80d21480b0f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9345 | 2025.01.27 09:37:40.670299 [ 267 ] {734d5be1-14a4-417c-ab43-f80d21480b0f} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9346 | 2025.01.27 09:37:40.670505 [ 267 ] {734d5be1-14a4-417c-ab43-f80d21480b0f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001487 sec., 8742.434431741762 rows/sec., 545.09 KiB/sec. | ||
| 9347 | 2025.01.27 09:37:40.670558 [ 267 ] {734d5be1-14a4-417c-ab43-f80d21480b0f} <Debug> TCPHandler: Processed in 0.001689179 sec. | ||
| 9348 | 2025.01.27 09:37:40.670707 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9349 | 2025.01.27 09:37:40.670845 [ 273 ] {9c400737-3305-4146-99c8-9aa86d599b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9350 | 2025.01.27 09:37:40.670904 [ 273 ] {9c400737-3305-4146-99c8-9aa86d599b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9351 | 2025.01.27 09:37:40.671788 [ 273 ] {9c400737-3305-4146-99c8-9aa86d599b15} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9352 | 2025.01.27 09:37:40.671828 [ 273 ] {9c400737-3305-4146-99c8-9aa86d599b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9353 | 2025.01.27 09:37:40.672210 [ 273 ] {9c400737-3305-4146-99c8-9aa86d599b15} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9354 | 2025.01.27 09:37:40.672467 [ 273 ] {9c400737-3305-4146-99c8-9aa86d599b15} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9355 | 2025.01.27 09:37:40.672705 [ 273 ] {9c400737-3305-4146-99c8-9aa86d599b15} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00188 sec., 223936.17021276595 rows/sec., 16.00 MiB/sec. | ||
| 9356 | 2025.01.27 09:37:40.672774 [ 273 ] {9c400737-3305-4146-99c8-9aa86d599b15} <Debug> TCPHandler: Processed in 0.002128 sec. | ||
| 9357 | 2025.01.27 09:37:40.673023 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9358 | 2025.01.27 09:37:40.673194 [ 267 ] {0cf1a9b6-ba7d-4fb7-9ea5-a08772302ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9359 | 2025.01.27 09:37:40.673254 [ 267 ] {0cf1a9b6-ba7d-4fb7-9ea5-a08772302ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9360 | 2025.01.27 09:37:40.673824 [ 267 ] {0cf1a9b6-ba7d-4fb7-9ea5-a08772302ea3} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9361 | 2025.01.27 09:37:40.673863 [ 267 ] {0cf1a9b6-ba7d-4fb7-9ea5-a08772302ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9362 | 2025.01.27 09:37:40.674224 [ 267 ] {0cf1a9b6-ba7d-4fb7-9ea5-a08772302ea3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9363 | 2025.01.27 09:37:40.674458 [ 267 ] {0cf1a9b6-ba7d-4fb7-9ea5-a08772302ea3} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9364 | 2025.01.27 09:37:40.674664 [ 267 ] {0cf1a9b6-ba7d-4fb7-9ea5-a08772302ea3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec. | ||
| 9365 | 2025.01.27 09:37:40.674714 [ 267 ] {0cf1a9b6-ba7d-4fb7-9ea5-a08772302ea3} <Debug> TCPHandler: Processed in 0.001831723 sec. | ||
| 9366 | 2025.01.27 09:37:40.674859 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9367 | 2025.01.27 09:37:40.674979 [ 273 ] {7368bed0-e944-4334-9f22-18c1a3b06ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9368 | 2025.01.27 09:37:40.675033 [ 273 ] {7368bed0-e944-4334-9f22-18c1a3b06ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9369 | 2025.01.27 09:37:40.675620 [ 273 ] {7368bed0-e944-4334-9f22-18c1a3b06ad9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9370 | 2025.01.27 09:37:40.675659 [ 273 ] {7368bed0-e944-4334-9f22-18c1a3b06ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9371 | 2025.01.27 09:37:40.676057 [ 273 ] {7368bed0-e944-4334-9f22-18c1a3b06ad9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9372 | 2025.01.27 09:37:40.676300 [ 273 ] {7368bed0-e944-4334-9f22-18c1a3b06ad9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9373 | 2025.01.27 09:37:40.676513 [ 273 ] {7368bed0-e944-4334-9f22-18c1a3b06ad9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001559 sec., 152020.52597819114 rows/sec., 10.19 MiB/sec. | ||
| 9374 | 2025.01.27 09:37:40.676565 [ 273 ] {7368bed0-e944-4334-9f22-18c1a3b06ad9} <Debug> TCPHandler: Processed in 0.001762501 sec. | ||
| 9375 | 2025.01.27 09:37:40.676698 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9376 | 2025.01.27 09:37:40.676835 [ 267 ] {292bf314-9346-4cf6-a377-087f96732ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9377 | 2025.01.27 09:37:40.676896 [ 267 ] {292bf314-9346-4cf6-a377-087f96732ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9378 | 2025.01.27 09:37:40.677436 [ 267 ] {292bf314-9346-4cf6-a377-087f96732ab0} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9379 | 2025.01.27 09:37:40.677482 [ 267 ] {292bf314-9346-4cf6-a377-087f96732ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9380 | 2025.01.27 09:37:40.677871 [ 267 ] {292bf314-9346-4cf6-a377-087f96732ab0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9381 | 2025.01.27 09:37:40.678120 [ 267 ] {292bf314-9346-4cf6-a377-087f96732ab0} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9382 | 2025.01.27 09:37:40.678332 [ 267 ] {292bf314-9346-4cf6-a377-087f96732ab0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec. | ||
| 9383 | 2025.01.27 09:37:40.678382 [ 267 ] {292bf314-9346-4cf6-a377-087f96732ab0} <Debug> TCPHandler: Processed in 0.00173888 sec. | ||
| 9384 | 2025.01.27 09:37:40.678543 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9385 | 2025.01.27 09:37:40.678661 [ 273 ] {dd8769c3-0c66-4430-bc6f-cb10bb692919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9386 | 2025.01.27 09:37:40.678747 [ 273 ] {dd8769c3-0c66-4430-bc6f-cb10bb692919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9387 | 2025.01.27 09:37:40.680070 [ 273 ] {dd8769c3-0c66-4430-bc6f-cb10bb692919} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9388 | 2025.01.27 09:37:40.680109 [ 273 ] {dd8769c3-0c66-4430-bc6f-cb10bb692919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9389 | 2025.01.27 09:37:40.680772 [ 273 ] {dd8769c3-0c66-4430-bc6f-cb10bb692919} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9390 | 2025.01.27 09:37:40.681036 [ 273 ] {dd8769c3-0c66-4430-bc6f-cb10bb692919} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9391 | 2025.01.27 09:37:40.681320 [ 273 ] {dd8769c3-0c66-4430-bc6f-cb10bb692919} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002677 sec., 14568.546880836757 rows/sec., 26.11 MiB/sec. | ||
| 9392 | 2025.01.27 09:37:40.681862 [ 273 ] {dd8769c3-0c66-4430-bc6f-cb10bb692919} <Debug> TCPHandler: Processed in 0.003368949 sec. | ||
| 9393 | 2025.01.27 09:37:40.682026 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9394 | 2025.01.27 09:37:40.682162 [ 267 ] {2f5bcebd-8363-43e8-b69d-48870391c268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9395 | 2025.01.27 09:37:40.682219 [ 267 ] {2f5bcebd-8363-43e8-b69d-48870391c268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9396 | 2025.01.27 09:37:40.682753 [ 267 ] {2f5bcebd-8363-43e8-b69d-48870391c268} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9397 | 2025.01.27 09:37:40.682790 [ 267 ] {2f5bcebd-8363-43e8-b69d-48870391c268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9398 | 2025.01.27 09:37:40.683154 [ 267 ] {2f5bcebd-8363-43e8-b69d-48870391c268} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9399 | 2025.01.27 09:37:40.683392 [ 267 ] {2f5bcebd-8363-43e8-b69d-48870391c268} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9400 | 2025.01.27 09:37:40.683630 [ 267 ] {2f5bcebd-8363-43e8-b69d-48870391c268} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001493 sec., 54922.97387809779 rows/sec., 3.49 MiB/sec. | ||
| 9401 | 2025.01.27 09:37:40.683725 [ 267 ] {2f5bcebd-8363-43e8-b69d-48870391c268} <Debug> TCPHandler: Processed in 0.001780371 sec. | ||
| 9402 | 2025.01.27 09:37:41.170947 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9403 | 2025.01.27 09:37:41.190829 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9404 | 2025.01.27 09:37:41.190878 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9405 | 2025.01.27 09:37:41.198354 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9406 | 2025.01.27 09:37:41.199136 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9407 | 2025.01.27 09:37:41.201693 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9408 | 2025.01.27 09:37:45.653926 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9409 | 2025.01.27 09:37:45.654157 [ 267 ] {ab8feee4-389c-459b-b728-e4f80742dcff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9410 | 2025.01.27 09:37:45.654239 [ 267 ] {ab8feee4-389c-459b-b728-e4f80742dcff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9411 | 2025.01.27 09:37:45.655088 [ 267 ] {ab8feee4-389c-459b-b728-e4f80742dcff} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9412 | 2025.01.27 09:37:45.655135 [ 267 ] {ab8feee4-389c-459b-b728-e4f80742dcff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9413 | 2025.01.27 09:37:45.655574 [ 267 ] {ab8feee4-389c-459b-b728-e4f80742dcff} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9414 | 2025.01.27 09:37:45.655838 [ 267 ] {ab8feee4-389c-459b-b728-e4f80742dcff} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9415 | 2025.01.27 09:37:45.656052 [ 27 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9416 | 2025.01.27 09:37:45.656083 [ 267 ] {ab8feee4-389c-459b-b728-e4f80742dcff} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.15 MiB/sec. | ||
| 9417 | 2025.01.27 09:37:45.656138 [ 27 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9418 | 2025.01.27 09:37:45.656215 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9419 | 2025.01.27 09:37:45.656217 [ 267 ] {ab8feee4-389c-459b-b728-e4f80742dcff} <Debug> TCPHandler: Processed in 0.002422947 sec. | ||
| 9420 | 2025.01.27 09:37:45.656587 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9421 | 2025.01.27 09:37:45.656641 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9422 | 2025.01.27 09:37:45.657102 [ 273 ] {a814b612-2498-4576-9454-61958de1fee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9423 | 2025.01.27 09:37:45.657287 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9424 | 2025.01.27 09:37:45.657334 [ 273 ] {a814b612-2498-4576-9454-61958de1fee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9425 | 2025.01.27 09:37:45.657407 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1430 rows starting from the beginning of the part | ||
| 9426 | 2025.01.27 09:37:45.657907 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1422 rows starting from the beginning of the part | ||
| 9427 | 2025.01.27 09:37:45.658347 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 9428 | 2025.01.27 09:37:45.658762 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
| 9429 | 2025.01.27 09:37:45.659131 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 281 rows starting from the beginning of the part | ||
| 9430 | 2025.01.27 09:37:45.659541 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 9431 | 2025.01.27 09:37:45.660611 [ 273 ] {a814b612-2498-4576-9454-61958de1fee2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9432 | 2025.01.27 09:37:45.660685 [ 273 ] {a814b612-2498-4576-9454-61958de1fee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9433 | 2025.01.27 09:37:45.661729 [ 273 ] {a814b612-2498-4576-9454-61958de1fee2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9434 | 2025.01.27 09:37:45.662168 [ 273 ] {a814b612-2498-4576-9454-61958de1fee2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9435 | 2025.01.27 09:37:45.662329 [ 27 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9436 | 2025.01.27 09:37:45.662369 [ 27 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9437 | 2025.01.27 09:37:45.662394 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9438 | 2025.01.27 09:37:45.662409 [ 273 ] {a814b612-2498-4576-9454-61958de1fee2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005521 sec., 11592.10287991306 rows/sec., 926.51 KiB/sec. | ||
| 9439 | 2025.01.27 09:37:45.662800 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9440 | 2025.01.27 09:37:45.662850 [ 273 ] {a814b612-2498-4576-9454-61958de1fee2} <Debug> TCPHandler: Processed in 0.00645946 sec. | ||
| 9441 | 2025.01.27 09:37:45.663348 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9442 | 2025.01.27 09:37:45.663386 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006989042 sec., 472310.7973882544 rows/sec., 41.24 MiB/sec. | ||
| 9443 | 2025.01.27 09:37:45.663407 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9444 | 2025.01.27 09:37:45.663431 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 9445 | 2025.01.27 09:37:45.663773 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 879 rows starting from the beginning of the part | ||
| 9446 | 2025.01.27 09:37:45.663908 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9447 | 2025.01.27 09:37:45.663910 [ 267 ] {fc414d0e-9845-494e-9d67-0d91e80a7aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9448 | 2025.01.27 09:37:45.664137 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 9449 | 2025.01.27 09:37:45.664215 [ 267 ] {fc414d0e-9845-494e-9d67-0d91e80a7aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9450 | 2025.01.27 09:37:45.664648 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
| 9451 | 2025.01.27 09:37:45.665153 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 421 rows starting from the beginning of the part | ||
| 9452 | 2025.01.27 09:37:45.665523 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9453 | 2025.01.27 09:37:45.665541 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 9454 | 2025.01.27 09:37:45.665897 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_81_16} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9455 | 2025.01.27 09:37:45.666300 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 9456 | 2025.01.27 09:37:45.667598 [ 267 ] {fc414d0e-9845-494e-9d67-0d91e80a7aec} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9457 | 2025.01.27 09:37:45.667648 [ 267 ] {fc414d0e-9845-494e-9d67-0d91e80a7aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9458 | 2025.01.27 09:37:45.668785 [ 267 ] {fc414d0e-9845-494e-9d67-0d91e80a7aec} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9459 | 2025.01.27 09:37:45.669108 [ 267 ] {fc414d0e-9845-494e-9d67-0d91e80a7aec} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9460 | 2025.01.27 09:37:45.669579 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9461 | 2025.01.27 09:37:45.669696 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9462 | 2025.01.27 09:37:45.669766 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9463 | 2025.01.27 09:37:45.669763 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.007275869 sec., 330544.70881759963 rows/sec., 25.34 MiB/sec. | ||
| 9464 | 2025.01.27 09:37:45.669785 [ 267 ] {fc414d0e-9845-494e-9d67-0d91e80a7aec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006026 sec., 26551.609691337537 rows/sec., 1.85 MiB/sec. | ||
| 9465 | 2025.01.27 09:37:45.670151 [ 267 ] {fc414d0e-9845-494e-9d67-0d91e80a7aec} <Debug> TCPHandler: Processed in 0.007113985 sec. | ||
| 9466 | 2025.01.27 09:37:45.670168 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9467 | 2025.01.27 09:37:45.670168 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9468 | 2025.01.27 09:37:45.670438 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9469 | 2025.01.27 09:37:45.670741 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9470 | 2025.01.27 09:37:45.670750 [ 273 ] {5879e5ff-959f-4000-9bba-aa916d52a4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9471 | 2025.01.27 09:37:45.670828 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22820 rows starting from the beginning of the part | ||
| 9472 | 2025.01.27 09:37:45.670921 [ 273 ] {5879e5ff-959f-4000-9bba-aa916d52a4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9473 | 2025.01.27 09:37:45.671322 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 956 rows starting from the beginning of the part | ||
| 9474 | 2025.01.27 09:37:45.671319 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9475 | 2025.01.27 09:37:45.671885 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 128 rows starting from the beginning of the part | ||
| 9476 | 2025.01.27 09:37:45.671921 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_81_16} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9477 | 2025.01.27 09:37:45.672421 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9478 | 2025.01.27 09:37:45.672560 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 9479 | 2025.01.27 09:37:45.672694 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 9480 | 2025.01.27 09:37:45.672929 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 9481 | 2025.01.27 09:37:45.673360 [ 273 ] {5879e5ff-959f-4000-9bba-aa916d52a4e5} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9482 | 2025.01.27 09:37:45.673402 [ 273 ] {5879e5ff-959f-4000-9bba-aa916d52a4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9483 | 2025.01.27 09:37:45.673891 [ 273 ] {5879e5ff-959f-4000-9bba-aa916d52a4e5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9484 | 2025.01.27 09:37:45.674380 [ 273 ] {5879e5ff-959f-4000-9bba-aa916d52a4e5} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9485 | 2025.01.27 09:37:45.674589 [ 33 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9486 | 2025.01.27 09:37:45.674638 [ 273 ] {5879e5ff-959f-4000-9bba-aa916d52a4e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003981 sec., 15071.590052750564 rows/sec., 1.02 MiB/sec. | ||
| 9487 | 2025.01.27 09:37:45.674689 [ 33 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9488 | 2025.01.27 09:37:45.674829 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9489 | 2025.01.27 09:37:45.674876 [ 273 ] {5879e5ff-959f-4000-9bba-aa916d52a4e5} <Debug> TCPHandler: Processed in 0.004599496 sec. | ||
| 9490 | 2025.01.27 09:37:45.675288 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 9491 | 2025.01.27 09:37:45.675650 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9492 | 2025.01.27 09:37:45.675735 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4652 rows starting from the beginning of the part | ||
| 9493 | 2025.01.27 09:37:45.676064 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part | ||
| 9494 | 2025.01.27 09:37:45.676474 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part | ||
| 9495 | 2025.01.27 09:37:45.676552 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 9496 | 2025.01.27 09:37:45.676821 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 9497 | 2025.01.27 09:37:45.677027 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 9498 | 2025.01.27 09:37:45.680228 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4936 rows, containing 4 columns (4 merged, 0 gathered) in 0.005271032 sec., 936439.0123224446 rows/sec., 61.06 MiB/sec. | ||
| 9499 | 2025.01.27 09:37:45.680805 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9500 | 2025.01.27 09:37:45.681166 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9501 | 2025.01.27 09:37:45.681299 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_81_16} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9502 | 2025.01.27 09:37:45.681417 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 9503 | 2025.01.27 09:37:45.681604 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24461 rows, containing 5 columns (5 merged, 0 gathered) in 0.011738433 sec., 2083838.6179824856 rows/sec., 140.71 MiB/sec. | ||
| 9504 | 2025.01.27 09:37:45.682105 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9505 | 2025.01.27 09:37:45.682410 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9506 | 2025.01.27 09:37:45.682495 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9507 | 2025.01.27 09:37:45.682588 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 9508 | 2025.01.27 09:37:46.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.53 MiB, peak 240.16 MiB, free memory in arenas 0.00 B, will set to 229.48 MiB (RSS), difference: 1.94 MiB | ||
| 9509 | 2025.01.27 09:37:47.085229 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 9510 | 2025.01.27 09:37:47.085924 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9511 | 2025.01.27 09:37:47.085972 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9512 | 2025.01.27 09:37:47.086517 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9513 | 2025.01.27 09:37:47.086770 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9514 | 2025.01.27 09:37:47.087014 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 9515 | 2025.01.27 09:37:48.702715 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9516 | 2025.01.27 09:37:48.723365 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9517 | 2025.01.27 09:37:48.723418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9518 | 2025.01.27 09:37:48.731057 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9519 | 2025.01.27 09:37:48.731846 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9520 | 2025.01.27 09:37:48.735379 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9521 | 2025.01.27 09:37:49.692547 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1330 | ||
| 9522 | 2025.01.27 09:37:49.695524 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9523 | 2025.01.27 09:37:49.695568 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9524 | 2025.01.27 09:37:49.697032 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9525 | 2025.01.27 09:37:49.697345 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9526 | 2025.01.27 09:37:49.697556 [ 35 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9527 | 2025.01.27 09:37:49.697679 [ 35 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9528 | 2025.01.27 09:37:49.697739 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9529 | 2025.01.27 09:37:49.698648 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 9530 | 2025.01.27 09:37:49.700773 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1330 | ||
| 9531 | 2025.01.27 09:37:49.701112 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9532 | 2025.01.27 09:37:49.701304 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1184 rows starting from the beginning of the part | ||
| 9533 | 2025.01.27 09:37:49.701931 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 9534 | 2025.01.27 09:37:49.702629 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
| 9535 | 2025.01.27 09:37:49.703263 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part | ||
| 9536 | 2025.01.27 09:37:49.703913 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
| 9537 | 2025.01.27 09:37:49.704540 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
| 9538 | 2025.01.27 09:37:49.713286 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 72 columns (72 merged, 0 gathered) in 0.015306965 sec., 86888.55040826186 rows/sec., 67.98 MiB/sec. | ||
| 9539 | 2025.01.27 09:37:49.715160 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9540 | 2025.01.27 09:37:49.716021 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9541 | 2025.01.27 09:37:49.716120 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_36_7} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9542 | 2025.01.27 09:37:49.716495 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 9543 | 2025.01.27 09:37:50.662491 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9544 | 2025.01.27 09:37:50.662692 [ 267 ] {3f7d2c34-0b00-45e0-91d0-127131ab4280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9545 | 2025.01.27 09:37:50.662768 [ 267 ] {3f7d2c34-0b00-45e0-91d0-127131ab4280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9546 | 2025.01.27 09:37:50.663553 [ 267 ] {3f7d2c34-0b00-45e0-91d0-127131ab4280} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9547 | 2025.01.27 09:37:50.663611 [ 267 ] {3f7d2c34-0b00-45e0-91d0-127131ab4280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9548 | 2025.01.27 09:37:50.664073 [ 267 ] {3f7d2c34-0b00-45e0-91d0-127131ab4280} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9549 | 2025.01.27 09:37:50.664358 [ 267 ] {3f7d2c34-0b00-45e0-91d0-127131ab4280} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9550 | 2025.01.27 09:37:50.664599 [ 267 ] {3f7d2c34-0b00-45e0-91d0-127131ab4280} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001962 sec., 7135.575942915391 rows/sec., 513.67 KiB/sec. | ||
| 9551 | 2025.01.27 09:37:50.664665 [ 267 ] {3f7d2c34-0b00-45e0-91d0-127131ab4280} <Debug> TCPHandler: Processed in 0.002316624 sec. | ||
| 9552 | 2025.01.27 09:37:50.664933 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9553 | 2025.01.27 09:37:50.665126 [ 273 ] {d9f55197-b3f3-4608-bd56-61fdbb09eb56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9554 | 2025.01.27 09:37:50.665200 [ 273 ] {d9f55197-b3f3-4608-bd56-61fdbb09eb56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9555 | 2025.01.27 09:37:50.666126 [ 273 ] {d9f55197-b3f3-4608-bd56-61fdbb09eb56} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9556 | 2025.01.27 09:37:50.666167 [ 273 ] {d9f55197-b3f3-4608-bd56-61fdbb09eb56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9557 | 2025.01.27 09:37:50.666640 [ 273 ] {d9f55197-b3f3-4608-bd56-61fdbb09eb56} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9558 | 2025.01.27 09:37:50.666908 [ 273 ] {d9f55197-b3f3-4608-bd56-61fdbb09eb56} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9559 | 2025.01.27 09:37:50.667119 [ 273 ] {d9f55197-b3f3-4608-bd56-61fdbb09eb56} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002049 sec., 137140.0683260127 rows/sec., 12.10 MiB/sec. | ||
| 9560 | 2025.01.27 09:37:50.667177 [ 273 ] {d9f55197-b3f3-4608-bd56-61fdbb09eb56} <Debug> TCPHandler: Processed in 0.002377185 sec. | ||
| 9561 | 2025.01.27 09:37:50.667349 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9562 | 2025.01.27 09:37:50.667494 [ 267 ] {bea66054-6baa-4480-ba97-a48fb86b6469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9563 | 2025.01.27 09:37:50.667549 [ 267 ] {bea66054-6baa-4480-ba97-a48fb86b6469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9564 | 2025.01.27 09:37:50.668183 [ 267 ] {bea66054-6baa-4480-ba97-a48fb86b6469} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9565 | 2025.01.27 09:37:50.668226 [ 267 ] {bea66054-6baa-4480-ba97-a48fb86b6469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9566 | 2025.01.27 09:37:50.668630 [ 267 ] {bea66054-6baa-4480-ba97-a48fb86b6469} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9567 | 2025.01.27 09:37:50.668884 [ 267 ] {bea66054-6baa-4480-ba97-a48fb86b6469} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9568 | 2025.01.27 09:37:50.669089 [ 267 ] {bea66054-6baa-4480-ba97-a48fb86b6469} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001626 sec., 28290.28290282903 rows/sec., 2.04 MiB/sec. | ||
| 9569 | 2025.01.27 09:37:50.669149 [ 267 ] {bea66054-6baa-4480-ba97-a48fb86b6469} <Debug> TCPHandler: Processed in 0.001870954 sec. | ||
| 9570 | 2025.01.27 09:37:50.669349 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9571 | 2025.01.27 09:37:50.669492 [ 273 ] {cd3ee949-9edc-4a59-a9b5-10a021097113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9572 | 2025.01.27 09:37:50.669550 [ 273 ] {cd3ee949-9edc-4a59-a9b5-10a021097113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9573 | 2025.01.27 09:37:50.670196 [ 273 ] {cd3ee949-9edc-4a59-a9b5-10a021097113} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9574 | 2025.01.27 09:37:50.670237 [ 273 ] {cd3ee949-9edc-4a59-a9b5-10a021097113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9575 | 2025.01.27 09:37:50.670603 [ 273 ] {cd3ee949-9edc-4a59-a9b5-10a021097113} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9576 | 2025.01.27 09:37:50.670853 [ 273 ] {cd3ee949-9edc-4a59-a9b5-10a021097113} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9577 | 2025.01.27 09:37:50.671078 [ 273 ] {cd3ee949-9edc-4a59-a9b5-10a021097113} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001617 sec., 8658.008658008659 rows/sec., 606.35 KiB/sec. | ||
| 9578 | 2025.01.27 09:37:50.671130 [ 273 ] {cd3ee949-9edc-4a59-a9b5-10a021097113} <Debug> TCPHandler: Processed in 0.001855003 sec. | ||
| 9579 | 2025.01.27 09:37:50.671269 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9580 | 2025.01.27 09:37:50.671393 [ 267 ] {d26924ec-6123-4a65-9bd9-9cf100221d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9581 | 2025.01.27 09:37:50.671445 [ 267 ] {d26924ec-6123-4a65-9bd9-9cf100221d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9582 | 2025.01.27 09:37:50.672034 [ 267 ] {d26924ec-6123-4a65-9bd9-9cf100221d1a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9583 | 2025.01.27 09:37:50.672075 [ 267 ] {d26924ec-6123-4a65-9bd9-9cf100221d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9584 | 2025.01.27 09:37:50.672447 [ 267 ] {d26924ec-6123-4a65-9bd9-9cf100221d1a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9585 | 2025.01.27 09:37:50.672705 [ 267 ] {d26924ec-6123-4a65-9bd9-9cf100221d1a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9586 | 2025.01.27 09:37:50.672926 [ 267 ] {d26924ec-6123-4a65-9bd9-9cf100221d1a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec. | ||
| 9587 | 2025.01.27 09:37:50.672989 [ 267 ] {d26924ec-6123-4a65-9bd9-9cf100221d1a} <Debug> TCPHandler: Processed in 0.001775601 sec. | ||
| 9588 | 2025.01.27 09:37:50.673180 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9589 | 2025.01.27 09:37:50.673297 [ 273 ] {faf96fa5-68c8-429e-8855-9ce3f42ae626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9590 | 2025.01.27 09:37:50.673347 [ 273 ] {faf96fa5-68c8-429e-8855-9ce3f42ae626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9591 | 2025.01.27 09:37:50.674087 [ 273 ] {faf96fa5-68c8-429e-8855-9ce3f42ae626} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9592 | 2025.01.27 09:37:50.674127 [ 273 ] {faf96fa5-68c8-429e-8855-9ce3f42ae626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9593 | 2025.01.27 09:37:50.674513 [ 273 ] {faf96fa5-68c8-429e-8855-9ce3f42ae626} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9594 | 2025.01.27 09:37:50.674762 [ 273 ] {faf96fa5-68c8-429e-8855-9ce3f42ae626} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9595 | 2025.01.27 09:37:50.674986 [ 273 ] {faf96fa5-68c8-429e-8855-9ce3f42ae626} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001703 sec., 247210.80446271284 rows/sec., 17.66 MiB/sec. | ||
| 9596 | 2025.01.27 09:37:50.675071 [ 273 ] {faf96fa5-68c8-429e-8855-9ce3f42ae626} <Debug> TCPHandler: Processed in 0.001985406 sec. | ||
| 9597 | 2025.01.27 09:37:50.675238 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9598 | 2025.01.27 09:37:50.675364 [ 267 ] {0d7e6211-92f3-4eb8-a868-a0d727bbdd06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9599 | 2025.01.27 09:37:50.675413 [ 267 ] {0d7e6211-92f3-4eb8-a868-a0d727bbdd06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9600 | 2025.01.27 09:37:50.675882 [ 267 ] {0d7e6211-92f3-4eb8-a868-a0d727bbdd06} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9601 | 2025.01.27 09:37:50.675919 [ 267 ] {0d7e6211-92f3-4eb8-a868-a0d727bbdd06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9602 | 2025.01.27 09:37:50.676283 [ 267 ] {0d7e6211-92f3-4eb8-a868-a0d727bbdd06} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9603 | 2025.01.27 09:37:50.676523 [ 267 ] {0d7e6211-92f3-4eb8-a868-a0d727bbdd06} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9604 | 2025.01.27 09:37:50.676750 [ 267 ] {0d7e6211-92f3-4eb8-a868-a0d727bbdd06} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001406 sec., 4267.425320056899 rows/sec., 222.96 KiB/sec. | ||
| 9605 | 2025.01.27 09:37:50.676862 [ 267 ] {0d7e6211-92f3-4eb8-a868-a0d727bbdd06} <Debug> TCPHandler: Processed in 0.001699219 sec. | ||
| 9606 | 2025.01.27 09:37:50.677047 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9607 | 2025.01.27 09:37:50.677185 [ 273 ] {9efa40e4-1596-46cb-a9e5-99ba18ef0cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9608 | 2025.01.27 09:37:50.677247 [ 273 ] {9efa40e4-1596-46cb-a9e5-99ba18ef0cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9609 | 2025.01.27 09:37:50.678005 [ 273 ] {9efa40e4-1596-46cb-a9e5-99ba18ef0cc8} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9610 | 2025.01.27 09:37:50.678045 [ 273 ] {9efa40e4-1596-46cb-a9e5-99ba18ef0cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9611 | 2025.01.27 09:37:50.678448 [ 273 ] {9efa40e4-1596-46cb-a9e5-99ba18ef0cc8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9612 | 2025.01.27 09:37:50.678692 [ 273 ] {9efa40e4-1596-46cb-a9e5-99ba18ef0cc8} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9613 | 2025.01.27 09:37:50.678922 [ 273 ] {9efa40e4-1596-46cb-a9e5-99ba18ef0cc8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001765 sec., 134277.62039660057 rows/sec., 9.00 MiB/sec. | ||
| 9614 | 2025.01.27 09:37:50.679004 [ 273 ] {9efa40e4-1596-46cb-a9e5-99ba18ef0cc8} <Debug> TCPHandler: Processed in 0.002037468 sec. | ||
| 9615 | 2025.01.27 09:37:50.679202 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9616 | 2025.01.27 09:37:50.679379 [ 267 ] {d3210cd3-8d32-4c60-ac42-a5441f1d296a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9617 | 2025.01.27 09:37:50.679437 [ 267 ] {d3210cd3-8d32-4c60-ac42-a5441f1d296a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9618 | 2025.01.27 09:37:50.679975 [ 267 ] {d3210cd3-8d32-4c60-ac42-a5441f1d296a} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9619 | 2025.01.27 09:37:50.680011 [ 267 ] {d3210cd3-8d32-4c60-ac42-a5441f1d296a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9620 | 2025.01.27 09:37:50.680375 [ 267 ] {d3210cd3-8d32-4c60-ac42-a5441f1d296a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9621 | 2025.01.27 09:37:50.680605 [ 267 ] {d3210cd3-8d32-4c60-ac42-a5441f1d296a} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9622 | 2025.01.27 09:37:50.680818 [ 267 ] {d3210cd3-8d32-4c60-ac42-a5441f1d296a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 9623 | 2025.01.27 09:37:50.680866 [ 267 ] {d3210cd3-8d32-4c60-ac42-a5441f1d296a} <Debug> TCPHandler: Processed in 0.001778631 sec. | ||
| 9624 | 2025.01.27 09:37:50.681038 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9625 | 2025.01.27 09:37:50.681176 [ 273 ] {69a181bb-3a94-4ba7-8b92-55e0b389b885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9626 | 2025.01.27 09:37:50.681267 [ 273 ] {69a181bb-3a94-4ba7-8b92-55e0b389b885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9627 | 2025.01.27 09:37:50.682566 [ 273 ] {69a181bb-3a94-4ba7-8b92-55e0b389b885} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9628 | 2025.01.27 09:37:50.682607 [ 273 ] {69a181bb-3a94-4ba7-8b92-55e0b389b885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9629 | 2025.01.27 09:37:50.683277 [ 273 ] {69a181bb-3a94-4ba7-8b92-55e0b389b885} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9630 | 2025.01.27 09:37:50.683535 [ 273 ] {69a181bb-3a94-4ba7-8b92-55e0b389b885} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9631 | 2025.01.27 09:37:50.683822 [ 273 ] {69a181bb-3a94-4ba7-8b92-55e0b389b885} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002675 sec., 14579.43925233645 rows/sec., 26.13 MiB/sec. | ||
| 9632 | 2025.01.27 09:37:50.684345 [ 273 ] {69a181bb-3a94-4ba7-8b92-55e0b389b885} <Debug> TCPHandler: Processed in 0.003370358 sec. | ||
| 9633 | 2025.01.27 09:37:50.684501 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9634 | 2025.01.27 09:37:50.684618 [ 267 ] {cbf77f02-7df5-4f38-9f5d-bb4c0925bd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9635 | 2025.01.27 09:37:50.684668 [ 267 ] {cbf77f02-7df5-4f38-9f5d-bb4c0925bd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9636 | 2025.01.27 09:37:50.685138 [ 267 ] {cbf77f02-7df5-4f38-9f5d-bb4c0925bd0b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9637 | 2025.01.27 09:37:50.685175 [ 267 ] {cbf77f02-7df5-4f38-9f5d-bb4c0925bd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9638 | 2025.01.27 09:37:50.685551 [ 267 ] {cbf77f02-7df5-4f38-9f5d-bb4c0925bd0b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9639 | 2025.01.27 09:37:50.685806 [ 267 ] {cbf77f02-7df5-4f38-9f5d-bb4c0925bd0b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9640 | 2025.01.27 09:37:50.686025 [ 267 ] {cbf77f02-7df5-4f38-9f5d-bb4c0925bd0b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 3.64 MiB/sec. | ||
| 9641 | 2025.01.27 09:37:50.686081 [ 267 ] {cbf77f02-7df5-4f38-9f5d-bb4c0925bd0b} <Debug> TCPHandler: Processed in 0.001634218 sec. | ||
| 9642 | 2025.01.27 09:37:54.398717 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9643 | 2025.01.27 09:37:54.398786 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9644 | 2025.01.27 09:37:54.588084 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 9645 | 2025.01.27 09:37:54.588676 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9646 | 2025.01.27 09:37:54.588713 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9647 | 2025.01.27 09:37:54.589222 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9648 | 2025.01.27 09:37:54.589503 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9649 | 2025.01.27 09:37:54.589681 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9650 | 2025.01.27 09:37:55.653330 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9651 | 2025.01.27 09:37:55.653528 [ 267 ] {2d436947-8053-4d5f-bed2-7bcebccf55fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9652 | 2025.01.27 09:37:55.653604 [ 267 ] {2d436947-8053-4d5f-bed2-7bcebccf55fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9653 | 2025.01.27 09:37:55.654359 [ 267 ] {2d436947-8053-4d5f-bed2-7bcebccf55fc} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9654 | 2025.01.27 09:37:55.654415 [ 267 ] {2d436947-8053-4d5f-bed2-7bcebccf55fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9655 | 2025.01.27 09:37:55.654869 [ 267 ] {2d436947-8053-4d5f-bed2-7bcebccf55fc} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9656 | 2025.01.27 09:37:55.655124 [ 267 ] {2d436947-8053-4d5f-bed2-7bcebccf55fc} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9657 | 2025.01.27 09:37:55.655390 [ 267 ] {2d436947-8053-4d5f-bed2-7bcebccf55fc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.24 MiB/sec. | ||
| 9658 | 2025.01.27 09:37:55.655494 [ 267 ] {2d436947-8053-4d5f-bed2-7bcebccf55fc} <Debug> TCPHandler: Processed in 0.002291624 sec. | ||
| 9659 | 2025.01.27 09:37:55.655775 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9660 | 2025.01.27 09:37:55.656112 [ 273 ] {0872129b-f8d9-4358-b4f1-20b48fe81cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9661 | 2025.01.27 09:37:55.656184 [ 273 ] {0872129b-f8d9-4358-b4f1-20b48fe81cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9662 | 2025.01.27 09:37:55.656922 [ 273 ] {0872129b-f8d9-4358-b4f1-20b48fe81cfc} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9663 | 2025.01.27 09:37:55.656962 [ 273 ] {0872129b-f8d9-4358-b4f1-20b48fe81cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9664 | 2025.01.27 09:37:55.657387 [ 273 ] {0872129b-f8d9-4358-b4f1-20b48fe81cfc} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9665 | 2025.01.27 09:37:55.657645 [ 273 ] {0872129b-f8d9-4358-b4f1-20b48fe81cfc} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9666 | 2025.01.27 09:37:55.657852 [ 273 ] {0872129b-f8d9-4358-b4f1-20b48fe81cfc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001829 sec., 34991.79879715692 rows/sec., 2.73 MiB/sec. | ||
| 9667 | 2025.01.27 09:37:55.657943 [ 273 ] {0872129b-f8d9-4358-b4f1-20b48fe81cfc} <Debug> TCPHandler: Processed in 0.002335395 sec. | ||
| 9668 | 2025.01.27 09:37:55.658165 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9669 | 2025.01.27 09:37:55.658333 [ 267 ] {f8436a08-976d-4d20-8347-7c611e6ab4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9670 | 2025.01.27 09:37:55.658399 [ 267 ] {f8436a08-976d-4d20-8347-7c611e6ab4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9671 | 2025.01.27 09:37:55.659070 [ 267 ] {f8436a08-976d-4d20-8347-7c611e6ab4a4} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9672 | 2025.01.27 09:37:55.659118 [ 267 ] {f8436a08-976d-4d20-8347-7c611e6ab4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9673 | 2025.01.27 09:37:55.659520 [ 267 ] {f8436a08-976d-4d20-8347-7c611e6ab4a4} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9674 | 2025.01.27 09:37:55.659762 [ 267 ] {f8436a08-976d-4d20-8347-7c611e6ab4a4} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9675 | 2025.01.27 09:37:55.659972 [ 267 ] {f8436a08-976d-4d20-8347-7c611e6ab4a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001674 sec., 95579.4504181601 rows/sec., 6.66 MiB/sec. | ||
| 9676 | 2025.01.27 09:37:55.660033 [ 267 ] {f8436a08-976d-4d20-8347-7c611e6ab4a4} <Debug> TCPHandler: Processed in 0.002002777 sec. | ||
| 9677 | 2025.01.27 09:37:55.660233 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9678 | 2025.01.27 09:37:55.660425 [ 273 ] {dea9b8f6-de2a-4c99-b7a2-23230b97ebd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9679 | 2025.01.27 09:37:55.660487 [ 273 ] {dea9b8f6-de2a-4c99-b7a2-23230b97ebd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9680 | 2025.01.27 09:37:55.661072 [ 273 ] {dea9b8f6-de2a-4c99-b7a2-23230b97ebd1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9681 | 2025.01.27 09:37:55.661117 [ 273 ] {dea9b8f6-de2a-4c99-b7a2-23230b97ebd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9682 | 2025.01.27 09:37:55.661504 [ 273 ] {dea9b8f6-de2a-4c99-b7a2-23230b97ebd1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9683 | 2025.01.27 09:37:55.661743 [ 273 ] {dea9b8f6-de2a-4c99-b7a2-23230b97ebd1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9684 | 2025.01.27 09:37:55.661951 [ 273 ] {dea9b8f6-de2a-4c99-b7a2-23230b97ebd1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001553 sec., 38634.9001931745 rows/sec., 2.60 MiB/sec. | ||
| 9685 | 2025.01.27 09:37:55.662008 [ 273 ] {dea9b8f6-de2a-4c99-b7a2-23230b97ebd1} <Debug> TCPHandler: Processed in 0.001899984 sec. | ||
| 9686 | 2025.01.27 09:37:55.979448 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9687 | 2025.01.27 09:37:55.979636 [ 267 ] {426eeb97-9751-45f2-8375-cd740f8e8d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9688 | 2025.01.27 09:37:55.979709 [ 267 ] {426eeb97-9751-45f2-8375-cd740f8e8d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9689 | 2025.01.27 09:37:55.980455 [ 267 ] {426eeb97-9751-45f2-8375-cd740f8e8d5c} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9690 | 2025.01.27 09:37:55.980500 [ 267 ] {426eeb97-9751-45f2-8375-cd740f8e8d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9691 | 2025.01.27 09:37:55.980921 [ 267 ] {426eeb97-9751-45f2-8375-cd740f8e8d5c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9692 | 2025.01.27 09:37:55.981171 [ 267 ] {426eeb97-9751-45f2-8375-cd740f8e8d5c} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9693 | 2025.01.27 09:37:55.981444 [ 267 ] {426eeb97-9751-45f2-8375-cd740f8e8d5c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001848 sec., 7575.757575757576 rows/sec., 545.35 KiB/sec. | ||
| 9694 | 2025.01.27 09:37:55.981584 [ 267 ] {426eeb97-9751-45f2-8375-cd740f8e8d5c} <Debug> TCPHandler: Processed in 0.002256823 sec. | ||
| 9695 | 2025.01.27 09:37:55.981896 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9696 | 2025.01.27 09:37:55.982105 [ 273 ] {07ce47db-d3e3-4b1d-862e-3497611baab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9697 | 2025.01.27 09:37:55.982175 [ 273 ] {07ce47db-d3e3-4b1d-862e-3497611baab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9698 | 2025.01.27 09:37:55.982871 [ 273 ] {07ce47db-d3e3-4b1d-862e-3497611baab6} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9699 | 2025.01.27 09:37:55.982914 [ 273 ] {07ce47db-d3e3-4b1d-862e-3497611baab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9700 | 2025.01.27 09:37:55.983325 [ 273 ] {07ce47db-d3e3-4b1d-862e-3497611baab6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 9701 | 2025.01.27 09:37:55.983570 [ 273 ] {07ce47db-d3e3-4b1d-862e-3497611baab6} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9702 | 2025.01.27 09:37:55.983933 [ 273 ] {07ce47db-d3e3-4b1d-862e-3497611baab6} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001856 sec., 8620.689655172413 rows/sec., 702.96 KiB/sec. | ||
| 9703 | 2025.01.27 09:37:55.984215 [ 273 ] {07ce47db-d3e3-4b1d-862e-3497611baab6} <Debug> TCPHandler: Processed in 0.002463317 sec. | ||
| 9704 | 2025.01.27 09:37:55.984400 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9705 | 2025.01.27 09:37:55.984539 [ 267 ] {d19b8c38-3639-4020-807d-b08acfefa3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9706 | 2025.01.27 09:37:55.984596 [ 267 ] {d19b8c38-3639-4020-807d-b08acfefa3b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9707 | 2025.01.27 09:37:55.986046 [ 267 ] {d19b8c38-3639-4020-807d-b08acfefa3b0} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9708 | 2025.01.27 09:37:55.986084 [ 267 ] {d19b8c38-3639-4020-807d-b08acfefa3b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9709 | 2025.01.27 09:37:55.986535 [ 267 ] {d19b8c38-3639-4020-807d-b08acfefa3b0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9710 | 2025.01.27 09:37:55.986775 [ 267 ] {d19b8c38-3639-4020-807d-b08acfefa3b0} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9711 | 2025.01.27 09:37:55.986996 [ 267 ] {d19b8c38-3639-4020-807d-b08acfefa3b0} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002487 sec., 574587.8568556494 rows/sec., 47.94 MiB/sec. | ||
| 9712 | 2025.01.27 09:37:55.987049 [ 267 ] {d19b8c38-3639-4020-807d-b08acfefa3b0} <Debug> TCPHandler: Processed in 0.002718763 sec. | ||
| 9713 | 2025.01.27 09:37:55.987281 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9714 | 2025.01.27 09:37:55.987504 [ 273 ] {fedd8f0c-45d0-46cd-907c-cc514f41ad49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9715 | 2025.01.27 09:37:55.987594 [ 273 ] {fedd8f0c-45d0-46cd-907c-cc514f41ad49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9716 | 2025.01.27 09:37:55.988463 [ 273 ] {fedd8f0c-45d0-46cd-907c-cc514f41ad49} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9717 | 2025.01.27 09:37:55.988503 [ 273 ] {fedd8f0c-45d0-46cd-907c-cc514f41ad49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9718 | 2025.01.27 09:37:55.988857 [ 273 ] {fedd8f0c-45d0-46cd-907c-cc514f41ad49} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9719 | 2025.01.27 09:37:55.989096 [ 273 ] {fedd8f0c-45d0-46cd-907c-cc514f41ad49} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9720 | 2025.01.27 09:37:55.989301 [ 273 ] {fedd8f0c-45d0-46cd-907c-cc514f41ad49} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001852 sec., 33477.32181425486 rows/sec., 2.38 MiB/sec. | ||
| 9721 | 2025.01.27 09:37:55.989356 [ 273 ] {fedd8f0c-45d0-46cd-907c-cc514f41ad49} <Debug> TCPHandler: Processed in 0.0021916 sec. | ||
| 9722 | 2025.01.27 09:37:55.989559 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9723 | 2025.01.27 09:37:55.989783 [ 267 ] {18e02699-1fa8-4f5c-ab3d-2463ef8a425c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9724 | 2025.01.27 09:37:55.989874 [ 267 ] {18e02699-1fa8-4f5c-ab3d-2463ef8a425c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9725 | 2025.01.27 09:37:55.990676 [ 267 ] {18e02699-1fa8-4f5c-ab3d-2463ef8a425c} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9726 | 2025.01.27 09:37:55.990716 [ 267 ] {18e02699-1fa8-4f5c-ab3d-2463ef8a425c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9727 | 2025.01.27 09:37:55.991073 [ 267 ] {18e02699-1fa8-4f5c-ab3d-2463ef8a425c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9728 | 2025.01.27 09:37:55.991303 [ 267 ] {18e02699-1fa8-4f5c-ab3d-2463ef8a425c} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9729 | 2025.01.27 09:37:55.991557 [ 267 ] {18e02699-1fa8-4f5c-ab3d-2463ef8a425c} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00182 sec., 132967.03296703298 rows/sec., 9.01 MiB/sec. | ||
| 9730 | 2025.01.27 09:37:55.991629 [ 267 ] {18e02699-1fa8-4f5c-ab3d-2463ef8a425c} <Debug> TCPHandler: Processed in 0.00218105 sec. | ||
| 9731 | 2025.01.27 09:37:55.991876 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9732 | 2025.01.27 09:37:55.992032 [ 273 ] {6454ba56-808b-4f5f-822a-f32c22ad9a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9733 | 2025.01.27 09:37:55.992088 [ 273 ] {6454ba56-808b-4f5f-822a-f32c22ad9a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9734 | 2025.01.27 09:37:55.992655 [ 273 ] {6454ba56-808b-4f5f-822a-f32c22ad9a4a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9735 | 2025.01.27 09:37:55.992694 [ 273 ] {6454ba56-808b-4f5f-822a-f32c22ad9a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9736 | 2025.01.27 09:37:55.993044 [ 273 ] {6454ba56-808b-4f5f-822a-f32c22ad9a4a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9737 | 2025.01.27 09:37:55.993295 [ 273 ] {6454ba56-808b-4f5f-822a-f32c22ad9a4a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9738 | 2025.01.27 09:37:55.993498 [ 273 ] {6454ba56-808b-4f5f-822a-f32c22ad9a4a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001495 sec., 8695.652173913044 rows/sec., 542.17 KiB/sec. | ||
| 9739 | 2025.01.27 09:37:55.993549 [ 273 ] {6454ba56-808b-4f5f-822a-f32c22ad9a4a} <Debug> TCPHandler: Processed in 0.001817982 sec. | ||
| 9740 | 2025.01.27 09:37:55.993693 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9741 | 2025.01.27 09:37:55.993808 [ 267 ] {3f8ea5b2-884f-4695-ac49-cc5f8ec1213e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9742 | 2025.01.27 09:37:55.993857 [ 267 ] {3f8ea5b2-884f-4695-ac49-cc5f8ec1213e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9743 | 2025.01.27 09:37:55.994782 [ 267 ] {3f8ea5b2-884f-4695-ac49-cc5f8ec1213e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9744 | 2025.01.27 09:37:55.994821 [ 267 ] {3f8ea5b2-884f-4695-ac49-cc5f8ec1213e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9745 | 2025.01.27 09:37:55.995210 [ 267 ] {3f8ea5b2-884f-4695-ac49-cc5f8ec1213e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9746 | 2025.01.27 09:37:55.995455 [ 267 ] {3f8ea5b2-884f-4695-ac49-cc5f8ec1213e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9747 | 2025.01.27 09:37:55.995660 [ 267 ] {3f8ea5b2-884f-4695-ac49-cc5f8ec1213e} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001874 sec., 476520.81109925295 rows/sec., 34.60 MiB/sec. | ||
| 9748 | 2025.01.27 09:37:55.995713 [ 267 ] {3f8ea5b2-884f-4695-ac49-cc5f8ec1213e} <Debug> TCPHandler: Processed in 0.002077838 sec. | ||
| 9749 | 2025.01.27 09:37:55.995864 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9750 | 2025.01.27 09:37:55.996002 [ 273 ] {1be9a484-8060-4976-9801-16cb30d5dcbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9751 | 2025.01.27 09:37:55.996061 [ 273 ] {1be9a484-8060-4976-9801-16cb30d5dcbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9752 | 2025.01.27 09:37:55.996617 [ 273 ] {1be9a484-8060-4976-9801-16cb30d5dcbb} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9753 | 2025.01.27 09:37:55.996663 [ 273 ] {1be9a484-8060-4976-9801-16cb30d5dcbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9754 | 2025.01.27 09:37:55.997087 [ 273 ] {1be9a484-8060-4976-9801-16cb30d5dcbb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9755 | 2025.01.27 09:37:55.997335 [ 273 ] {1be9a484-8060-4976-9801-16cb30d5dcbb} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9756 | 2025.01.27 09:37:55.997578 [ 273 ] {1be9a484-8060-4976-9801-16cb30d5dcbb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001594 sec., 3764.115432873275 rows/sec., 196.66 KiB/sec. | ||
| 9757 | 2025.01.27 09:37:55.997744 [ 273 ] {1be9a484-8060-4976-9801-16cb30d5dcbb} <Debug> TCPHandler: Processed in 0.001945735 sec. | ||
| 9758 | 2025.01.27 09:37:55.997929 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9759 | 2025.01.27 09:37:55.998048 [ 267 ] {085ca196-f01b-4eb6-8444-861c65f02326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9760 | 2025.01.27 09:37:55.998100 [ 267 ] {085ca196-f01b-4eb6-8444-861c65f02326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9761 | 2025.01.27 09:37:55.998968 [ 267 ] {085ca196-f01b-4eb6-8444-861c65f02326} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9762 | 2025.01.27 09:37:55.999013 [ 267 ] {085ca196-f01b-4eb6-8444-861c65f02326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9763 | 2025.01.27 09:37:55.999461 [ 267 ] {085ca196-f01b-4eb6-8444-861c65f02326} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9764 | 2025.01.27 09:37:55.999696 [ 267 ] {085ca196-f01b-4eb6-8444-861c65f02326} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9765 | 2025.01.27 09:37:55.999904 [ 267 ] {085ca196-f01b-4eb6-8444-861c65f02326} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001879 sec., 512506.6524747206 rows/sec., 34.06 MiB/sec. | ||
| 9766 | 2025.01.27 09:37:55.999955 [ 267 ] {085ca196-f01b-4eb6-8444-861c65f02326} <Debug> TCPHandler: Processed in 0.002116799 sec. | ||
| 9767 | 2025.01.27 09:37:56.000105 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9768 | 2025.01.27 09:37:56.000438 [ 273 ] {1c6b2fc0-c492-452b-b997-831b17188c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9769 | 2025.01.27 09:37:56.000607 [ 273 ] {1c6b2fc0-c492-452b-b997-831b17188c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9770 | 2025.01.27 09:37:56.001331 [ 273 ] {1c6b2fc0-c492-452b-b997-831b17188c00} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9771 | 2025.01.27 09:37:56.001370 [ 273 ] {1c6b2fc0-c492-452b-b997-831b17188c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9772 | 2025.01.27 09:37:56.001723 [ 273 ] {1c6b2fc0-c492-452b-b997-831b17188c00} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9773 | 2025.01.27 09:37:56.001959 [ 273 ] {1c6b2fc0-c492-452b-b997-831b17188c00} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9774 | 2025.01.27 09:37:56.002194 [ 273 ] {1c6b2fc0-c492-452b-b997-831b17188c00} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001861 sec., 537.345513164965 rows/sec., 36.21 KiB/sec. | ||
| 9775 | 2025.01.27 09:37:56.002275 [ 273 ] {1c6b2fc0-c492-452b-b997-831b17188c00} <Debug> TCPHandler: Processed in 0.002227811 sec. | ||
| 9776 | 2025.01.27 09:37:56.002555 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9777 | 2025.01.27 09:37:56.002696 [ 267 ] {18ff5883-1116-4b99-8604-280ccafdafa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9778 | 2025.01.27 09:37:56.002788 [ 267 ] {18ff5883-1116-4b99-8604-280ccafdafa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9779 | 2025.01.27 09:37:56.003985 [ 267 ] {18ff5883-1116-4b99-8604-280ccafdafa8} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9780 | 2025.01.27 09:37:56.004024 [ 267 ] {18ff5883-1116-4b99-8604-280ccafdafa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9781 | 2025.01.27 09:37:56.004685 [ 267 ] {18ff5883-1116-4b99-8604-280ccafdafa8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9782 | 2025.01.27 09:37:56.004943 [ 267 ] {18ff5883-1116-4b99-8604-280ccafdafa8} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9783 | 2025.01.27 09:37:56.005104 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9784 | 2025.01.27 09:37:56.005160 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9785 | 2025.01.27 09:37:56.005161 [ 267 ] {18ff5883-1116-4b99-8604-280ccafdafa8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002494 sec., 15637.530072173215 rows/sec., 28.02 MiB/sec. | ||
| 9786 | 2025.01.27 09:37:56.005190 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9787 | 2025.01.27 09:37:56.005554 [ 267 ] {18ff5883-1116-4b99-8604-280ccafdafa8} <Debug> TCPHandler: Processed in 0.003163394 sec. | ||
| 9788 | 2025.01.27 09:37:56.005594 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 9789 | 2025.01.27 09:37:56.005753 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9790 | 2025.01.27 09:37:56.006023 [ 273 ] {a5c9d49a-994c-454d-bf10-5fb03fb07cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9791 | 2025.01.27 09:37:56.006149 [ 273 ] {a5c9d49a-994c-454d-bf10-5fb03fb07cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9792 | 2025.01.27 09:37:56.006593 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9793 | 2025.01.27 09:37:56.006831 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1097 rows starting from the beginning of the part | ||
| 9794 | 2025.01.27 09:37:56.007527 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part | ||
| 9795 | 2025.01.27 09:37:56.008233 [ 273 ] {a5c9d49a-994c-454d-bf10-5fb03fb07cc3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9796 | 2025.01.27 09:37:56.008299 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part | ||
| 9797 | 2025.01.27 09:37:56.008319 [ 273 ] {a5c9d49a-994c-454d-bf10-5fb03fb07cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9798 | 2025.01.27 09:37:56.008995 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part | ||
| 9799 | 2025.01.27 09:37:56.009696 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part | ||
| 9800 | 2025.01.27 09:37:56.009765 [ 273 ] {a5c9d49a-994c-454d-bf10-5fb03fb07cc3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9801 | 2025.01.27 09:37:56.010277 [ 198 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part | ||
| 9802 | 2025.01.27 09:37:56.010697 [ 273 ] {a5c9d49a-994c-454d-bf10-5fb03fb07cc3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9803 | 2025.01.27 09:37:56.011423 [ 273 ] {a5c9d49a-994c-454d-bf10-5fb03fb07cc3} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005447 sec., 6241.968055810538 rows/sec., 370.94 KiB/sec. | ||
| 9804 | 2025.01.27 09:37:56.011608 [ 273 ] {a5c9d49a-994c-454d-bf10-5fb03fb07cc3} <Debug> TCPHandler: Processed in 0.005947148 sec. | ||
| 9805 | 2025.01.27 09:37:56.017820 [ 191 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1292 rows, containing 19 columns (19 merged, 0 gathered) in 0.012494461 sec., 103405.8211874846 rows/sec., 185.30 MiB/sec. | ||
| 9806 | 2025.01.27 09:37:56.019131 [ 191 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9807 | 2025.01.27 09:37:56.019565 [ 191 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9808 | 2025.01.27 09:37:56.019651 [ 191 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9809 | 2025.01.27 09:37:56.019807 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.44 MiB. | ||
| 9810 | 2025.01.27 09:37:56.236394 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9811 | 2025.01.27 09:37:56.257667 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9812 | 2025.01.27 09:37:56.257724 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9813 | 2025.01.27 09:37:56.265230 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9814 | 2025.01.27 09:37:56.266081 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9815 | 2025.01.27 09:37:56.268806 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9816 | 2025.01.27 09:37:57.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.73 MiB, peak 241.59 MiB, free memory in arenas 0.00 B, will set to 232.35 MiB (RSS), difference: 1.62 MiB | ||
| 9817 | 2025.01.27 09:37:59.701908 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1384 | ||
| 9818 | 2025.01.27 09:37:59.705443 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9819 | 2025.01.27 09:37:59.705493 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9820 | 2025.01.27 09:37:59.706965 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9821 | 2025.01.27 09:37:59.707290 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9822 | 2025.01.27 09:37:59.708552 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1384 | ||
| 9823 | 2025.01.27 09:38:00.652114 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9824 | 2025.01.27 09:38:00.652322 [ 267 ] {c7327b01-6717-4ae3-91fa-aa031a33f0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9825 | 2025.01.27 09:38:00.652398 [ 267 ] {c7327b01-6717-4ae3-91fa-aa031a33f0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9826 | 2025.01.27 09:38:00.653211 [ 267 ] {c7327b01-6717-4ae3-91fa-aa031a33f0cd} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9827 | 2025.01.27 09:38:00.653264 [ 267 ] {c7327b01-6717-4ae3-91fa-aa031a33f0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9828 | 2025.01.27 09:38:00.653708 [ 267 ] {c7327b01-6717-4ae3-91fa-aa031a33f0cd} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9829 | 2025.01.27 09:38:00.653987 [ 267 ] {c7327b01-6717-4ae3-91fa-aa031a33f0cd} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9830 | 2025.01.27 09:38:00.654270 [ 267 ] {c7327b01-6717-4ae3-91fa-aa031a33f0cd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.14 MiB/sec. | ||
| 9831 | 2025.01.27 09:38:00.654340 [ 267 ] {c7327b01-6717-4ae3-91fa-aa031a33f0cd} <Debug> TCPHandler: Processed in 0.002375926 sec. | ||
| 9832 | 2025.01.27 09:38:00.654621 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9833 | 2025.01.27 09:38:00.654810 [ 273 ] {bf580b10-8261-41af-8c9b-1bb6e38bd927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9834 | 2025.01.27 09:38:00.654887 [ 273 ] {bf580b10-8261-41af-8c9b-1bb6e38bd927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9835 | 2025.01.27 09:38:00.655651 [ 273 ] {bf580b10-8261-41af-8c9b-1bb6e38bd927} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9836 | 2025.01.27 09:38:00.655692 [ 273 ] {bf580b10-8261-41af-8c9b-1bb6e38bd927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9837 | 2025.01.27 09:38:00.656132 [ 273 ] {bf580b10-8261-41af-8c9b-1bb6e38bd927} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9838 | 2025.01.27 09:38:00.656389 [ 273 ] {bf580b10-8261-41af-8c9b-1bb6e38bd927} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9839 | 2025.01.27 09:38:00.656613 [ 273 ] {bf580b10-8261-41af-8c9b-1bb6e38bd927} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001857 sec., 34464.189553042546 rows/sec., 2.69 MiB/sec. | ||
| 9840 | 2025.01.27 09:38:00.656674 [ 273 ] {bf580b10-8261-41af-8c9b-1bb6e38bd927} <Debug> TCPHandler: Processed in 0.002215212 sec. | ||
| 9841 | 2025.01.27 09:38:00.656836 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9842 | 2025.01.27 09:38:00.656958 [ 267 ] {4075a0a1-2e95-4ae4-a3cf-dc4dbb144c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9843 | 2025.01.27 09:38:00.657013 [ 267 ] {4075a0a1-2e95-4ae4-a3cf-dc4dbb144c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9844 | 2025.01.27 09:38:00.657605 [ 267 ] {4075a0a1-2e95-4ae4-a3cf-dc4dbb144c7e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9845 | 2025.01.27 09:38:00.657644 [ 267 ] {4075a0a1-2e95-4ae4-a3cf-dc4dbb144c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9846 | 2025.01.27 09:38:00.658047 [ 267 ] {4075a0a1-2e95-4ae4-a3cf-dc4dbb144c7e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9847 | 2025.01.27 09:38:00.658295 [ 267 ] {4075a0a1-2e95-4ae4-a3cf-dc4dbb144c7e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9848 | 2025.01.27 09:38:00.658526 [ 267 ] {4075a0a1-2e95-4ae4-a3cf-dc4dbb144c7e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001592 sec., 80402.01005025125 rows/sec., 5.60 MiB/sec. | ||
| 9849 | 2025.01.27 09:38:00.658592 [ 267 ] {4075a0a1-2e95-4ae4-a3cf-dc4dbb144c7e} <Debug> TCPHandler: Processed in 0.001817302 sec. | ||
| 9850 | 2025.01.27 09:38:00.658812 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9851 | 2025.01.27 09:38:00.658968 [ 273 ] {0d62e98d-5072-471a-96f7-e3f591b3bc01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9852 | 2025.01.27 09:38:00.659030 [ 273 ] {0d62e98d-5072-471a-96f7-e3f591b3bc01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9853 | 2025.01.27 09:38:00.659583 [ 273 ] {0d62e98d-5072-471a-96f7-e3f591b3bc01} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9854 | 2025.01.27 09:38:00.659621 [ 273 ] {0d62e98d-5072-471a-96f7-e3f591b3bc01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9855 | 2025.01.27 09:38:00.660008 [ 273 ] {0d62e98d-5072-471a-96f7-e3f591b3bc01} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9856 | 2025.01.27 09:38:00.660257 [ 273 ] {0d62e98d-5072-471a-96f7-e3f591b3bc01} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9857 | 2025.01.27 09:38:00.660459 [ 273 ] {0d62e98d-5072-471a-96f7-e3f591b3bc01} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001522 sec., 31537.450722733247 rows/sec., 2.13 MiB/sec. | ||
| 9858 | 2025.01.27 09:38:00.660521 [ 273 ] {0d62e98d-5072-471a-96f7-e3f591b3bc01} <Debug> TCPHandler: Processed in 0.001826662 sec. | ||
| 9859 | 2025.01.27 09:38:02.090742 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 9860 | 2025.01.27 09:38:02.091409 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9861 | 2025.01.27 09:38:02.091449 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9862 | 2025.01.27 09:38:02.091958 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9863 | 2025.01.27 09:38:02.092208 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9864 | 2025.01.27 09:38:02.092364 [ 115 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9865 | 2025.01.27 09:38:02.092387 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 9866 | 2025.01.27 09:38:02.092414 [ 115 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9867 | 2025.01.27 09:38:02.092439 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9868 | 2025.01.27 09:38:02.092540 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 9869 | 2025.01.27 09:38:02.092634 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9870 | 2025.01.27 09:38:02.092666 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 9871 | 2025.01.27 09:38:02.092726 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 9872 | 2025.01.27 09:38:02.092830 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 9873 | 2025.01.27 09:38:02.092960 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 9874 | 2025.01.27 09:38:02.093035 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 9875 | 2025.01.27 09:38:02.093128 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 9876 | 2025.01.27 09:38:02.095275 [ 198 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002776594 sec., 8436235.18598686 rows/sec., 120.68 MiB/sec. | ||
| 9877 | 2025.01.27 09:38:02.095746 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9878 | 2025.01.27 09:38:02.096120 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9879 | 2025.01.27 09:38:02.096223 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_51_10} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9880 | 2025.01.27 09:38:02.096345 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9881 | 2025.01.27 09:38:03.769826 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9882 | 2025.01.27 09:38:03.791224 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9883 | 2025.01.27 09:38:03.791278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9884 | 2025.01.27 09:38:03.798625 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9885 | 2025.01.27 09:38:03.799420 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9886 | 2025.01.27 09:38:03.799904 [ 113 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9887 | 2025.01.27 09:38:03.800095 [ 113 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9888 | 2025.01.27 09:38:03.800201 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9889 | 2025.01.27 09:38:03.800890 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 9890 | 2025.01.27 09:38:03.817453 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9891 | 2025.01.27 09:38:03.819068 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9892 | 2025.01.27 09:38:03.820704 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 9893 | 2025.01.27 09:38:03.826479 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 9894 | 2025.01.27 09:38:03.832101 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 9895 | 2025.01.27 09:38:03.837738 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 9896 | 2025.01.27 09:38:03.843579 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 9897 | 2025.01.27 09:38:03.848143 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 9898 | 2025.01.27 09:38:03.907165 [ 198 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.10673275 sec., 3607.140263883391 rows/sec., 18.65 MiB/sec. | ||
| 9899 | 2025.01.27 09:38:03.910267 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9900 | 2025.01.27 09:38:03.913258 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9901 | 2025.01.27 09:38:03.913391 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_51_10} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9902 | 2025.01.27 09:38:03.915859 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9903 | 2025.01.27 09:38:05.654116 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9904 | 2025.01.27 09:38:05.654336 [ 267 ] {d8f157ad-254a-4267-adb2-4faccf0384df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9905 | 2025.01.27 09:38:05.654418 [ 267 ] {d8f157ad-254a-4267-adb2-4faccf0384df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9906 | 2025.01.27 09:38:05.655205 [ 267 ] {d8f157ad-254a-4267-adb2-4faccf0384df} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9907 | 2025.01.27 09:38:05.655262 [ 267 ] {d8f157ad-254a-4267-adb2-4faccf0384df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9908 | 2025.01.27 09:38:05.655780 [ 267 ] {d8f157ad-254a-4267-adb2-4faccf0384df} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9909 | 2025.01.27 09:38:05.656083 [ 267 ] {d8f157ad-254a-4267-adb2-4faccf0384df} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9910 | 2025.01.27 09:38:05.656320 [ 111 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9911 | 2025.01.27 09:38:05.656347 [ 267 ] {d8f157ad-254a-4267-adb2-4faccf0384df} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002073 sec., 27013.98938736131 rows/sec., 2.06 MiB/sec. | ||
| 9912 | 2025.01.27 09:38:05.656411 [ 111 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9913 | 2025.01.27 09:38:05.656474 [ 267 ] {d8f157ad-254a-4267-adb2-4faccf0384df} <Debug> TCPHandler: Processed in 0.002501128 sec. | ||
| 9914 | 2025.01.27 09:38:05.656480 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9915 | 2025.01.27 09:38:05.656708 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9916 | 2025.01.27 09:38:05.656764 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9917 | 2025.01.27 09:38:05.656977 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9918 | 2025.01.27 09:38:05.657036 [ 273 ] {20790d35-8976-447f-a96d-8a5932dadc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9919 | 2025.01.27 09:38:05.657059 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1430 rows starting from the beginning of the part | ||
| 9920 | 2025.01.27 09:38:05.657157 [ 273 ] {20790d35-8976-447f-a96d-8a5932dadc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9921 | 2025.01.27 09:38:05.657405 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 281 rows starting from the beginning of the part | ||
| 9922 | 2025.01.27 09:38:05.657732 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
| 9923 | 2025.01.27 09:38:05.658089 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1429 rows starting from the beginning of the part | ||
| 9924 | 2025.01.27 09:38:05.658503 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 9925 | 2025.01.27 09:38:05.658910 [ 194 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
| 9926 | 2025.01.27 09:38:05.660082 [ 273 ] {20790d35-8976-447f-a96d-8a5932dadc27} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9927 | 2025.01.27 09:38:05.660147 [ 273 ] {20790d35-8976-447f-a96d-8a5932dadc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9928 | 2025.01.27 09:38:05.661074 [ 273 ] {20790d35-8976-447f-a96d-8a5932dadc27} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9929 | 2025.01.27 09:38:05.661500 [ 273 ] {20790d35-8976-447f-a96d-8a5932dadc27} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9930 | 2025.01.27 09:38:05.661668 [ 111 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9931 | 2025.01.27 09:38:05.661742 [ 111 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9932 | 2025.01.27 09:38:05.661759 [ 273 ] {20790d35-8976-447f-a96d-8a5932dadc27} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00482 sec., 13278.008298755187 rows/sec., 1.04 MiB/sec. | ||
| 9933 | 2025.01.27 09:38:05.661770 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9934 | 2025.01.27 09:38:05.662004 [ 273 ] {20790d35-8976-447f-a96d-8a5932dadc27} <Debug> TCPHandler: Processed in 0.005382795 sec. | ||
| 9935 | 2025.01.27 09:38:05.662274 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9936 | 2025.01.27 09:38:05.662454 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9937 | 2025.01.27 09:38:05.662949 [ 267 ] {5a38a301-cc42-46d4-a2c8-21234c2f4020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9938 | 2025.01.27 09:38:05.663071 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9939 | 2025.01.27 09:38:05.663117 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006492041 sec., 509546.9976237057 rows/sec., 44.48 MiB/sec. | ||
| 9940 | 2025.01.27 09:38:05.663148 [ 267 ] {5a38a301-cc42-46d4-a2c8-21234c2f4020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9941 | 2025.01.27 09:38:05.663173 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 9942 | 2025.01.27 09:38:05.663700 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 421 rows starting from the beginning of the part | ||
| 9943 | 2025.01.27 09:38:05.663748 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9944 | 2025.01.27 09:38:05.664303 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 9945 | 2025.01.27 09:38:05.664804 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 893 rows starting from the beginning of the part | ||
| 9946 | 2025.01.27 09:38:05.665070 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9947 | 2025.01.27 09:38:05.665381 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 9948 | 2025.01.27 09:38:05.665569 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_86_17} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9949 | 2025.01.27 09:38:05.665775 [ 189 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
| 9950 | 2025.01.27 09:38:05.665920 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 9951 | 2025.01.27 09:38:05.666777 [ 267 ] {5a38a301-cc42-46d4-a2c8-21234c2f4020} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9952 | 2025.01.27 09:38:05.666829 [ 267 ] {5a38a301-cc42-46d4-a2c8-21234c2f4020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9953 | 2025.01.27 09:38:05.667417 [ 267 ] {5a38a301-cc42-46d4-a2c8-21234c2f4020} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9954 | 2025.01.27 09:38:05.667719 [ 267 ] {5a38a301-cc42-46d4-a2c8-21234c2f4020} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9955 | 2025.01.27 09:38:05.667958 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9956 | 2025.01.27 09:38:05.668021 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9957 | 2025.01.27 09:38:05.668095 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9958 | 2025.01.27 09:38:05.668113 [ 267 ] {5a38a301-cc42-46d4-a2c8-21234c2f4020} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005328 sec., 30030.03003003003 rows/sec., 2.09 MiB/sec. | ||
| 9959 | 2025.01.27 09:38:05.668565 [ 267 ] {5a38a301-cc42-46d4-a2c8-21234c2f4020} <Debug> TCPHandler: Processed in 0.006397268 sec. | ||
| 9960 | 2025.01.27 09:38:05.668648 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9961 | 2025.01.27 09:38:05.668920 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9962 | 2025.01.27 09:38:05.669190 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9963 | 2025.01.27 09:38:05.669322 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24461 rows starting from the beginning of the part | ||
| 9964 | 2025.01.27 09:38:05.669356 [ 273 ] {f065ffc5-009c-4fe2-950c-1f2117526738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9965 | 2025.01.27 09:38:05.669523 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007593516 sec., 318561.2567353516 rows/sec., 24.44 MiB/sec. | ||
| 9966 | 2025.01.27 09:38:05.669629 [ 273 ] {f065ffc5-009c-4fe2-950c-1f2117526738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9967 | 2025.01.27 09:38:05.669843 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 9968 | 2025.01.27 09:38:05.669958 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9969 | 2025.01.27 09:38:05.670538 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 9970 | 2025.01.27 09:38:05.671089 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9971 | 2025.01.27 09:38:05.671187 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 963 rows starting from the beginning of the part | ||
| 9972 | 2025.01.27 09:38:05.671388 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_86_17} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9973 | 2025.01.27 09:38:05.671680 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 128 rows starting from the beginning of the part | ||
| 9974 | 2025.01.27 09:38:05.671782 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 9975 | 2025.01.27 09:38:05.672123 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 9976 | 2025.01.27 09:38:05.672672 [ 273 ] {f065ffc5-009c-4fe2-950c-1f2117526738} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9977 | 2025.01.27 09:38:05.672741 [ 273 ] {f065ffc5-009c-4fe2-950c-1f2117526738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9978 | 2025.01.27 09:38:05.673577 [ 273 ] {f065ffc5-009c-4fe2-950c-1f2117526738} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9979 | 2025.01.27 09:38:05.674042 [ 273 ] {f065ffc5-009c-4fe2-950c-1f2117526738} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9980 | 2025.01.27 09:38:05.674224 [ 111 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9981 | 2025.01.27 09:38:05.674277 [ 111 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9982 | 2025.01.27 09:38:05.674298 [ 273 ] {f065ffc5-009c-4fe2-950c-1f2117526738} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005103 sec., 11757.789535567314 rows/sec., 811.41 KiB/sec. | ||
| 9983 | 2025.01.27 09:38:05.674307 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9984 | 2025.01.27 09:38:05.674506 [ 273 ] {f065ffc5-009c-4fe2-950c-1f2117526738} <Debug> TCPHandler: Processed in 0.005768374 sec. | ||
| 9985 | 2025.01.27 09:38:05.674727 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9986 | 2025.01.27 09:38:05.675084 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9987 | 2025.01.27 09:38:05.675175 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4936 rows starting from the beginning of the part | ||
| 9988 | 2025.01.27 09:38:05.675496 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 9989 | 2025.01.27 09:38:05.675789 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 9990 | 2025.01.27 09:38:05.676072 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 34 rows starting from the beginning of the part | ||
| 9991 | 2025.01.27 09:38:05.676345 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 48 rows starting from the beginning of the part | ||
| 9992 | 2025.01.27 09:38:05.676604 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 9993 | 2025.01.27 09:38:05.680846 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5220 rows, containing 4 columns (4 merged, 0 gathered) in 0.006394219 sec., 816362.4048535092 rows/sec., 53.23 MiB/sec. | ||
| 9994 | 2025.01.27 09:38:05.681440 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9995 | 2025.01.27 09:38:05.681883 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9996 | 2025.01.27 09:38:05.681972 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_86_17} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9997 | 2025.01.27 09:38:05.682064 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 9998 | 2025.01.27 09:38:05.684797 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26109 rows, containing 5 columns (5 merged, 0 gathered) in 0.016542984 sec., 1578252.1460457195 rows/sec., 106.56 MiB/sec. | ||
| 9999 | 2025.01.27 09:38:05.685116 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10000 | 2025.01.27 09:38:05.685478 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10001 | 2025.01.27 09:38:05.685564 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10002 | 2025.01.27 09:38:05.685676 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 10003 | 2025.01.27 09:38:06.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.96 MiB, peak 246.83 MiB, free memory in arenas 0.00 B, will set to 237.20 MiB (RSS), difference: 3.24 MiB | ||
| 10004 | 2025.01.27 09:38:07.059763 [ 110 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0 | ||
| 10005 | 2025.01.27 09:38:07.059834 [ 110 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10006 | 2025.01.27 09:38:07.059857 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10007 | 2025.01.27 09:38:07.060071 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full | ||
| 10008 | 2025.01.27 09:38:07.060370 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10009 | 2025.01.27 09:38:07.060417 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part | ||
| 10010 | 2025.01.27 09:38:07.060503 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10011 | 2025.01.27 09:38:07.060670 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10012 | 2025.01.27 09:38:07.060926 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10013 | 2025.01.27 09:38:07.061028 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10014 | 2025.01.27 09:38:07.062013 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002080939 sec., 17299.88240885485 rows/sec., 1.14 MiB/sec. | ||
| 10015 | 2025.01.27 09:38:07.062215 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) | ||
| 10016 | 2025.01.27 09:38:07.062570 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10017 | 2025.01.27 09:38:07.062669 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_36_8} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8 | ||
| 10018 | 2025.01.27 09:38:07.062779 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10019 | 2025.01.27 09:38:09.398833 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10020 | 2025.01.27 09:38:09.398936 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10021 | 2025.01.27 09:38:09.593490 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10022 | 2025.01.27 09:38:09.594150 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10023 | 2025.01.27 09:38:09.594195 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10024 | 2025.01.27 09:38:09.594719 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10025 | 2025.01.27 09:38:09.594972 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10026 | 2025.01.27 09:38:09.595215 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10027 | 2025.01.27 09:38:09.709843 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1400 | ||
| 10028 | 2025.01.27 09:38:09.712696 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10029 | 2025.01.27 09:38:09.712742 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10030 | 2025.01.27 09:38:09.714192 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10031 | 2025.01.27 09:38:09.714503 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10032 | 2025.01.27 09:38:09.715912 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1400 | ||
| 10033 | 2025.01.27 09:38:10.660265 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10034 | 2025.01.27 09:38:10.660465 [ 267 ] {c5be2a6e-75b7-445d-bd5c-79eda740189d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10035 | 2025.01.27 09:38:10.660540 [ 267 ] {c5be2a6e-75b7-445d-bd5c-79eda740189d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10036 | 2025.01.27 09:38:10.661314 [ 267 ] {c5be2a6e-75b7-445d-bd5c-79eda740189d} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10037 | 2025.01.27 09:38:10.661368 [ 267 ] {c5be2a6e-75b7-445d-bd5c-79eda740189d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10038 | 2025.01.27 09:38:10.661815 [ 267 ] {c5be2a6e-75b7-445d-bd5c-79eda740189d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10039 | 2025.01.27 09:38:10.662078 [ 267 ] {c5be2a6e-75b7-445d-bd5c-79eda740189d} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10040 | 2025.01.27 09:38:10.662278 [ 107 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10041 | 2025.01.27 09:38:10.662343 [ 267 ] {c5be2a6e-75b7-445d-bd5c-79eda740189d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec. | ||
| 10042 | 2025.01.27 09:38:10.662356 [ 107 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10043 | 2025.01.27 09:38:10.662429 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10044 | 2025.01.27 09:38:10.662480 [ 267 ] {c5be2a6e-75b7-445d-bd5c-79eda740189d} <Debug> TCPHandler: Processed in 0.002353795 sec. | ||
| 10045 | 2025.01.27 09:38:10.662794 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10046 | 2025.01.27 09:38:10.662818 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10047 | 2025.01.27 09:38:10.663268 [ 273 ] {8e52c996-4dd7-4592-8ed3-0b4438c62a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10048 | 2025.01.27 09:38:10.663370 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10049 | 2025.01.27 09:38:10.663490 [ 273 ] {8e52c996-4dd7-4592-8ed3-0b4438c62a5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10050 | 2025.01.27 09:38:10.663496 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 10051 | 2025.01.27 09:38:10.663764 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10052 | 2025.01.27 09:38:10.663916 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10053 | 2025.01.27 09:38:10.664351 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 10054 | 2025.01.27 09:38:10.664587 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 10055 | 2025.01.27 09:38:10.665753 [ 273 ] {8e52c996-4dd7-4592-8ed3-0b4438c62a5b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10056 | 2025.01.27 09:38:10.665801 [ 273 ] {8e52c996-4dd7-4592-8ed3-0b4438c62a5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10057 | 2025.01.27 09:38:10.666021 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003489151 sec., 20062.187047794723 rows/sec., 1.49 MiB/sec. | ||
| 10058 | 2025.01.27 09:38:10.666169 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10059 | 2025.01.27 09:38:10.666371 [ 273 ] {8e52c996-4dd7-4592-8ed3-0b4438c62a5b} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10060 | 2025.01.27 09:38:10.666562 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10061 | 2025.01.27 09:38:10.666676 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_37_9} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10062 | 2025.01.27 09:38:10.666684 [ 273 ] {8e52c996-4dd7-4592-8ed3-0b4438c62a5b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10063 | 2025.01.27 09:38:10.666771 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10064 | 2025.01.27 09:38:10.666916 [ 273 ] {8e52c996-4dd7-4592-8ed3-0b4438c62a5b} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.003807 sec., 73811.40005253481 rows/sec., 6.51 MiB/sec. | ||
| 10065 | 2025.01.27 09:38:10.667041 [ 273 ] {8e52c996-4dd7-4592-8ed3-0b4438c62a5b} <Debug> TCPHandler: Processed in 0.004410272 sec. | ||
| 10066 | 2025.01.27 09:38:10.667231 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10067 | 2025.01.27 09:38:10.667373 [ 267 ] {0e886dcc-4e50-457d-be08-1d4e4a381911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10068 | 2025.01.27 09:38:10.667423 [ 267 ] {0e886dcc-4e50-457d-be08-1d4e4a381911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10069 | 2025.01.27 09:38:10.668021 [ 267 ] {0e886dcc-4e50-457d-be08-1d4e4a381911} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10070 | 2025.01.27 09:38:10.668060 [ 267 ] {0e886dcc-4e50-457d-be08-1d4e4a381911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10071 | 2025.01.27 09:38:10.668425 [ 267 ] {0e886dcc-4e50-457d-be08-1d4e4a381911} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10072 | 2025.01.27 09:38:10.668667 [ 267 ] {0e886dcc-4e50-457d-be08-1d4e4a381911} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10073 | 2025.01.27 09:38:10.668932 [ 267 ] {0e886dcc-4e50-457d-be08-1d4e4a381911} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001572 sec., 29262.08651399491 rows/sec., 2.11 MiB/sec. | ||
| 10074 | 2025.01.27 09:38:10.669074 [ 267 ] {0e886dcc-4e50-457d-be08-1d4e4a381911} <Debug> TCPHandler: Processed in 0.001913825 sec. | ||
| 10075 | 2025.01.27 09:38:10.669316 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10076 | 2025.01.27 09:38:10.669440 [ 273 ] {8ed0edbc-79f7-482a-99b3-d8c9bc173594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10077 | 2025.01.27 09:38:10.669488 [ 273 ] {8ed0edbc-79f7-482a-99b3-d8c9bc173594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10078 | 2025.01.27 09:38:10.670066 [ 273 ] {8ed0edbc-79f7-482a-99b3-d8c9bc173594} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10079 | 2025.01.27 09:38:10.670105 [ 273 ] {8ed0edbc-79f7-482a-99b3-d8c9bc173594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10080 | 2025.01.27 09:38:10.670458 [ 273 ] {8ed0edbc-79f7-482a-99b3-d8c9bc173594} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10081 | 2025.01.27 09:38:10.670699 [ 273 ] {8ed0edbc-79f7-482a-99b3-d8c9bc173594} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10082 | 2025.01.27 09:38:10.670873 [ 273 ] {8ed0edbc-79f7-482a-99b3-d8c9bc173594} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001458 sec., 9602.194787379973 rows/sec., 672.48 KiB/sec. | ||
| 10083 | 2025.01.27 09:38:10.670922 [ 273 ] {8ed0edbc-79f7-482a-99b3-d8c9bc173594} <Debug> TCPHandler: Processed in 0.00171685 sec. | ||
| 10084 | 2025.01.27 09:38:10.671072 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10085 | 2025.01.27 09:38:10.671195 [ 267 ] {8a53d981-7864-4f81-b2e0-62950ba96d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10086 | 2025.01.27 09:38:10.671244 [ 267 ] {8a53d981-7864-4f81-b2e0-62950ba96d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10087 | 2025.01.27 09:38:10.671815 [ 267 ] {8a53d981-7864-4f81-b2e0-62950ba96d9b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10088 | 2025.01.27 09:38:10.671854 [ 267 ] {8a53d981-7864-4f81-b2e0-62950ba96d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10089 | 2025.01.27 09:38:10.672210 [ 267 ] {8a53d981-7864-4f81-b2e0-62950ba96d9b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10090 | 2025.01.27 09:38:10.672459 [ 267 ] {8a53d981-7864-4f81-b2e0-62950ba96d9b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10091 | 2025.01.27 09:38:10.672618 [ 107 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10092 | 2025.01.27 09:38:10.672685 [ 107 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10093 | 2025.01.27 09:38:10.672698 [ 267 ] {8a53d981-7864-4f81-b2e0-62950ba96d9b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001521 sec., 8547.008547008547 rows/sec., 532.90 KiB/sec. | ||
| 10094 | 2025.01.27 09:38:10.672730 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10095 | 2025.01.27 09:38:10.672875 [ 267 ] {8a53d981-7864-4f81-b2e0-62950ba96d9b} <Debug> TCPHandler: Processed in 0.001858143 sec. | ||
| 10096 | 2025.01.27 09:38:10.673078 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 10097 | 2025.01.27 09:38:10.673217 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10098 | 2025.01.27 09:38:10.673627 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10099 | 2025.01.27 09:38:10.673664 [ 273 ] {13f81904-fea2-4bf7-9e91-79c90482351e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10100 | 2025.01.27 09:38:10.673735 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 10101 | 2025.01.27 09:38:10.673781 [ 273 ] {13f81904-fea2-4bf7-9e91-79c90482351e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10102 | 2025.01.27 09:38:10.673960 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 10103 | 2025.01.27 09:38:10.674131 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 10104 | 2025.01.27 09:38:10.674357 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 10105 | 2025.01.27 09:38:10.674577 [ 187 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 10106 | 2025.01.27 09:38:10.675684 [ 273 ] {13f81904-fea2-4bf7-9e91-79c90482351e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10107 | 2025.01.27 09:38:10.675732 [ 273 ] {13f81904-fea2-4bf7-9e91-79c90482351e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10108 | 2025.01.27 09:38:10.676019 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003172394 sec., 20489.25826993747 rows/sec., 1.33 MiB/sec. | ||
| 10109 | 2025.01.27 09:38:10.676276 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10110 | 2025.01.27 09:38:10.676366 [ 273 ] {13f81904-fea2-4bf7-9e91-79c90482351e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10111 | 2025.01.27 09:38:10.676810 [ 273 ] {13f81904-fea2-4bf7-9e91-79c90482351e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10112 | 2025.01.27 09:38:10.676878 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10113 | 2025.01.27 09:38:10.677124 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_37_9} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10114 | 2025.01.27 09:38:10.677215 [ 273 ] {13f81904-fea2-4bf7-9e91-79c90482351e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003667 sec., 114807.74475047723 rows/sec., 8.20 MiB/sec. | ||
| 10115 | 2025.01.27 09:38:10.677298 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10116 | 2025.01.27 09:38:10.677392 [ 273 ] {13f81904-fea2-4bf7-9e91-79c90482351e} <Debug> TCPHandler: Processed in 0.004351571 sec. | ||
| 10117 | 2025.01.27 09:38:10.677568 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10118 | 2025.01.27 09:38:10.677708 [ 267 ] {2f4f30cf-c5f9-46a0-9d5c-7ac74bbc8dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10119 | 2025.01.27 09:38:10.677768 [ 267 ] {2f4f30cf-c5f9-46a0-9d5c-7ac74bbc8dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10120 | 2025.01.27 09:38:10.678333 [ 267 ] {2f4f30cf-c5f9-46a0-9d5c-7ac74bbc8dde} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10121 | 2025.01.27 09:38:10.678380 [ 267 ] {2f4f30cf-c5f9-46a0-9d5c-7ac74bbc8dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10122 | 2025.01.27 09:38:10.678767 [ 267 ] {2f4f30cf-c5f9-46a0-9d5c-7ac74bbc8dde} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10123 | 2025.01.27 09:38:10.679005 [ 267 ] {2f4f30cf-c5f9-46a0-9d5c-7ac74bbc8dde} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10124 | 2025.01.27 09:38:10.679252 [ 267 ] {2f4f30cf-c5f9-46a0-9d5c-7ac74bbc8dde} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 200.30 KiB/sec. | ||
| 10125 | 2025.01.27 09:38:10.679319 [ 267 ] {2f4f30cf-c5f9-46a0-9d5c-7ac74bbc8dde} <Debug> TCPHandler: Processed in 0.001821793 sec. | ||
| 10126 | 2025.01.27 09:38:10.679556 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10127 | 2025.01.27 09:38:10.679726 [ 273 ] {f6b10e6d-d9b0-42b2-8cea-77d4329ab870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10128 | 2025.01.27 09:38:10.679788 [ 273 ] {f6b10e6d-d9b0-42b2-8cea-77d4329ab870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10129 | 2025.01.27 09:38:10.680478 [ 273 ] {f6b10e6d-d9b0-42b2-8cea-77d4329ab870} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10130 | 2025.01.27 09:38:10.680522 [ 273 ] {f6b10e6d-d9b0-42b2-8cea-77d4329ab870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10131 | 2025.01.27 09:38:10.680919 [ 273 ] {f6b10e6d-d9b0-42b2-8cea-77d4329ab870} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10132 | 2025.01.27 09:38:10.681159 [ 273 ] {f6b10e6d-d9b0-42b2-8cea-77d4329ab870} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10133 | 2025.01.27 09:38:10.681360 [ 273 ] {f6b10e6d-d9b0-42b2-8cea-77d4329ab870} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001662 sec., 142599.27797833935 rows/sec., 9.56 MiB/sec. | ||
| 10134 | 2025.01.27 09:38:10.681445 [ 273 ] {f6b10e6d-d9b0-42b2-8cea-77d4329ab870} <Debug> TCPHandler: Processed in 0.002024297 sec. | ||
| 10135 | 2025.01.27 09:38:10.681629 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10136 | 2025.01.27 09:38:10.681782 [ 267 ] {dcf2b262-3a08-46c8-822f-dd1c37622aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10137 | 2025.01.27 09:38:10.681843 [ 267 ] {dcf2b262-3a08-46c8-822f-dd1c37622aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10138 | 2025.01.27 09:38:10.682383 [ 267 ] {dcf2b262-3a08-46c8-822f-dd1c37622aa5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10139 | 2025.01.27 09:38:10.682428 [ 267 ] {dcf2b262-3a08-46c8-822f-dd1c37622aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10140 | 2025.01.27 09:38:10.682799 [ 267 ] {dcf2b262-3a08-46c8-822f-dd1c37622aa5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10141 | 2025.01.27 09:38:10.683036 [ 267 ] {dcf2b262-3a08-46c8-822f-dd1c37622aa5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10142 | 2025.01.27 09:38:10.683254 [ 267 ] {dcf2b262-3a08-46c8-822f-dd1c37622aa5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec. | ||
| 10143 | 2025.01.27 09:38:10.683303 [ 267 ] {dcf2b262-3a08-46c8-822f-dd1c37622aa5} <Debug> TCPHandler: Processed in 0.001768951 sec. | ||
| 10144 | 2025.01.27 09:38:10.683442 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10145 | 2025.01.27 09:38:10.683571 [ 273 ] {dab0d8e4-121d-464c-ad89-a9071a0b1399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10146 | 2025.01.27 09:38:10.683662 [ 273 ] {dab0d8e4-121d-464c-ad89-a9071a0b1399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10147 | 2025.01.27 09:38:10.684930 [ 273 ] {dab0d8e4-121d-464c-ad89-a9071a0b1399} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10148 | 2025.01.27 09:38:10.684967 [ 273 ] {dab0d8e4-121d-464c-ad89-a9071a0b1399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10149 | 2025.01.27 09:38:10.685627 [ 273 ] {dab0d8e4-121d-464c-ad89-a9071a0b1399} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10150 | 2025.01.27 09:38:10.685883 [ 273 ] {dab0d8e4-121d-464c-ad89-a9071a0b1399} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10151 | 2025.01.27 09:38:10.686111 [ 273 ] {dab0d8e4-121d-464c-ad89-a9071a0b1399} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00257 sec., 15175.097276264592 rows/sec., 27.19 MiB/sec. | ||
| 10152 | 2025.01.27 09:38:10.686623 [ 273 ] {dab0d8e4-121d-464c-ad89-a9071a0b1399} <Debug> TCPHandler: Processed in 0.003228486 sec. | ||
| 10153 | 2025.01.27 09:38:10.686821 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10154 | 2025.01.27 09:38:10.686959 [ 267 ] {481085f7-a7eb-4944-af9f-7501a0f475fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10155 | 2025.01.27 09:38:10.687019 [ 267 ] {481085f7-a7eb-4944-af9f-7501a0f475fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10156 | 2025.01.27 09:38:10.687570 [ 267 ] {481085f7-a7eb-4944-af9f-7501a0f475fb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10157 | 2025.01.27 09:38:10.687609 [ 267 ] {481085f7-a7eb-4944-af9f-7501a0f475fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10158 | 2025.01.27 09:38:10.687975 [ 267 ] {481085f7-a7eb-4944-af9f-7501a0f475fb} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10159 | 2025.01.27 09:38:10.688218 [ 267 ] {481085f7-a7eb-4944-af9f-7501a0f475fb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10160 | 2025.01.27 09:38:10.688428 [ 267 ] {481085f7-a7eb-4944-af9f-7501a0f475fb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001499 sec., 54703.13542361575 rows/sec., 3.47 MiB/sec. | ||
| 10161 | 2025.01.27 09:38:10.688477 [ 267 ] {481085f7-a7eb-4944-af9f-7501a0f475fb} <Debug> TCPHandler: Processed in 0.001748151 sec. | ||
| 10162 | 2025.01.27 09:38:11.318504 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10163 | 2025.01.27 09:38:11.336921 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10164 | 2025.01.27 09:38:11.336983 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10165 | 2025.01.27 09:38:11.343900 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10166 | 2025.01.27 09:38:11.344660 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10167 | 2025.01.27 09:38:11.347711 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10168 | 2025.01.27 09:38:15.653254 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10169 | 2025.01.27 09:38:15.653460 [ 267 ] {b7f83d01-e230-4af0-a97b-198c9cb02602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10170 | 2025.01.27 09:38:15.653529 [ 267 ] {b7f83d01-e230-4af0-a97b-198c9cb02602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10171 | 2025.01.27 09:38:15.654298 [ 267 ] {b7f83d01-e230-4af0-a97b-198c9cb02602} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10172 | 2025.01.27 09:38:15.654340 [ 267 ] {b7f83d01-e230-4af0-a97b-198c9cb02602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10173 | 2025.01.27 09:38:15.654773 [ 267 ] {b7f83d01-e230-4af0-a97b-198c9cb02602} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10174 | 2025.01.27 09:38:15.655034 [ 267 ] {b7f83d01-e230-4af0-a97b-198c9cb02602} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10175 | 2025.01.27 09:38:15.655238 [ 267 ] {b7f83d01-e230-4af0-a97b-198c9cb02602} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.33 MiB/sec. | ||
| 10176 | 2025.01.27 09:38:15.655293 [ 267 ] {b7f83d01-e230-4af0-a97b-198c9cb02602} <Debug> TCPHandler: Processed in 0.00217233 sec. | ||
| 10177 | 2025.01.27 09:38:15.655550 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10178 | 2025.01.27 09:38:15.655749 [ 273 ] {e78002f5-7903-400f-b5b0-4194c2069eda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10179 | 2025.01.27 09:38:15.655832 [ 273 ] {e78002f5-7903-400f-b5b0-4194c2069eda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10180 | 2025.01.27 09:38:15.656692 [ 273 ] {e78002f5-7903-400f-b5b0-4194c2069eda} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10181 | 2025.01.27 09:38:15.656741 [ 273 ] {e78002f5-7903-400f-b5b0-4194c2069eda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10182 | 2025.01.27 09:38:15.657185 [ 273 ] {e78002f5-7903-400f-b5b0-4194c2069eda} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10183 | 2025.01.27 09:38:15.657456 [ 273 ] {e78002f5-7903-400f-b5b0-4194c2069eda} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10184 | 2025.01.27 09:38:15.657693 [ 273 ] {e78002f5-7903-400f-b5b0-4194c2069eda} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002005 sec., 31920.199501246887 rows/sec., 2.49 MiB/sec. | ||
| 10185 | 2025.01.27 09:38:15.657750 [ 273 ] {e78002f5-7903-400f-b5b0-4194c2069eda} <Debug> TCPHandler: Processed in 0.002334144 sec. | ||
| 10186 | 2025.01.27 09:38:15.657924 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10187 | 2025.01.27 09:38:15.658071 [ 267 ] {c0ba4586-91a6-481a-b502-98b385308379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10188 | 2025.01.27 09:38:15.658134 [ 267 ] {c0ba4586-91a6-481a-b502-98b385308379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10189 | 2025.01.27 09:38:15.658846 [ 267 ] {c0ba4586-91a6-481a-b502-98b385308379} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10190 | 2025.01.27 09:38:15.658884 [ 267 ] {c0ba4586-91a6-481a-b502-98b385308379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10191 | 2025.01.27 09:38:15.659304 [ 267 ] {c0ba4586-91a6-481a-b502-98b385308379} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10192 | 2025.01.27 09:38:15.659562 [ 267 ] {c0ba4586-91a6-481a-b502-98b385308379} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10193 | 2025.01.27 09:38:15.659753 [ 267 ] {c0ba4586-91a6-481a-b502-98b385308379} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec. | ||
| 10194 | 2025.01.27 09:38:15.659856 [ 267 ] {c0ba4586-91a6-481a-b502-98b385308379} <Debug> TCPHandler: Processed in 0.001996156 sec. | ||
| 10195 | 2025.01.27 09:38:15.660034 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10196 | 2025.01.27 09:38:15.660193 [ 273 ] {98d16848-1375-43db-ad58-46b51dffabe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10197 | 2025.01.27 09:38:15.660253 [ 273 ] {98d16848-1375-43db-ad58-46b51dffabe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10198 | 2025.01.27 09:38:15.660804 [ 273 ] {98d16848-1375-43db-ad58-46b51dffabe7} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10199 | 2025.01.27 09:38:15.660843 [ 273 ] {98d16848-1375-43db-ad58-46b51dffabe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10200 | 2025.01.27 09:38:15.661220 [ 273 ] {98d16848-1375-43db-ad58-46b51dffabe7} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10201 | 2025.01.27 09:38:15.661458 [ 273 ] {98d16848-1375-43db-ad58-46b51dffabe7} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10202 | 2025.01.27 09:38:15.661663 [ 273 ] {98d16848-1375-43db-ad58-46b51dffabe7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001501 sec., 39973.35109926716 rows/sec., 2.69 MiB/sec. | ||
| 10203 | 2025.01.27 09:38:15.661712 [ 273 ] {98d16848-1375-43db-ad58-46b51dffabe7} <Debug> TCPHandler: Processed in 0.001762072 sec. | ||
| 10204 | 2025.01.27 09:38:17.096288 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 10205 | 2025.01.27 09:38:17.096959 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10206 | 2025.01.27 09:38:17.097006 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10207 | 2025.01.27 09:38:17.097529 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10208 | 2025.01.27 09:38:17.097781 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10209 | 2025.01.27 09:38:17.098046 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 10210 | 2025.01.27 09:38:18.848744 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10211 | 2025.01.27 09:38:18.870137 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10212 | 2025.01.27 09:38:18.870202 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10213 | 2025.01.27 09:38:18.877470 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10214 | 2025.01.27 09:38:18.878302 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10215 | 2025.01.27 09:38:18.880976 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10216 | 2025.01.27 09:38:19.716989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1430 | ||
| 10217 | 2025.01.27 09:38:19.720465 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10218 | 2025.01.27 09:38:19.720518 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10219 | 2025.01.27 09:38:19.722011 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10220 | 2025.01.27 09:38:19.722326 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10221 | 2025.01.27 09:38:19.723550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1430 | ||
| 10222 | 2025.01.27 09:38:20.660457 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10223 | 2025.01.27 09:38:20.660650 [ 267 ] {ca75f32d-e79e-40b9-bef2-393a462c7292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10224 | 2025.01.27 09:38:20.660723 [ 267 ] {ca75f32d-e79e-40b9-bef2-393a462c7292} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10225 | 2025.01.27 09:38:20.661481 [ 267 ] {ca75f32d-e79e-40b9-bef2-393a462c7292} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10226 | 2025.01.27 09:38:20.661520 [ 267 ] {ca75f32d-e79e-40b9-bef2-393a462c7292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10227 | 2025.01.27 09:38:20.661961 [ 267 ] {ca75f32d-e79e-40b9-bef2-393a462c7292} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10228 | 2025.01.27 09:38:20.662238 [ 267 ] {ca75f32d-e79e-40b9-bef2-393a462c7292} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10229 | 2025.01.27 09:38:20.662442 [ 267 ] {ca75f32d-e79e-40b9-bef2-393a462c7292} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001846 sec., 7583.965330444204 rows/sec., 545.94 KiB/sec. | ||
| 10230 | 2025.01.27 09:38:20.662524 [ 267 ] {ca75f32d-e79e-40b9-bef2-393a462c7292} <Debug> TCPHandler: Processed in 0.002192371 sec. | ||
| 10231 | 2025.01.27 09:38:20.662872 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10232 | 2025.01.27 09:38:20.663097 [ 273 ] {a47633c1-8ac9-4e2c-a59f-809606ab364e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10233 | 2025.01.27 09:38:20.663184 [ 273 ] {a47633c1-8ac9-4e2c-a59f-809606ab364e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10234 | 2025.01.27 09:38:20.664254 [ 273 ] {a47633c1-8ac9-4e2c-a59f-809606ab364e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10235 | 2025.01.27 09:38:20.664307 [ 273 ] {a47633c1-8ac9-4e2c-a59f-809606ab364e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10236 | 2025.01.27 09:38:20.664884 [ 273 ] {a47633c1-8ac9-4e2c-a59f-809606ab364e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10237 | 2025.01.27 09:38:20.665248 [ 273 ] {a47633c1-8ac9-4e2c-a59f-809606ab364e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10238 | 2025.01.27 09:38:20.665517 [ 273 ] {a47633c1-8ac9-4e2c-a59f-809606ab364e} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002487 sec., 112987.53518295134 rows/sec., 9.97 MiB/sec. | ||
| 10239 | 2025.01.27 09:38:20.665590 [ 273 ] {a47633c1-8ac9-4e2c-a59f-809606ab364e} <Debug> TCPHandler: Processed in 0.002926258 sec. | ||
| 10240 | 2025.01.27 09:38:20.665752 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10241 | 2025.01.27 09:38:20.665869 [ 267 ] {e6a40f35-9954-4dce-9413-018c23b0acde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10242 | 2025.01.27 09:38:20.665918 [ 267 ] {e6a40f35-9954-4dce-9413-018c23b0acde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10243 | 2025.01.27 09:38:20.666527 [ 267 ] {e6a40f35-9954-4dce-9413-018c23b0acde} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10244 | 2025.01.27 09:38:20.666566 [ 267 ] {e6a40f35-9954-4dce-9413-018c23b0acde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10245 | 2025.01.27 09:38:20.666930 [ 267 ] {e6a40f35-9954-4dce-9413-018c23b0acde} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10246 | 2025.01.27 09:38:20.667185 [ 267 ] {e6a40f35-9954-4dce-9413-018c23b0acde} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10247 | 2025.01.27 09:38:20.667333 [ 97 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10248 | 2025.01.27 09:38:20.667380 [ 267 ] {e6a40f35-9954-4dce-9413-018c23b0acde} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001534 sec., 29986.96219035202 rows/sec., 2.16 MiB/sec. | ||
| 10249 | 2025.01.27 09:38:20.667383 [ 97 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10250 | 2025.01.27 09:38:20.667434 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10251 | 2025.01.27 09:38:20.667456 [ 267 ] {e6a40f35-9954-4dce-9413-018c23b0acde} <Debug> TCPHandler: Processed in 0.001760591 sec. | ||
| 10252 | 2025.01.27 09:38:20.667640 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10253 | 2025.01.27 09:38:20.667653 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10254 | 2025.01.27 09:38:20.667804 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10255 | 2025.01.27 09:38:20.667816 [ 273 ] {750a77ef-298d-4d1c-827c-ebea39abadff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10256 | 2025.01.27 09:38:20.667855 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 64 rows starting from the beginning of the part | ||
| 10257 | 2025.01.27 09:38:20.667882 [ 273 ] {750a77ef-298d-4d1c-827c-ebea39abadff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10258 | 2025.01.27 09:38:20.668060 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 46 rows starting from the beginning of the part | ||
| 10259 | 2025.01.27 09:38:20.668270 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 46 rows starting from the beginning of the part | ||
| 10260 | 2025.01.27 09:38:20.668530 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 62 rows starting from the beginning of the part | ||
| 10261 | 2025.01.27 09:38:20.668791 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 46 rows starting from the beginning of the part | ||
| 10262 | 2025.01.27 09:38:20.669043 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 46 rows starting from the beginning of the part | ||
| 10263 | 2025.01.27 09:38:20.669792 [ 273 ] {750a77ef-298d-4d1c-827c-ebea39abadff} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10264 | 2025.01.27 09:38:20.669843 [ 273 ] {750a77ef-298d-4d1c-827c-ebea39abadff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10265 | 2025.01.27 09:38:20.670516 [ 273 ] {750a77ef-298d-4d1c-827c-ebea39abadff} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10266 | 2025.01.27 09:38:20.670832 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.003305017 sec., 93796.79438865217 rows/sec., 7.07 MiB/sec. | ||
| 10267 | 2025.01.27 09:38:20.670943 [ 273 ] {750a77ef-298d-4d1c-827c-ebea39abadff} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10268 | 2025.01.27 09:38:20.671007 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10269 | 2025.01.27 09:38:20.671253 [ 97 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10270 | 2025.01.27 09:38:20.671374 [ 97 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10271 | 2025.01.27 09:38:20.671406 [ 273 ] {750a77ef-298d-4d1c-827c-ebea39abadff} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003612 sec., 3875.968992248062 rows/sec., 271.45 KiB/sec. | ||
| 10272 | 2025.01.27 09:38:20.671462 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10273 | 2025.01.27 09:38:20.671688 [ 273 ] {750a77ef-298d-4d1c-827c-ebea39abadff} <Debug> TCPHandler: Processed in 0.004108346 sec. | ||
| 10274 | 2025.01.27 09:38:20.671901 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10275 | 2025.01.27 09:38:20.672077 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10276 | 2025.01.27 09:38:20.672277 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10277 | 2025.01.27 09:38:20.672529 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_38_8} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10278 | 2025.01.27 09:38:20.672560 [ 267 ] {7760d472-59c2-4974-a4ef-6af0abbe85fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10279 | 2025.01.27 09:38:20.672758 [ 267 ] {7760d472-59c2-4974-a4ef-6af0abbe85fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10280 | 2025.01.27 09:38:20.672993 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 10281 | 2025.01.27 09:38:20.673231 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10282 | 2025.01.27 09:38:20.673340 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 242 rows starting from the beginning of the part | ||
| 10283 | 2025.01.27 09:38:20.673636 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10284 | 2025.01.27 09:38:20.674008 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10285 | 2025.01.27 09:38:20.674395 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part | ||
| 10286 | 2025.01.27 09:38:20.674721 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 10287 | 2025.01.27 09:38:20.674978 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 10288 | 2025.01.27 09:38:20.675965 [ 267 ] {7760d472-59c2-4974-a4ef-6af0abbe85fb} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10289 | 2025.01.27 09:38:20.676044 [ 267 ] {7760d472-59c2-4974-a4ef-6af0abbe85fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10290 | 2025.01.27 09:38:20.677126 [ 267 ] {7760d472-59c2-4974-a4ef-6af0abbe85fb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10291 | 2025.01.27 09:38:20.677651 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005968969 sec., 90467.88482232024 rows/sec., 6.48 MiB/sec. | ||
| 10292 | 2025.01.27 09:38:20.677691 [ 267 ] {7760d472-59c2-4974-a4ef-6af0abbe85fb} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10293 | 2025.01.27 09:38:20.678004 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10294 | 2025.01.27 09:38:20.678045 [ 267 ] {7760d472-59c2-4974-a4ef-6af0abbe85fb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005646 sec., 2302.515054906128 rows/sec., 143.56 KiB/sec. | ||
| 10295 | 2025.01.27 09:38:20.678450 [ 267 ] {7760d472-59c2-4974-a4ef-6af0abbe85fb} <Debug> TCPHandler: Processed in 0.006569513 sec. | ||
| 10296 | 2025.01.27 09:38:20.678775 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10297 | 2025.01.27 09:38:20.679024 [ 273 ] {eaa0ab73-116d-436d-a6c1-5a08508aa551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10298 | 2025.01.27 09:38:20.679110 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10299 | 2025.01.27 09:38:20.679121 [ 273 ] {eaa0ab73-116d-436d-a6c1-5a08508aa551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10300 | 2025.01.27 09:38:20.679388 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_38_8} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10301 | 2025.01.27 09:38:20.679599 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 10302 | 2025.01.27 09:38:20.680283 [ 273 ] {eaa0ab73-116d-436d-a6c1-5a08508aa551} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10303 | 2025.01.27 09:38:20.680327 [ 273 ] {eaa0ab73-116d-436d-a6c1-5a08508aa551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10304 | 2025.01.27 09:38:20.680719 [ 273 ] {eaa0ab73-116d-436d-a6c1-5a08508aa551} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10305 | 2025.01.27 09:38:20.680961 [ 273 ] {eaa0ab73-116d-436d-a6c1-5a08508aa551} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10306 | 2025.01.27 09:38:20.681193 [ 273 ] {eaa0ab73-116d-436d-a6c1-5a08508aa551} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002238 sec., 188114.38784629133 rows/sec., 13.44 MiB/sec. | ||
| 10307 | 2025.01.27 09:38:20.681277 [ 273 ] {eaa0ab73-116d-436d-a6c1-5a08508aa551} <Debug> TCPHandler: Processed in 0.002674332 sec. | ||
| 10308 | 2025.01.27 09:38:20.681460 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10309 | 2025.01.27 09:38:20.681609 [ 267 ] {5258b349-6b04-4e78-ba35-21c392c25052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10310 | 2025.01.27 09:38:20.681668 [ 267 ] {5258b349-6b04-4e78-ba35-21c392c25052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10311 | 2025.01.27 09:38:20.682177 [ 267 ] {5258b349-6b04-4e78-ba35-21c392c25052} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10312 | 2025.01.27 09:38:20.682214 [ 267 ] {5258b349-6b04-4e78-ba35-21c392c25052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10313 | 2025.01.27 09:38:20.682579 [ 267 ] {5258b349-6b04-4e78-ba35-21c392c25052} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10314 | 2025.01.27 09:38:20.682817 [ 267 ] {5258b349-6b04-4e78-ba35-21c392c25052} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10315 | 2025.01.27 09:38:20.683023 [ 96 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10316 | 2025.01.27 09:38:20.683043 [ 267 ] {5258b349-6b04-4e78-ba35-21c392c25052} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 10317 | 2025.01.27 09:38:20.683109 [ 96 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10318 | 2025.01.27 09:38:20.683170 [ 267 ] {5258b349-6b04-4e78-ba35-21c392c25052} <Debug> TCPHandler: Processed in 0.001791822 sec. | ||
| 10319 | 2025.01.27 09:38:20.683179 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10320 | 2025.01.27 09:38:20.683378 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10321 | 2025.01.27 09:38:20.683395 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10322 | 2025.01.27 09:38:20.683568 [ 273 ] {906a94d4-ab4f-4539-8d27-1786352a7fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10323 | 2025.01.27 09:38:20.683700 [ 273 ] {906a94d4-ab4f-4539-8d27-1786352a7fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10324 | 2025.01.27 09:38:20.683700 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10325 | 2025.01.27 09:38:20.683821 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 10326 | 2025.01.27 09:38:20.684209 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10327 | 2025.01.27 09:38:20.684507 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10328 | 2025.01.27 09:38:20.684839 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 10329 | 2025.01.27 09:38:20.685041 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 10330 | 2025.01.27 09:38:20.685416 [ 190 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 10331 | 2025.01.27 09:38:20.686167 [ 273 ] {906a94d4-ab4f-4539-8d27-1786352a7fd3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10332 | 2025.01.27 09:38:20.686224 [ 273 ] {906a94d4-ab4f-4539-8d27-1786352a7fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10333 | 2025.01.27 09:38:20.687182 [ 273 ] {906a94d4-ab4f-4539-8d27-1786352a7fd3} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10334 | 2025.01.27 09:38:20.687720 [ 273 ] {906a94d4-ab4f-4539-8d27-1786352a7fd3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10335 | 2025.01.27 09:38:20.688122 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004825242 sec., 47251.516089762954 rows/sec., 2.41 MiB/sec. | ||
| 10336 | 2025.01.27 09:38:20.688160 [ 273 ] {906a94d4-ab4f-4539-8d27-1786352a7fd3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004652 sec., 50945.82975064489 rows/sec., 3.41 MiB/sec. | ||
| 10337 | 2025.01.27 09:38:20.688308 [ 273 ] {906a94d4-ab4f-4539-8d27-1786352a7fd3} <Debug> TCPHandler: Processed in 0.005027797 sec. | ||
| 10338 | 2025.01.27 09:38:20.688405 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10339 | 2025.01.27 09:38:20.688485 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10340 | 2025.01.27 09:38:20.688634 [ 267 ] {c738e3ba-906f-4b7c-a87f-539d679633e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10341 | 2025.01.27 09:38:20.688700 [ 267 ] {c738e3ba-906f-4b7c-a87f-539d679633e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10342 | 2025.01.27 09:38:20.688822 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10343 | 2025.01.27 09:38:20.688953 [ 193 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_38_8} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10344 | 2025.01.27 09:38:20.689063 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10345 | 2025.01.27 09:38:20.689292 [ 267 ] {c738e3ba-906f-4b7c-a87f-539d679633e5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10346 | 2025.01.27 09:38:20.689329 [ 267 ] {c738e3ba-906f-4b7c-a87f-539d679633e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10347 | 2025.01.27 09:38:20.689679 [ 267 ] {c738e3ba-906f-4b7c-a87f-539d679633e5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10348 | 2025.01.27 09:38:20.689918 [ 267 ] {c738e3ba-906f-4b7c-a87f-539d679633e5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10349 | 2025.01.27 09:38:20.690174 [ 267 ] {c738e3ba-906f-4b7c-a87f-539d679633e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001566 sec., 638.5696040868455 rows/sec., 43.03 KiB/sec. | ||
| 10350 | 2025.01.27 09:38:20.690249 [ 267 ] {c738e3ba-906f-4b7c-a87f-539d679633e5} <Debug> TCPHandler: Processed in 0.001837952 sec. | ||
| 10351 | 2025.01.27 09:38:20.690457 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10352 | 2025.01.27 09:38:20.690598 [ 273 ] {90bbfa3d-0799-4bc3-a261-30ce22eb37e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10353 | 2025.01.27 09:38:20.690686 [ 273 ] {90bbfa3d-0799-4bc3-a261-30ce22eb37e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10354 | 2025.01.27 09:38:20.691902 [ 273 ] {90bbfa3d-0799-4bc3-a261-30ce22eb37e0} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10355 | 2025.01.27 09:38:20.691940 [ 273 ] {90bbfa3d-0799-4bc3-a261-30ce22eb37e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10356 | 2025.01.27 09:38:20.692663 [ 273 ] {90bbfa3d-0799-4bc3-a261-30ce22eb37e0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10357 | 2025.01.27 09:38:20.692936 [ 273 ] {90bbfa3d-0799-4bc3-a261-30ce22eb37e0} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10358 | 2025.01.27 09:38:20.693181 [ 273 ] {90bbfa3d-0799-4bc3-a261-30ce22eb37e0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002611 sec., 14936.80582152432 rows/sec., 26.77 MiB/sec. | ||
| 10359 | 2025.01.27 09:38:20.693272 [ 273 ] {90bbfa3d-0799-4bc3-a261-30ce22eb37e0} <Debug> TCPHandler: Processed in 0.002912487 sec. | ||
| 10360 | 2025.01.27 09:38:20.693433 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10361 | 2025.01.27 09:38:20.693570 [ 267 ] {0cd759fb-c0d9-489f-a364-1cc48b6fec1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10362 | 2025.01.27 09:38:20.693628 [ 267 ] {0cd759fb-c0d9-489f-a364-1cc48b6fec1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10363 | 2025.01.27 09:38:20.694140 [ 267 ] {0cd759fb-c0d9-489f-a364-1cc48b6fec1b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10364 | 2025.01.27 09:38:20.694178 [ 267 ] {0cd759fb-c0d9-489f-a364-1cc48b6fec1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10365 | 2025.01.27 09:38:20.694549 [ 267 ] {0cd759fb-c0d9-489f-a364-1cc48b6fec1b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10366 | 2025.01.27 09:38:20.694809 [ 267 ] {0cd759fb-c0d9-489f-a364-1cc48b6fec1b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10367 | 2025.01.27 09:38:20.695032 [ 267 ] {0cd759fb-c0d9-489f-a364-1cc48b6fec1b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001492 sec., 54959.7855227882 rows/sec., 3.49 MiB/sec. | ||
| 10368 | 2025.01.27 09:38:20.695081 [ 267 ] {0cd759fb-c0d9-489f-a364-1cc48b6fec1b} <Debug> TCPHandler: Processed in 0.00171402 sec. | ||
| 10369 | 2025.01.27 09:38:24.399003 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10370 | 2025.01.27 09:38:24.399110 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10371 | 2025.01.27 09:38:24.599171 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 10372 | 2025.01.27 09:38:24.599856 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10373 | 2025.01.27 09:38:24.599900 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10374 | 2025.01.27 09:38:24.600413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10375 | 2025.01.27 09:38:24.600664 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10376 | 2025.01.27 09:38:24.600905 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10377 | 2025.01.27 09:38:25.652954 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10378 | 2025.01.27 09:38:25.653166 [ 267 ] {5c3f6fbd-1034-418d-9159-85a8cabbfd56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10379 | 2025.01.27 09:38:25.653246 [ 267 ] {5c3f6fbd-1034-418d-9159-85a8cabbfd56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10380 | 2025.01.27 09:38:25.654041 [ 267 ] {5c3f6fbd-1034-418d-9159-85a8cabbfd56} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10381 | 2025.01.27 09:38:25.654094 [ 267 ] {5c3f6fbd-1034-418d-9159-85a8cabbfd56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10382 | 2025.01.27 09:38:25.654547 [ 267 ] {5c3f6fbd-1034-418d-9159-85a8cabbfd56} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10383 | 2025.01.27 09:38:25.654805 [ 267 ] {5c3f6fbd-1034-418d-9159-85a8cabbfd56} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10384 | 2025.01.27 09:38:25.655045 [ 267 ] {5c3f6fbd-1034-418d-9159-85a8cabbfd56} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec. | ||
| 10385 | 2025.01.27 09:38:25.655111 [ 267 ] {5c3f6fbd-1034-418d-9159-85a8cabbfd56} <Debug> TCPHandler: Processed in 0.002304173 sec. | ||
| 10386 | 2025.01.27 09:38:25.655366 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10387 | 2025.01.27 09:38:25.655560 [ 273 ] {4784101c-12b7-455e-b5b5-be6e2158535e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10388 | 2025.01.27 09:38:25.655634 [ 273 ] {4784101c-12b7-455e-b5b5-be6e2158535e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10389 | 2025.01.27 09:38:25.656409 [ 273 ] {4784101c-12b7-455e-b5b5-be6e2158535e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10390 | 2025.01.27 09:38:25.656457 [ 273 ] {4784101c-12b7-455e-b5b5-be6e2158535e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10391 | 2025.01.27 09:38:25.656890 [ 273 ] {4784101c-12b7-455e-b5b5-be6e2158535e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10392 | 2025.01.27 09:38:25.657144 [ 273 ] {4784101c-12b7-455e-b5b5-be6e2158535e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10393 | 2025.01.27 09:38:25.657388 [ 273 ] {4784101c-12b7-455e-b5b5-be6e2158535e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001883 sec., 33988.316516197556 rows/sec., 2.65 MiB/sec. | ||
| 10394 | 2025.01.27 09:38:25.657445 [ 273 ] {4784101c-12b7-455e-b5b5-be6e2158535e} <Debug> TCPHandler: Processed in 0.002204362 sec. | ||
| 10395 | 2025.01.27 09:38:25.657599 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10396 | 2025.01.27 09:38:25.657722 [ 267 ] {35906052-dad7-449a-8074-f0117b469852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10397 | 2025.01.27 09:38:25.657777 [ 267 ] {35906052-dad7-449a-8074-f0117b469852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10398 | 2025.01.27 09:38:25.658377 [ 267 ] {35906052-dad7-449a-8074-f0117b469852} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10399 | 2025.01.27 09:38:25.658416 [ 267 ] {35906052-dad7-449a-8074-f0117b469852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10400 | 2025.01.27 09:38:25.658823 [ 267 ] {35906052-dad7-449a-8074-f0117b469852} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10401 | 2025.01.27 09:38:25.659064 [ 267 ] {35906052-dad7-449a-8074-f0117b469852} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10402 | 2025.01.27 09:38:25.659286 [ 267 ] {35906052-dad7-449a-8074-f0117b469852} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
| 10403 | 2025.01.27 09:38:25.659338 [ 267 ] {35906052-dad7-449a-8074-f0117b469852} <Debug> TCPHandler: Processed in 0.001799312 sec. | ||
| 10404 | 2025.01.27 09:38:25.659511 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10405 | 2025.01.27 09:38:25.659649 [ 273 ] {b477cabc-cb69-4225-bb35-f009ad709ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10406 | 2025.01.27 09:38:25.659710 [ 273 ] {b477cabc-cb69-4225-bb35-f009ad709ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10407 | 2025.01.27 09:38:25.660249 [ 273 ] {b477cabc-cb69-4225-bb35-f009ad709ae5} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10408 | 2025.01.27 09:38:25.660287 [ 273 ] {b477cabc-cb69-4225-bb35-f009ad709ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10409 | 2025.01.27 09:38:25.660670 [ 273 ] {b477cabc-cb69-4225-bb35-f009ad709ae5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10410 | 2025.01.27 09:38:25.661069 [ 273 ] {b477cabc-cb69-4225-bb35-f009ad709ae5} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10411 | 2025.01.27 09:38:25.661492 [ 273 ] {b477cabc-cb69-4225-bb35-f009ad709ae5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001874 sec., 32017.075773745997 rows/sec., 2.16 MiB/sec. | ||
| 10412 | 2025.01.27 09:38:25.661541 [ 273 ] {b477cabc-cb69-4225-bb35-f009ad709ae5} <Debug> TCPHandler: Processed in 0.002099619 sec. | ||
| 10413 | 2025.01.27 09:38:25.980620 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10414 | 2025.01.27 09:38:25.980815 [ 267 ] {60b612d6-aaf3-40b2-adcf-df90ff4f1939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10415 | 2025.01.27 09:38:25.980888 [ 267 ] {60b612d6-aaf3-40b2-adcf-df90ff4f1939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10416 | 2025.01.27 09:38:25.981631 [ 267 ] {60b612d6-aaf3-40b2-adcf-df90ff4f1939} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10417 | 2025.01.27 09:38:25.981685 [ 267 ] {60b612d6-aaf3-40b2-adcf-df90ff4f1939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10418 | 2025.01.27 09:38:25.982128 [ 267 ] {60b612d6-aaf3-40b2-adcf-df90ff4f1939} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10419 | 2025.01.27 09:38:25.982385 [ 267 ] {60b612d6-aaf3-40b2-adcf-df90ff4f1939} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10420 | 2025.01.27 09:38:25.982651 [ 267 ] {60b612d6-aaf3-40b2-adcf-df90ff4f1939} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001884 sec., 7430.997876857749 rows/sec., 534.93 KiB/sec. | ||
| 10421 | 2025.01.27 09:38:25.982783 [ 267 ] {60b612d6-aaf3-40b2-adcf-df90ff4f1939} <Debug> TCPHandler: Processed in 0.002296453 sec. | ||
| 10422 | 2025.01.27 09:38:25.983077 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10423 | 2025.01.27 09:38:25.983279 [ 273 ] {f66882f5-0e23-421e-819f-7cb7c5a5d2f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10424 | 2025.01.27 09:38:25.983354 [ 273 ] {f66882f5-0e23-421e-819f-7cb7c5a5d2f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10425 | 2025.01.27 09:38:25.984123 [ 273 ] {f66882f5-0e23-421e-819f-7cb7c5a5d2f5} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10426 | 2025.01.27 09:38:25.984162 [ 273 ] {f66882f5-0e23-421e-819f-7cb7c5a5d2f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10427 | 2025.01.27 09:38:25.984571 [ 273 ] {f66882f5-0e23-421e-819f-7cb7c5a5d2f5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 10428 | 2025.01.27 09:38:25.984826 [ 273 ] {f66882f5-0e23-421e-819f-7cb7c5a5d2f5} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10429 | 2025.01.27 09:38:25.985060 [ 273 ] {f66882f5-0e23-421e-819f-7cb7c5a5d2f5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001835 sec., 1089.9182561307903 rows/sec., 88.88 KiB/sec. | ||
| 10430 | 2025.01.27 09:38:25.985256 [ 273 ] {f66882f5-0e23-421e-819f-7cb7c5a5d2f5} <Debug> TCPHandler: Processed in 0.002354125 sec. | ||
| 10431 | 2025.01.27 09:38:25.985417 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10432 | 2025.01.27 09:38:25.985563 [ 267 ] {dc7a3d41-f4e2-4e23-b43a-e4742c84a644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10433 | 2025.01.27 09:38:25.985626 [ 267 ] {dc7a3d41-f4e2-4e23-b43a-e4742c84a644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10434 | 2025.01.27 09:38:25.987198 [ 267 ] {dc7a3d41-f4e2-4e23-b43a-e4742c84a644} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10435 | 2025.01.27 09:38:25.987237 [ 267 ] {dc7a3d41-f4e2-4e23-b43a-e4742c84a644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10436 | 2025.01.27 09:38:25.987692 [ 267 ] {dc7a3d41-f4e2-4e23-b43a-e4742c84a644} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10437 | 2025.01.27 09:38:25.987936 [ 267 ] {dc7a3d41-f4e2-4e23-b43a-e4742c84a644} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10438 | 2025.01.27 09:38:25.988110 [ 91 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10439 | 2025.01.27 09:38:25.988180 [ 267 ] {dc7a3d41-f4e2-4e23-b43a-e4742c84a644} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002644 sec., 537821.4826021179 rows/sec., 44.90 MiB/sec. | ||
| 10440 | 2025.01.27 09:38:25.988183 [ 91 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10441 | 2025.01.27 09:38:25.988271 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10442 | 2025.01.27 09:38:25.988309 [ 267 ] {dc7a3d41-f4e2-4e23-b43a-e4742c84a644} <Debug> TCPHandler: Processed in 0.002958189 sec. | ||
| 10443 | 2025.01.27 09:38:25.988533 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10444 | 2025.01.27 09:38:25.988532 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10445 | 2025.01.27 09:38:25.988744 [ 273 ] {ea07f195-40f5-4544-a27f-552c5974d546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10446 | 2025.01.27 09:38:25.988828 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10447 | 2025.01.27 09:38:25.988847 [ 273 ] {ea07f195-40f5-4544-a27f-552c5974d546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10448 | 2025.01.27 09:38:25.988919 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1430 rows starting from the beginning of the part | ||
| 10449 | 2025.01.27 09:38:25.989257 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 281 rows starting from the beginning of the part | ||
| 10450 | 2025.01.27 09:38:25.989641 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part | ||
| 10451 | 2025.01.27 09:38:25.990042 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 281 rows starting from the beginning of the part | ||
| 10452 | 2025.01.27 09:38:25.990411 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 10453 | 2025.01.27 09:38:25.990731 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1422 rows starting from the beginning of the part | ||
| 10454 | 2025.01.27 09:38:25.991579 [ 273 ] {ea07f195-40f5-4544-a27f-552c5974d546} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10455 | 2025.01.27 09:38:25.991646 [ 273 ] {ea07f195-40f5-4544-a27f-552c5974d546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10456 | 2025.01.27 09:38:25.992523 [ 273 ] {ea07f195-40f5-4544-a27f-552c5974d546} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10457 | 2025.01.27 09:38:25.993035 [ 273 ] {ea07f195-40f5-4544-a27f-552c5974d546} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10458 | 2025.01.27 09:38:25.993360 [ 273 ] {ea07f195-40f5-4544-a27f-552c5974d546} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.004689 sec., 10236.724248240564 rows/sec., 752.47 KiB/sec. | ||
| 10459 | 2025.01.27 09:38:25.993438 [ 273 ] {ea07f195-40f5-4544-a27f-552c5974d546} <Debug> TCPHandler: Processed in 0.005008547 sec. | ||
| 10460 | 2025.01.27 09:38:25.993583 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10461 | 2025.01.27 09:38:25.993728 [ 267 ] {63e86a6d-69b3-402c-bfb2-f19aa6b7462b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10462 | 2025.01.27 09:38:25.993824 [ 267 ] {63e86a6d-69b3-402c-bfb2-f19aa6b7462b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10463 | 2025.01.27 09:38:25.994328 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005935409 sec., 594061.8413996407 rows/sec., 52.16 MiB/sec. | ||
| 10464 | 2025.01.27 09:38:25.994585 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10465 | 2025.01.27 09:38:25.994952 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10466 | 2025.01.27 09:38:25.994970 [ 267 ] {63e86a6d-69b3-402c-bfb2-f19aa6b7462b} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10467 | 2025.01.27 09:38:25.995011 [ 267 ] {63e86a6d-69b3-402c-bfb2-f19aa6b7462b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10468 | 2025.01.27 09:38:25.995059 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_91_18} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10469 | 2025.01.27 09:38:25.995172 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 10470 | 2025.01.27 09:38:25.995437 [ 267 ] {63e86a6d-69b3-402c-bfb2-f19aa6b7462b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10471 | 2025.01.27 09:38:25.995680 [ 267 ] {63e86a6d-69b3-402c-bfb2-f19aa6b7462b} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10472 | 2025.01.27 09:38:25.995894 [ 267 ] {63e86a6d-69b3-402c-bfb2-f19aa6b7462b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002205 sec., 109750.56689342404 rows/sec., 7.44 MiB/sec. | ||
| 10473 | 2025.01.27 09:38:25.995947 [ 267 ] {63e86a6d-69b3-402c-bfb2-f19aa6b7462b} <Debug> TCPHandler: Processed in 0.002422216 sec. | ||
| 10474 | 2025.01.27 09:38:25.996090 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10475 | 2025.01.27 09:38:25.996210 [ 273 ] {3262475b-c212-451d-974c-4bd78d803647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10476 | 2025.01.27 09:38:25.996258 [ 273 ] {3262475b-c212-451d-974c-4bd78d803647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10477 | 2025.01.27 09:38:25.996831 [ 273 ] {3262475b-c212-451d-974c-4bd78d803647} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10478 | 2025.01.27 09:38:25.996868 [ 273 ] {3262475b-c212-451d-974c-4bd78d803647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10479 | 2025.01.27 09:38:25.997225 [ 273 ] {3262475b-c212-451d-974c-4bd78d803647} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10480 | 2025.01.27 09:38:25.997465 [ 273 ] {3262475b-c212-451d-974c-4bd78d803647} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10481 | 2025.01.27 09:38:25.997682 [ 273 ] {3262475b-c212-451d-974c-4bd78d803647} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001483 sec., 8766.014834794336 rows/sec., 546.56 KiB/sec. | ||
| 10482 | 2025.01.27 09:38:25.997871 [ 273 ] {3262475b-c212-451d-974c-4bd78d803647} <Debug> TCPHandler: Processed in 0.001828863 sec. | ||
| 10483 | 2025.01.27 09:38:25.998122 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10484 | 2025.01.27 09:38:25.998258 [ 267 ] {d0bc2173-5162-4dd3-8821-2ae47ca33c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10485 | 2025.01.27 09:38:25.998316 [ 267 ] {d0bc2173-5162-4dd3-8821-2ae47ca33c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10486 | 2025.01.27 09:38:25.999304 [ 267 ] {d0bc2173-5162-4dd3-8821-2ae47ca33c86} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10487 | 2025.01.27 09:38:25.999342 [ 267 ] {d0bc2173-5162-4dd3-8821-2ae47ca33c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10488 | 2025.01.27 09:38:25.999740 [ 267 ] {d0bc2173-5162-4dd3-8821-2ae47ca33c86} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10489 | 2025.01.27 09:38:25.999974 [ 267 ] {d0bc2173-5162-4dd3-8821-2ae47ca33c86} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10490 | 2025.01.27 09:38:26.000320 [ 91 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10491 | 2025.01.27 09:38:26.000414 [ 91 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10492 | 2025.01.27 09:38:26.000448 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10493 | 2025.01.27 09:38:26.000483 [ 267 ] {d0bc2173-5162-4dd3-8821-2ae47ca33c86} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.002236 sec., 393112.7012522361 rows/sec., 28.50 MiB/sec. | ||
| 10494 | 2025.01.27 09:38:26.000874 [ 267 ] {d0bc2173-5162-4dd3-8821-2ae47ca33c86} <Debug> TCPHandler: Processed in 0.002889188 sec. | ||
| 10495 | 2025.01.27 09:38:26.001040 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10496 | 2025.01.27 09:38:26.001135 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10497 | 2025.01.27 09:38:26.001242 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10498 | 2025.01.27 09:38:26.001284 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 10499 | 2025.01.27 09:38:26.001307 [ 273 ] {6beea700-ebdd-4be1-b078-d6dc9d121b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10500 | 2025.01.27 09:38:26.001408 [ 273 ] {6beea700-ebdd-4be1-b078-d6dc9d121b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10501 | 2025.01.27 09:38:26.001420 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 421 rows starting from the beginning of the part | ||
| 10502 | 2025.01.27 09:38:26.001674 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part | ||
| 10503 | 2025.01.27 09:38:26.001928 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 421 rows starting from the beginning of the part | ||
| 10504 | 2025.01.27 09:38:26.002114 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 10505 | 2025.01.27 09:38:26.002280 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 879 rows starting from the beginning of the part | ||
| 10506 | 2025.01.27 09:38:26.002918 [ 273 ] {6beea700-ebdd-4be1-b078-d6dc9d121b36} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10507 | 2025.01.27 09:38:26.002963 [ 273 ] {6beea700-ebdd-4be1-b078-d6dc9d121b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10508 | 2025.01.27 09:38:26.003476 [ 273 ] {6beea700-ebdd-4be1-b078-d6dc9d121b36} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10509 | 2025.01.27 09:38:26.003804 [ 273 ] {6beea700-ebdd-4be1-b078-d6dc9d121b36} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10510 | 2025.01.27 09:38:26.003991 [ 273 ] {6beea700-ebdd-4be1-b078-d6dc9d121b36} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002723 sec., 2203.4520749173703 rows/sec., 115.12 KiB/sec. | ||
| 10511 | 2025.01.27 09:38:26.004050 [ 273 ] {6beea700-ebdd-4be1-b078-d6dc9d121b36} <Debug> TCPHandler: Processed in 0.003067162 sec. | ||
| 10512 | 2025.01.27 09:38:26.004221 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10513 | 2025.01.27 09:38:26.004438 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 5 columns (5 merged, 0 gathered) in 0.003862449 sec., 715090.3481185124 rows/sec., 54.59 MiB/sec. | ||
| 10514 | 2025.01.27 09:38:26.004517 [ 267 ] {a26c290e-10b9-4f45-af99-ee97176e0cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10515 | 2025.01.27 09:38:26.004589 [ 267 ] {a26c290e-10b9-4f45-af99-ee97176e0cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10516 | 2025.01.27 09:38:26.004924 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10517 | 2025.01.27 09:38:26.005491 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10518 | 2025.01.27 09:38:26.005732 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_91_18} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10519 | 2025.01.27 09:38:26.005876 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 10520 | 2025.01.27 09:38:26.005925 [ 267 ] {a26c290e-10b9-4f45-af99-ee97176e0cbe} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10521 | 2025.01.27 09:38:26.006026 [ 267 ] {a26c290e-10b9-4f45-af99-ee97176e0cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10522 | 2025.01.27 09:38:26.006506 [ 267 ] {a26c290e-10b9-4f45-af99-ee97176e0cbe} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10523 | 2025.01.27 09:38:26.006750 [ 267 ] {a26c290e-10b9-4f45-af99-ee97176e0cbe} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10524 | 2025.01.27 09:38:26.006937 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10525 | 2025.01.27 09:38:26.006961 [ 267 ] {a26c290e-10b9-4f45-af99-ee97176e0cbe} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002492 sec., 383627.6083467095 rows/sec., 25.49 MiB/sec. | ||
| 10526 | 2025.01.27 09:38:26.007015 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10527 | 2025.01.27 09:38:26.007100 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10528 | 2025.01.27 09:38:26.007103 [ 267 ] {a26c290e-10b9-4f45-af99-ee97176e0cbe} <Debug> TCPHandler: Processed in 0.002970869 sec. | ||
| 10529 | 2025.01.27 09:38:26.007408 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10530 | 2025.01.27 09:38:26.007484 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10531 | 2025.01.27 09:38:26.007818 [ 273 ] {69d8f697-45cc-4298-82f4-7a85032c4100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10532 | 2025.01.27 09:38:26.008024 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10533 | 2025.01.27 09:38:26.008048 [ 273 ] {69d8f697-45cc-4298-82f4-7a85032c4100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10534 | 2025.01.27 09:38:26.008164 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26109 rows starting from the beginning of the part | ||
| 10535 | 2025.01.27 09:38:26.008565 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 10536 | 2025.01.27 09:38:26.008865 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 10537 | 2025.01.27 09:38:26.009147 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 10538 | 2025.01.27 09:38:26.009491 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 10539 | 2025.01.27 09:38:26.009766 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 956 rows starting from the beginning of the part | ||
| 10540 | 2025.01.27 09:38:26.011550 [ 273 ] {69d8f697-45cc-4298-82f4-7a85032c4100} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10541 | 2025.01.27 09:38:26.011604 [ 273 ] {69d8f697-45cc-4298-82f4-7a85032c4100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10542 | 2025.01.27 09:38:26.012142 [ 273 ] {69d8f697-45cc-4298-82f4-7a85032c4100} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10543 | 2025.01.27 09:38:26.012490 [ 273 ] {69d8f697-45cc-4298-82f4-7a85032c4100} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10544 | 2025.01.27 09:38:26.013023 [ 273 ] {69d8f697-45cc-4298-82f4-7a85032c4100} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005353 sec., 186.81113394358303 rows/sec., 12.59 KiB/sec. | ||
| 10545 | 2025.01.27 09:38:26.013197 [ 273 ] {69d8f697-45cc-4298-82f4-7a85032c4100} <Debug> TCPHandler: Processed in 0.005965079 sec. | ||
| 10546 | 2025.01.27 09:38:26.013530 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10547 | 2025.01.27 09:38:26.013804 [ 267 ] {063e8838-4be0-436d-ad33-5a0fcccf63d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10548 | 2025.01.27 09:38:26.013948 [ 267 ] {063e8838-4be0-436d-ad33-5a0fcccf63d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10549 | 2025.01.27 09:38:26.015579 [ 267 ] {063e8838-4be0-436d-ad33-5a0fcccf63d8} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10550 | 2025.01.27 09:38:26.015618 [ 267 ] {063e8838-4be0-436d-ad33-5a0fcccf63d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10551 | 2025.01.27 09:38:26.016681 [ 267 ] {063e8838-4be0-436d-ad33-5a0fcccf63d8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10552 | 2025.01.27 09:38:26.017056 [ 267 ] {063e8838-4be0-436d-ad33-5a0fcccf63d8} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10553 | 2025.01.27 09:38:26.017375 [ 267 ] {063e8838-4be0-436d-ad33-5a0fcccf63d8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003626 sec., 10755.65361279647 rows/sec., 19.27 MiB/sec. | ||
| 10554 | 2025.01.27 09:38:26.017480 [ 267 ] {063e8838-4be0-436d-ad33-5a0fcccf63d8} <Debug> TCPHandler: Processed in 0.004146356 sec. | ||
| 10555 | 2025.01.27 09:38:26.017647 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10556 | 2025.01.27 09:38:26.017787 [ 273 ] {961da5ef-2103-42e1-a63a-6c2fc665559e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10557 | 2025.01.27 09:38:26.017902 [ 273 ] {961da5ef-2103-42e1-a63a-6c2fc665559e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10558 | 2025.01.27 09:38:26.018601 [ 273 ] {961da5ef-2103-42e1-a63a-6c2fc665559e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10559 | 2025.01.27 09:38:26.018652 [ 273 ] {961da5ef-2103-42e1-a63a-6c2fc665559e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10560 | 2025.01.27 09:38:26.019214 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27859 rows, containing 5 columns (5 merged, 0 gathered) in 0.012000968 sec., 2321396.0740500265 rows/sec., 156.69 MiB/sec. | ||
| 10561 | 2025.01.27 09:38:26.019492 [ 273 ] {961da5ef-2103-42e1-a63a-6c2fc665559e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10562 | 2025.01.27 09:38:26.019682 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10563 | 2025.01.27 09:38:26.019852 [ 273 ] {961da5ef-2103-42e1-a63a-6c2fc665559e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10564 | 2025.01.27 09:38:26.020120 [ 90 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10565 | 2025.01.27 09:38:26.020215 [ 90 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10566 | 2025.01.27 09:38:26.020286 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10567 | 2025.01.27 09:38:26.020364 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10568 | 2025.01.27 09:38:26.020395 [ 273 ] {961da5ef-2103-42e1-a63a-6c2fc665559e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002593 sec., 13112.225221750869 rows/sec., 779.22 KiB/sec. | ||
| 10569 | 2025.01.27 09:38:26.020833 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 10570 | 2025.01.27 09:38:26.020854 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10571 | 2025.01.27 09:38:26.021230 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 10572 | 2025.01.27 09:38:26.021396 [ 273 ] {961da5ef-2103-42e1-a63a-6c2fc665559e} <Debug> TCPHandler: Processed in 0.003809088 sec. | ||
| 10573 | 2025.01.27 09:38:26.021506 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10574 | 2025.01.27 09:38:26.021621 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5220 rows starting from the beginning of the part | ||
| 10575 | 2025.01.27 09:38:26.022027 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 10576 | 2025.01.27 09:38:26.022391 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 10577 | 2025.01.27 09:38:26.022708 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 10578 | 2025.01.27 09:38:26.022900 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 10579 | 2025.01.27 09:38:26.022988 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 34 rows starting from the beginning of the part | ||
| 10580 | 2025.01.27 09:38:26.025071 [ 189 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 4 columns (4 merged, 0 gathered) in 0.004646988 sec., 1191739.6817035032 rows/sec., 77.64 MiB/sec. | ||
| 10581 | 2025.01.27 09:38:26.025489 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10582 | 2025.01.27 09:38:26.025841 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10583 | 2025.01.27 09:38:26.025940 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_91_18} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10584 | 2025.01.27 09:38:26.026029 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 10585 | 2025.01.27 09:38:26.382008 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10586 | 2025.01.27 09:38:26.402966 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10587 | 2025.01.27 09:38:26.403023 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10588 | 2025.01.27 09:38:26.410414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10589 | 2025.01.27 09:38:26.411235 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10590 | 2025.01.27 09:38:26.413887 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10591 | 2025.01.27 09:38:29.724710 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1484 | ||
| 10592 | 2025.01.27 09:38:29.728499 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10593 | 2025.01.27 09:38:29.728550 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10594 | 2025.01.27 09:38:29.730052 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10595 | 2025.01.27 09:38:29.730389 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10596 | 2025.01.27 09:38:29.730957 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1484 | ||
| 10597 | 2025.01.27 09:38:30.652743 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10598 | 2025.01.27 09:38:30.652936 [ 267 ] {2e0d5bea-38d5-467f-88f3-c7591cb9567e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10599 | 2025.01.27 09:38:30.653011 [ 267 ] {2e0d5bea-38d5-467f-88f3-c7591cb9567e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10600 | 2025.01.27 09:38:30.653810 [ 267 ] {2e0d5bea-38d5-467f-88f3-c7591cb9567e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10601 | 2025.01.27 09:38:30.653856 [ 267 ] {2e0d5bea-38d5-467f-88f3-c7591cb9567e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10602 | 2025.01.27 09:38:30.654299 [ 267 ] {2e0d5bea-38d5-467f-88f3-c7591cb9567e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10603 | 2025.01.27 09:38:30.654554 [ 267 ] {2e0d5bea-38d5-467f-88f3-c7591cb9567e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10604 | 2025.01.27 09:38:30.654789 [ 267 ] {2e0d5bea-38d5-467f-88f3-c7591cb9567e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001909 sec., 29334.73022524882 rows/sec., 2.24 MiB/sec. | ||
| 10605 | 2025.01.27 09:38:30.654847 [ 267 ] {2e0d5bea-38d5-467f-88f3-c7591cb9567e} <Debug> TCPHandler: Processed in 0.002238942 sec. | ||
| 10606 | 2025.01.27 09:38:30.655104 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10607 | 2025.01.27 09:38:30.655297 [ 273 ] {aa60f579-104d-4739-82e2-fba109be2425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10608 | 2025.01.27 09:38:30.655370 [ 273 ] {aa60f579-104d-4739-82e2-fba109be2425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10609 | 2025.01.27 09:38:30.656150 [ 273 ] {aa60f579-104d-4739-82e2-fba109be2425} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10610 | 2025.01.27 09:38:30.656200 [ 273 ] {aa60f579-104d-4739-82e2-fba109be2425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10611 | 2025.01.27 09:38:30.656655 [ 273 ] {aa60f579-104d-4739-82e2-fba109be2425} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10612 | 2025.01.27 09:38:30.656931 [ 273 ] {aa60f579-104d-4739-82e2-fba109be2425} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10613 | 2025.01.27 09:38:30.657161 [ 273 ] {aa60f579-104d-4739-82e2-fba109be2425} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001919 sec., 33350.70349140177 rows/sec., 2.60 MiB/sec. | ||
| 10614 | 2025.01.27 09:38:30.657218 [ 273 ] {aa60f579-104d-4739-82e2-fba109be2425} <Debug> TCPHandler: Processed in 0.002245402 sec. | ||
| 10615 | 2025.01.27 09:38:30.657379 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10616 | 2025.01.27 09:38:30.657499 [ 267 ] {d1732653-248b-4edb-93ce-94d8a435df75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10617 | 2025.01.27 09:38:30.657554 [ 267 ] {d1732653-248b-4edb-93ce-94d8a435df75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10618 | 2025.01.27 09:38:30.658159 [ 267 ] {d1732653-248b-4edb-93ce-94d8a435df75} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10619 | 2025.01.27 09:38:30.658208 [ 267 ] {d1732653-248b-4edb-93ce-94d8a435df75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10620 | 2025.01.27 09:38:30.658734 [ 267 ] {d1732653-248b-4edb-93ce-94d8a435df75} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10621 | 2025.01.27 09:38:30.659049 [ 267 ] {d1732653-248b-4edb-93ce-94d8a435df75} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10622 | 2025.01.27 09:38:30.659298 [ 267 ] {d1732653-248b-4edb-93ce-94d8a435df75} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001822 sec., 70252.46981339187 rows/sec., 4.89 MiB/sec. | ||
| 10623 | 2025.01.27 09:38:30.659366 [ 267 ] {d1732653-248b-4edb-93ce-94d8a435df75} <Debug> TCPHandler: Processed in 0.002044467 sec. | ||
| 10624 | 2025.01.27 09:38:30.659527 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10625 | 2025.01.27 09:38:30.659653 [ 273 ] {7390baaf-5b66-4426-b554-e80a272a0bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10626 | 2025.01.27 09:38:30.659707 [ 273 ] {7390baaf-5b66-4426-b554-e80a272a0bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10627 | 2025.01.27 09:38:30.660232 [ 273 ] {7390baaf-5b66-4426-b554-e80a272a0bc9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10628 | 2025.01.27 09:38:30.660271 [ 273 ] {7390baaf-5b66-4426-b554-e80a272a0bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10629 | 2025.01.27 09:38:30.660708 [ 273 ] {7390baaf-5b66-4426-b554-e80a272a0bc9} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10630 | 2025.01.27 09:38:30.661020 [ 273 ] {7390baaf-5b66-4426-b554-e80a272a0bc9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10631 | 2025.01.27 09:38:30.661304 [ 273 ] {7390baaf-5b66-4426-b554-e80a272a0bc9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001675 sec., 28656.716417910447 rows/sec., 1.93 MiB/sec. | ||
| 10632 | 2025.01.27 09:38:30.661400 [ 273 ] {7390baaf-5b66-4426-b554-e80a272a0bc9} <Debug> TCPHandler: Processed in 0.001927884 sec. | ||
| 10633 | 2025.01.27 09:38:32.101974 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 10634 | 2025.01.27 09:38:32.102637 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10635 | 2025.01.27 09:38:32.102676 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10636 | 2025.01.27 09:38:32.103205 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10637 | 2025.01.27 09:38:32.103466 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10638 | 2025.01.27 09:38:32.103714 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 10639 | 2025.01.27 09:38:33.914910 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10640 | 2025.01.27 09:38:33.936070 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10641 | 2025.01.27 09:38:33.936129 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10642 | 2025.01.27 09:38:33.943541 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10643 | 2025.01.27 09:38:33.944345 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10644 | 2025.01.27 09:38:33.948455 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10645 | 2025.01.27 09:38:35.653459 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10646 | 2025.01.27 09:38:35.653682 [ 267 ] {75d31b69-a9ed-429d-acc8-208ce47d5b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10647 | 2025.01.27 09:38:35.653766 [ 267 ] {75d31b69-a9ed-429d-acc8-208ce47d5b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10648 | 2025.01.27 09:38:35.654613 [ 267 ] {75d31b69-a9ed-429d-acc8-208ce47d5b91} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10649 | 2025.01.27 09:38:35.654665 [ 267 ] {75d31b69-a9ed-429d-acc8-208ce47d5b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10650 | 2025.01.27 09:38:35.655122 [ 267 ] {75d31b69-a9ed-429d-acc8-208ce47d5b91} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10651 | 2025.01.27 09:38:35.655408 [ 267 ] {75d31b69-a9ed-429d-acc8-208ce47d5b91} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10652 | 2025.01.27 09:38:35.655653 [ 267 ] {75d31b69-a9ed-429d-acc8-208ce47d5b91} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.10 MiB/sec. | ||
| 10653 | 2025.01.27 09:38:35.655710 [ 267 ] {75d31b69-a9ed-429d-acc8-208ce47d5b91} <Debug> TCPHandler: Processed in 0.002395876 sec. | ||
| 10654 | 2025.01.27 09:38:35.655967 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10655 | 2025.01.27 09:38:35.656190 [ 273 ] {fa983663-f669-4f40-b532-9ba2f2466d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10656 | 2025.01.27 09:38:35.656267 [ 273 ] {fa983663-f669-4f40-b532-9ba2f2466d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10657 | 2025.01.27 09:38:35.657024 [ 273 ] {fa983663-f669-4f40-b532-9ba2f2466d30} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10658 | 2025.01.27 09:38:35.657064 [ 273 ] {fa983663-f669-4f40-b532-9ba2f2466d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10659 | 2025.01.27 09:38:35.657505 [ 273 ] {fa983663-f669-4f40-b532-9ba2f2466d30} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10660 | 2025.01.27 09:38:35.657769 [ 273 ] {fa983663-f669-4f40-b532-9ba2f2466d30} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10661 | 2025.01.27 09:38:35.657982 [ 273 ] {fa983663-f669-4f40-b532-9ba2f2466d30} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001849 sec., 34613.30448891292 rows/sec., 2.70 MiB/sec. | ||
| 10662 | 2025.01.27 09:38:35.658074 [ 273 ] {fa983663-f669-4f40-b532-9ba2f2466d30} <Debug> TCPHandler: Processed in 0.002241862 sec. | ||
| 10663 | 2025.01.27 09:38:35.658358 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10664 | 2025.01.27 09:38:35.658617 [ 267 ] {a6787669-421a-49fd-bed7-c379538e1c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10665 | 2025.01.27 09:38:35.658719 [ 267 ] {a6787669-421a-49fd-bed7-c379538e1c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10666 | 2025.01.27 09:38:35.659530 [ 267 ] {a6787669-421a-49fd-bed7-c379538e1c79} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10667 | 2025.01.27 09:38:35.659569 [ 267 ] {a6787669-421a-49fd-bed7-c379538e1c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10668 | 2025.01.27 09:38:35.659971 [ 267 ] {a6787669-421a-49fd-bed7-c379538e1c79} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10669 | 2025.01.27 09:38:35.660208 [ 267 ] {a6787669-421a-49fd-bed7-c379538e1c79} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10670 | 2025.01.27 09:38:35.660421 [ 267 ] {a6787669-421a-49fd-bed7-c379538e1c79} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001862 sec., 85929.10848549947 rows/sec., 5.98 MiB/sec. | ||
| 10671 | 2025.01.27 09:38:35.660472 [ 267 ] {a6787669-421a-49fd-bed7-c379538e1c79} <Debug> TCPHandler: Processed in 0.002292113 sec. | ||
| 10672 | 2025.01.27 09:38:35.660634 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10673 | 2025.01.27 09:38:35.660776 [ 273 ] {3b94dded-e058-40d8-ab86-52e5df193cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10674 | 2025.01.27 09:38:35.660837 [ 273 ] {3b94dded-e058-40d8-ab86-52e5df193cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10675 | 2025.01.27 09:38:35.661395 [ 273 ] {3b94dded-e058-40d8-ab86-52e5df193cac} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10676 | 2025.01.27 09:38:35.661432 [ 273 ] {3b94dded-e058-40d8-ab86-52e5df193cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10677 | 2025.01.27 09:38:35.661842 [ 273 ] {3b94dded-e058-40d8-ab86-52e5df193cac} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10678 | 2025.01.27 09:38:35.662086 [ 273 ] {3b94dded-e058-40d8-ab86-52e5df193cac} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10679 | 2025.01.27 09:38:35.662311 [ 273 ] {3b94dded-e058-40d8-ab86-52e5df193cac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001562 sec., 38412.291933418695 rows/sec., 2.59 MiB/sec. | ||
| 10680 | 2025.01.27 09:38:35.662361 [ 273 ] {3b94dded-e058-40d8-ab86-52e5df193cac} <Debug> TCPHandler: Processed in 0.001791181 sec. | ||
| 10681 | 2025.01.27 09:38:39.399164 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10682 | 2025.01.27 09:38:39.399239 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10683 | 2025.01.27 09:38:39.604793 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 10684 | 2025.01.27 09:38:39.605436 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10685 | 2025.01.27 09:38:39.605483 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10686 | 2025.01.27 09:38:39.606016 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10687 | 2025.01.27 09:38:39.606280 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10688 | 2025.01.27 09:38:39.606489 [ 77 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10689 | 2025.01.27 09:38:39.606516 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10690 | 2025.01.27 09:38:39.606564 [ 77 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10691 | 2025.01.27 09:38:39.606592 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10692 | 2025.01.27 09:38:39.606746 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 10693 | 2025.01.27 09:38:39.606981 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10694 | 2025.01.27 09:38:39.607033 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 10695 | 2025.01.27 09:38:39.607114 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 10696 | 2025.01.27 09:38:39.607290 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 10697 | 2025.01.27 09:38:39.607535 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 10698 | 2025.01.27 09:38:39.607683 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 10699 | 2025.01.27 09:38:39.607892 [ 200 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 10700 | 2025.01.27 09:38:39.610738 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004067424 sec., 6313824.179628187 rows/sec., 90.32 MiB/sec. | ||
| 10701 | 2025.01.27 09:38:39.611167 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10702 | 2025.01.27 09:38:39.611568 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10703 | 2025.01.27 09:38:39.611654 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_56_11} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10704 | 2025.01.27 09:38:39.611764 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 10705 | 2025.01.27 09:38:39.732154 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1500 | ||
| 10706 | 2025.01.27 09:38:39.734878 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10707 | 2025.01.27 09:38:39.734924 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10708 | 2025.01.27 09:38:39.736411 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10709 | 2025.01.27 09:38:39.736726 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10710 | 2025.01.27 09:38:39.736985 [ 77 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10711 | 2025.01.27 09:38:39.737124 [ 77 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10712 | 2025.01.27 09:38:39.737234 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10713 | 2025.01.27 09:38:39.737670 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 10714 | 2025.01.27 09:38:39.738224 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1500 | ||
| 10715 | 2025.01.27 09:38:39.738746 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10716 | 2025.01.27 09:38:39.738915 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1330 rows starting from the beginning of the part | ||
| 10717 | 2025.01.27 09:38:39.739608 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 54 rows starting from the beginning of the part | ||
| 10718 | 2025.01.27 09:38:39.740287 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part | ||
| 10719 | 2025.01.27 09:38:39.740885 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part | ||
| 10720 | 2025.01.27 09:38:39.741525 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 54 rows starting from the beginning of the part | ||
| 10721 | 2025.01.27 09:38:39.742145 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
| 10722 | 2025.01.27 09:38:39.750455 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 72 columns (72 merged, 0 gathered) in 0.013027073 sec., 115144.8218644357 rows/sec., 89.11 MiB/sec. | ||
| 10723 | 2025.01.27 09:38:39.752618 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10724 | 2025.01.27 09:38:39.753452 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10725 | 2025.01.27 09:38:39.753554 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_41_8} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10726 | 2025.01.27 09:38:39.753898 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 10727 | 2025.01.27 09:38:40.660810 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10728 | 2025.01.27 09:38:40.660999 [ 267 ] {3ff01dd2-14f3-42b9-a0cf-eaa2edf99a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10729 | 2025.01.27 09:38:40.661075 [ 267 ] {3ff01dd2-14f3-42b9-a0cf-eaa2edf99a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10730 | 2025.01.27 09:38:40.661818 [ 267 ] {3ff01dd2-14f3-42b9-a0cf-eaa2edf99a9a} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10731 | 2025.01.27 09:38:40.661858 [ 267 ] {3ff01dd2-14f3-42b9-a0cf-eaa2edf99a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10732 | 2025.01.27 09:38:40.662288 [ 267 ] {3ff01dd2-14f3-42b9-a0cf-eaa2edf99a9a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10733 | 2025.01.27 09:38:40.662548 [ 267 ] {3ff01dd2-14f3-42b9-a0cf-eaa2edf99a9a} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10734 | 2025.01.27 09:38:40.662771 [ 267 ] {3ff01dd2-14f3-42b9-a0cf-eaa2edf99a9a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001825 sec., 7671.232876712329 rows/sec., 552.23 KiB/sec. | ||
| 10735 | 2025.01.27 09:38:40.662909 [ 267 ] {3ff01dd2-14f3-42b9-a0cf-eaa2edf99a9a} <Debug> TCPHandler: Processed in 0.002229352 sec. | ||
| 10736 | 2025.01.27 09:38:40.663198 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10737 | 2025.01.27 09:38:40.663392 [ 273 ] {cbc55fda-7d9b-4638-8f89-a86e205ed610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10738 | 2025.01.27 09:38:40.663467 [ 273 ] {cbc55fda-7d9b-4638-8f89-a86e205ed610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10739 | 2025.01.27 09:38:40.664415 [ 273 ] {cbc55fda-7d9b-4638-8f89-a86e205ed610} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10740 | 2025.01.27 09:38:40.664464 [ 273 ] {cbc55fda-7d9b-4638-8f89-a86e205ed610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10741 | 2025.01.27 09:38:40.664933 [ 273 ] {cbc55fda-7d9b-4638-8f89-a86e205ed610} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10742 | 2025.01.27 09:38:40.665204 [ 273 ] {cbc55fda-7d9b-4638-8f89-a86e205ed610} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10743 | 2025.01.27 09:38:40.665432 [ 273 ] {cbc55fda-7d9b-4638-8f89-a86e205ed610} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002095 sec., 134128.87828162292 rows/sec., 11.83 MiB/sec. | ||
| 10744 | 2025.01.27 09:38:40.665491 [ 273 ] {cbc55fda-7d9b-4638-8f89-a86e205ed610} <Debug> TCPHandler: Processed in 0.002453337 sec. | ||
| 10745 | 2025.01.27 09:38:40.665760 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10746 | 2025.01.27 09:38:40.665891 [ 267 ] {657898b2-47d2-4376-a2fb-345f5efb0832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10747 | 2025.01.27 09:38:40.665946 [ 267 ] {657898b2-47d2-4376-a2fb-345f5efb0832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10748 | 2025.01.27 09:38:40.666666 [ 267 ] {657898b2-47d2-4376-a2fb-345f5efb0832} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10749 | 2025.01.27 09:38:40.666708 [ 267 ] {657898b2-47d2-4376-a2fb-345f5efb0832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10750 | 2025.01.27 09:38:40.667084 [ 267 ] {657898b2-47d2-4376-a2fb-345f5efb0832} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10751 | 2025.01.27 09:38:40.667337 [ 267 ] {657898b2-47d2-4376-a2fb-345f5efb0832} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10752 | 2025.01.27 09:38:40.667549 [ 267 ] {657898b2-47d2-4376-a2fb-345f5efb0832} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001683 sec., 27332.144979203804 rows/sec., 1.97 MiB/sec. | ||
| 10753 | 2025.01.27 09:38:40.667605 [ 267 ] {657898b2-47d2-4376-a2fb-345f5efb0832} <Debug> TCPHandler: Processed in 0.001919155 sec. | ||
| 10754 | 2025.01.27 09:38:40.667775 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10755 | 2025.01.27 09:38:40.667893 [ 273 ] {b952c9d0-f064-4667-913a-001b42eabc32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10756 | 2025.01.27 09:38:40.667962 [ 273 ] {b952c9d0-f064-4667-913a-001b42eabc32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10757 | 2025.01.27 09:38:40.668581 [ 273 ] {b952c9d0-f064-4667-913a-001b42eabc32} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10758 | 2025.01.27 09:38:40.668622 [ 273 ] {b952c9d0-f064-4667-913a-001b42eabc32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10759 | 2025.01.27 09:38:40.668993 [ 273 ] {b952c9d0-f064-4667-913a-001b42eabc32} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10760 | 2025.01.27 09:38:40.669254 [ 273 ] {b952c9d0-f064-4667-913a-001b42eabc32} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10761 | 2025.01.27 09:38:40.669460 [ 273 ] {b952c9d0-f064-4667-913a-001b42eabc32} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00159 sec., 8805.031446540881 rows/sec., 616.65 KiB/sec. | ||
| 10762 | 2025.01.27 09:38:40.669526 [ 273 ] {b952c9d0-f064-4667-913a-001b42eabc32} <Debug> TCPHandler: Processed in 0.001808571 sec. | ||
| 10763 | 2025.01.27 09:38:40.669697 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10764 | 2025.01.27 09:38:40.669839 [ 267 ] {ea91a905-a797-48b6-b4aa-0c7c99ad46da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10765 | 2025.01.27 09:38:40.669899 [ 267 ] {ea91a905-a797-48b6-b4aa-0c7c99ad46da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10766 | 2025.01.27 09:38:40.670546 [ 267 ] {ea91a905-a797-48b6-b4aa-0c7c99ad46da} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10767 | 2025.01.27 09:38:40.670587 [ 267 ] {ea91a905-a797-48b6-b4aa-0c7c99ad46da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10768 | 2025.01.27 09:38:40.670947 [ 267 ] {ea91a905-a797-48b6-b4aa-0c7c99ad46da} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10769 | 2025.01.27 09:38:40.671196 [ 267 ] {ea91a905-a797-48b6-b4aa-0c7c99ad46da} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10770 | 2025.01.27 09:38:40.671444 [ 267 ] {ea91a905-a797-48b6-b4aa-0c7c99ad46da} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001628 sec., 7985.257985257985 rows/sec., 497.88 KiB/sec. | ||
| 10771 | 2025.01.27 09:38:40.671533 [ 267 ] {ea91a905-a797-48b6-b4aa-0c7c99ad46da} <Debug> TCPHandler: Processed in 0.001899214 sec. | ||
| 10772 | 2025.01.27 09:38:40.671754 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10773 | 2025.01.27 09:38:40.671873 [ 273 ] {75fa4cd7-ed92-4e11-bfa7-ff2378f598d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10774 | 2025.01.27 09:38:40.671920 [ 273 ] {75fa4cd7-ed92-4e11-bfa7-ff2378f598d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10775 | 2025.01.27 09:38:40.672642 [ 273 ] {75fa4cd7-ed92-4e11-bfa7-ff2378f598d8} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10776 | 2025.01.27 09:38:40.672681 [ 273 ] {75fa4cd7-ed92-4e11-bfa7-ff2378f598d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10777 | 2025.01.27 09:38:40.673081 [ 273 ] {75fa4cd7-ed92-4e11-bfa7-ff2378f598d8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10778 | 2025.01.27 09:38:40.673331 [ 273 ] {75fa4cd7-ed92-4e11-bfa7-ff2378f598d8} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10779 | 2025.01.27 09:38:40.673564 [ 273 ] {75fa4cd7-ed92-4e11-bfa7-ff2378f598d8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001712 sec., 245911.21495327103 rows/sec., 17.57 MiB/sec. | ||
| 10780 | 2025.01.27 09:38:40.673620 [ 273 ] {75fa4cd7-ed92-4e11-bfa7-ff2378f598d8} <Debug> TCPHandler: Processed in 0.001961996 sec. | ||
| 10781 | 2025.01.27 09:38:40.673788 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10782 | 2025.01.27 09:38:40.673931 [ 267 ] {27cc0d81-6c21-4fc6-a790-20723ab5dee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10783 | 2025.01.27 09:38:40.673994 [ 267 ] {27cc0d81-6c21-4fc6-a790-20723ab5dee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10784 | 2025.01.27 09:38:40.674534 [ 267 ] {27cc0d81-6c21-4fc6-a790-20723ab5dee4} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10785 | 2025.01.27 09:38:40.674573 [ 267 ] {27cc0d81-6c21-4fc6-a790-20723ab5dee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10786 | 2025.01.27 09:38:40.674942 [ 267 ] {27cc0d81-6c21-4fc6-a790-20723ab5dee4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10787 | 2025.01.27 09:38:40.675182 [ 267 ] {27cc0d81-6c21-4fc6-a790-20723ab5dee4} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10788 | 2025.01.27 09:38:40.675434 [ 267 ] {27cc0d81-6c21-4fc6-a790-20723ab5dee4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec. | ||
| 10789 | 2025.01.27 09:38:40.675533 [ 267 ] {27cc0d81-6c21-4fc6-a790-20723ab5dee4} <Debug> TCPHandler: Processed in 0.001811522 sec. | ||
| 10790 | 2025.01.27 09:38:40.675764 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10791 | 2025.01.27 09:38:40.675905 [ 273 ] {acd26af6-f43a-4b27-8281-cc1e9d003d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10792 | 2025.01.27 09:38:40.675959 [ 273 ] {acd26af6-f43a-4b27-8281-cc1e9d003d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10793 | 2025.01.27 09:38:40.676552 [ 273 ] {acd26af6-f43a-4b27-8281-cc1e9d003d5e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10794 | 2025.01.27 09:38:40.676591 [ 273 ] {acd26af6-f43a-4b27-8281-cc1e9d003d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10795 | 2025.01.27 09:38:40.677000 [ 273 ] {acd26af6-f43a-4b27-8281-cc1e9d003d5e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10796 | 2025.01.27 09:38:40.677247 [ 273 ] {acd26af6-f43a-4b27-8281-cc1e9d003d5e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10797 | 2025.01.27 09:38:40.677467 [ 273 ] {acd26af6-f43a-4b27-8281-cc1e9d003d5e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001586 sec., 149432.53467843632 rows/sec., 10.02 MiB/sec. | ||
| 10798 | 2025.01.27 09:38:40.677525 [ 273 ] {acd26af6-f43a-4b27-8281-cc1e9d003d5e} <Debug> TCPHandler: Processed in 0.001878553 sec. | ||
| 10799 | 2025.01.27 09:38:40.677680 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10800 | 2025.01.27 09:38:40.677796 [ 267 ] {a6c6e909-b34c-427a-af57-d115bc6df63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10801 | 2025.01.27 09:38:40.677847 [ 267 ] {a6c6e909-b34c-427a-af57-d115bc6df63a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10802 | 2025.01.27 09:38:40.678312 [ 267 ] {a6c6e909-b34c-427a-af57-d115bc6df63a} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10803 | 2025.01.27 09:38:40.678352 [ 267 ] {a6c6e909-b34c-427a-af57-d115bc6df63a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10804 | 2025.01.27 09:38:40.678716 [ 267 ] {a6c6e909-b34c-427a-af57-d115bc6df63a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10805 | 2025.01.27 09:38:40.678948 [ 267 ] {a6c6e909-b34c-427a-af57-d115bc6df63a} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10806 | 2025.01.27 09:38:40.679205 [ 267 ] {a6c6e909-b34c-427a-af57-d115bc6df63a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001422 sec., 703.2348804500702 rows/sec., 47.39 KiB/sec. | ||
| 10807 | 2025.01.27 09:38:40.679280 [ 267 ] {a6c6e909-b34c-427a-af57-d115bc6df63a} <Debug> TCPHandler: Processed in 0.001652848 sec. | ||
| 10808 | 2025.01.27 09:38:40.679479 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10809 | 2025.01.27 09:38:40.679604 [ 273 ] {35652316-69a5-48ac-821e-dad2bedade09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10810 | 2025.01.27 09:38:40.679682 [ 273 ] {35652316-69a5-48ac-821e-dad2bedade09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10811 | 2025.01.27 09:38:40.680927 [ 273 ] {35652316-69a5-48ac-821e-dad2bedade09} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10812 | 2025.01.27 09:38:40.680966 [ 273 ] {35652316-69a5-48ac-821e-dad2bedade09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10813 | 2025.01.27 09:38:40.681634 [ 273 ] {35652316-69a5-48ac-821e-dad2bedade09} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10814 | 2025.01.27 09:38:40.681899 [ 273 ] {35652316-69a5-48ac-821e-dad2bedade09} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10815 | 2025.01.27 09:38:40.682191 [ 273 ] {35652316-69a5-48ac-821e-dad2bedade09} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002606 sec., 14965.464313123563 rows/sec., 26.82 MiB/sec. | ||
| 10816 | 2025.01.27 09:38:40.682782 [ 273 ] {35652316-69a5-48ac-821e-dad2bedade09} <Debug> TCPHandler: Processed in 0.003392018 sec. | ||
| 10817 | 2025.01.27 09:38:40.683112 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10818 | 2025.01.27 09:38:40.683316 [ 267 ] {367ff6ae-cff9-44df-99d2-312474430cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10819 | 2025.01.27 09:38:40.683398 [ 267 ] {367ff6ae-cff9-44df-99d2-312474430cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10820 | 2025.01.27 09:38:40.683880 [ 267 ] {367ff6ae-cff9-44df-99d2-312474430cbc} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10821 | 2025.01.27 09:38:40.683918 [ 267 ] {367ff6ae-cff9-44df-99d2-312474430cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10822 | 2025.01.27 09:38:40.684284 [ 267 ] {367ff6ae-cff9-44df-99d2-312474430cbc} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10823 | 2025.01.27 09:38:40.684519 [ 267 ] {367ff6ae-cff9-44df-99d2-312474430cbc} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10824 | 2025.01.27 09:38:40.684738 [ 267 ] {367ff6ae-cff9-44df-99d2-312474430cbc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001471 sec., 55744.3915703603 rows/sec., 3.54 MiB/sec. | ||
| 10825 | 2025.01.27 09:38:40.684789 [ 267 ] {367ff6ae-cff9-44df-99d2-312474430cbc} <Debug> TCPHandler: Processed in 0.001859803 sec. | ||
| 10826 | 2025.01.27 09:38:41.449469 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 10827 | 2025.01.27 09:38:41.471347 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10828 | 2025.01.27 09:38:41.471418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10829 | 2025.01.27 09:38:41.478766 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10830 | 2025.01.27 09:38:41.479586 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10831 | 2025.01.27 09:38:41.480027 [ 73 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10832 | 2025.01.27 09:38:41.480224 [ 73 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10833 | 2025.01.27 09:38:41.480327 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10834 | 2025.01.27 09:38:41.481189 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 10835 | 2025.01.27 09:38:41.496971 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 10836 | 2025.01.27 09:38:41.498558 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10837 | 2025.01.27 09:38:41.499904 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 10838 | 2025.01.27 09:38:41.505025 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 10839 | 2025.01.27 09:38:41.510547 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 10840 | 2025.01.27 09:38:41.515968 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 10841 | 2025.01.27 09:38:41.521579 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 10842 | 2025.01.27 09:38:41.526802 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 10843 | 2025.01.27 09:38:41.587736 [ 190 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.107204541 sec., 3945.7283810393815 rows/sec., 20.40 MiB/sec. | ||
| 10844 | 2025.01.27 09:38:41.590887 [ 190 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10845 | 2025.01.27 09:38:41.593805 [ 190 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10846 | 2025.01.27 09:38:41.593929 [ 190 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_56_11} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10847 | 2025.01.27 09:38:41.596492 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10848 | 2025.01.27 09:38:42.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.19 MiB, peak 252.60 MiB, free memory in arenas 0.00 B, will set to 240.75 MiB (RSS), difference: 1.56 MiB | ||
| 10849 | 2025.01.27 09:38:45.654031 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10850 | 2025.01.27 09:38:45.654243 [ 267 ] {611407ac-d7ac-42d0-9f95-7b7468d9897d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10851 | 2025.01.27 09:38:45.654317 [ 267 ] {611407ac-d7ac-42d0-9f95-7b7468d9897d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10852 | 2025.01.27 09:38:45.655121 [ 267 ] {611407ac-d7ac-42d0-9f95-7b7468d9897d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10853 | 2025.01.27 09:38:45.655161 [ 267 ] {611407ac-d7ac-42d0-9f95-7b7468d9897d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10854 | 2025.01.27 09:38:45.655604 [ 267 ] {611407ac-d7ac-42d0-9f95-7b7468d9897d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10855 | 2025.01.27 09:38:45.655856 [ 267 ] {611407ac-d7ac-42d0-9f95-7b7468d9897d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10856 | 2025.01.27 09:38:45.656064 [ 267 ] {611407ac-d7ac-42d0-9f95-7b7468d9897d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.28 MiB/sec. | ||
| 10857 | 2025.01.27 09:38:45.656122 [ 267 ] {611407ac-d7ac-42d0-9f95-7b7468d9897d} <Debug> TCPHandler: Processed in 0.002222662 sec. | ||
| 10858 | 2025.01.27 09:38:45.656381 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10859 | 2025.01.27 09:38:45.656578 [ 273 ] {7b33733a-d236-462f-a676-3167c6a38a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10860 | 2025.01.27 09:38:45.656652 [ 273 ] {7b33733a-d236-462f-a676-3167c6a38a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10861 | 2025.01.27 09:38:45.657461 [ 273 ] {7b33733a-d236-462f-a676-3167c6a38a64} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10862 | 2025.01.27 09:38:45.657510 [ 273 ] {7b33733a-d236-462f-a676-3167c6a38a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10863 | 2025.01.27 09:38:45.657980 [ 273 ] {7b33733a-d236-462f-a676-3167c6a38a64} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10864 | 2025.01.27 09:38:45.658246 [ 273 ] {7b33733a-d236-462f-a676-3167c6a38a64} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10865 | 2025.01.27 09:38:45.658497 [ 273 ] {7b33733a-d236-462f-a676-3167c6a38a64} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001971 sec., 32470.826991374935 rows/sec., 2.53 MiB/sec. | ||
| 10866 | 2025.01.27 09:38:45.658578 [ 273 ] {7b33733a-d236-462f-a676-3167c6a38a64} <Debug> TCPHandler: Processed in 0.002325574 sec. | ||
| 10867 | 2025.01.27 09:38:45.658775 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10868 | 2025.01.27 09:38:45.658958 [ 267 ] {b4513753-b7f7-46f1-acdc-1a7f510d2f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10869 | 2025.01.27 09:38:45.659019 [ 267 ] {b4513753-b7f7-46f1-acdc-1a7f510d2f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10870 | 2025.01.27 09:38:45.659596 [ 267 ] {b4513753-b7f7-46f1-acdc-1a7f510d2f9b} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10871 | 2025.01.27 09:38:45.659634 [ 267 ] {b4513753-b7f7-46f1-acdc-1a7f510d2f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10872 | 2025.01.27 09:38:45.660048 [ 267 ] {b4513753-b7f7-46f1-acdc-1a7f510d2f9b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10873 | 2025.01.27 09:38:45.660290 [ 267 ] {b4513753-b7f7-46f1-acdc-1a7f510d2f9b} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10874 | 2025.01.27 09:38:45.660495 [ 267 ] {b4513753-b7f7-46f1-acdc-1a7f510d2f9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. | ||
| 10875 | 2025.01.27 09:38:45.660591 [ 267 ] {b4513753-b7f7-46f1-acdc-1a7f510d2f9b} <Debug> TCPHandler: Processed in 0.001919985 sec. | ||
| 10876 | 2025.01.27 09:38:45.660789 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10877 | 2025.01.27 09:38:45.661103 [ 273 ] {fe5a499c-b58d-4c92-8cd8-02f6478ad2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10878 | 2025.01.27 09:38:45.661257 [ 273 ] {fe5a499c-b58d-4c92-8cd8-02f6478ad2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10879 | 2025.01.27 09:38:45.661842 [ 273 ] {fe5a499c-b58d-4c92-8cd8-02f6478ad2d4} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10880 | 2025.01.27 09:38:45.661883 [ 273 ] {fe5a499c-b58d-4c92-8cd8-02f6478ad2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10881 | 2025.01.27 09:38:45.662281 [ 273 ] {fe5a499c-b58d-4c92-8cd8-02f6478ad2d4} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10882 | 2025.01.27 09:38:45.662536 [ 273 ] {fe5a499c-b58d-4c92-8cd8-02f6478ad2d4} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10883 | 2025.01.27 09:38:45.662759 [ 273 ] {fe5a499c-b58d-4c92-8cd8-02f6478ad2d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001773 sec., 33840.9475465313 rows/sec., 2.28 MiB/sec. | ||
| 10884 | 2025.01.27 09:38:45.662812 [ 273 ] {fe5a499c-b58d-4c92-8cd8-02f6478ad2d4} <Debug> TCPHandler: Processed in 0.002133869 sec. | ||
| 10885 | 2025.01.27 09:38:47.107603 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 10886 | 2025.01.27 09:38:47.108292 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10887 | 2025.01.27 09:38:47.108341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10888 | 2025.01.27 09:38:47.108895 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10889 | 2025.01.27 09:38:47.109172 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10890 | 2025.01.27 09:38:47.109483 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 10891 | 2025.01.27 09:38:48.998013 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 10892 | 2025.01.27 09:38:49.017528 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10893 | 2025.01.27 09:38:49.017593 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10894 | 2025.01.27 09:38:49.024479 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10895 | 2025.01.27 09:38:49.025287 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10896 | 2025.01.27 09:38:49.031012 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 10897 | 2025.01.27 09:38:49.739311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1530 | ||
| 10898 | 2025.01.27 09:38:49.742538 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10899 | 2025.01.27 09:38:49.742596 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10900 | 2025.01.27 09:38:49.744744 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10901 | 2025.01.27 09:38:49.745180 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10902 | 2025.01.27 09:38:49.746126 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1530 | ||
| 10903 | 2025.01.27 09:38:50.660259 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10904 | 2025.01.27 09:38:50.660457 [ 267 ] {72a7580a-7626-4721-ad0f-b82fafa464c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10905 | 2025.01.27 09:38:50.660536 [ 267 ] {72a7580a-7626-4721-ad0f-b82fafa464c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10906 | 2025.01.27 09:38:50.661323 [ 267 ] {72a7580a-7626-4721-ad0f-b82fafa464c2} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10907 | 2025.01.27 09:38:50.661376 [ 267 ] {72a7580a-7626-4721-ad0f-b82fafa464c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10908 | 2025.01.27 09:38:50.661824 [ 267 ] {72a7580a-7626-4721-ad0f-b82fafa464c2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10909 | 2025.01.27 09:38:50.662082 [ 267 ] {72a7580a-7626-4721-ad0f-b82fafa464c2} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10910 | 2025.01.27 09:38:50.662286 [ 62 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 10911 | 2025.01.27 09:38:50.662338 [ 267 ] {72a7580a-7626-4721-ad0f-b82fafa464c2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec. | ||
| 10912 | 2025.01.27 09:38:50.662365 [ 62 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10913 | 2025.01.27 09:38:50.662446 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10914 | 2025.01.27 09:38:50.662466 [ 267 ] {72a7580a-7626-4721-ad0f-b82fafa464c2} <Debug> TCPHandler: Processed in 0.002341085 sec. | ||
| 10915 | 2025.01.27 09:38:50.662761 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 10916 | 2025.01.27 09:38:50.662797 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10917 | 2025.01.27 09:38:50.663003 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10918 | 2025.01.27 09:38:50.663035 [ 273 ] {95b66e01-1f3b-43f9-87a0-607eb13d3c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10919 | 2025.01.27 09:38:50.663052 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 10920 | 2025.01.27 09:38:50.663124 [ 273 ] {95b66e01-1f3b-43f9-87a0-607eb13d3c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10921 | 2025.01.27 09:38:50.663193 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 10922 | 2025.01.27 09:38:50.663453 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 10923 | 2025.01.27 09:38:50.663629 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 10924 | 2025.01.27 09:38:50.663824 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 10925 | 2025.01.27 09:38:50.664996 [ 273 ] {95b66e01-1f3b-43f9-87a0-607eb13d3c4e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10926 | 2025.01.27 09:38:50.665054 [ 273 ] {95b66e01-1f3b-43f9-87a0-607eb13d3c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10927 | 2025.01.27 09:38:50.665322 [ 193 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002760574 sec., 25357.04531014202 rows/sec., 1.88 MiB/sec. | ||
| 10928 | 2025.01.27 09:38:50.665585 [ 193 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 10929 | 2025.01.27 09:38:50.666006 [ 273 ] {95b66e01-1f3b-43f9-87a0-607eb13d3c4e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10930 | 2025.01.27 09:38:50.666148 [ 193 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10931 | 2025.01.27 09:38:50.666287 [ 193 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_41_10} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 10932 | 2025.01.27 09:38:50.666462 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10933 | 2025.01.27 09:38:50.666516 [ 273 ] {95b66e01-1f3b-43f9-87a0-607eb13d3c4e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10934 | 2025.01.27 09:38:50.666723 [ 62 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10935 | 2025.01.27 09:38:50.666796 [ 62 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10936 | 2025.01.27 09:38:50.666808 [ 273 ] {95b66e01-1f3b-43f9-87a0-607eb13d3c4e} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.003822 sec., 73521.71637885924 rows/sec., 6.48 MiB/sec. | ||
| 10937 | 2025.01.27 09:38:50.666833 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10938 | 2025.01.27 09:38:50.667012 [ 273 ] {95b66e01-1f3b-43f9-87a0-607eb13d3c4e} <Debug> TCPHandler: Processed in 0.004410202 sec. | ||
| 10939 | 2025.01.27 09:38:50.667104 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10940 | 2025.01.27 09:38:50.667212 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10941 | 2025.01.27 09:38:50.667252 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10942 | 2025.01.27 09:38:50.667292 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1430 rows starting from the beginning of the part | ||
| 10943 | 2025.01.27 09:38:50.667351 [ 267 ] {eae449e6-83bd-480b-9b8b-0f749a06200a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10944 | 2025.01.27 09:38:50.667512 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 10945 | 2025.01.27 09:38:50.667510 [ 267 ] {eae449e6-83bd-480b-9b8b-0f749a06200a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10946 | 2025.01.27 09:38:50.667862 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 10947 | 2025.01.27 09:38:50.668225 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 281 rows starting from the beginning of the part | ||
| 10948 | 2025.01.27 09:38:50.668609 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
| 10949 | 2025.01.27 09:38:50.668945 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 281 rows starting from the beginning of the part | ||
| 10950 | 2025.01.27 09:38:50.670022 [ 267 ] {eae449e6-83bd-480b-9b8b-0f749a06200a} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10951 | 2025.01.27 09:38:50.670067 [ 267 ] {eae449e6-83bd-480b-9b8b-0f749a06200a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10952 | 2025.01.27 09:38:50.670616 [ 267 ] {eae449e6-83bd-480b-9b8b-0f749a06200a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10953 | 2025.01.27 09:38:50.670875 [ 267 ] {eae449e6-83bd-480b-9b8b-0f749a06200a} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10954 | 2025.01.27 09:38:50.671529 [ 267 ] {eae449e6-83bd-480b-9b8b-0f749a06200a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004183 sec., 10996.892182644035 rows/sec., 810.11 KiB/sec. | ||
| 10955 | 2025.01.27 09:38:50.671535 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.004548576 sec., 474873.89459910087 rows/sec., 41.76 MiB/sec. | ||
| 10956 | 2025.01.27 09:38:50.671876 [ 267 ] {eae449e6-83bd-480b-9b8b-0f749a06200a} <Debug> TCPHandler: Processed in 0.0047344 sec. | ||
| 10957 | 2025.01.27 09:38:50.671958 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10958 | 2025.01.27 09:38:50.672268 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10959 | 2025.01.27 09:38:50.672491 [ 273 ] {b623cf45-d365-4f72-86ae-847ae5677892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10960 | 2025.01.27 09:38:50.672579 [ 273 ] {b623cf45-d365-4f72-86ae-847ae5677892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10961 | 2025.01.27 09:38:50.672655 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10962 | 2025.01.27 09:38:50.672884 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_96_19} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10963 | 2025.01.27 09:38:50.673077 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 10964 | 2025.01.27 09:38:50.673548 [ 273 ] {b623cf45-d365-4f72-86ae-847ae5677892} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10965 | 2025.01.27 09:38:50.673592 [ 273 ] {b623cf45-d365-4f72-86ae-847ae5677892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10966 | 2025.01.27 09:38:50.673949 [ 273 ] {b623cf45-d365-4f72-86ae-847ae5677892} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10967 | 2025.01.27 09:38:50.674191 [ 273 ] {b623cf45-d365-4f72-86ae-847ae5677892} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10968 | 2025.01.27 09:38:50.674418 [ 273 ] {b623cf45-d365-4f72-86ae-847ae5677892} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001992 sec., 7028.112449799198 rows/sec., 492.20 KiB/sec. | ||
| 10969 | 2025.01.27 09:38:50.674548 [ 273 ] {b623cf45-d365-4f72-86ae-847ae5677892} <Debug> TCPHandler: Processed in 0.002514908 sec. | ||
| 10970 | 2025.01.27 09:38:50.674767 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10971 | 2025.01.27 09:38:50.674970 [ 267 ] {a7fc0462-05f6-4127-8f2d-34e8e9e85af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10972 | 2025.01.27 09:38:50.675055 [ 267 ] {a7fc0462-05f6-4127-8f2d-34e8e9e85af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10973 | 2025.01.27 09:38:50.675896 [ 267 ] {a7fc0462-05f6-4127-8f2d-34e8e9e85af7} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10974 | 2025.01.27 09:38:50.675935 [ 267 ] {a7fc0462-05f6-4127-8f2d-34e8e9e85af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10975 | 2025.01.27 09:38:50.676293 [ 267 ] {a7fc0462-05f6-4127-8f2d-34e8e9e85af7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10976 | 2025.01.27 09:38:50.676539 [ 267 ] {a7fc0462-05f6-4127-8f2d-34e8e9e85af7} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10977 | 2025.01.27 09:38:50.676720 [ 62 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 10978 | 2025.01.27 09:38:50.676794 [ 62 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10979 | 2025.01.27 09:38:50.676805 [ 267 ] {a7fc0462-05f6-4127-8f2d-34e8e9e85af7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001873 sec., 6940.736785904965 rows/sec., 432.75 KiB/sec. | ||
| 10980 | 2025.01.27 09:38:50.676835 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10981 | 2025.01.27 09:38:50.676961 [ 267 ] {a7fc0462-05f6-4127-8f2d-34e8e9e85af7} <Debug> TCPHandler: Processed in 0.002308453 sec. | ||
| 10982 | 2025.01.27 09:38:50.677071 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 10983 | 2025.01.27 09:38:50.677145 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10984 | 2025.01.27 09:38:50.677217 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10985 | 2025.01.27 09:38:50.677267 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 10986 | 2025.01.27 09:38:50.677305 [ 273 ] {58284755-44f0-4ccb-a0e7-8bc5f865c08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10987 | 2025.01.27 09:38:50.677429 [ 273 ] {58284755-44f0-4ccb-a0e7-8bc5f865c08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10988 | 2025.01.27 09:38:50.677448 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 10989 | 2025.01.27 09:38:50.677725 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 10990 | 2025.01.27 09:38:50.677911 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 10991 | 2025.01.27 09:38:50.678164 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 10992 | 2025.01.27 09:38:50.679434 [ 273 ] {58284755-44f0-4ccb-a0e7-8bc5f865c08e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10993 | 2025.01.27 09:38:50.679484 [ 273 ] {58284755-44f0-4ccb-a0e7-8bc5f865c08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10994 | 2025.01.27 09:38:50.679656 [ 194 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002691923 sec., 24146.30730522381 rows/sec., 1.56 MiB/sec. | ||
| 10995 | 2025.01.27 09:38:50.679881 [ 194 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 10996 | 2025.01.27 09:38:50.680163 [ 273 ] {58284755-44f0-4ccb-a0e7-8bc5f865c08e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10997 | 2025.01.27 09:38:50.680575 [ 194 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10998 | 2025.01.27 09:38:50.680674 [ 273 ] {58284755-44f0-4ccb-a0e7-8bc5f865c08e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10999 | 2025.01.27 09:38:50.680795 [ 194 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_41_10} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11000 | 2025.01.27 09:38:50.681011 [ 60 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11001 | 2025.01.27 09:38:50.681061 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11002 | 2025.01.27 09:38:50.681120 [ 60 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11003 | 2025.01.27 09:38:50.681168 [ 273 ] {58284755-44f0-4ccb-a0e7-8bc5f865c08e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003891 sec., 108198.40657928554 rows/sec., 7.73 MiB/sec. | ||
| 11004 | 2025.01.27 09:38:50.681176 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11005 | 2025.01.27 09:38:50.681346 [ 273 ] {58284755-44f0-4ccb-a0e7-8bc5f865c08e} <Debug> TCPHandler: Processed in 0.004270819 sec. | ||
| 11006 | 2025.01.27 09:38:50.681432 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11007 | 2025.01.27 09:38:50.681574 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11008 | 2025.01.27 09:38:50.681612 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11009 | 2025.01.27 09:38:50.681655 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 11010 | 2025.01.27 09:38:50.681853 [ 267 ] {ca028be4-47ca-4faa-8f6e-e6b9f58ad8c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11011 | 2025.01.27 09:38:50.681958 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 11012 | 2025.01.27 09:38:50.682038 [ 267 ] {ca028be4-47ca-4faa-8f6e-e6b9f58ad8c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11013 | 2025.01.27 09:38:50.682218 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 11014 | 2025.01.27 09:38:50.682552 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 421 rows starting from the beginning of the part | ||
| 11015 | 2025.01.27 09:38:50.682873 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
| 11016 | 2025.01.27 09:38:50.683101 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 421 rows starting from the beginning of the part | ||
| 11017 | 2025.01.27 09:38:50.684418 [ 267 ] {ca028be4-47ca-4faa-8f6e-e6b9f58ad8c8} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11018 | 2025.01.27 09:38:50.684481 [ 267 ] {ca028be4-47ca-4faa-8f6e-e6b9f58ad8c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11019 | 2025.01.27 09:38:50.685471 [ 267 ] {ca028be4-47ca-4faa-8f6e-e6b9f58ad8c8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11020 | 2025.01.27 09:38:50.685823 [ 267 ] {ca028be4-47ca-4faa-8f6e-e6b9f58ad8c8} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11021 | 2025.01.27 09:38:50.686647 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005330924 sec., 365227.49151929386 rows/sec., 27.95 MiB/sec. | ||
| 11022 | 2025.01.27 09:38:50.686640 [ 267 ] {ca028be4-47ca-4faa-8f6e-e6b9f58ad8c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004866 sec., 1233.0456226880394 rows/sec., 64.42 KiB/sec. | ||
| 11023 | 2025.01.27 09:38:50.687038 [ 267 ] {ca028be4-47ca-4faa-8f6e-e6b9f58ad8c8} <Debug> TCPHandler: Processed in 0.005550059 sec. | ||
| 11024 | 2025.01.27 09:38:50.687047 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11025 | 2025.01.27 09:38:50.687282 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11026 | 2025.01.27 09:38:50.687473 [ 273 ] {4cfba9b3-0804-49e0-b886-a75be3ab7a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11027 | 2025.01.27 09:38:50.687566 [ 273 ] {4cfba9b3-0804-49e0-b886-a75be3ab7a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11028 | 2025.01.27 09:38:50.687700 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11029 | 2025.01.27 09:38:50.687979 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_96_19} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11030 | 2025.01.27 09:38:50.688193 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 11031 | 2025.01.27 09:38:50.688600 [ 273 ] {4cfba9b3-0804-49e0-b886-a75be3ab7a10} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11032 | 2025.01.27 09:38:50.688644 [ 273 ] {4cfba9b3-0804-49e0-b886-a75be3ab7a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11033 | 2025.01.27 09:38:50.689044 [ 273 ] {4cfba9b3-0804-49e0-b886-a75be3ab7a10} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11034 | 2025.01.27 09:38:50.689299 [ 273 ] {4cfba9b3-0804-49e0-b886-a75be3ab7a10} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11035 | 2025.01.27 09:38:50.689487 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11036 | 2025.01.27 09:38:50.689541 [ 273 ] {4cfba9b3-0804-49e0-b886-a75be3ab7a10} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002128 sec., 111372.18045112782 rows/sec., 7.46 MiB/sec. | ||
| 11037 | 2025.01.27 09:38:50.689550 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11038 | 2025.01.27 09:38:50.689634 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11039 | 2025.01.27 09:38:50.689686 [ 273 ] {4cfba9b3-0804-49e0-b886-a75be3ab7a10} <Debug> TCPHandler: Processed in 0.002519588 sec. | ||
| 11040 | 2025.01.27 09:38:50.689924 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11041 | 2025.01.27 09:38:50.689991 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11042 | 2025.01.27 09:38:50.690097 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11043 | 2025.01.27 09:38:50.690161 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27859 rows starting from the beginning of the part | ||
| 11044 | 2025.01.27 09:38:50.690433 [ 267 ] {11af36d8-0359-44c3-b298-3ee7671d2fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11045 | 2025.01.27 09:38:50.690481 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 128 rows starting from the beginning of the part | ||
| 11046 | 2025.01.27 09:38:50.690665 [ 267 ] {11af36d8-0359-44c3-b298-3ee7671d2fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11047 | 2025.01.27 09:38:50.690787 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 11048 | 2025.01.27 09:38:50.691143 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 11049 | 2025.01.27 09:38:50.691465 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 11050 | 2025.01.27 09:38:50.691801 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 11051 | 2025.01.27 09:38:50.693066 [ 267 ] {11af36d8-0359-44c3-b298-3ee7671d2fb4} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11052 | 2025.01.27 09:38:50.693108 [ 267 ] {11af36d8-0359-44c3-b298-3ee7671d2fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11053 | 2025.01.27 09:38:50.693619 [ 267 ] {11af36d8-0359-44c3-b298-3ee7671d2fb4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11054 | 2025.01.27 09:38:50.693983 [ 267 ] {11af36d8-0359-44c3-b298-3ee7671d2fb4} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11055 | 2025.01.27 09:38:50.694197 [ 60 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 6 parts from all_1_36_8 to all_41_41_0 | ||
| 11056 | 2025.01.27 09:38:50.694296 [ 60 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11057 | 2025.01.27 09:38:50.694378 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11058 | 2025.01.27 09:38:50.694745 [ 267 ] {11af36d8-0359-44c3-b298-3ee7671d2fb4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004417 sec., 226.39800769753228 rows/sec., 15.26 KiB/sec. | ||
| 11059 | 2025.01.27 09:38:50.694827 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_8 to all_41_41_0 into Compact with storage Full | ||
| 11060 | 2025.01.27 09:38:50.695180 [ 267 ] {11af36d8-0359-44c3-b298-3ee7671d2fb4} <Debug> TCPHandler: Processed in 0.005368795 sec. | ||
| 11061 | 2025.01.27 09:38:50.695368 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11062 | 2025.01.27 09:38:50.695509 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 36 rows starting from the beginning of the part | ||
| 11063 | 2025.01.27 09:38:50.695569 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11064 | 2025.01.27 09:38:50.695941 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 11065 | 2025.01.27 09:38:50.696129 [ 273 ] {b9dd2bd9-0ae3-46f3-97cf-d7cc7ec4b596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11066 | 2025.01.27 09:38:50.696388 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 11067 | 2025.01.27 09:38:50.696788 [ 273 ] {b9dd2bd9-0ae3-46f3-97cf-d7cc7ec4b596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11068 | 2025.01.27 09:38:50.696839 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 11069 | 2025.01.27 09:38:50.697260 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 11070 | 2025.01.27 09:38:50.697725 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 11071 | 2025.01.27 09:38:50.701997 [ 199 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.007466193 sec., 5491.419790514389 rows/sec., 370.03 KiB/sec. | ||
| 11072 | 2025.01.27 09:38:50.702453 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
| 11073 | 2025.01.27 09:38:50.702815 [ 273 ] {b9dd2bd9-0ae3-46f3-97cf-d7cc7ec4b596} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11074 | 2025.01.27 09:38:50.702975 [ 273 ] {b9dd2bd9-0ae3-46f3-97cf-d7cc7ec4b596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11075 | 2025.01.27 09:38:50.703456 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11076 | 2025.01.27 09:38:50.703753 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_41_9} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 6 parts: [all_1_36_8, all_41_41_0] -> all_1_41_9 | ||
| 11077 | 2025.01.27 09:38:50.703925 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11078 | 2025.01.27 09:38:50.704574 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28781 rows, containing 5 columns (5 merged, 0 gathered) in 0.014805264 sec., 1943970.7390560547 rows/sec., 131.26 MiB/sec. | ||
| 11079 | 2025.01.27 09:38:50.704959 [ 273 ] {b9dd2bd9-0ae3-46f3-97cf-d7cc7ec4b596} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11080 | 2025.01.27 09:38:50.704979 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11081 | 2025.01.27 09:38:50.705494 [ 273 ] {b9dd2bd9-0ae3-46f3-97cf-d7cc7ec4b596} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11082 | 2025.01.27 09:38:50.705580 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11083 | 2025.01.27 09:38:50.705764 [ 60 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11084 | 2025.01.27 09:38:50.705797 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11085 | 2025.01.27 09:38:50.705857 [ 60 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11086 | 2025.01.27 09:38:50.705960 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11087 | 2025.01.27 09:38:50.706104 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 11088 | 2025.01.27 09:38:50.706214 [ 273 ] {b9dd2bd9-0ae3-46f3-97cf-d7cc7ec4b596} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.010194 sec., 3825.779870512066 rows/sec., 6.86 MiB/sec. | ||
| 11089 | 2025.01.27 09:38:50.706286 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 11090 | 2025.01.27 09:38:50.706615 [ 273 ] {b9dd2bd9-0ae3-46f3-97cf-d7cc7ec4b596} <Debug> TCPHandler: Processed in 0.011197231 sec. | ||
| 11091 | 2025.01.27 09:38:50.706908 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11092 | 2025.01.27 09:38:50.707028 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11093 | 2025.01.27 09:38:50.707178 [ 267 ] {f0a3cd1b-c3c4-4f22-884c-d22381083f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11094 | 2025.01.27 09:38:50.707200 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1292 rows starting from the beginning of the part | ||
| 11095 | 2025.01.27 09:38:50.707304 [ 267 ] {f0a3cd1b-c3c4-4f22-884c-d22381083f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11096 | 2025.01.27 09:38:50.708080 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
| 11097 | 2025.01.27 09:38:50.709302 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part | ||
| 11098 | 2025.01.27 09:38:50.710345 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 39 rows starting from the beginning of the part | ||
| 11099 | 2025.01.27 09:38:50.711153 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part | ||
| 11100 | 2025.01.27 09:38:50.711966 [ 267 ] {f0a3cd1b-c3c4-4f22-884c-d22381083f71} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11101 | 2025.01.27 09:38:50.711969 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part | ||
| 11102 | 2025.01.27 09:38:50.712042 [ 267 ] {f0a3cd1b-c3c4-4f22-884c-d22381083f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11103 | 2025.01.27 09:38:50.713482 [ 267 ] {f0a3cd1b-c3c4-4f22-884c-d22381083f71} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11104 | 2025.01.27 09:38:50.713966 [ 267 ] {f0a3cd1b-c3c4-4f22-884c-d22381083f71} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11105 | 2025.01.27 09:38:50.714200 [ 60 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11106 | 2025.01.27 09:38:50.714280 [ 60 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11107 | 2025.01.27 09:38:50.714321 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11108 | 2025.01.27 09:38:50.714339 [ 267 ] {f0a3cd1b-c3c4-4f22-884c-d22381083f71} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007266 sec., 11285.439031103771 rows/sec., 733.97 KiB/sec. | ||
| 11109 | 2025.01.27 09:38:50.714586 [ 267 ] {f0a3cd1b-c3c4-4f22-884c-d22381083f71} <Debug> TCPHandler: Processed in 0.007823901 sec. | ||
| 11110 | 2025.01.27 09:38:50.714625 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 11111 | 2025.01.27 09:38:50.714804 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11112 | 2025.01.27 09:38:50.714844 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5538 rows starting from the beginning of the part | ||
| 11113 | 2025.01.27 09:38:50.714924 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 48 rows starting from the beginning of the part | ||
| 11114 | 2025.01.27 09:38:50.715185 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 11115 | 2025.01.27 09:38:50.715429 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 11116 | 2025.01.27 09:38:50.715813 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 11117 | 2025.01.27 09:38:50.716140 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 11118 | 2025.01.27 09:38:50.720562 [ 189 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5870 rows, containing 4 columns (4 merged, 0 gathered) in 0.006141492 sec., 955793.8038509209 rows/sec., 62.29 MiB/sec. | ||
| 11119 | 2025.01.27 09:38:50.721251 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11120 | 2025.01.27 09:38:50.722589 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11121 | 2025.01.27 09:38:50.722678 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_96_19} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11122 | 2025.01.27 09:38:50.722768 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 11123 | 2025.01.27 09:38:50.725106 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1487 rows, containing 19 columns (19 merged, 0 gathered) in 0.01895044 sec., 78467.8350476295 rows/sec., 140.61 MiB/sec. | ||
| 11124 | 2025.01.27 09:38:50.726490 [ 190 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11125 | 2025.01.27 09:38:50.726909 [ 190 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11126 | 2025.01.27 09:38:50.726991 [ 190 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11127 | 2025.01.27 09:38:50.727149 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.66 MiB. | ||
| 11128 | 2025.01.27 09:38:51.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.87 MiB, peak 253.51 MiB, free memory in arenas 0.00 B, will set to 245.82 MiB (RSS), difference: 3.95 MiB | ||
| 11129 | 2025.01.27 09:38:54.399291 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11130 | 2025.01.27 09:38:54.399395 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11131 | 2025.01.27 09:38:54.610588 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 11132 | 2025.01.27 09:38:54.611263 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11133 | 2025.01.27 09:38:54.611312 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11134 | 2025.01.27 09:38:54.611856 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11135 | 2025.01.27 09:38:54.612144 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11136 | 2025.01.27 09:38:54.612377 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11137 | 2025.01.27 09:38:55.653506 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11138 | 2025.01.27 09:38:55.653697 [ 267 ] {e30f3a5b-3992-40a4-b808-d90e03c51516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11139 | 2025.01.27 09:38:55.653771 [ 267 ] {e30f3a5b-3992-40a4-b808-d90e03c51516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11140 | 2025.01.27 09:38:55.654554 [ 267 ] {e30f3a5b-3992-40a4-b808-d90e03c51516} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11141 | 2025.01.27 09:38:55.654599 [ 267 ] {e30f3a5b-3992-40a4-b808-d90e03c51516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11142 | 2025.01.27 09:38:55.655035 [ 267 ] {e30f3a5b-3992-40a4-b808-d90e03c51516} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11143 | 2025.01.27 09:38:55.655284 [ 267 ] {e30f3a5b-3992-40a4-b808-d90e03c51516} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11144 | 2025.01.27 09:38:55.655507 [ 267 ] {e30f3a5b-3992-40a4-b808-d90e03c51516} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001863 sec., 30059.044551798175 rows/sec., 2.29 MiB/sec. | ||
| 11145 | 2025.01.27 09:38:55.655565 [ 267 ] {e30f3a5b-3992-40a4-b808-d90e03c51516} <Debug> TCPHandler: Processed in 0.002188391 sec. | ||
| 11146 | 2025.01.27 09:38:55.655824 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11147 | 2025.01.27 09:38:55.656038 [ 273 ] {902d0f82-fb6c-4b9a-be7f-72219a60444d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11148 | 2025.01.27 09:38:55.656121 [ 273 ] {902d0f82-fb6c-4b9a-be7f-72219a60444d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11149 | 2025.01.27 09:38:55.656988 [ 273 ] {902d0f82-fb6c-4b9a-be7f-72219a60444d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11150 | 2025.01.27 09:38:55.657037 [ 273 ] {902d0f82-fb6c-4b9a-be7f-72219a60444d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11151 | 2025.01.27 09:38:55.657480 [ 273 ] {902d0f82-fb6c-4b9a-be7f-72219a60444d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11152 | 2025.01.27 09:38:55.657738 [ 273 ] {902d0f82-fb6c-4b9a-be7f-72219a60444d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11153 | 2025.01.27 09:38:55.657976 [ 273 ] {902d0f82-fb6c-4b9a-be7f-72219a60444d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001998 sec., 32032.032032032028 rows/sec., 2.50 MiB/sec. | ||
| 11154 | 2025.01.27 09:38:55.658033 [ 273 ] {902d0f82-fb6c-4b9a-be7f-72219a60444d} <Debug> TCPHandler: Processed in 0.002348465 sec. | ||
| 11155 | 2025.01.27 09:38:55.658235 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11156 | 2025.01.27 09:38:55.658440 [ 267 ] {88036f6a-e5ad-4dd5-9ed5-f4424762bdb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11157 | 2025.01.27 09:38:55.658531 [ 267 ] {88036f6a-e5ad-4dd5-9ed5-f4424762bdb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11158 | 2025.01.27 09:38:55.659229 [ 267 ] {88036f6a-e5ad-4dd5-9ed5-f4424762bdb9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11159 | 2025.01.27 09:38:55.659268 [ 267 ] {88036f6a-e5ad-4dd5-9ed5-f4424762bdb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11160 | 2025.01.27 09:38:55.659663 [ 267 ] {88036f6a-e5ad-4dd5-9ed5-f4424762bdb9} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11161 | 2025.01.27 09:38:55.659905 [ 267 ] {88036f6a-e5ad-4dd5-9ed5-f4424762bdb9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11162 | 2025.01.27 09:38:55.660118 [ 267 ] {88036f6a-e5ad-4dd5-9ed5-f4424762bdb9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001727 sec., 92646.20729588882 rows/sec., 6.45 MiB/sec. | ||
| 11163 | 2025.01.27 09:38:55.660170 [ 267 ] {88036f6a-e5ad-4dd5-9ed5-f4424762bdb9} <Debug> TCPHandler: Processed in 0.002034487 sec. | ||
| 11164 | 2025.01.27 09:38:55.660348 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11165 | 2025.01.27 09:38:55.660487 [ 273 ] {a385983d-968e-4df7-9d40-8b67ba5a5303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11166 | 2025.01.27 09:38:55.660549 [ 273 ] {a385983d-968e-4df7-9d40-8b67ba5a5303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11167 | 2025.01.27 09:38:55.661089 [ 273 ] {a385983d-968e-4df7-9d40-8b67ba5a5303} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11168 | 2025.01.27 09:38:55.661129 [ 273 ] {a385983d-968e-4df7-9d40-8b67ba5a5303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11169 | 2025.01.27 09:38:55.661508 [ 273 ] {a385983d-968e-4df7-9d40-8b67ba5a5303} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11170 | 2025.01.27 09:38:55.661761 [ 273 ] {a385983d-968e-4df7-9d40-8b67ba5a5303} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11171 | 2025.01.27 09:38:55.661973 [ 273 ] {a385983d-968e-4df7-9d40-8b67ba5a5303} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001517 sec., 39551.74686882004 rows/sec., 2.67 MiB/sec. | ||
| 11172 | 2025.01.27 09:38:55.662030 [ 273 ] {a385983d-968e-4df7-9d40-8b67ba5a5303} <Debug> TCPHandler: Processed in 0.00174728 sec. | ||
| 11173 | 2025.01.27 09:38:55.985576 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11174 | 2025.01.27 09:38:55.985771 [ 267 ] {f5e149f9-a9fd-47f0-b6df-cdc3b886325c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11175 | 2025.01.27 09:38:55.985846 [ 267 ] {f5e149f9-a9fd-47f0-b6df-cdc3b886325c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11176 | 2025.01.27 09:38:55.986586 [ 267 ] {f5e149f9-a9fd-47f0-b6df-cdc3b886325c} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11177 | 2025.01.27 09:38:55.986639 [ 267 ] {f5e149f9-a9fd-47f0-b6df-cdc3b886325c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11178 | 2025.01.27 09:38:55.987076 [ 267 ] {f5e149f9-a9fd-47f0-b6df-cdc3b886325c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11179 | 2025.01.27 09:38:55.987346 [ 267 ] {f5e149f9-a9fd-47f0-b6df-cdc3b886325c} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11180 | 2025.01.27 09:38:55.987592 [ 267 ] {f5e149f9-a9fd-47f0-b6df-cdc3b886325c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec. | ||
| 11181 | 2025.01.27 09:38:55.987695 [ 267 ] {f5e149f9-a9fd-47f0-b6df-cdc3b886325c} <Debug> TCPHandler: Processed in 0.002252363 sec. | ||
| 11182 | 2025.01.27 09:38:55.987953 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11183 | 2025.01.27 09:38:55.988130 [ 273 ] {ca3b7c46-e62c-4f1e-9066-faf2e412bf54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11184 | 2025.01.27 09:38:55.988201 [ 273 ] {ca3b7c46-e62c-4f1e-9066-faf2e412bf54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11185 | 2025.01.27 09:38:55.988911 [ 273 ] {ca3b7c46-e62c-4f1e-9066-faf2e412bf54} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11186 | 2025.01.27 09:38:55.988955 [ 273 ] {ca3b7c46-e62c-4f1e-9066-faf2e412bf54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11187 | 2025.01.27 09:38:55.989365 [ 273 ] {ca3b7c46-e62c-4f1e-9066-faf2e412bf54} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 11188 | 2025.01.27 09:38:55.989614 [ 273 ] {ca3b7c46-e62c-4f1e-9066-faf2e412bf54} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11189 | 2025.01.27 09:38:55.989920 [ 273 ] {ca3b7c46-e62c-4f1e-9066-faf2e412bf54} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001818 sec., 8800.880088008802 rows/sec., 717.65 KiB/sec. | ||
| 11190 | 2025.01.27 09:38:55.990269 [ 273 ] {ca3b7c46-e62c-4f1e-9066-faf2e412bf54} <Debug> TCPHandler: Processed in 0.002466137 sec. | ||
| 11191 | 2025.01.27 09:38:55.990442 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11192 | 2025.01.27 09:38:55.990560 [ 267 ] {b4ba5926-3b18-4c84-986b-1d590aa3072c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11193 | 2025.01.27 09:38:55.990610 [ 267 ] {b4ba5926-3b18-4c84-986b-1d590aa3072c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11194 | 2025.01.27 09:38:55.992278 [ 267 ] {b4ba5926-3b18-4c84-986b-1d590aa3072c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11195 | 2025.01.27 09:38:55.992317 [ 267 ] {b4ba5926-3b18-4c84-986b-1d590aa3072c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11196 | 2025.01.27 09:38:55.992767 [ 267 ] {b4ba5926-3b18-4c84-986b-1d590aa3072c} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11197 | 2025.01.27 09:38:55.993006 [ 267 ] {b4ba5926-3b18-4c84-986b-1d590aa3072c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11198 | 2025.01.27 09:38:55.993237 [ 267 ] {b4ba5926-3b18-4c84-986b-1d590aa3072c} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.0027 sec., 529259.2592592592 rows/sec., 44.16 MiB/sec. | ||
| 11199 | 2025.01.27 09:38:55.993337 [ 267 ] {b4ba5926-3b18-4c84-986b-1d590aa3072c} <Debug> TCPHandler: Processed in 0.002961029 sec. | ||
| 11200 | 2025.01.27 09:38:55.993537 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11201 | 2025.01.27 09:38:55.993731 [ 273 ] {0910e54f-13d6-4ad1-81e8-b0b3b0b192b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11202 | 2025.01.27 09:38:55.993810 [ 273 ] {0910e54f-13d6-4ad1-81e8-b0b3b0b192b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11203 | 2025.01.27 09:38:55.994433 [ 273 ] {0910e54f-13d6-4ad1-81e8-b0b3b0b192b5} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11204 | 2025.01.27 09:38:55.994473 [ 273 ] {0910e54f-13d6-4ad1-81e8-b0b3b0b192b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11205 | 2025.01.27 09:38:55.994835 [ 273 ] {0910e54f-13d6-4ad1-81e8-b0b3b0b192b5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11206 | 2025.01.27 09:38:55.995081 [ 273 ] {0910e54f-13d6-4ad1-81e8-b0b3b0b192b5} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11207 | 2025.01.27 09:38:55.995287 [ 273 ] {0910e54f-13d6-4ad1-81e8-b0b3b0b192b5} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001584 sec., 39141.41414141414 rows/sec., 2.78 MiB/sec. | ||
| 11208 | 2025.01.27 09:38:55.995340 [ 273 ] {0910e54f-13d6-4ad1-81e8-b0b3b0b192b5} <Debug> TCPHandler: Processed in 0.001905434 sec. | ||
| 11209 | 2025.01.27 09:38:55.995500 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11210 | 2025.01.27 09:38:55.995640 [ 267 ] {d7fff32d-c36a-4f14-a725-9aea9a55c6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11211 | 2025.01.27 09:38:55.995698 [ 267 ] {d7fff32d-c36a-4f14-a725-9aea9a55c6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11212 | 2025.01.27 09:38:55.996361 [ 267 ] {d7fff32d-c36a-4f14-a725-9aea9a55c6c3} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11213 | 2025.01.27 09:38:55.996401 [ 267 ] {d7fff32d-c36a-4f14-a725-9aea9a55c6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11214 | 2025.01.27 09:38:55.996761 [ 267 ] {d7fff32d-c36a-4f14-a725-9aea9a55c6c3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11215 | 2025.01.27 09:38:55.996996 [ 267 ] {d7fff32d-c36a-4f14-a725-9aea9a55c6c3} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11216 | 2025.01.27 09:38:55.997215 [ 267 ] {d7fff32d-c36a-4f14-a725-9aea9a55c6c3} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001605 sec., 150778.81619937695 rows/sec., 10.22 MiB/sec. | ||
| 11217 | 2025.01.27 09:38:55.997266 [ 267 ] {d7fff32d-c36a-4f14-a725-9aea9a55c6c3} <Debug> TCPHandler: Processed in 0.001833583 sec. | ||
| 11218 | 2025.01.27 09:38:55.997402 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11219 | 2025.01.27 09:38:55.997517 [ 273 ] {873af240-2f57-43db-882e-eeb744116657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11220 | 2025.01.27 09:38:55.997565 [ 273 ] {873af240-2f57-43db-882e-eeb744116657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11221 | 2025.01.27 09:38:55.998146 [ 273 ] {873af240-2f57-43db-882e-eeb744116657} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11222 | 2025.01.27 09:38:55.998185 [ 273 ] {873af240-2f57-43db-882e-eeb744116657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11223 | 2025.01.27 09:38:55.998538 [ 273 ] {873af240-2f57-43db-882e-eeb744116657} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11224 | 2025.01.27 09:38:55.998799 [ 273 ] {873af240-2f57-43db-882e-eeb744116657} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11225 | 2025.01.27 09:38:55.999036 [ 273 ] {873af240-2f57-43db-882e-eeb744116657} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec. | ||
| 11226 | 2025.01.27 09:38:55.999109 [ 273 ] {873af240-2f57-43db-882e-eeb744116657} <Debug> TCPHandler: Processed in 0.001760091 sec. | ||
| 11227 | 2025.01.27 09:38:55.999365 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11228 | 2025.01.27 09:38:55.999506 [ 267 ] {4365e97a-b87a-4bd5-9adb-73c858379ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11229 | 2025.01.27 09:38:55.999562 [ 267 ] {4365e97a-b87a-4bd5-9adb-73c858379ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11230 | 2025.01.27 09:38:56.000564 [ 267 ] {4365e97a-b87a-4bd5-9adb-73c858379ad0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11231 | 2025.01.27 09:38:56.000601 [ 267 ] {4365e97a-b87a-4bd5-9adb-73c858379ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11232 | 2025.01.27 09:38:56.000997 [ 267 ] {4365e97a-b87a-4bd5-9adb-73c858379ad0} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11233 | 2025.01.27 09:38:56.001238 [ 267 ] {4365e97a-b87a-4bd5-9adb-73c858379ad0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11234 | 2025.01.27 09:38:56.001469 [ 267 ] {4365e97a-b87a-4bd5-9adb-73c858379ad0} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001993 sec., 448068.23883592576 rows/sec., 32.53 MiB/sec. | ||
| 11235 | 2025.01.27 09:38:56.001523 [ 267 ] {4365e97a-b87a-4bd5-9adb-73c858379ad0} <Debug> TCPHandler: Processed in 0.002312824 sec. | ||
| 11236 | 2025.01.27 09:38:56.001663 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11237 | 2025.01.27 09:38:56.001801 [ 273 ] {8de40ce7-2a2c-4979-878a-f105e71a3e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11238 | 2025.01.27 09:38:56.001859 [ 273 ] {8de40ce7-2a2c-4979-878a-f105e71a3e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11239 | 2025.01.27 09:38:56.002433 [ 273 ] {8de40ce7-2a2c-4979-878a-f105e71a3e10} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11240 | 2025.01.27 09:38:56.002480 [ 273 ] {8de40ce7-2a2c-4979-878a-f105e71a3e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11241 | 2025.01.27 09:38:56.002891 [ 273 ] {8de40ce7-2a2c-4979-878a-f105e71a3e10} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11242 | 2025.01.27 09:38:56.003134 [ 273 ] {8de40ce7-2a2c-4979-878a-f105e71a3e10} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11243 | 2025.01.27 09:38:56.003364 [ 273 ] {8de40ce7-2a2c-4979-878a-f105e71a3e10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 196.91 KiB/sec. | ||
| 11244 | 2025.01.27 09:38:56.003414 [ 273 ] {8de40ce7-2a2c-4979-878a-f105e71a3e10} <Debug> TCPHandler: Processed in 0.001816722 sec. | ||
| 11245 | 2025.01.27 09:38:56.003566 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11246 | 2025.01.27 09:38:56.003683 [ 267 ] {1cfa5c57-8f15-462c-aab9-ee2cdb39bdb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11247 | 2025.01.27 09:38:56.003736 [ 267 ] {1cfa5c57-8f15-462c-aab9-ee2cdb39bdb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11248 | 2025.01.27 09:38:56.004871 [ 267 ] {1cfa5c57-8f15-462c-aab9-ee2cdb39bdb4} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11249 | 2025.01.27 09:38:56.004909 [ 267 ] {1cfa5c57-8f15-462c-aab9-ee2cdb39bdb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11250 | 2025.01.27 09:38:56.005365 [ 267 ] {1cfa5c57-8f15-462c-aab9-ee2cdb39bdb4} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11251 | 2025.01.27 09:38:56.005604 [ 267 ] {1cfa5c57-8f15-462c-aab9-ee2cdb39bdb4} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11252 | 2025.01.27 09:38:56.005828 [ 267 ] {1cfa5c57-8f15-462c-aab9-ee2cdb39bdb4} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002168 sec., 444188.1918819189 rows/sec., 29.52 MiB/sec. | ||
| 11253 | 2025.01.27 09:38:56.005895 [ 267 ] {1cfa5c57-8f15-462c-aab9-ee2cdb39bdb4} <Debug> TCPHandler: Processed in 0.002388726 sec. | ||
| 11254 | 2025.01.27 09:38:56.006083 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11255 | 2025.01.27 09:38:56.006261 [ 273 ] {1e541d2a-f627-4135-ac10-dd49a2ca5239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11256 | 2025.01.27 09:38:56.006314 [ 273 ] {1e541d2a-f627-4135-ac10-dd49a2ca5239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11257 | 2025.01.27 09:38:56.006783 [ 273 ] {1e541d2a-f627-4135-ac10-dd49a2ca5239} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11258 | 2025.01.27 09:38:56.006821 [ 273 ] {1e541d2a-f627-4135-ac10-dd49a2ca5239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11259 | 2025.01.27 09:38:56.007179 [ 273 ] {1e541d2a-f627-4135-ac10-dd49a2ca5239} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11260 | 2025.01.27 09:38:56.007419 [ 273 ] {1e541d2a-f627-4135-ac10-dd49a2ca5239} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11261 | 2025.01.27 09:38:56.007658 [ 273 ] {1e541d2a-f627-4135-ac10-dd49a2ca5239} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 47.72 KiB/sec. | ||
| 11262 | 2025.01.27 09:38:56.007744 [ 273 ] {1e541d2a-f627-4135-ac10-dd49a2ca5239} <Debug> TCPHandler: Processed in 0.001765821 sec. | ||
| 11263 | 2025.01.27 09:38:56.008046 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11264 | 2025.01.27 09:38:56.008247 [ 267 ] {1094df64-2318-4ae4-bea6-0d07e5e531a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11265 | 2025.01.27 09:38:56.008375 [ 267 ] {1094df64-2318-4ae4-bea6-0d07e5e531a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11266 | 2025.01.27 09:38:56.009697 [ 267 ] {1094df64-2318-4ae4-bea6-0d07e5e531a2} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11267 | 2025.01.27 09:38:56.009736 [ 267 ] {1094df64-2318-4ae4-bea6-0d07e5e531a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11268 | 2025.01.27 09:38:56.010392 [ 267 ] {1094df64-2318-4ae4-bea6-0d07e5e531a2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11269 | 2025.01.27 09:38:56.010651 [ 267 ] {1094df64-2318-4ae4-bea6-0d07e5e531a2} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11270 | 2025.01.27 09:38:56.010890 [ 267 ] {1094df64-2318-4ae4-bea6-0d07e5e531a2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002693 sec., 14481.99034533977 rows/sec., 25.95 MiB/sec. | ||
| 11271 | 2025.01.27 09:38:56.010982 [ 267 ] {1094df64-2318-4ae4-bea6-0d07e5e531a2} <Debug> TCPHandler: Processed in 0.003121533 sec. | ||
| 11272 | 2025.01.27 09:38:56.011135 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11273 | 2025.01.27 09:38:56.011273 [ 273 ] {0532495b-0726-4375-9e3a-5c6b0bbdd3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11274 | 2025.01.27 09:38:56.011332 [ 273 ] {0532495b-0726-4375-9e3a-5c6b0bbdd3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11275 | 2025.01.27 09:38:56.011874 [ 273 ] {0532495b-0726-4375-9e3a-5c6b0bbdd3b1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11276 | 2025.01.27 09:38:56.011912 [ 273 ] {0532495b-0726-4375-9e3a-5c6b0bbdd3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11277 | 2025.01.27 09:38:56.012281 [ 273 ] {0532495b-0726-4375-9e3a-5c6b0bbdd3b1} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11278 | 2025.01.27 09:38:56.012522 [ 273 ] {0532495b-0726-4375-9e3a-5c6b0bbdd3b1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11279 | 2025.01.27 09:38:56.012734 [ 273 ] {0532495b-0726-4375-9e3a-5c6b0bbdd3b1} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001492 sec., 22788.203753351205 rows/sec., 1.32 MiB/sec. | ||
| 11280 | 2025.01.27 09:38:56.012785 [ 273 ] {0532495b-0726-4375-9e3a-5c6b0bbdd3b1} <Debug> TCPHandler: Processed in 0.001718829 sec. | ||
| 11281 | 2025.01.27 09:38:56.532029 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11282 | 2025.01.27 09:38:56.551563 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11283 | 2025.01.27 09:38:56.551606 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11284 | 2025.01.27 09:38:56.558858 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11285 | 2025.01.27 09:38:56.559615 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11286 | 2025.01.27 09:38:56.562139 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11287 | 2025.01.27 09:38:59.747251 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1584 | ||
| 11288 | 2025.01.27 09:38:59.751029 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11289 | 2025.01.27 09:38:59.751087 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11290 | 2025.01.27 09:38:59.752600 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11291 | 2025.01.27 09:38:59.752912 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11292 | 2025.01.27 09:38:59.753859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1584 | ||
| 11293 | 2025.01.27 09:39:00.651921 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11294 | 2025.01.27 09:39:00.652133 [ 267 ] {e0f51bac-caab-44f5-afb2-c0d74f5a3b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11295 | 2025.01.27 09:39:00.652210 [ 267 ] {e0f51bac-caab-44f5-afb2-c0d74f5a3b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11296 | 2025.01.27 09:39:00.653017 [ 267 ] {e0f51bac-caab-44f5-afb2-c0d74f5a3b5b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11297 | 2025.01.27 09:39:00.653070 [ 267 ] {e0f51bac-caab-44f5-afb2-c0d74f5a3b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11298 | 2025.01.27 09:39:00.653533 [ 267 ] {e0f51bac-caab-44f5-afb2-c0d74f5a3b5b} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11299 | 2025.01.27 09:39:00.653813 [ 267 ] {e0f51bac-caab-44f5-afb2-c0d74f5a3b5b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11300 | 2025.01.27 09:39:00.654046 [ 267 ] {e0f51bac-caab-44f5-afb2-c0d74f5a3b5b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.17 MiB/sec. | ||
| 11301 | 2025.01.27 09:39:00.654102 [ 267 ] {e0f51bac-caab-44f5-afb2-c0d74f5a3b5b} <Debug> TCPHandler: Processed in 0.002339245 sec. | ||
| 11302 | 2025.01.27 09:39:00.654361 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11303 | 2025.01.27 09:39:00.654560 [ 273 ] {aea2ecdc-3c4b-4ab0-be22-ddffe96af432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11304 | 2025.01.27 09:39:00.654635 [ 273 ] {aea2ecdc-3c4b-4ab0-be22-ddffe96af432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11305 | 2025.01.27 09:39:00.655419 [ 273 ] {aea2ecdc-3c4b-4ab0-be22-ddffe96af432} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11306 | 2025.01.27 09:39:00.655473 [ 273 ] {aea2ecdc-3c4b-4ab0-be22-ddffe96af432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11307 | 2025.01.27 09:39:00.655928 [ 273 ] {aea2ecdc-3c4b-4ab0-be22-ddffe96af432} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11308 | 2025.01.27 09:39:00.656195 [ 273 ] {aea2ecdc-3c4b-4ab0-be22-ddffe96af432} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11309 | 2025.01.27 09:39:00.656436 [ 273 ] {aea2ecdc-3c4b-4ab0-be22-ddffe96af432} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001933 sec., 33109.156751163995 rows/sec., 2.58 MiB/sec. | ||
| 11310 | 2025.01.27 09:39:00.656494 [ 273 ] {aea2ecdc-3c4b-4ab0-be22-ddffe96af432} <Debug> TCPHandler: Processed in 0.002269132 sec. | ||
| 11311 | 2025.01.27 09:39:00.656649 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11312 | 2025.01.27 09:39:00.656767 [ 267 ] {40201399-8da5-4745-a79c-ebcf1e6b6ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11313 | 2025.01.27 09:39:00.656822 [ 267 ] {40201399-8da5-4745-a79c-ebcf1e6b6ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11314 | 2025.01.27 09:39:00.657401 [ 267 ] {40201399-8da5-4745-a79c-ebcf1e6b6ef3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11315 | 2025.01.27 09:39:00.657441 [ 267 ] {40201399-8da5-4745-a79c-ebcf1e6b6ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11316 | 2025.01.27 09:39:00.657861 [ 267 ] {40201399-8da5-4745-a79c-ebcf1e6b6ef3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11317 | 2025.01.27 09:39:00.658114 [ 267 ] {40201399-8da5-4745-a79c-ebcf1e6b6ef3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11318 | 2025.01.27 09:39:00.658339 [ 267 ] {40201399-8da5-4745-a79c-ebcf1e6b6ef3} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001596 sec., 80200.50125313284 rows/sec., 5.59 MiB/sec. | ||
| 11319 | 2025.01.27 09:39:00.658390 [ 267 ] {40201399-8da5-4745-a79c-ebcf1e6b6ef3} <Debug> TCPHandler: Processed in 0.001799321 sec. | ||
| 11320 | 2025.01.27 09:39:00.658543 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11321 | 2025.01.27 09:39:00.658667 [ 273 ] {e84a999a-3caa-4de3-b4f2-f9a1aedf6b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11322 | 2025.01.27 09:39:00.658721 [ 273 ] {e84a999a-3caa-4de3-b4f2-f9a1aedf6b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11323 | 2025.01.27 09:39:00.659303 [ 273 ] {e84a999a-3caa-4de3-b4f2-f9a1aedf6b70} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11324 | 2025.01.27 09:39:00.659352 [ 273 ] {e84a999a-3caa-4de3-b4f2-f9a1aedf6b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11325 | 2025.01.27 09:39:00.659850 [ 273 ] {e84a999a-3caa-4de3-b4f2-f9a1aedf6b70} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11326 | 2025.01.27 09:39:00.660165 [ 273 ] {e84a999a-3caa-4de3-b4f2-f9a1aedf6b70} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11327 | 2025.01.27 09:39:00.660419 [ 273 ] {e84a999a-3caa-4de3-b4f2-f9a1aedf6b70} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001771 sec., 27103.331451157537 rows/sec., 1.83 MiB/sec. | ||
| 11328 | 2025.01.27 09:39:00.660514 [ 273 ] {e84a999a-3caa-4de3-b4f2-f9a1aedf6b70} <Debug> TCPHandler: Processed in 0.002024407 sec. | ||
| 11329 | 2025.01.27 09:39:02.113465 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 11330 | 2025.01.27 09:39:02.115149 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11331 | 2025.01.27 09:39:02.115200 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11332 | 2025.01.27 09:39:02.115791 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11333 | 2025.01.27 09:39:02.116080 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11334 | 2025.01.27 09:39:02.116316 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 11335 | 2025.01.27 09:39:04.063157 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11336 | 2025.01.27 09:39:04.084749 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11337 | 2025.01.27 09:39:04.084815 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11338 | 2025.01.27 09:39:04.092526 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11339 | 2025.01.27 09:39:04.093306 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11340 | 2025.01.27 09:39:04.096082 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11341 | 2025.01.27 09:39:05.652500 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11342 | 2025.01.27 09:39:05.652694 [ 267 ] {326742bc-be39-4041-98ab-f0730a02b399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11343 | 2025.01.27 09:39:05.652767 [ 267 ] {326742bc-be39-4041-98ab-f0730a02b399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11344 | 2025.01.27 09:39:05.653509 [ 267 ] {326742bc-be39-4041-98ab-f0730a02b399} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11345 | 2025.01.27 09:39:05.653564 [ 267 ] {326742bc-be39-4041-98ab-f0730a02b399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11346 | 2025.01.27 09:39:05.654010 [ 267 ] {326742bc-be39-4041-98ab-f0730a02b399} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11347 | 2025.01.27 09:39:05.654266 [ 267 ] {326742bc-be39-4041-98ab-f0730a02b399} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11348 | 2025.01.27 09:39:05.654533 [ 267 ] {326742bc-be39-4041-98ab-f0730a02b399} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001887 sec., 29676.7355590885 rows/sec., 2.27 MiB/sec. | ||
| 11349 | 2025.01.27 09:39:05.654615 [ 267 ] {326742bc-be39-4041-98ab-f0730a02b399} <Debug> TCPHandler: Processed in 0.002250532 sec. | ||
| 11350 | 2025.01.27 09:39:05.654883 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11351 | 2025.01.27 09:39:05.655275 [ 273 ] {25058d15-aad9-4801-911c-4e8dbc10ed90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11352 | 2025.01.27 09:39:05.655407 [ 273 ] {25058d15-aad9-4801-911c-4e8dbc10ed90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11353 | 2025.01.27 09:39:05.656171 [ 273 ] {25058d15-aad9-4801-911c-4e8dbc10ed90} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11354 | 2025.01.27 09:39:05.656218 [ 273 ] {25058d15-aad9-4801-911c-4e8dbc10ed90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11355 | 2025.01.27 09:39:05.656667 [ 273 ] {25058d15-aad9-4801-911c-4e8dbc10ed90} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11356 | 2025.01.27 09:39:05.656921 [ 273 ] {25058d15-aad9-4801-911c-4e8dbc10ed90} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11357 | 2025.01.27 09:39:05.657139 [ 273 ] {25058d15-aad9-4801-911c-4e8dbc10ed90} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001999 sec., 32016.008004002004 rows/sec., 2.50 MiB/sec. | ||
| 11358 | 2025.01.27 09:39:05.657195 [ 273 ] {25058d15-aad9-4801-911c-4e8dbc10ed90} <Debug> TCPHandler: Processed in 0.002476237 sec. | ||
| 11359 | 2025.01.27 09:39:05.657337 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11360 | 2025.01.27 09:39:05.657476 [ 267 ] {fa4ab178-fc47-47e6-a70b-c13dd3cd1e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11361 | 2025.01.27 09:39:05.657538 [ 267 ] {fa4ab178-fc47-47e6-a70b-c13dd3cd1e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11362 | 2025.01.27 09:39:05.658173 [ 267 ] {fa4ab178-fc47-47e6-a70b-c13dd3cd1e87} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11363 | 2025.01.27 09:39:05.658210 [ 267 ] {fa4ab178-fc47-47e6-a70b-c13dd3cd1e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11364 | 2025.01.27 09:39:05.658602 [ 267 ] {fa4ab178-fc47-47e6-a70b-c13dd3cd1e87} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11365 | 2025.01.27 09:39:05.658856 [ 267 ] {fa4ab178-fc47-47e6-a70b-c13dd3cd1e87} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11366 | 2025.01.27 09:39:05.659038 [ 267 ] {fa4ab178-fc47-47e6-a70b-c13dd3cd1e87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
| 11367 | 2025.01.27 09:39:05.659089 [ 267 ] {fa4ab178-fc47-47e6-a70b-c13dd3cd1e87} <Debug> TCPHandler: Processed in 0.001817982 sec. | ||
| 11368 | 2025.01.27 09:39:05.659244 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11369 | 2025.01.27 09:39:05.659385 [ 273 ] {bda2de2a-a430-443a-8a66-34db427ec322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11370 | 2025.01.27 09:39:05.659446 [ 273 ] {bda2de2a-a430-443a-8a66-34db427ec322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11371 | 2025.01.27 09:39:05.660047 [ 273 ] {bda2de2a-a430-443a-8a66-34db427ec322} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11372 | 2025.01.27 09:39:05.660088 [ 273 ] {bda2de2a-a430-443a-8a66-34db427ec322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11373 | 2025.01.27 09:39:05.660463 [ 273 ] {bda2de2a-a430-443a-8a66-34db427ec322} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11374 | 2025.01.27 09:39:05.660695 [ 273 ] {bda2de2a-a430-443a-8a66-34db427ec322} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11375 | 2025.01.27 09:39:05.660908 [ 273 ] {bda2de2a-a430-443a-8a66-34db427ec322} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec. | ||
| 11376 | 2025.01.27 09:39:05.660958 [ 273 ] {bda2de2a-a430-443a-8a66-34db427ec322} <Debug> TCPHandler: Processed in 0.001782032 sec. | ||
| 11377 | 2025.01.27 09:39:07.311271 [ 40 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11378 | 2025.01.27 09:39:07.311349 [ 40 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11379 | 2025.01.27 09:39:07.311372 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11380 | 2025.01.27 09:39:07.311527 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11381 | 2025.01.27 09:39:07.311752 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11382 | 2025.01.27 09:39:07.311808 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 242 rows starting from the beginning of the part | ||
| 11383 | 2025.01.27 09:39:07.311918 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 242 rows starting from the beginning of the part | ||
| 11384 | 2025.01.27 09:39:07.312029 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 11385 | 2025.01.27 09:39:07.312148 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 11386 | 2025.01.27 09:39:07.312238 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 242 rows starting from the beginning of the part | ||
| 11387 | 2025.01.27 09:39:07.313279 [ 193 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001827522 sec., 412580.5325462566 rows/sec., 29.54 MiB/sec. | ||
| 11388 | 2025.01.27 09:39:07.313490 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11389 | 2025.01.27 09:39:07.313819 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11390 | 2025.01.27 09:39:07.313912 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_42_9} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11391 | 2025.01.27 09:39:07.314016 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11392 | 2025.01.27 09:39:07.994811 [ 40 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11393 | 2025.01.27 09:39:07.994878 [ 40 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11394 | 2025.01.27 09:39:07.994905 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11395 | 2025.01.27 09:39:07.995116 [ 191 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11396 | 2025.01.27 09:39:07.995614 [ 191 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11397 | 2025.01.27 09:39:07.995726 [ 191 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 64 rows starting from the beginning of the part | ||
| 11398 | 2025.01.27 09:39:07.995976 [ 191 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 48 rows starting from the beginning of the part | ||
| 11399 | 2025.01.27 09:39:07.996070 [ 191 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 46 rows starting from the beginning of the part | ||
| 11400 | 2025.01.27 09:39:07.996287 [ 191 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 46 rows starting from the beginning of the part | ||
| 11401 | 2025.01.27 09:39:07.996414 [ 191 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 62 rows starting from the beginning of the part | ||
| 11402 | 2025.01.27 09:39:07.997439 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.002451847 sec., 108489.6406668116 rows/sec., 8.16 MiB/sec. | ||
| 11403 | 2025.01.27 09:39:07.997611 [ 191 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11404 | 2025.01.27 09:39:07.997899 [ 191 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11405 | 2025.01.27 09:39:07.997984 [ 191 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_42_9} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11406 | 2025.01.27 09:39:07.998065 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11407 | 2025.01.27 09:39:08.947698 [ 38 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11408 | 2025.01.27 09:39:08.947770 [ 38 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11409 | 2025.01.27 09:39:08.947796 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11410 | 2025.01.27 09:39:08.948009 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11411 | 2025.01.27 09:39:08.948293 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11412 | 2025.01.27 09:39:08.948332 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part | ||
| 11413 | 2025.01.27 09:39:08.948413 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 11414 | 2025.01.27 09:39:08.948645 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 11415 | 2025.01.27 09:39:08.948866 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 11416 | 2025.01.27 09:39:08.949019 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 11417 | 2025.01.27 09:39:08.950122 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002239332 sec., 112533.55911495035 rows/sec., 5.74 MiB/sec. | ||
| 11418 | 2025.01.27 09:39:08.950443 [ 201 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11419 | 2025.01.27 09:39:08.951047 [ 201 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11420 | 2025.01.27 09:39:08.951199 [ 201 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_42_9} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11421 | 2025.01.27 09:39:08.951304 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11422 | 2025.01.27 09:39:09.221821 [ 39 ] {} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 11423 | 2025.01.27 09:39:09.221897 [ 39 ] {} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11424 | 2025.01.27 09:39:09.221924 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11425 | 2025.01.27 09:39:09.222159 [ 188 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::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 | ||
| 11426 | 2025.01.27 09:39:09.222499 [ 188 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11427 | 2025.01.27 09:39:09.222561 [ 188 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 11428 | 2025.01.27 09:39:09.222731 [ 188 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 11429 | 2025.01.27 09:39:09.223043 [ 188 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 11430 | 2025.01.27 09:39:09.223240 [ 188 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 11431 | 2025.01.27 09:39:09.223436 [ 188 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
| 11432 | 2025.01.27 09:39:09.224512 [ 191 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002503058 sec., 21573.61115883052 rows/sec., 1.80 MiB/sec. | ||
| 11433 | 2025.01.27 09:39:09.224704 [ 191 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 11434 | 2025.01.27 09:39:09.225080 [ 191 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_13_3} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11435 | 2025.01.27 09:39:09.225178 [ 191 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_13_3} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 11436 | 2025.01.27 09:39:09.225277 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11437 | 2025.01.27 09:39:09.399653 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11438 | 2025.01.27 09:39:09.399706 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11439 | 2025.01.27 09:39:09.617405 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 11440 | 2025.01.27 09:39:09.618141 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11441 | 2025.01.27 09:39:09.618180 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11442 | 2025.01.27 09:39:09.618698 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11443 | 2025.01.27 09:39:09.618965 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11444 | 2025.01.27 09:39:09.619164 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11445 | 2025.01.27 09:39:09.755064 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1600 | ||
| 11446 | 2025.01.27 09:39:09.757765 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11447 | 2025.01.27 09:39:09.757810 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11448 | 2025.01.27 09:39:09.759268 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11449 | 2025.01.27 09:39:09.759590 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11450 | 2025.01.27 09:39:09.760915 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1600 | ||
| 11451 | 2025.01.27 09:39:10.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.87 MiB, peak 253.51 MiB, free memory in arenas 0.00 B, will set to 245.82 MiB (RSS), difference: 3.95 MiB | ||
| 11452 | 2025.01.27 09:39:10.660673 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11453 | 2025.01.27 09:39:10.660868 [ 267 ] {10007734-e70a-49b1-98f2-22acf4b33802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11454 | 2025.01.27 09:39:10.660944 [ 267 ] {10007734-e70a-49b1-98f2-22acf4b33802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11455 | 2025.01.27 09:39:10.661711 [ 267 ] {10007734-e70a-49b1-98f2-22acf4b33802} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11456 | 2025.01.27 09:39:10.661763 [ 267 ] {10007734-e70a-49b1-98f2-22acf4b33802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11457 | 2025.01.27 09:39:10.662241 [ 267 ] {10007734-e70a-49b1-98f2-22acf4b33802} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11458 | 2025.01.27 09:39:10.662515 [ 267 ] {10007734-e70a-49b1-98f2-22acf4b33802} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11459 | 2025.01.27 09:39:10.662736 [ 267 ] {10007734-e70a-49b1-98f2-22acf4b33802} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001923 sec., 7280.291211648466 rows/sec., 524.08 KiB/sec. | ||
| 11460 | 2025.01.27 09:39:10.662795 [ 267 ] {10007734-e70a-49b1-98f2-22acf4b33802} <Debug> TCPHandler: Processed in 0.002261453 sec. | ||
| 11461 | 2025.01.27 09:39:10.663073 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11462 | 2025.01.27 09:39:10.663268 [ 273 ] {bc6b624d-8842-4eb7-862b-368ca46390cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11463 | 2025.01.27 09:39:10.663340 [ 273 ] {bc6b624d-8842-4eb7-862b-368ca46390cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11464 | 2025.01.27 09:39:10.664251 [ 273 ] {bc6b624d-8842-4eb7-862b-368ca46390cc} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11465 | 2025.01.27 09:39:10.664292 [ 273 ] {bc6b624d-8842-4eb7-862b-368ca46390cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11466 | 2025.01.27 09:39:10.664753 [ 273 ] {bc6b624d-8842-4eb7-862b-368ca46390cc} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11467 | 2025.01.27 09:39:10.665008 [ 273 ] {bc6b624d-8842-4eb7-862b-368ca46390cc} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11468 | 2025.01.27 09:39:10.665171 [ 31 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11469 | 2025.01.27 09:39:10.665215 [ 31 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11470 | 2025.01.27 09:39:10.665215 [ 273 ] {bc6b624d-8842-4eb7-862b-368ca46390cc} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002 sec., 140500 rows/sec., 12.39 MiB/sec. | ||
| 11471 | 2025.01.27 09:39:10.665238 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11472 | 2025.01.27 09:39:10.665320 [ 273 ] {bc6b624d-8842-4eb7-862b-368ca46390cc} <Debug> TCPHandler: Processed in 0.002383236 sec. | ||
| 11473 | 2025.01.27 09:39:10.665528 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11474 | 2025.01.27 09:39:10.665539 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11475 | 2025.01.27 09:39:10.665770 [ 267 ] {4c076bf8-920e-4922-9bf4-aa9251544c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11476 | 2025.01.27 09:39:10.665800 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11477 | 2025.01.27 09:39:10.665863 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1430 rows starting from the beginning of the part | ||
| 11478 | 2025.01.27 09:39:10.665872 [ 267 ] {4c076bf8-920e-4922-9bf4-aa9251544c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11479 | 2025.01.27 09:39:10.666177 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part | ||
| 11480 | 2025.01.27 09:39:10.666529 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1429 rows starting from the beginning of the part | ||
| 11481 | 2025.01.27 09:39:10.666814 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 11482 | 2025.01.27 09:39:10.667242 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part | ||
| 11483 | 2025.01.27 09:39:10.667685 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 281 rows starting from the beginning of the part | ||
| 11484 | 2025.01.27 09:39:10.669008 [ 267 ] {4c076bf8-920e-4922-9bf4-aa9251544c80} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11485 | 2025.01.27 09:39:10.669066 [ 267 ] {4c076bf8-920e-4922-9bf4-aa9251544c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11486 | 2025.01.27 09:39:10.670017 [ 267 ] {4c076bf8-920e-4922-9bf4-aa9251544c80} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11487 | 2025.01.27 09:39:10.670441 [ 267 ] {4c076bf8-920e-4922-9bf4-aa9251544c80} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11488 | 2025.01.27 09:39:10.670709 [ 267 ] {4c076bf8-920e-4922-9bf4-aa9251544c80} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005012 sec., 9177.972865123704 rows/sec., 676.11 KiB/sec. | ||
| 11489 | 2025.01.27 09:39:10.670858 [ 267 ] {4c076bf8-920e-4922-9bf4-aa9251544c80} <Debug> TCPHandler: Processed in 0.005419916 sec. | ||
| 11490 | 2025.01.27 09:39:10.671169 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11491 | 2025.01.27 09:39:10.671279 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.005926378 sec., 558182.4176588128 rows/sec., 48.72 MiB/sec. | ||
| 11492 | 2025.01.27 09:39:10.671365 [ 273 ] {690a4174-abe9-4a78-be29-5f77b881d476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11493 | 2025.01.27 09:39:10.671437 [ 273 ] {690a4174-abe9-4a78-be29-5f77b881d476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11494 | 2025.01.27 09:39:10.671673 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11495 | 2025.01.27 09:39:10.672401 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11496 | 2025.01.27 09:39:10.672629 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_101_20} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11497 | 2025.01.27 09:39:10.672818 [ 273 ] {690a4174-abe9-4a78-be29-5f77b881d476} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11498 | 2025.01.27 09:39:10.672828 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 11499 | 2025.01.27 09:39:10.672885 [ 273 ] {690a4174-abe9-4a78-be29-5f77b881d476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11500 | 2025.01.27 09:39:10.673256 [ 273 ] {690a4174-abe9-4a78-be29-5f77b881d476} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11501 | 2025.01.27 09:39:10.673500 [ 273 ] {690a4174-abe9-4a78-be29-5f77b881d476} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11502 | 2025.01.27 09:39:10.673675 [ 273 ] {690a4174-abe9-4a78-be29-5f77b881d476} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002357 sec., 5939.753924480271 rows/sec., 415.98 KiB/sec. | ||
| 11503 | 2025.01.27 09:39:10.673731 [ 273 ] {690a4174-abe9-4a78-be29-5f77b881d476} <Debug> TCPHandler: Processed in 0.002742474 sec. | ||
| 11504 | 2025.01.27 09:39:10.673923 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11505 | 2025.01.27 09:39:10.674070 [ 267 ] {2fd78e78-a97c-4a16-8c54-522409ce7bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11506 | 2025.01.27 09:39:10.674129 [ 267 ] {2fd78e78-a97c-4a16-8c54-522409ce7bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11507 | 2025.01.27 09:39:10.674723 [ 267 ] {2fd78e78-a97c-4a16-8c54-522409ce7bbb} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11508 | 2025.01.27 09:39:10.674764 [ 267 ] {2fd78e78-a97c-4a16-8c54-522409ce7bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11509 | 2025.01.27 09:39:10.675137 [ 267 ] {2fd78e78-a97c-4a16-8c54-522409ce7bbb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11510 | 2025.01.27 09:39:10.675391 [ 267 ] {2fd78e78-a97c-4a16-8c54-522409ce7bbb} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11511 | 2025.01.27 09:39:10.675649 [ 267 ] {2fd78e78-a97c-4a16-8c54-522409ce7bbb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec. | ||
| 11512 | 2025.01.27 09:39:10.675812 [ 267 ] {2fd78e78-a97c-4a16-8c54-522409ce7bbb} <Debug> TCPHandler: Processed in 0.001958365 sec. | ||
| 11513 | 2025.01.27 09:39:10.676037 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11514 | 2025.01.27 09:39:10.676178 [ 273 ] {d1c8abe2-4296-44e0-be03-8c6e9fe686dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11515 | 2025.01.27 09:39:10.676225 [ 273 ] {d1c8abe2-4296-44e0-be03-8c6e9fe686dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11516 | 2025.01.27 09:39:10.677025 [ 273 ] {d1c8abe2-4296-44e0-be03-8c6e9fe686dc} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11517 | 2025.01.27 09:39:10.677062 [ 273 ] {d1c8abe2-4296-44e0-be03-8c6e9fe686dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11518 | 2025.01.27 09:39:10.677468 [ 273 ] {d1c8abe2-4296-44e0-be03-8c6e9fe686dc} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11519 | 2025.01.27 09:39:10.677716 [ 273 ] {d1c8abe2-4296-44e0-be03-8c6e9fe686dc} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11520 | 2025.01.27 09:39:10.677864 [ 31 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11521 | 2025.01.27 09:39:10.677914 [ 273 ] {d1c8abe2-4296-44e0-be03-8c6e9fe686dc} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001762 sec., 238933.03064699206 rows/sec., 17.07 MiB/sec. | ||
| 11522 | 2025.01.27 09:39:10.677917 [ 31 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11523 | 2025.01.27 09:39:10.677963 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11524 | 2025.01.27 09:39:10.677990 [ 273 ] {d1c8abe2-4296-44e0-be03-8c6e9fe686dc} <Debug> TCPHandler: Processed in 0.002058558 sec. | ||
| 11525 | 2025.01.27 09:39:10.678159 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11526 | 2025.01.27 09:39:10.678402 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11527 | 2025.01.27 09:39:10.678481 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11528 | 2025.01.27 09:39:10.678611 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 11529 | 2025.01.27 09:39:10.679098 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part | ||
| 11530 | 2025.01.27 09:39:10.679579 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 893 rows starting from the beginning of the part | ||
| 11531 | 2025.01.27 09:39:10.679857 [ 267 ] {433df8a9-a7c7-4b52-aaf0-5dc124ecb2ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11532 | 2025.01.27 09:39:10.679970 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 11533 | 2025.01.27 09:39:10.680465 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part | ||
| 11534 | 2025.01.27 09:39:10.680500 [ 267 ] {433df8a9-a7c7-4b52-aaf0-5dc124ecb2ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11535 | 2025.01.27 09:39:10.680786 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 421 rows starting from the beginning of the part | ||
| 11536 | 2025.01.27 09:39:10.682462 [ 267 ] {433df8a9-a7c7-4b52-aaf0-5dc124ecb2ac} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11537 | 2025.01.27 09:39:10.682544 [ 267 ] {433df8a9-a7c7-4b52-aaf0-5dc124ecb2ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11538 | 2025.01.27 09:39:10.683660 [ 267 ] {433df8a9-a7c7-4b52-aaf0-5dc124ecb2ac} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11539 | 2025.01.27 09:39:10.684039 [ 267 ] {433df8a9-a7c7-4b52-aaf0-5dc124ecb2ac} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11540 | 2025.01.27 09:39:10.684328 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006288306 sec., 384682.2975853911 rows/sec., 29.51 MiB/sec. | ||
| 11541 | 2025.01.27 09:39:10.684501 [ 267 ] {433df8a9-a7c7-4b52-aaf0-5dc124ecb2ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005319 sec., 1128.0315848843768 rows/sec., 58.94 KiB/sec. | ||
| 11542 | 2025.01.27 09:39:10.684607 [ 267 ] {433df8a9-a7c7-4b52-aaf0-5dc124ecb2ac} <Debug> TCPHandler: Processed in 0.006396708 sec. | ||
| 11543 | 2025.01.27 09:39:10.684680 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11544 | 2025.01.27 09:39:10.684792 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11545 | 2025.01.27 09:39:10.684967 [ 273 ] {f4f4f489-a065-46be-ac98-efcd5123ca51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11546 | 2025.01.27 09:39:10.685064 [ 273 ] {f4f4f489-a065-46be-ac98-efcd5123ca51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11547 | 2025.01.27 09:39:10.685265 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11548 | 2025.01.27 09:39:10.685539 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_101_20} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11549 | 2025.01.27 09:39:10.685704 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11550 | 2025.01.27 09:39:10.686055 [ 273 ] {f4f4f489-a065-46be-ac98-efcd5123ca51} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11551 | 2025.01.27 09:39:10.686100 [ 273 ] {f4f4f489-a065-46be-ac98-efcd5123ca51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11552 | 2025.01.27 09:39:10.686522 [ 273 ] {f4f4f489-a065-46be-ac98-efcd5123ca51} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11553 | 2025.01.27 09:39:10.686775 [ 273 ] {f4f4f489-a065-46be-ac98-efcd5123ca51} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11554 | 2025.01.27 09:39:10.686915 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11555 | 2025.01.27 09:39:10.686953 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11556 | 2025.01.27 09:39:10.686968 [ 273 ] {f4f4f489-a065-46be-ac98-efcd5123ca51} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002052 sec., 115497.07602339181 rows/sec., 7.74 MiB/sec. | ||
| 11557 | 2025.01.27 09:39:10.686980 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11558 | 2025.01.27 09:39:10.687144 [ 273 ] {f4f4f489-a065-46be-ac98-efcd5123ca51} <Debug> TCPHandler: Processed in 0.002425136 sec. | ||
| 11559 | 2025.01.27 09:39:10.687317 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11560 | 2025.01.27 09:39:10.687498 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11561 | 2025.01.27 09:39:10.687783 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11562 | 2025.01.27 09:39:10.687958 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28781 rows starting from the beginning of the part | ||
| 11563 | 2025.01.27 09:39:10.688118 [ 267 ] {2cfc13ba-001d-465a-885e-c6c736d3feb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11564 | 2025.01.27 09:39:10.688409 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 11565 | 2025.01.27 09:39:10.688772 [ 267 ] {2cfc13ba-001d-465a-885e-c6c736d3feb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11566 | 2025.01.27 09:39:10.688781 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 963 rows starting from the beginning of the part | ||
| 11567 | 2025.01.27 09:39:10.689268 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 128 rows starting from the beginning of the part | ||
| 11568 | 2025.01.27 09:39:10.689726 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 11569 | 2025.01.27 09:39:10.690101 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part | ||
| 11570 | 2025.01.27 09:39:10.691521 [ 267 ] {2cfc13ba-001d-465a-885e-c6c736d3feb8} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11571 | 2025.01.27 09:39:10.691576 [ 267 ] {2cfc13ba-001d-465a-885e-c6c736d3feb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11572 | 2025.01.27 09:39:10.692063 [ 267 ] {2cfc13ba-001d-465a-885e-c6c736d3feb8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11573 | 2025.01.27 09:39:10.692459 [ 267 ] {2cfc13ba-001d-465a-885e-c6c736d3feb8} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11574 | 2025.01.27 09:39:10.693065 [ 267 ] {2cfc13ba-001d-465a-885e-c6c736d3feb8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005137 sec., 194.66614755693985 rows/sec., 13.12 KiB/sec. | ||
| 11575 | 2025.01.27 09:39:10.693674 [ 267 ] {2cfc13ba-001d-465a-885e-c6c736d3feb8} <Debug> TCPHandler: Processed in 0.006395089 sec. | ||
| 11576 | 2025.01.27 09:39:10.693990 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11577 | 2025.01.27 09:39:10.694273 [ 273 ] {b53e1639-c1a3-49db-94e3-adcc2e92a26f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11578 | 2025.01.27 09:39:10.694398 [ 273 ] {b53e1639-c1a3-49db-94e3-adcc2e92a26f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11579 | 2025.01.27 09:39:10.696065 [ 273 ] {b53e1639-c1a3-49db-94e3-adcc2e92a26f} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11580 | 2025.01.27 09:39:10.696105 [ 273 ] {b53e1639-c1a3-49db-94e3-adcc2e92a26f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11581 | 2025.01.27 09:39:10.696997 [ 273 ] {b53e1639-c1a3-49db-94e3-adcc2e92a26f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11582 | 2025.01.27 09:39:10.697480 [ 273 ] {b53e1639-c1a3-49db-94e3-adcc2e92a26f} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11583 | 2025.01.27 09:39:10.697787 [ 273 ] {b53e1639-c1a3-49db-94e3-adcc2e92a26f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003603 sec., 10824.313072439634 rows/sec., 19.40 MiB/sec. | ||
| 11584 | 2025.01.27 09:39:10.697884 [ 273 ] {b53e1639-c1a3-49db-94e3-adcc2e92a26f} <Debug> TCPHandler: Processed in 0.004059934 sec. | ||
| 11585 | 2025.01.27 09:39:10.698075 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11586 | 2025.01.27 09:39:10.698224 [ 267 ] {745dfd35-c23f-4f4e-a824-abea1544d884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11587 | 2025.01.27 09:39:10.698296 [ 267 ] {745dfd35-c23f-4f4e-a824-abea1544d884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11588 | 2025.01.27 09:39:10.699015 [ 267 ] {745dfd35-c23f-4f4e-a824-abea1544d884} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11589 | 2025.01.27 09:39:10.699056 [ 267 ] {745dfd35-c23f-4f4e-a824-abea1544d884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11590 | 2025.01.27 09:39:10.699519 [ 267 ] {745dfd35-c23f-4f4e-a824-abea1544d884} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11591 | 2025.01.27 09:39:10.699959 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30429 rows, containing 5 columns (5 merged, 0 gathered) in 0.012867399 sec., 2364813.5882006926 rows/sec., 159.67 MiB/sec. | ||
| 11592 | 2025.01.27 09:39:10.700053 [ 267 ] {745dfd35-c23f-4f4e-a824-abea1544d884} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11593 | 2025.01.27 09:39:10.700256 [ 31 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11594 | 2025.01.27 09:39:10.700321 [ 31 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11595 | 2025.01.27 09:39:10.700370 [ 267 ] {745dfd35-c23f-4f4e-a824-abea1544d884} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002147 sec., 38192.827200745225 rows/sec., 2.43 MiB/sec. | ||
| 11596 | 2025.01.27 09:39:10.700389 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11597 | 2025.01.27 09:39:10.700579 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11598 | 2025.01.27 09:39:10.700650 [ 267 ] {745dfd35-c23f-4f4e-a824-abea1544d884} <Debug> TCPHandler: Processed in 0.002659952 sec. | ||
| 11599 | 2025.01.27 09:39:10.700794 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 11600 | 2025.01.27 09:39:10.700990 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11601 | 2025.01.27 09:39:10.701023 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5870 rows starting from the beginning of the part | ||
| 11602 | 2025.01.27 09:39:10.701131 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 11603 | 2025.01.27 09:39:10.701289 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11604 | 2025.01.27 09:39:10.701343 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 34 rows starting from the beginning of the part | ||
| 11605 | 2025.01.27 09:39:10.701625 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 48 rows starting from the beginning of the part | ||
| 11606 | 2025.01.27 09:39:10.701643 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11607 | 2025.01.27 09:39:10.701762 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 11608 | 2025.01.27 09:39:10.701922 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 11609 | 2025.01.27 09:39:10.702081 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 11610 | 2025.01.27 09:39:10.704346 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6154 rows, containing 4 columns (4 merged, 0 gathered) in 0.003834889 sec., 1604740.058969112 rows/sec., 104.58 MiB/sec. | ||
| 11611 | 2025.01.27 09:39:10.704686 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11612 | 2025.01.27 09:39:10.704972 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11613 | 2025.01.27 09:39:10.705049 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_101_20} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11614 | 2025.01.27 09:39:10.705119 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 11615 | 2025.01.27 09:39:11.597094 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11616 | 2025.01.27 09:39:11.618303 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11617 | 2025.01.27 09:39:11.618370 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11618 | 2025.01.27 09:39:11.625743 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11619 | 2025.01.27 09:39:11.626532 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11620 | 2025.01.27 09:39:11.629321 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11621 | 2025.01.27 09:39:15.653788 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11622 | 2025.01.27 09:39:15.653995 [ 267 ] {d3e5a5cf-fae7-42cc-b07d-5d5e2ed1a87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11623 | 2025.01.27 09:39:15.654070 [ 267 ] {d3e5a5cf-fae7-42cc-b07d-5d5e2ed1a87d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11624 | 2025.01.27 09:39:15.654868 [ 267 ] {d3e5a5cf-fae7-42cc-b07d-5d5e2ed1a87d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11625 | 2025.01.27 09:39:15.654919 [ 267 ] {d3e5a5cf-fae7-42cc-b07d-5d5e2ed1a87d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11626 | 2025.01.27 09:39:15.655366 [ 267 ] {d3e5a5cf-fae7-42cc-b07d-5d5e2ed1a87d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11627 | 2025.01.27 09:39:15.655616 [ 267 ] {d3e5a5cf-fae7-42cc-b07d-5d5e2ed1a87d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11628 | 2025.01.27 09:39:15.655853 [ 267 ] {d3e5a5cf-fae7-42cc-b07d-5d5e2ed1a87d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.24 MiB/sec. | ||
| 11629 | 2025.01.27 09:39:15.655912 [ 267 ] {d3e5a5cf-fae7-42cc-b07d-5d5e2ed1a87d} <Debug> TCPHandler: Processed in 0.002257053 sec. | ||
| 11630 | 2025.01.27 09:39:15.656176 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11631 | 2025.01.27 09:39:15.656380 [ 273 ] {6d884a58-4313-4ae4-a4b2-59fa43b5fb2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11632 | 2025.01.27 09:39:15.656453 [ 273 ] {6d884a58-4313-4ae4-a4b2-59fa43b5fb2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11633 | 2025.01.27 09:39:15.657209 [ 273 ] {6d884a58-4313-4ae4-a4b2-59fa43b5fb2b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11634 | 2025.01.27 09:39:15.657254 [ 273 ] {6d884a58-4313-4ae4-a4b2-59fa43b5fb2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11635 | 2025.01.27 09:39:15.657700 [ 273 ] {6d884a58-4313-4ae4-a4b2-59fa43b5fb2b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11636 | 2025.01.27 09:39:15.657970 [ 273 ] {6d884a58-4313-4ae4-a4b2-59fa43b5fb2b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11637 | 2025.01.27 09:39:15.658165 [ 273 ] {6d884a58-4313-4ae4-a4b2-59fa43b5fb2b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001839 sec., 34801.52256661229 rows/sec., 2.72 MiB/sec. | ||
| 11638 | 2025.01.27 09:39:15.658221 [ 273 ] {6d884a58-4313-4ae4-a4b2-59fa43b5fb2b} <Debug> TCPHandler: Processed in 0.002179781 sec. | ||
| 11639 | 2025.01.27 09:39:15.658396 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11640 | 2025.01.27 09:39:15.658548 [ 267 ] {5ca27548-07f3-4e57-9c57-c21801d527be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11641 | 2025.01.27 09:39:15.658612 [ 267 ] {5ca27548-07f3-4e57-9c57-c21801d527be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11642 | 2025.01.27 09:39:15.659324 [ 267 ] {5ca27548-07f3-4e57-9c57-c21801d527be} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11643 | 2025.01.27 09:39:15.659364 [ 267 ] {5ca27548-07f3-4e57-9c57-c21801d527be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11644 | 2025.01.27 09:39:15.659787 [ 267 ] {5ca27548-07f3-4e57-9c57-c21801d527be} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11645 | 2025.01.27 09:39:15.660033 [ 267 ] {5ca27548-07f3-4e57-9c57-c21801d527be} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11646 | 2025.01.27 09:39:15.660250 [ 267 ] {5ca27548-07f3-4e57-9c57-c21801d527be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001737 sec., 92112.83822682787 rows/sec., 6.42 MiB/sec. | ||
| 11647 | 2025.01.27 09:39:15.660305 [ 267 ] {5ca27548-07f3-4e57-9c57-c21801d527be} <Debug> TCPHandler: Processed in 0.001983786 sec. | ||
| 11648 | 2025.01.27 09:39:15.660476 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11649 | 2025.01.27 09:39:15.660613 [ 273 ] {cc855f4e-2497-43cb-8bac-fab1c3b16127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11650 | 2025.01.27 09:39:15.660673 [ 273 ] {cc855f4e-2497-43cb-8bac-fab1c3b16127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11651 | 2025.01.27 09:39:15.661264 [ 273 ] {cc855f4e-2497-43cb-8bac-fab1c3b16127} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11652 | 2025.01.27 09:39:15.661309 [ 273 ] {cc855f4e-2497-43cb-8bac-fab1c3b16127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11653 | 2025.01.27 09:39:15.661691 [ 273 ] {cc855f4e-2497-43cb-8bac-fab1c3b16127} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11654 | 2025.01.27 09:39:15.661940 [ 273 ] {cc855f4e-2497-43cb-8bac-fab1c3b16127} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11655 | 2025.01.27 09:39:15.662112 [ 273 ] {cc855f4e-2497-43cb-8bac-fab1c3b16127} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 11656 | 2025.01.27 09:39:15.662160 [ 273 ] {cc855f4e-2497-43cb-8bac-fab1c3b16127} <Debug> TCPHandler: Processed in 0.001752391 sec. | ||
| 11657 | 2025.01.27 09:39:17.120237 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 11658 | 2025.01.27 09:39:17.120926 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11659 | 2025.01.27 09:39:17.120972 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11660 | 2025.01.27 09:39:17.121518 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11661 | 2025.01.27 09:39:17.121788 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11662 | 2025.01.27 09:39:17.122023 [ 89 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11663 | 2025.01.27 09:39:17.122059 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 11664 | 2025.01.27 09:39:17.122100 [ 89 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11665 | 2025.01.27 09:39:17.122131 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11666 | 2025.01.27 09:39:17.122278 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 11667 | 2025.01.27 09:39:17.122436 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11668 | 2025.01.27 09:39:17.122481 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 11669 | 2025.01.27 09:39:17.122561 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 11670 | 2025.01.27 09:39:17.122747 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 11671 | 2025.01.27 09:39:17.122868 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 11672 | 2025.01.27 09:39:17.123089 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 11673 | 2025.01.27 09:39:17.123254 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 11674 | 2025.01.27 09:39:17.125923 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003718506 sec., 7529636.902562481 rows/sec., 107.71 MiB/sec. | ||
| 11675 | 2025.01.27 09:39:17.126321 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11676 | 2025.01.27 09:39:17.126668 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11677 | 2025.01.27 09:39:17.126767 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_61_12} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11678 | 2025.01.27 09:39:17.126886 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 11679 | 2025.01.27 09:39:19.130344 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11680 | 2025.01.27 09:39:19.151614 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11681 | 2025.01.27 09:39:19.151667 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11682 | 2025.01.27 09:39:19.159041 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11683 | 2025.01.27 09:39:19.159830 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11684 | 2025.01.27 09:39:19.160162 [ 32 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11685 | 2025.01.27 09:39:19.160234 [ 32 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11686 | 2025.01.27 09:39:19.160281 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11687 | 2025.01.27 09:39:19.160864 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 11688 | 2025.01.27 09:39:19.175731 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11689 | 2025.01.27 09:39:19.177281 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11690 | 2025.01.27 09:39:19.178517 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part | ||
| 11691 | 2025.01.27 09:39:19.183846 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 11692 | 2025.01.27 09:39:19.189704 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 11693 | 2025.01.27 09:39:19.195336 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 11694 | 2025.01.27 09:39:19.201149 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 11695 | 2025.01.27 09:39:19.205866 [ 189 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 11696 | 2025.01.27 09:39:19.269192 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.108751726 sec., 4229.81792491275 rows/sec., 21.87 MiB/sec. | ||
| 11697 | 2025.01.27 09:39:19.272340 [ 188 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11698 | 2025.01.27 09:39:19.275191 [ 188 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11699 | 2025.01.27 09:39:19.275306 [ 188 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_61_12} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11700 | 2025.01.27 09:39:19.277541 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11701 | 2025.01.27 09:39:19.761992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1630 | ||
| 11702 | 2025.01.27 09:39:19.765095 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11703 | 2025.01.27 09:39:19.765145 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11704 | 2025.01.27 09:39:19.766610 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11705 | 2025.01.27 09:39:19.766924 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11706 | 2025.01.27 09:39:19.768365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1630 | ||
| 11707 | 2025.01.27 09:39:20.659528 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11708 | 2025.01.27 09:39:20.659730 [ 267 ] {c0e3725e-8ed9-416f-a773-f7fe41c98f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11709 | 2025.01.27 09:39:20.659808 [ 267 ] {c0e3725e-8ed9-416f-a773-f7fe41c98f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11710 | 2025.01.27 09:39:20.660602 [ 267 ] {c0e3725e-8ed9-416f-a773-f7fe41c98f57} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11711 | 2025.01.27 09:39:20.660657 [ 267 ] {c0e3725e-8ed9-416f-a773-f7fe41c98f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11712 | 2025.01.27 09:39:20.661114 [ 267 ] {c0e3725e-8ed9-416f-a773-f7fe41c98f57} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11713 | 2025.01.27 09:39:20.661372 [ 267 ] {c0e3725e-8ed9-416f-a773-f7fe41c98f57} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11714 | 2025.01.27 09:39:20.661620 [ 267 ] {c0e3725e-8ed9-416f-a773-f7fe41c98f57} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec. | ||
| 11715 | 2025.01.27 09:39:20.661686 [ 267 ] {c0e3725e-8ed9-416f-a773-f7fe41c98f57} <Debug> TCPHandler: Processed in 0.002296193 sec. | ||
| 11716 | 2025.01.27 09:39:20.661972 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11717 | 2025.01.27 09:39:20.662169 [ 273 ] {ebace075-e17f-4d8c-a3aa-c71e6c4299b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11718 | 2025.01.27 09:39:20.662249 [ 273 ] {ebace075-e17f-4d8c-a3aa-c71e6c4299b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11719 | 2025.01.27 09:39:20.663156 [ 273 ] {ebace075-e17f-4d8c-a3aa-c71e6c4299b0} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11720 | 2025.01.27 09:39:20.663204 [ 273 ] {ebace075-e17f-4d8c-a3aa-c71e6c4299b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11721 | 2025.01.27 09:39:20.663671 [ 273 ] {ebace075-e17f-4d8c-a3aa-c71e6c4299b0} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11722 | 2025.01.27 09:39:20.663938 [ 273 ] {ebace075-e17f-4d8c-a3aa-c71e6c4299b0} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11723 | 2025.01.27 09:39:20.664186 [ 273 ] {ebace075-e17f-4d8c-a3aa-c71e6c4299b0} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002071 sec., 135683.2448092709 rows/sec., 11.97 MiB/sec. | ||
| 11724 | 2025.01.27 09:39:20.664252 [ 273 ] {ebace075-e17f-4d8c-a3aa-c71e6c4299b0} <Debug> TCPHandler: Processed in 0.002428496 sec. | ||
| 11725 | 2025.01.27 09:39:20.664485 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11726 | 2025.01.27 09:39:20.664701 [ 267 ] {b0b0dc1c-5eda-4749-ba28-af55d7589090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11727 | 2025.01.27 09:39:20.664756 [ 267 ] {b0b0dc1c-5eda-4749-ba28-af55d7589090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11728 | 2025.01.27 09:39:20.665378 [ 267 ] {b0b0dc1c-5eda-4749-ba28-af55d7589090} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11729 | 2025.01.27 09:39:20.665420 [ 267 ] {b0b0dc1c-5eda-4749-ba28-af55d7589090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11730 | 2025.01.27 09:39:20.665804 [ 267 ] {b0b0dc1c-5eda-4749-ba28-af55d7589090} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11731 | 2025.01.27 09:39:20.666050 [ 267 ] {b0b0dc1c-5eda-4749-ba28-af55d7589090} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11732 | 2025.01.27 09:39:20.666275 [ 267 ] {b0b0dc1c-5eda-4749-ba28-af55d7589090} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001602 sec., 28714.10736579276 rows/sec., 2.07 MiB/sec. | ||
| 11733 | 2025.01.27 09:39:20.666373 [ 267 ] {b0b0dc1c-5eda-4749-ba28-af55d7589090} <Debug> TCPHandler: Processed in 0.002017437 sec. | ||
| 11734 | 2025.01.27 09:39:20.666558 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11735 | 2025.01.27 09:39:20.666674 [ 273 ] {427d9245-94ea-4d4e-ae1a-7a6ad20ed787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11736 | 2025.01.27 09:39:20.666722 [ 273 ] {427d9245-94ea-4d4e-ae1a-7a6ad20ed787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11737 | 2025.01.27 09:39:20.667309 [ 273 ] {427d9245-94ea-4d4e-ae1a-7a6ad20ed787} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11738 | 2025.01.27 09:39:20.667348 [ 273 ] {427d9245-94ea-4d4e-ae1a-7a6ad20ed787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11739 | 2025.01.27 09:39:20.667713 [ 273 ] {427d9245-94ea-4d4e-ae1a-7a6ad20ed787} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11740 | 2025.01.27 09:39:20.667985 [ 273 ] {427d9245-94ea-4d4e-ae1a-7a6ad20ed787} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11741 | 2025.01.27 09:39:20.668204 [ 273 ] {427d9245-94ea-4d4e-ae1a-7a6ad20ed787} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001554 sec., 9009.009009009009 rows/sec., 630.93 KiB/sec. | ||
| 11742 | 2025.01.27 09:39:20.668258 [ 273 ] {427d9245-94ea-4d4e-ae1a-7a6ad20ed787} <Debug> TCPHandler: Processed in 0.001780661 sec. | ||
| 11743 | 2025.01.27 09:39:20.668413 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11744 | 2025.01.27 09:39:20.668534 [ 267 ] {caed3264-8184-49bc-9521-ce527a71051f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11745 | 2025.01.27 09:39:20.668584 [ 267 ] {caed3264-8184-49bc-9521-ce527a71051f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11746 | 2025.01.27 09:39:20.669162 [ 267 ] {caed3264-8184-49bc-9521-ce527a71051f} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11747 | 2025.01.27 09:39:20.669201 [ 267 ] {caed3264-8184-49bc-9521-ce527a71051f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11748 | 2025.01.27 09:39:20.669562 [ 267 ] {caed3264-8184-49bc-9521-ce527a71051f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11749 | 2025.01.27 09:39:20.669800 [ 267 ] {caed3264-8184-49bc-9521-ce527a71051f} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11750 | 2025.01.27 09:39:20.670011 [ 267 ] {caed3264-8184-49bc-9521-ce527a71051f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001502 sec., 8655.126498002663 rows/sec., 539.65 KiB/sec. | ||
| 11751 | 2025.01.27 09:39:20.670064 [ 267 ] {caed3264-8184-49bc-9521-ce527a71051f} <Debug> TCPHandler: Processed in 0.00171218 sec. | ||
| 11752 | 2025.01.27 09:39:20.670216 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11753 | 2025.01.27 09:39:20.670333 [ 273 ] {2b82ff43-95aa-43a8-b706-d8d408c896fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11754 | 2025.01.27 09:39:20.670381 [ 273 ] {2b82ff43-95aa-43a8-b706-d8d408c896fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11755 | 2025.01.27 09:39:20.671241 [ 273 ] {2b82ff43-95aa-43a8-b706-d8d408c896fe} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11756 | 2025.01.27 09:39:20.671287 [ 273 ] {2b82ff43-95aa-43a8-b706-d8d408c896fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11757 | 2025.01.27 09:39:20.671697 [ 273 ] {2b82ff43-95aa-43a8-b706-d8d408c896fe} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11758 | 2025.01.27 09:39:20.671947 [ 273 ] {2b82ff43-95aa-43a8-b706-d8d408c896fe} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11759 | 2025.01.27 09:39:20.672167 [ 273 ] {2b82ff43-95aa-43a8-b706-d8d408c896fe} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001858 sec., 226587.72874058125 rows/sec., 16.19 MiB/sec. | ||
| 11760 | 2025.01.27 09:39:20.672221 [ 273 ] {2b82ff43-95aa-43a8-b706-d8d408c896fe} <Debug> TCPHandler: Processed in 0.002062328 sec. | ||
| 11761 | 2025.01.27 09:39:20.672369 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11762 | 2025.01.27 09:39:20.672487 [ 267 ] {ba25e83b-aff2-4f16-bcf3-219c03c4837e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11763 | 2025.01.27 09:39:20.672539 [ 267 ] {ba25e83b-aff2-4f16-bcf3-219c03c4837e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11764 | 2025.01.27 09:39:20.673025 [ 267 ] {ba25e83b-aff2-4f16-bcf3-219c03c4837e} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11765 | 2025.01.27 09:39:20.673065 [ 267 ] {ba25e83b-aff2-4f16-bcf3-219c03c4837e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11766 | 2025.01.27 09:39:20.673425 [ 267 ] {ba25e83b-aff2-4f16-bcf3-219c03c4837e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11767 | 2025.01.27 09:39:20.673656 [ 267 ] {ba25e83b-aff2-4f16-bcf3-219c03c4837e} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11768 | 2025.01.27 09:39:20.673869 [ 267 ] {ba25e83b-aff2-4f16-bcf3-219c03c4837e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001406 sec., 4267.425320056899 rows/sec., 222.96 KiB/sec. | ||
| 11769 | 2025.01.27 09:39:20.673919 [ 267 ] {ba25e83b-aff2-4f16-bcf3-219c03c4837e} <Debug> TCPHandler: Processed in 0.001610508 sec. | ||
| 11770 | 2025.01.27 09:39:20.674054 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11771 | 2025.01.27 09:39:20.674170 [ 273 ] {b67fb64f-8b03-4456-9dd6-780019728675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11772 | 2025.01.27 09:39:20.674223 [ 273 ] {b67fb64f-8b03-4456-9dd6-780019728675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11773 | 2025.01.27 09:39:20.674811 [ 273 ] {b67fb64f-8b03-4456-9dd6-780019728675} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11774 | 2025.01.27 09:39:20.674850 [ 273 ] {b67fb64f-8b03-4456-9dd6-780019728675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11775 | 2025.01.27 09:39:20.675248 [ 273 ] {b67fb64f-8b03-4456-9dd6-780019728675} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11776 | 2025.01.27 09:39:20.675490 [ 273 ] {b67fb64f-8b03-4456-9dd6-780019728675} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11777 | 2025.01.27 09:39:20.675706 [ 273 ] {b67fb64f-8b03-4456-9dd6-780019728675} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00156 sec., 151923.07692307694 rows/sec., 10.18 MiB/sec. | ||
| 11778 | 2025.01.27 09:39:20.675758 [ 273 ] {b67fb64f-8b03-4456-9dd6-780019728675} <Debug> TCPHandler: Processed in 0.001761192 sec. | ||
| 11779 | 2025.01.27 09:39:20.675905 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11780 | 2025.01.27 09:39:20.676042 [ 267 ] {9aaa6dce-aa8c-4dda-803c-b15bc9248f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11781 | 2025.01.27 09:39:20.676102 [ 267 ] {9aaa6dce-aa8c-4dda-803c-b15bc9248f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11782 | 2025.01.27 09:39:20.676614 [ 267 ] {9aaa6dce-aa8c-4dda-803c-b15bc9248f79} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11783 | 2025.01.27 09:39:20.676653 [ 267 ] {9aaa6dce-aa8c-4dda-803c-b15bc9248f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11784 | 2025.01.27 09:39:20.677014 [ 267 ] {9aaa6dce-aa8c-4dda-803c-b15bc9248f79} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11785 | 2025.01.27 09:39:20.677250 [ 267 ] {9aaa6dce-aa8c-4dda-803c-b15bc9248f79} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11786 | 2025.01.27 09:39:20.677487 [ 267 ] {9aaa6dce-aa8c-4dda-803c-b15bc9248f79} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec. | ||
| 11787 | 2025.01.27 09:39:20.677565 [ 267 ] {9aaa6dce-aa8c-4dda-803c-b15bc9248f79} <Debug> TCPHandler: Processed in 0.00172463 sec. | ||
| 11788 | 2025.01.27 09:39:20.677775 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11789 | 2025.01.27 09:39:20.677920 [ 273 ] {c30d87ef-ca23-490b-87e7-065d2fb16073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11790 | 2025.01.27 09:39:20.678006 [ 273 ] {c30d87ef-ca23-490b-87e7-065d2fb16073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11791 | 2025.01.27 09:39:20.679261 [ 273 ] {c30d87ef-ca23-490b-87e7-065d2fb16073} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11792 | 2025.01.27 09:39:20.679299 [ 273 ] {c30d87ef-ca23-490b-87e7-065d2fb16073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11793 | 2025.01.27 09:39:20.679959 [ 273 ] {c30d87ef-ca23-490b-87e7-065d2fb16073} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11794 | 2025.01.27 09:39:20.680217 [ 273 ] {c30d87ef-ca23-490b-87e7-065d2fb16073} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11795 | 2025.01.27 09:39:20.680454 [ 273 ] {c30d87ef-ca23-490b-87e7-065d2fb16073} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002563 sec., 15216.54311353882 rows/sec., 27.27 MiB/sec. | ||
| 11796 | 2025.01.27 09:39:20.680547 [ 273 ] {c30d87ef-ca23-490b-87e7-065d2fb16073} <Debug> TCPHandler: Processed in 0.002889978 sec. | ||
| 11797 | 2025.01.27 09:39:20.680698 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11798 | 2025.01.27 09:39:20.680838 [ 267 ] {0f5bac8a-57f8-4466-9cea-71de93491cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11799 | 2025.01.27 09:39:20.680897 [ 267 ] {0f5bac8a-57f8-4466-9cea-71de93491cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11800 | 2025.01.27 09:39:20.681463 [ 267 ] {0f5bac8a-57f8-4466-9cea-71de93491cb1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11801 | 2025.01.27 09:39:20.681502 [ 267 ] {0f5bac8a-57f8-4466-9cea-71de93491cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11802 | 2025.01.27 09:39:20.681880 [ 267 ] {0f5bac8a-57f8-4466-9cea-71de93491cb1} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11803 | 2025.01.27 09:39:20.682113 [ 267 ] {0f5bac8a-57f8-4466-9cea-71de93491cb1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11804 | 2025.01.27 09:39:20.682324 [ 267 ] {0f5bac8a-57f8-4466-9cea-71de93491cb1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec. | ||
| 11805 | 2025.01.27 09:39:20.682386 [ 267 ] {0f5bac8a-57f8-4466-9cea-71de93491cb1} <Debug> TCPHandler: Processed in 0.00175543 sec. | ||
| 11806 | 2025.01.27 09:39:24.399771 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11807 | 2025.01.27 09:39:24.399892 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11808 | 2025.01.27 09:39:24.623165 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 11809 | 2025.01.27 09:39:24.623864 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11810 | 2025.01.27 09:39:24.623908 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11811 | 2025.01.27 09:39:24.624457 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11812 | 2025.01.27 09:39:24.624721 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11813 | 2025.01.27 09:39:24.624970 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 11814 | 2025.01.27 09:39:25.653373 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11815 | 2025.01.27 09:39:25.653567 [ 267 ] {fdb87812-0a42-49d1-8a8c-1ffa6ebc1ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11816 | 2025.01.27 09:39:25.653639 [ 267 ] {fdb87812-0a42-49d1-8a8c-1ffa6ebc1ecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11817 | 2025.01.27 09:39:25.654429 [ 267 ] {fdb87812-0a42-49d1-8a8c-1ffa6ebc1ecf} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11818 | 2025.01.27 09:39:25.654472 [ 267 ] {fdb87812-0a42-49d1-8a8c-1ffa6ebc1ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11819 | 2025.01.27 09:39:25.654918 [ 267 ] {fdb87812-0a42-49d1-8a8c-1ffa6ebc1ecf} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11820 | 2025.01.27 09:39:25.655173 [ 267 ] {fdb87812-0a42-49d1-8a8c-1ffa6ebc1ecf} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11821 | 2025.01.27 09:39:25.655374 [ 267 ] {fdb87812-0a42-49d1-8a8c-1ffa6ebc1ecf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001861 sec., 30091.348737238044 rows/sec., 2.30 MiB/sec. | ||
| 11822 | 2025.01.27 09:39:25.655431 [ 267 ] {fdb87812-0a42-49d1-8a8c-1ffa6ebc1ecf} <Debug> TCPHandler: Processed in 0.002188751 sec. | ||
| 11823 | 2025.01.27 09:39:25.655731 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11824 | 2025.01.27 09:39:25.656034 [ 273 ] {a3018aba-6e5c-4cdf-865b-bde4fe84d719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11825 | 2025.01.27 09:39:25.656150 [ 273 ] {a3018aba-6e5c-4cdf-865b-bde4fe84d719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11826 | 2025.01.27 09:39:25.657094 [ 273 ] {a3018aba-6e5c-4cdf-865b-bde4fe84d719} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11827 | 2025.01.27 09:39:25.657139 [ 273 ] {a3018aba-6e5c-4cdf-865b-bde4fe84d719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11828 | 2025.01.27 09:39:25.657578 [ 273 ] {a3018aba-6e5c-4cdf-865b-bde4fe84d719} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11829 | 2025.01.27 09:39:25.657838 [ 273 ] {a3018aba-6e5c-4cdf-865b-bde4fe84d719} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11830 | 2025.01.27 09:39:25.658080 [ 273 ] {a3018aba-6e5c-4cdf-865b-bde4fe84d719} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002133 sec., 30004.688232536337 rows/sec., 2.34 MiB/sec. | ||
| 11831 | 2025.01.27 09:39:25.658138 [ 273 ] {a3018aba-6e5c-4cdf-865b-bde4fe84d719} <Debug> TCPHandler: Processed in 0.00258195 sec. | ||
| 11832 | 2025.01.27 09:39:25.658342 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11833 | 2025.01.27 09:39:25.658565 [ 267 ] {a3c0f879-ea4f-4c55-8a6e-57affc677833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11834 | 2025.01.27 09:39:25.658655 [ 267 ] {a3c0f879-ea4f-4c55-8a6e-57affc677833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11835 | 2025.01.27 09:39:25.659214 [ 267 ] {a3c0f879-ea4f-4c55-8a6e-57affc677833} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11836 | 2025.01.27 09:39:25.659251 [ 267 ] {a3c0f879-ea4f-4c55-8a6e-57affc677833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11837 | 2025.01.27 09:39:25.659643 [ 267 ] {a3c0f879-ea4f-4c55-8a6e-57affc677833} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11838 | 2025.01.27 09:39:25.659887 [ 267 ] {a3c0f879-ea4f-4c55-8a6e-57affc677833} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11839 | 2025.01.27 09:39:25.660090 [ 267 ] {a3c0f879-ea4f-4c55-8a6e-57affc677833} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
| 11840 | 2025.01.27 09:39:25.660157 [ 267 ] {a3c0f879-ea4f-4c55-8a6e-57affc677833} <Debug> TCPHandler: Processed in 0.001927975 sec. | ||
| 11841 | 2025.01.27 09:39:25.660314 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11842 | 2025.01.27 09:39:25.660606 [ 273 ] {92d59113-5cb1-448d-963c-3ba0e70b3ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11843 | 2025.01.27 09:39:25.660761 [ 273 ] {92d59113-5cb1-448d-963c-3ba0e70b3ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11844 | 2025.01.27 09:39:25.662106 [ 273 ] {92d59113-5cb1-448d-963c-3ba0e70b3ac0} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11845 | 2025.01.27 09:39:25.662145 [ 273 ] {92d59113-5cb1-448d-963c-3ba0e70b3ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11846 | 2025.01.27 09:39:25.662528 [ 273 ] {92d59113-5cb1-448d-963c-3ba0e70b3ac0} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11847 | 2025.01.27 09:39:25.662769 [ 273 ] {92d59113-5cb1-448d-963c-3ba0e70b3ac0} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11848 | 2025.01.27 09:39:25.662981 [ 273 ] {92d59113-5cb1-448d-963c-3ba0e70b3ac0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002507 sec., 23932.987634623056 rows/sec., 1.61 MiB/sec. | ||
| 11849 | 2025.01.27 09:39:25.663044 [ 273 ] {92d59113-5cb1-448d-963c-3ba0e70b3ac0} <Debug> TCPHandler: Processed in 0.002796725 sec. | ||
| 11850 | 2025.01.27 09:39:25.979290 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11851 | 2025.01.27 09:39:25.979473 [ 267 ] {5102eed9-8bb9-4818-82dc-4c3dad540377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11852 | 2025.01.27 09:39:25.979543 [ 267 ] {5102eed9-8bb9-4818-82dc-4c3dad540377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11853 | 2025.01.27 09:39:25.980289 [ 267 ] {5102eed9-8bb9-4818-82dc-4c3dad540377} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11854 | 2025.01.27 09:39:25.980329 [ 267 ] {5102eed9-8bb9-4818-82dc-4c3dad540377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11855 | 2025.01.27 09:39:25.980771 [ 267 ] {5102eed9-8bb9-4818-82dc-4c3dad540377} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11856 | 2025.01.27 09:39:25.981037 [ 267 ] {5102eed9-8bb9-4818-82dc-4c3dad540377} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11857 | 2025.01.27 09:39:25.981184 [ 149 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11858 | 2025.01.27 09:39:25.981229 [ 149 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11859 | 2025.01.27 09:39:25.981250 [ 267 ] {5102eed9-8bb9-4818-82dc-4c3dad540377} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001827 sec., 7662.835249042146 rows/sec., 551.62 KiB/sec. | ||
| 11860 | 2025.01.27 09:39:25.981254 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11861 | 2025.01.27 09:39:25.981381 [ 267 ] {5102eed9-8bb9-4818-82dc-4c3dad540377} <Debug> TCPHandler: Processed in 0.002213702 sec. | ||
| 11862 | 2025.01.27 09:39:25.981652 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 11863 | 2025.01.27 09:39:25.981742 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11864 | 2025.01.27 09:39:25.981910 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11865 | 2025.01.27 09:39:25.981957 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 11866 | 2025.01.27 09:39:25.981982 [ 273 ] {3dd001c1-cb8c-40b3-a4b5-f85a9f580834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11867 | 2025.01.27 09:39:25.982100 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 11868 | 2025.01.27 09:39:25.982104 [ 273 ] {3dd001c1-cb8c-40b3-a4b5-f85a9f580834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11869 | 2025.01.27 09:39:25.982391 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 11870 | 2025.01.27 09:39:25.982588 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 11871 | 2025.01.27 09:39:25.982830 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 11872 | 2025.01.27 09:39:25.983765 [ 273 ] {3dd001c1-cb8c-40b3-a4b5-f85a9f580834} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11873 | 2025.01.27 09:39:25.983813 [ 273 ] {3dd001c1-cb8c-40b3-a4b5-f85a9f580834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11874 | 2025.01.27 09:39:25.984353 [ 273 ] {3dd001c1-cb8c-40b3-a4b5-f85a9f580834} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 11875 | 2025.01.27 09:39:25.984619 [ 193 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003236125 sec., 21630.808451465873 rows/sec., 1.60 MiB/sec. | ||
| 11876 | 2025.01.27 09:39:25.984777 [ 273 ] {3dd001c1-cb8c-40b3-a4b5-f85a9f580834} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11877 | 2025.01.27 09:39:25.984852 [ 193 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11878 | 2025.01.27 09:39:25.985328 [ 273 ] {3dd001c1-cb8c-40b3-a4b5-f85a9f580834} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003363 sec., 594.7071067499256 rows/sec., 48.49 KiB/sec. | ||
| 11879 | 2025.01.27 09:39:25.985609 [ 273 ] {3dd001c1-cb8c-40b3-a4b5-f85a9f580834} <Debug> TCPHandler: Processed in 0.004070245 sec. | ||
| 11880 | 2025.01.27 09:39:25.985629 [ 193 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11881 | 2025.01.27 09:39:25.985795 [ 193 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_45_11} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11882 | 2025.01.27 09:39:25.985797 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11883 | 2025.01.27 09:39:25.985912 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11884 | 2025.01.27 09:39:25.985956 [ 267 ] {bc3e5694-8769-44ed-96f4-de3c1544fd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11885 | 2025.01.27 09:39:25.986035 [ 267 ] {bc3e5694-8769-44ed-96f4-de3c1544fd09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11886 | 2025.01.27 09:39:25.987386 [ 267 ] {bc3e5694-8769-44ed-96f4-de3c1544fd09} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11887 | 2025.01.27 09:39:25.987423 [ 267 ] {bc3e5694-8769-44ed-96f4-de3c1544fd09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11888 | 2025.01.27 09:39:25.987876 [ 267 ] {bc3e5694-8769-44ed-96f4-de3c1544fd09} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11889 | 2025.01.27 09:39:25.988120 [ 267 ] {bc3e5694-8769-44ed-96f4-de3c1544fd09} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11890 | 2025.01.27 09:39:25.988354 [ 267 ] {bc3e5694-8769-44ed-96f4-de3c1544fd09} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002428 sec., 585667.215815486 rows/sec., 48.90 MiB/sec. | ||
| 11891 | 2025.01.27 09:39:25.988411 [ 267 ] {bc3e5694-8769-44ed-96f4-de3c1544fd09} <Debug> TCPHandler: Processed in 0.002704963 sec. | ||
| 11892 | 2025.01.27 09:39:25.988573 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11893 | 2025.01.27 09:39:25.988718 [ 273 ] {4a2b502a-bbec-4e70-a7b9-b67b2c252051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11894 | 2025.01.27 09:39:25.988779 [ 273 ] {4a2b502a-bbec-4e70-a7b9-b67b2c252051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11895 | 2025.01.27 09:39:25.989482 [ 273 ] {4a2b502a-bbec-4e70-a7b9-b67b2c252051} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11896 | 2025.01.27 09:39:25.989529 [ 273 ] {4a2b502a-bbec-4e70-a7b9-b67b2c252051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11897 | 2025.01.27 09:39:25.989920 [ 273 ] {4a2b502a-bbec-4e70-a7b9-b67b2c252051} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11898 | 2025.01.27 09:39:25.990165 [ 273 ] {4a2b502a-bbec-4e70-a7b9-b67b2c252051} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11899 | 2025.01.27 09:39:25.990401 [ 273 ] {4a2b502a-bbec-4e70-a7b9-b67b2c252051} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001719 sec., 27923.211169284466 rows/sec., 2.00 MiB/sec. | ||
| 11900 | 2025.01.27 09:39:25.990454 [ 273 ] {4a2b502a-bbec-4e70-a7b9-b67b2c252051} <Debug> TCPHandler: Processed in 0.001946495 sec. | ||
| 11901 | 2025.01.27 09:39:25.990603 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11902 | 2025.01.27 09:39:25.990742 [ 267 ] {d24f4545-3619-4de1-8c01-fa5565709b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11903 | 2025.01.27 09:39:25.990799 [ 267 ] {d24f4545-3619-4de1-8c01-fa5565709b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11904 | 2025.01.27 09:39:25.991563 [ 267 ] {d24f4545-3619-4de1-8c01-fa5565709b6e} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11905 | 2025.01.27 09:39:25.991607 [ 267 ] {d24f4545-3619-4de1-8c01-fa5565709b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11906 | 2025.01.27 09:39:25.991982 [ 267 ] {d24f4545-3619-4de1-8c01-fa5565709b6e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11907 | 2025.01.27 09:39:25.992222 [ 267 ] {d24f4545-3619-4de1-8c01-fa5565709b6e} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11908 | 2025.01.27 09:39:25.992431 [ 267 ] {d24f4545-3619-4de1-8c01-fa5565709b6e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00172 sec., 140697.67441860464 rows/sec., 9.53 MiB/sec. | ||
| 11909 | 2025.01.27 09:39:25.992483 [ 267 ] {d24f4545-3619-4de1-8c01-fa5565709b6e} <Debug> TCPHandler: Processed in 0.001941066 sec. | ||
| 11910 | 2025.01.27 09:39:25.992624 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11911 | 2025.01.27 09:39:25.992761 [ 273 ] {6372a70e-2683-42f7-aea9-d4ed1006812c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11912 | 2025.01.27 09:39:25.992817 [ 273 ] {6372a70e-2683-42f7-aea9-d4ed1006812c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11913 | 2025.01.27 09:39:25.993493 [ 273 ] {6372a70e-2683-42f7-aea9-d4ed1006812c} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11914 | 2025.01.27 09:39:25.993540 [ 273 ] {6372a70e-2683-42f7-aea9-d4ed1006812c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11915 | 2025.01.27 09:39:25.993905 [ 273 ] {6372a70e-2683-42f7-aea9-d4ed1006812c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11916 | 2025.01.27 09:39:25.994149 [ 273 ] {6372a70e-2683-42f7-aea9-d4ed1006812c} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11917 | 2025.01.27 09:39:25.994331 [ 148 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11918 | 2025.01.27 09:39:25.994388 [ 273 ] {6372a70e-2683-42f7-aea9-d4ed1006812c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001655 sec., 7854.984894259819 rows/sec., 489.76 KiB/sec. | ||
| 11919 | 2025.01.27 09:39:25.994413 [ 148 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11920 | 2025.01.27 09:39:25.994484 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11921 | 2025.01.27 09:39:25.994503 [ 273 ] {6372a70e-2683-42f7-aea9-d4ed1006812c} <Debug> TCPHandler: Processed in 0.001931854 sec. | ||
| 11922 | 2025.01.27 09:39:25.994704 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 11923 | 2025.01.27 09:39:25.994729 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11924 | 2025.01.27 09:39:25.994870 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11925 | 2025.01.27 09:39:25.994946 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 11926 | 2025.01.27 09:39:25.994970 [ 267 ] {8dc2cbfa-115f-4baf-9017-78e679510752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11927 | 2025.01.27 09:39:25.995175 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 11928 | 2025.01.27 09:39:25.995171 [ 267 ] {8dc2cbfa-115f-4baf-9017-78e679510752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11929 | 2025.01.27 09:39:25.995519 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 11930 | 2025.01.27 09:39:25.995870 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 11931 | 2025.01.27 09:39:25.996217 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 11932 | 2025.01.27 09:39:25.998387 [ 267 ] {8dc2cbfa-115f-4baf-9017-78e679510752} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11933 | 2025.01.27 09:39:25.998450 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00387064 sec., 16793.088481491435 rows/sec., 1.09 MiB/sec. | ||
| 11934 | 2025.01.27 09:39:25.998462 [ 267 ] {8dc2cbfa-115f-4baf-9017-78e679510752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11935 | 2025.01.27 09:39:25.998627 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11936 | 2025.01.27 09:39:25.999140 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11937 | 2025.01.27 09:39:25.999241 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_45_11} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11938 | 2025.01.27 09:39:25.999250 [ 267 ] {8dc2cbfa-115f-4baf-9017-78e679510752} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11939 | 2025.01.27 09:39:25.999365 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11940 | 2025.01.27 09:39:25.999600 [ 267 ] {8dc2cbfa-115f-4baf-9017-78e679510752} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11941 | 2025.01.27 09:39:25.999857 [ 267 ] {8dc2cbfa-115f-4baf-9017-78e679510752} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.00496 sec., 177217.74193548388 rows/sec., 12.85 MiB/sec. | ||
| 11942 | 2025.01.27 09:39:25.999924 [ 267 ] {8dc2cbfa-115f-4baf-9017-78e679510752} <Debug> TCPHandler: Processed in 0.005327254 sec. | ||
| 11943 | 2025.01.27 09:39:26.000094 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11944 | 2025.01.27 09:39:26.000301 [ 273 ] {cf3cd1c8-e2b3-4fef-b9eb-510674338c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11945 | 2025.01.27 09:39:26.000363 [ 273 ] {cf3cd1c8-e2b3-4fef-b9eb-510674338c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11946 | 2025.01.27 09:39:26.001122 [ 273 ] {cf3cd1c8-e2b3-4fef-b9eb-510674338c6a} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11947 | 2025.01.27 09:39:26.001162 [ 273 ] {cf3cd1c8-e2b3-4fef-b9eb-510674338c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11948 | 2025.01.27 09:39:26.001537 [ 273 ] {cf3cd1c8-e2b3-4fef-b9eb-510674338c6a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11949 | 2025.01.27 09:39:26.001785 [ 273 ] {cf3cd1c8-e2b3-4fef-b9eb-510674338c6a} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11950 | 2025.01.27 09:39:26.002006 [ 273 ] {cf3cd1c8-e2b3-4fef-b9eb-510674338c6a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00179 sec., 3351.95530726257 rows/sec., 175.13 KiB/sec. | ||
| 11951 | 2025.01.27 09:39:26.002064 [ 273 ] {cf3cd1c8-e2b3-4fef-b9eb-510674338c6a} <Debug> TCPHandler: Processed in 0.002038667 sec. | ||
| 11952 | 2025.01.27 09:39:26.002215 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11953 | 2025.01.27 09:39:26.002337 [ 267 ] {bbb051da-a717-44c5-ae68-1669cb8e92cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11954 | 2025.01.27 09:39:26.002391 [ 267 ] {bbb051da-a717-44c5-ae68-1669cb8e92cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11955 | 2025.01.27 09:39:26.003271 [ 267 ] {bbb051da-a717-44c5-ae68-1669cb8e92cc} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11956 | 2025.01.27 09:39:26.003310 [ 267 ] {bbb051da-a717-44c5-ae68-1669cb8e92cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11957 | 2025.01.27 09:39:26.003759 [ 267 ] {bbb051da-a717-44c5-ae68-1669cb8e92cc} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11958 | 2025.01.27 09:39:26.004012 [ 267 ] {bbb051da-a717-44c5-ae68-1669cb8e92cc} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11959 | 2025.01.27 09:39:26.004240 [ 267 ] {bbb051da-a717-44c5-ae68-1669cb8e92cc} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001927 sec., 496107.9398028023 rows/sec., 32.96 MiB/sec. | ||
| 11960 | 2025.01.27 09:39:26.004293 [ 267 ] {bbb051da-a717-44c5-ae68-1669cb8e92cc} <Debug> TCPHandler: Processed in 0.00213839 sec. | ||
| 11961 | 2025.01.27 09:39:26.004463 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11962 | 2025.01.27 09:39:26.004601 [ 273 ] {b645a60d-ba59-4de5-9226-93b2d5fdc573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11963 | 2025.01.27 09:39:26.004662 [ 273 ] {b645a60d-ba59-4de5-9226-93b2d5fdc573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11964 | 2025.01.27 09:39:26.005225 [ 273 ] {b645a60d-ba59-4de5-9226-93b2d5fdc573} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11965 | 2025.01.27 09:39:26.005269 [ 273 ] {b645a60d-ba59-4de5-9226-93b2d5fdc573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11966 | 2025.01.27 09:39:26.005674 [ 273 ] {b645a60d-ba59-4de5-9226-93b2d5fdc573} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11967 | 2025.01.27 09:39:26.005921 [ 273 ] {b645a60d-ba59-4de5-9226-93b2d5fdc573} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11968 | 2025.01.27 09:39:26.006148 [ 273 ] {b645a60d-ba59-4de5-9226-93b2d5fdc573} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001576 sec., 634.5177664974619 rows/sec., 42.76 KiB/sec. | ||
| 11969 | 2025.01.27 09:39:26.006223 [ 273 ] {b645a60d-ba59-4de5-9226-93b2d5fdc573} <Debug> TCPHandler: Processed in 0.001822953 sec. | ||
| 11970 | 2025.01.27 09:39:26.006417 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11971 | 2025.01.27 09:39:26.006545 [ 267 ] {9cc3168e-f473-4e40-b3e0-7d0b96f4b535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11972 | 2025.01.27 09:39:26.006634 [ 267 ] {9cc3168e-f473-4e40-b3e0-7d0b96f4b535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11973 | 2025.01.27 09:39:26.007900 [ 267 ] {9cc3168e-f473-4e40-b3e0-7d0b96f4b535} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11974 | 2025.01.27 09:39:26.007940 [ 267 ] {9cc3168e-f473-4e40-b3e0-7d0b96f4b535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11975 | 2025.01.27 09:39:26.008591 [ 267 ] {9cc3168e-f473-4e40-b3e0-7d0b96f4b535} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11976 | 2025.01.27 09:39:26.008854 [ 267 ] {9cc3168e-f473-4e40-b3e0-7d0b96f4b535} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11977 | 2025.01.27 09:39:26.009123 [ 267 ] {9cc3168e-f473-4e40-b3e0-7d0b96f4b535} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002605 sec., 14971.209213051823 rows/sec., 26.83 MiB/sec. | ||
| 11978 | 2025.01.27 09:39:26.009439 [ 267 ] {9cc3168e-f473-4e40-b3e0-7d0b96f4b535} <Debug> TCPHandler: Processed in 0.003119323 sec. | ||
| 11979 | 2025.01.27 09:39:26.009609 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11980 | 2025.01.27 09:39:26.009747 [ 273 ] {ee1b82aa-d10b-4927-83ae-cf4e5f72f640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11981 | 2025.01.27 09:39:26.009811 [ 273 ] {ee1b82aa-d10b-4927-83ae-cf4e5f72f640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11982 | 2025.01.27 09:39:26.010372 [ 273 ] {ee1b82aa-d10b-4927-83ae-cf4e5f72f640} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11983 | 2025.01.27 09:39:26.010417 [ 273 ] {ee1b82aa-d10b-4927-83ae-cf4e5f72f640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11984 | 2025.01.27 09:39:26.010805 [ 273 ] {ee1b82aa-d10b-4927-83ae-cf4e5f72f640} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11985 | 2025.01.27 09:39:26.011038 [ 273 ] {ee1b82aa-d10b-4927-83ae-cf4e5f72f640} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11986 | 2025.01.27 09:39:26.011256 [ 273 ] {ee1b82aa-d10b-4927-83ae-cf4e5f72f640} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00154 sec., 22077.922077922078 rows/sec., 1.28 MiB/sec. | ||
| 11987 | 2025.01.27 09:39:26.011306 [ 273 ] {ee1b82aa-d10b-4927-83ae-cf4e5f72f640} <Debug> TCPHandler: Processed in 0.001761221 sec. | ||
| 11988 | 2025.01.27 09:39:26.676761 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 11989 | 2025.01.27 09:39:26.695072 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11990 | 2025.01.27 09:39:26.695118 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11991 | 2025.01.27 09:39:26.702253 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11992 | 2025.01.27 09:39:26.703034 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11993 | 2025.01.27 09:39:26.705577 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 11994 | 2025.01.27 09:39:29.769486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1684 | ||
| 11995 | 2025.01.27 09:39:29.773275 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11996 | 2025.01.27 09:39:29.773332 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11997 | 2025.01.27 09:39:29.774829 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11998 | 2025.01.27 09:39:29.775131 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11999 | 2025.01.27 09:39:29.775320 [ 146 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12000 | 2025.01.27 09:39:29.775388 [ 146 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12001 | 2025.01.27 09:39:29.775437 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12002 | 2025.01.27 09:39:29.775951 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 12003 | 2025.01.27 09:39:29.776421 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1684 | ||
| 12004 | 2025.01.27 09:39:29.776997 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12005 | 2025.01.27 09:39:29.777174 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1500 rows starting from the beginning of the part | ||
| 12006 | 2025.01.27 09:39:29.777701 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part | ||
| 12007 | 2025.01.27 09:39:29.778202 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 54 rows starting from the beginning of the part | ||
| 12008 | 2025.01.27 09:39:29.778685 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part | ||
| 12009 | 2025.01.27 09:39:29.779142 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part | ||
| 12010 | 2025.01.27 09:39:29.779608 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 54 rows starting from the beginning of the part | ||
| 12011 | 2025.01.27 09:39:29.787699 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1684 rows, containing 72 columns (72 merged, 0 gathered) in 0.01208318 sec., 139367.28576417797 rows/sec., 106.83 MiB/sec. | ||
| 12012 | 2025.01.27 09:39:29.789583 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12013 | 2025.01.27 09:39:29.790338 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12014 | 2025.01.27 09:39:29.790420 [ 190 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_46_9} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12015 | 2025.01.27 09:39:29.790728 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. | ||
| 12016 | 2025.01.27 09:39:30.651469 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12017 | 2025.01.27 09:39:30.651667 [ 267 ] {713a8e57-a308-4919-a6fa-472b24c68a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12018 | 2025.01.27 09:39:30.651743 [ 267 ] {713a8e57-a308-4919-a6fa-472b24c68a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12019 | 2025.01.27 09:39:30.652500 [ 267 ] {713a8e57-a308-4919-a6fa-472b24c68a55} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12020 | 2025.01.27 09:39:30.652546 [ 267 ] {713a8e57-a308-4919-a6fa-472b24c68a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12021 | 2025.01.27 09:39:30.652992 [ 267 ] {713a8e57-a308-4919-a6fa-472b24c68a55} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12022 | 2025.01.27 09:39:30.653258 [ 267 ] {713a8e57-a308-4919-a6fa-472b24c68a55} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12023 | 2025.01.27 09:39:30.653467 [ 146 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12024 | 2025.01.27 09:39:30.653530 [ 267 ] {713a8e57-a308-4919-a6fa-472b24c68a55} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.23 MiB/sec. | ||
| 12025 | 2025.01.27 09:39:30.653555 [ 146 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12026 | 2025.01.27 09:39:30.653627 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12027 | 2025.01.27 09:39:30.653682 [ 267 ] {713a8e57-a308-4919-a6fa-472b24c68a55} <Debug> TCPHandler: Processed in 0.002345034 sec. | ||
| 12028 | 2025.01.27 09:39:30.653903 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12029 | 2025.01.27 09:39:30.654000 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12030 | 2025.01.27 09:39:30.654058 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12031 | 2025.01.27 09:39:30.654107 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1430 rows starting from the beginning of the part | ||
| 12032 | 2025.01.27 09:39:30.654327 [ 273 ] {b70f0318-2d8c-48ab-89d7-b7e3a0cbe9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12033 | 2025.01.27 09:39:30.654341 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 12034 | 2025.01.27 09:39:30.654468 [ 273 ] {b70f0318-2d8c-48ab-89d7-b7e3a0cbe9af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12035 | 2025.01.27 09:39:30.654641 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 281 rows starting from the beginning of the part | ||
| 12036 | 2025.01.27 09:39:30.655067 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part | ||
| 12037 | 2025.01.27 09:39:30.655372 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1422 rows starting from the beginning of the part | ||
| 12038 | 2025.01.27 09:39:30.655796 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 12039 | 2025.01.27 09:39:30.657155 [ 273 ] {b70f0318-2d8c-48ab-89d7-b7e3a0cbe9af} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12040 | 2025.01.27 09:39:30.657238 [ 273 ] {b70f0318-2d8c-48ab-89d7-b7e3a0cbe9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12041 | 2025.01.27 09:39:30.658322 [ 273 ] {b70f0318-2d8c-48ab-89d7-b7e3a0cbe9af} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12042 | 2025.01.27 09:39:30.658642 [ 273 ] {b70f0318-2d8c-48ab-89d7-b7e3a0cbe9af} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12043 | 2025.01.27 09:39:30.658886 [ 146 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12044 | 2025.01.27 09:39:30.659017 [ 146 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12045 | 2025.01.27 09:39:30.659078 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12046 | 2025.01.27 09:39:30.659135 [ 273 ] {b70f0318-2d8c-48ab-89d7-b7e3a0cbe9af} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004923 sec., 13000.203128173876 rows/sec., 1.01 MiB/sec. | ||
| 12047 | 2025.01.27 09:39:30.659844 [ 273 ] {b70f0318-2d8c-48ab-89d7-b7e3a0cbe9af} <Debug> TCPHandler: Processed in 0.0060098 sec. | ||
| 12048 | 2025.01.27 09:39:30.659895 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12049 | 2025.01.27 09:39:30.660305 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006564112 sec., 502885.9958513809 rows/sec., 43.91 MiB/sec. | ||
| 12050 | 2025.01.27 09:39:30.660313 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12051 | 2025.01.27 09:39:30.660812 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12052 | 2025.01.27 09:39:30.660962 [ 267 ] {7c4cef1b-7a31-45cd-9267-5238da1cbb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12053 | 2025.01.27 09:39:30.661249 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12054 | 2025.01.27 09:39:30.661378 [ 267 ] {7c4cef1b-7a31-45cd-9267-5238da1cbb4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12055 | 2025.01.27 09:39:30.661497 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part | ||
| 12056 | 2025.01.27 09:39:30.662303 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12057 | 2025.01.27 09:39:30.662345 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 12058 | 2025.01.27 09:39:30.662801 [ 200 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_106_21} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12059 | 2025.01.27 09:39:30.663259 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 12060 | 2025.01.27 09:39:30.663577 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 421 rows starting from the beginning of the part | ||
| 12061 | 2025.01.27 09:39:30.664636 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part | ||
| 12062 | 2025.01.27 09:39:30.665561 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 879 rows starting from the beginning of the part | ||
| 12063 | 2025.01.27 09:39:30.666306 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 12064 | 2025.01.27 09:39:30.667370 [ 267 ] {7c4cef1b-7a31-45cd-9267-5238da1cbb4a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12065 | 2025.01.27 09:39:30.667421 [ 267 ] {7c4cef1b-7a31-45cd-9267-5238da1cbb4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12066 | 2025.01.27 09:39:30.667998 [ 267 ] {7c4cef1b-7a31-45cd-9267-5238da1cbb4a} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12067 | 2025.01.27 09:39:30.668290 [ 267 ] {7c4cef1b-7a31-45cd-9267-5238da1cbb4a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12068 | 2025.01.27 09:39:30.668505 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 12069 | 2025.01.27 09:39:30.668636 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12070 | 2025.01.27 09:39:30.668642 [ 267 ] {7c4cef1b-7a31-45cd-9267-5238da1cbb4a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.007916 sec., 16169.78271854472 rows/sec., 1.13 MiB/sec. | ||
| 12071 | 2025.01.27 09:39:30.668746 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12072 | 2025.01.27 09:39:30.669155 [ 267 ] {7c4cef1b-7a31-45cd-9267-5238da1cbb4a} <Debug> TCPHandler: Processed in 0.009123522 sec. | ||
| 12073 | 2025.01.27 09:39:30.669459 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.010250088 sec., 234632.13193876971 rows/sec., 17.99 MiB/sec. | ||
| 12074 | 2025.01.27 09:39:30.669487 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12075 | 2025.01.27 09:39:30.669480 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 12076 | 2025.01.27 09:39:30.669761 [ 273 ] {724f28aa-d7cf-45b7-baa4-81a8f28c4161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12077 | 2025.01.27 09:39:30.669836 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12078 | 2025.01.27 09:39:30.669860 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12079 | 2025.01.27 09:39:30.669882 [ 273 ] {724f28aa-d7cf-45b7-baa4-81a8f28c4161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12080 | 2025.01.27 09:39:30.669918 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30429 rows starting from the beginning of the part | ||
| 12081 | 2025.01.27 09:39:30.670491 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 12082 | 2025.01.27 09:39:30.671086 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 12083 | 2025.01.27 09:39:30.671319 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12084 | 2025.01.27 09:39:30.671649 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 12085 | 2025.01.27 09:39:30.671892 [ 196 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_106_21} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12086 | 2025.01.27 09:39:30.672075 [ 195 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 956 rows starting from the beginning of the part | ||
| 12087 | 2025.01.27 09:39:30.672285 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 12088 | 2025.01.27 09:39:30.672795 [ 273 ] {724f28aa-d7cf-45b7-baa4-81a8f28c4161} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12089 | 2025.01.27 09:39:30.672844 [ 273 ] {724f28aa-d7cf-45b7-baa4-81a8f28c4161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12090 | 2025.01.27 09:39:30.673352 [ 273 ] {724f28aa-d7cf-45b7-baa4-81a8f28c4161} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12091 | 2025.01.27 09:39:30.673783 [ 273 ] {724f28aa-d7cf-45b7-baa4-81a8f28c4161} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12092 | 2025.01.27 09:39:30.673965 [ 146 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12093 | 2025.01.27 09:39:30.674049 [ 273 ] {724f28aa-d7cf-45b7-baa4-81a8f28c4161} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004352 sec., 11029.411764705883 rows/sec., 761.14 KiB/sec. | ||
| 12094 | 2025.01.27 09:39:30.674060 [ 146 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12095 | 2025.01.27 09:39:30.674174 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12096 | 2025.01.27 09:39:30.674334 [ 273 ] {724f28aa-d7cf-45b7-baa4-81a8f28c4161} <Debug> TCPHandler: Processed in 0.005035737 sec. | ||
| 12097 | 2025.01.27 09:39:30.674521 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 12098 | 2025.01.27 09:39:30.674685 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12099 | 2025.01.27 09:39:30.674731 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6154 rows starting from the beginning of the part | ||
| 12100 | 2025.01.27 09:39:30.674835 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 12101 | 2025.01.27 09:39:30.675048 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 12102 | 2025.01.27 09:39:30.675159 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 12103 | 2025.01.27 09:39:30.675284 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 34 rows starting from the beginning of the part | ||
| 12104 | 2025.01.27 09:39:30.675383 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 48 rows starting from the beginning of the part | ||
| 12105 | 2025.01.27 09:39:30.679869 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6438 rows, containing 4 columns (4 merged, 0 gathered) in 0.005531998 sec., 1163774.8242136023 rows/sec., 75.84 MiB/sec. | ||
| 12106 | 2025.01.27 09:39:30.680517 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12107 | 2025.01.27 09:39:30.680938 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12108 | 2025.01.27 09:39:30.681028 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_106_21} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12109 | 2025.01.27 09:39:30.681168 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 12110 | 2025.01.27 09:39:30.682809 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31942 rows, containing 5 columns (5 merged, 0 gathered) in 0.013802031 sec., 2314297.077002653 rows/sec., 156.22 MiB/sec. | ||
| 12111 | 2025.01.27 09:39:30.683352 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 12112 | 2025.01.27 09:39:30.683644 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12113 | 2025.01.27 09:39:30.683725 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 12114 | 2025.01.27 09:39:30.683813 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 12115 | 2025.01.27 09:39:31.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.96 MiB, peak 260.92 MiB, free memory in arenas 0.00 B, will set to 250.96 MiB (RSS), difference: 3.00 MiB | ||
| 12116 | 2025.01.27 09:39:32.126049 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 12117 | 2025.01.27 09:39:32.126754 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12118 | 2025.01.27 09:39:32.126810 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12119 | 2025.01.27 09:39:32.127363 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12120 | 2025.01.27 09:39:32.127631 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12121 | 2025.01.27 09:39:32.127897 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 12122 | 2025.01.27 09:39:34.206593 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12123 | 2025.01.27 09:39:34.226580 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12124 | 2025.01.27 09:39:34.226636 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12125 | 2025.01.27 09:39:34.233954 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12126 | 2025.01.27 09:39:34.234731 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12127 | 2025.01.27 09:39:34.238745 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12128 | 2025.01.27 09:39:35.652986 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12129 | 2025.01.27 09:39:35.653185 [ 267 ] {29179419-090f-45e7-bdb4-d558a65e45ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12130 | 2025.01.27 09:39:35.653257 [ 267 ] {29179419-090f-45e7-bdb4-d558a65e45ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12131 | 2025.01.27 09:39:35.654000 [ 267 ] {29179419-090f-45e7-bdb4-d558a65e45ac} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12132 | 2025.01.27 09:39:35.654051 [ 267 ] {29179419-090f-45e7-bdb4-d558a65e45ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12133 | 2025.01.27 09:39:35.654503 [ 267 ] {29179419-090f-45e7-bdb4-d558a65e45ac} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12134 | 2025.01.27 09:39:35.654764 [ 267 ] {29179419-090f-45e7-bdb4-d558a65e45ac} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12135 | 2025.01.27 09:39:35.654966 [ 267 ] {29179419-090f-45e7-bdb4-d558a65e45ac} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001836 sec., 30501.089324618737 rows/sec., 2.33 MiB/sec. | ||
| 12136 | 2025.01.27 09:39:35.655023 [ 267 ] {29179419-090f-45e7-bdb4-d558a65e45ac} <Debug> TCPHandler: Processed in 0.00217111 sec. | ||
| 12137 | 2025.01.27 09:39:35.655269 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12138 | 2025.01.27 09:39:35.655483 [ 273 ] {4e040080-3e3a-419d-b434-2b9f7960fdda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12139 | 2025.01.27 09:39:35.655563 [ 273 ] {4e040080-3e3a-419d-b434-2b9f7960fdda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12140 | 2025.01.27 09:39:35.656358 [ 273 ] {4e040080-3e3a-419d-b434-2b9f7960fdda} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12141 | 2025.01.27 09:39:35.656409 [ 273 ] {4e040080-3e3a-419d-b434-2b9f7960fdda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12142 | 2025.01.27 09:39:35.656854 [ 273 ] {4e040080-3e3a-419d-b434-2b9f7960fdda} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12143 | 2025.01.27 09:39:35.657108 [ 273 ] {4e040080-3e3a-419d-b434-2b9f7960fdda} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12144 | 2025.01.27 09:39:35.657339 [ 273 ] {4e040080-3e3a-419d-b434-2b9f7960fdda} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.61 MiB/sec. | ||
| 12145 | 2025.01.27 09:39:35.657395 [ 273 ] {4e040080-3e3a-419d-b434-2b9f7960fdda} <Debug> TCPHandler: Processed in 0.002262993 sec. | ||
| 12146 | 2025.01.27 09:39:35.657530 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12147 | 2025.01.27 09:39:35.657653 [ 267 ] {092d01aa-d779-4241-92c5-e69e180692ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12148 | 2025.01.27 09:39:35.657707 [ 267 ] {092d01aa-d779-4241-92c5-e69e180692ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12149 | 2025.01.27 09:39:35.658266 [ 267 ] {092d01aa-d779-4241-92c5-e69e180692ac} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12150 | 2025.01.27 09:39:35.658303 [ 267 ] {092d01aa-d779-4241-92c5-e69e180692ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12151 | 2025.01.27 09:39:35.658710 [ 267 ] {092d01aa-d779-4241-92c5-e69e180692ac} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12152 | 2025.01.27 09:39:35.658956 [ 267 ] {092d01aa-d779-4241-92c5-e69e180692ac} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12153 | 2025.01.27 09:39:35.659134 [ 267 ] {092d01aa-d779-4241-92c5-e69e180692ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
| 12154 | 2025.01.27 09:39:35.659184 [ 267 ] {092d01aa-d779-4241-92c5-e69e180692ac} <Debug> TCPHandler: Processed in 0.001712439 sec. | ||
| 12155 | 2025.01.27 09:39:35.659329 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12156 | 2025.01.27 09:39:35.659467 [ 273 ] {edf015f6-bca6-4e39-8adc-e1276486d495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12157 | 2025.01.27 09:39:35.659529 [ 273 ] {edf015f6-bca6-4e39-8adc-e1276486d495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12158 | 2025.01.27 09:39:35.660091 [ 273 ] {edf015f6-bca6-4e39-8adc-e1276486d495} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12159 | 2025.01.27 09:39:35.660129 [ 273 ] {edf015f6-bca6-4e39-8adc-e1276486d495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12160 | 2025.01.27 09:39:35.660503 [ 273 ] {edf015f6-bca6-4e39-8adc-e1276486d495} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12161 | 2025.01.27 09:39:35.660746 [ 273 ] {edf015f6-bca6-4e39-8adc-e1276486d495} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12162 | 2025.01.27 09:39:35.660921 [ 273 ] {edf015f6-bca6-4e39-8adc-e1276486d495} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. | ||
| 12163 | 2025.01.27 09:39:35.660968 [ 273 ] {edf015f6-bca6-4e39-8adc-e1276486d495} <Debug> TCPHandler: Processed in 0.00170741 sec. | ||
| 12164 | 2025.01.27 09:39:37.183354 [ 136 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 5 parts from all_1_41_9 to all_45_45_0 | ||
| 12165 | 2025.01.27 09:39:37.183466 [ 136 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12166 | 2025.01.27 09:39:37.183510 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12167 | 2025.01.27 09:39:37.183693 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_9 to all_45_45_0 into Compact with storage Full | ||
| 12168 | 2025.01.27 09:39:37.183959 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12169 | 2025.01.27 09:39:37.183997 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 41 rows starting from the beginning of the part | ||
| 12170 | 2025.01.27 09:39:37.184076 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 12171 | 2025.01.27 09:39:37.184309 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 12172 | 2025.01.27 09:39:37.184561 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 12173 | 2025.01.27 09:39:37.184740 [ 201 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 12174 | 2025.01.27 09:39:37.185847 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.002243832 sec., 20054.97737798552 rows/sec., 1.32 MiB/sec. | ||
| 12175 | 2025.01.27 09:39:37.186036 [ 188 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Trace> MergedBlockOutputStream: filled checksums all_1_45_10 (state Temporary) | ||
| 12176 | 2025.01.27 09:39:37.186435 [ 188 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_45_10 to all_1_45_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12177 | 2025.01.27 09:39:37.186541 [ 188 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_45_10} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 5 parts: [all_1_41_9, all_45_45_0] -> all_1_45_10 | ||
| 12178 | 2025.01.27 09:39:37.186652 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12179 | 2025.01.27 09:39:39.399963 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12180 | 2025.01.27 09:39:39.400043 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12181 | 2025.01.27 09:39:39.629004 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 12182 | 2025.01.27 09:39:39.629651 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12183 | 2025.01.27 09:39:39.629697 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12184 | 2025.01.27 09:39:39.630249 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12185 | 2025.01.27 09:39:39.630512 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12186 | 2025.01.27 09:39:39.630765 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12187 | 2025.01.27 09:39:39.777613 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1700 | ||
| 12188 | 2025.01.27 09:39:39.780332 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12189 | 2025.01.27 09:39:39.780372 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12190 | 2025.01.27 09:39:39.781855 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12191 | 2025.01.27 09:39:39.782190 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12192 | 2025.01.27 09:39:39.782758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1700 | ||
| 12193 | 2025.01.27 09:39:40.001836 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001415083 sec. | ||
| 12194 | 2025.01.27 09:39:40.661820 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12195 | 2025.01.27 09:39:40.662017 [ 267 ] {2e19e654-12a3-4d1d-bd12-9dcc636a6c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12196 | 2025.01.27 09:39:40.662091 [ 267 ] {2e19e654-12a3-4d1d-bd12-9dcc636a6c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12197 | 2025.01.27 09:39:40.662859 [ 267 ] {2e19e654-12a3-4d1d-bd12-9dcc636a6c51} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12198 | 2025.01.27 09:39:40.662912 [ 267 ] {2e19e654-12a3-4d1d-bd12-9dcc636a6c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12199 | 2025.01.27 09:39:40.663377 [ 267 ] {2e19e654-12a3-4d1d-bd12-9dcc636a6c51} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12200 | 2025.01.27 09:39:40.663653 [ 267 ] {2e19e654-12a3-4d1d-bd12-9dcc636a6c51} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12201 | 2025.01.27 09:39:40.663854 [ 267 ] {2e19e654-12a3-4d1d-bd12-9dcc636a6c51} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 532.11 KiB/sec. | ||
| 12202 | 2025.01.27 09:39:40.663911 [ 267 ] {2e19e654-12a3-4d1d-bd12-9dcc636a6c51} <Debug> TCPHandler: Processed in 0.002240432 sec. | ||
| 12203 | 2025.01.27 09:39:40.664190 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12204 | 2025.01.27 09:39:40.664388 [ 273 ] {06567beb-4ac4-42c9-938d-723c9e3539ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12205 | 2025.01.27 09:39:40.664465 [ 273 ] {06567beb-4ac4-42c9-938d-723c9e3539ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12206 | 2025.01.27 09:39:40.665432 [ 273 ] {06567beb-4ac4-42c9-938d-723c9e3539ed} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12207 | 2025.01.27 09:39:40.665486 [ 273 ] {06567beb-4ac4-42c9-938d-723c9e3539ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12208 | 2025.01.27 09:39:40.665959 [ 273 ] {06567beb-4ac4-42c9-938d-723c9e3539ed} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12209 | 2025.01.27 09:39:40.666229 [ 273 ] {06567beb-4ac4-42c9-938d-723c9e3539ed} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12210 | 2025.01.27 09:39:40.666454 [ 273 ] {06567beb-4ac4-42c9-938d-723c9e3539ed} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002122 sec., 132422.24316682373 rows/sec., 11.68 MiB/sec. | ||
| 12211 | 2025.01.27 09:39:40.666511 [ 273 ] {06567beb-4ac4-42c9-938d-723c9e3539ed} <Debug> TCPHandler: Processed in 0.002460907 sec. | ||
| 12212 | 2025.01.27 09:39:40.666658 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12213 | 2025.01.27 09:39:40.666780 [ 267 ] {d8c847bc-69e1-4b7d-a93d-9fab07357974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12214 | 2025.01.27 09:39:40.666830 [ 267 ] {d8c847bc-69e1-4b7d-a93d-9fab07357974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12215 | 2025.01.27 09:39:40.667440 [ 267 ] {d8c847bc-69e1-4b7d-a93d-9fab07357974} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12216 | 2025.01.27 09:39:40.667477 [ 267 ] {d8c847bc-69e1-4b7d-a93d-9fab07357974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12217 | 2025.01.27 09:39:40.667841 [ 267 ] {d8c847bc-69e1-4b7d-a93d-9fab07357974} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12218 | 2025.01.27 09:39:40.668085 [ 267 ] {d8c847bc-69e1-4b7d-a93d-9fab07357974} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12219 | 2025.01.27 09:39:40.668258 [ 267 ] {d8c847bc-69e1-4b7d-a93d-9fab07357974} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001502 sec., 30625.83222370173 rows/sec., 2.20 MiB/sec. | ||
| 12220 | 2025.01.27 09:39:40.668309 [ 267 ] {d8c847bc-69e1-4b7d-a93d-9fab07357974} <Debug> TCPHandler: Processed in 0.00171313 sec. | ||
| 12221 | 2025.01.27 09:39:40.668464 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12222 | 2025.01.27 09:39:40.668579 [ 273 ] {ce244f35-e183-4afc-a751-f482153f6c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12223 | 2025.01.27 09:39:40.668628 [ 273 ] {ce244f35-e183-4afc-a751-f482153f6c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12224 | 2025.01.27 09:39:40.669208 [ 273 ] {ce244f35-e183-4afc-a751-f482153f6c08} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12225 | 2025.01.27 09:39:40.669246 [ 273 ] {ce244f35-e183-4afc-a751-f482153f6c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12226 | 2025.01.27 09:39:40.669612 [ 273 ] {ce244f35-e183-4afc-a751-f482153f6c08} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12227 | 2025.01.27 09:39:40.669853 [ 273 ] {ce244f35-e183-4afc-a751-f482153f6c08} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12228 | 2025.01.27 09:39:40.670082 [ 273 ] {ce244f35-e183-4afc-a751-f482153f6c08} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001519 sec., 9216.589861751152 rows/sec., 645.47 KiB/sec. | ||
| 12229 | 2025.01.27 09:39:40.670178 [ 273 ] {ce244f35-e183-4afc-a751-f482153f6c08} <Debug> TCPHandler: Processed in 0.001764871 sec. | ||
| 12230 | 2025.01.27 09:39:40.670382 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12231 | 2025.01.27 09:39:40.670549 [ 267 ] {ce4aa2cc-d571-4d98-9f3f-07bc362f0980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12232 | 2025.01.27 09:39:40.670605 [ 267 ] {ce4aa2cc-d571-4d98-9f3f-07bc362f0980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12233 | 2025.01.27 09:39:40.671238 [ 267 ] {ce4aa2cc-d571-4d98-9f3f-07bc362f0980} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12234 | 2025.01.27 09:39:40.671276 [ 267 ] {ce4aa2cc-d571-4d98-9f3f-07bc362f0980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12235 | 2025.01.27 09:39:40.671631 [ 267 ] {ce4aa2cc-d571-4d98-9f3f-07bc362f0980} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12236 | 2025.01.27 09:39:40.671870 [ 267 ] {ce4aa2cc-d571-4d98-9f3f-07bc362f0980} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12237 | 2025.01.27 09:39:40.672043 [ 267 ] {ce4aa2cc-d571-4d98-9f3f-07bc362f0980} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001526 sec., 8519.003931847968 rows/sec., 531.16 KiB/sec. | ||
| 12238 | 2025.01.27 09:39:40.672094 [ 267 ] {ce4aa2cc-d571-4d98-9f3f-07bc362f0980} <Debug> TCPHandler: Processed in 0.001829163 sec. | ||
| 12239 | 2025.01.27 09:39:40.672248 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12240 | 2025.01.27 09:39:40.672384 [ 273 ] {bd3cc040-6369-4a8b-915e-2630b0dd5b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12241 | 2025.01.27 09:39:40.672441 [ 273 ] {bd3cc040-6369-4a8b-915e-2630b0dd5b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12242 | 2025.01.27 09:39:40.673306 [ 273 ] {bd3cc040-6369-4a8b-915e-2630b0dd5b79} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12243 | 2025.01.27 09:39:40.673344 [ 273 ] {bd3cc040-6369-4a8b-915e-2630b0dd5b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12244 | 2025.01.27 09:39:40.673725 [ 273 ] {bd3cc040-6369-4a8b-915e-2630b0dd5b79} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12245 | 2025.01.27 09:39:40.673966 [ 273 ] {bd3cc040-6369-4a8b-915e-2630b0dd5b79} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12246 | 2025.01.27 09:39:40.674188 [ 273 ] {bd3cc040-6369-4a8b-915e-2630b0dd5b79} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001833 sec., 229678.12329514459 rows/sec., 16.41 MiB/sec. | ||
| 12247 | 2025.01.27 09:39:40.674240 [ 273 ] {bd3cc040-6369-4a8b-915e-2630b0dd5b79} <Debug> TCPHandler: Processed in 0.002059898 sec. | ||
| 12248 | 2025.01.27 09:39:40.674451 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12249 | 2025.01.27 09:39:40.674653 [ 267 ] {aacc1be5-01a2-4eee-acb1-8b88672472bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12250 | 2025.01.27 09:39:40.674745 [ 267 ] {aacc1be5-01a2-4eee-acb1-8b88672472bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12251 | 2025.01.27 09:39:40.675352 [ 267 ] {aacc1be5-01a2-4eee-acb1-8b88672472bc} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12252 | 2025.01.27 09:39:40.675388 [ 267 ] {aacc1be5-01a2-4eee-acb1-8b88672472bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12253 | 2025.01.27 09:39:40.675758 [ 267 ] {aacc1be5-01a2-4eee-acb1-8b88672472bc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12254 | 2025.01.27 09:39:40.675994 [ 267 ] {aacc1be5-01a2-4eee-acb1-8b88672472bc} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12255 | 2025.01.27 09:39:40.676172 [ 267 ] {aacc1be5-01a2-4eee-acb1-8b88672472bc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 199.67 KiB/sec. | ||
| 12256 | 2025.01.27 09:39:40.676221 [ 267 ] {aacc1be5-01a2-4eee-acb1-8b88672472bc} <Debug> TCPHandler: Processed in 0.001872124 sec. | ||
| 12257 | 2025.01.27 09:39:40.676378 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12258 | 2025.01.27 09:39:40.676515 [ 273 ] {dbc3cfa5-18f4-4ba4-82d3-7a77cb863ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12259 | 2025.01.27 09:39:40.676576 [ 273 ] {dbc3cfa5-18f4-4ba4-82d3-7a77cb863ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12260 | 2025.01.27 09:39:40.677229 [ 273 ] {dbc3cfa5-18f4-4ba4-82d3-7a77cb863ff0} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12261 | 2025.01.27 09:39:40.677267 [ 273 ] {dbc3cfa5-18f4-4ba4-82d3-7a77cb863ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12262 | 2025.01.27 09:39:40.677656 [ 273 ] {dbc3cfa5-18f4-4ba4-82d3-7a77cb863ff0} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12263 | 2025.01.27 09:39:40.677896 [ 273 ] {dbc3cfa5-18f4-4ba4-82d3-7a77cb863ff0} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12264 | 2025.01.27 09:39:40.678116 [ 273 ] {dbc3cfa5-18f4-4ba4-82d3-7a77cb863ff0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001625 sec., 145846.15384615384 rows/sec., 9.78 MiB/sec. | ||
| 12265 | 2025.01.27 09:39:40.678174 [ 273 ] {dbc3cfa5-18f4-4ba4-82d3-7a77cb863ff0} <Debug> TCPHandler: Processed in 0.001862033 sec. | ||
| 12266 | 2025.01.27 09:39:40.678325 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12267 | 2025.01.27 09:39:40.678643 [ 267 ] {020622aa-325d-4e54-834e-bfbd617f5d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12268 | 2025.01.27 09:39:40.678793 [ 267 ] {020622aa-325d-4e54-834e-bfbd617f5d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12269 | 2025.01.27 09:39:40.679715 [ 267 ] {020622aa-325d-4e54-834e-bfbd617f5d25} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12270 | 2025.01.27 09:39:40.679752 [ 267 ] {020622aa-325d-4e54-834e-bfbd617f5d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12271 | 2025.01.27 09:39:40.680112 [ 267 ] {020622aa-325d-4e54-834e-bfbd617f5d25} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12272 | 2025.01.27 09:39:40.680349 [ 267 ] {020622aa-325d-4e54-834e-bfbd617f5d25} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12273 | 2025.01.27 09:39:40.680527 [ 267 ] {020622aa-325d-4e54-834e-bfbd617f5d25} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002003 sec., 499.2511233150275 rows/sec., 33.64 KiB/sec. | ||
| 12274 | 2025.01.27 09:39:40.680575 [ 267 ] {020622aa-325d-4e54-834e-bfbd617f5d25} <Debug> TCPHandler: Processed in 0.002320034 sec. | ||
| 12275 | 2025.01.27 09:39:40.680740 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12276 | 2025.01.27 09:39:40.680878 [ 273 ] {0be677b1-ce44-4b16-8d2f-34341486b9a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12277 | 2025.01.27 09:39:40.680970 [ 273 ] {0be677b1-ce44-4b16-8d2f-34341486b9a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12278 | 2025.01.27 09:39:40.682184 [ 273 ] {0be677b1-ce44-4b16-8d2f-34341486b9a3} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12279 | 2025.01.27 09:39:40.682223 [ 273 ] {0be677b1-ce44-4b16-8d2f-34341486b9a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12280 | 2025.01.27 09:39:40.682896 [ 273 ] {0be677b1-ce44-4b16-8d2f-34341486b9a3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12281 | 2025.01.27 09:39:40.683160 [ 273 ] {0be677b1-ce44-4b16-8d2f-34341486b9a3} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12282 | 2025.01.27 09:39:40.683352 [ 133 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12283 | 2025.01.27 09:39:40.683439 [ 133 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12284 | 2025.01.27 09:39:40.683448 [ 273 ] {0be677b1-ce44-4b16-8d2f-34341486b9a3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00259 sec., 15057.91505791506 rows/sec., 26.98 MiB/sec. | ||
| 12285 | 2025.01.27 09:39:40.683483 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12286 | 2025.01.27 09:39:40.683952 [ 273 ] {0be677b1-ce44-4b16-8d2f-34341486b9a3} <Debug> TCPHandler: Processed in 0.003280186 sec. | ||
| 12287 | 2025.01.27 09:39:40.684244 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12288 | 2025.01.27 09:39:40.684513 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 12289 | 2025.01.27 09:39:40.684662 [ 267 ] {c74467bc-1d03-4ac9-a2e3-cd6e2aee5ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12290 | 2025.01.27 09:39:40.684816 [ 267 ] {c74467bc-1d03-4ac9-a2e3-cd6e2aee5ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12291 | 2025.01.27 09:39:40.685290 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12292 | 2025.01.27 09:39:40.685377 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1487 rows starting from the beginning of the part | ||
| 12293 | 2025.01.27 09:39:40.685980 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part | ||
| 12294 | 2025.01.27 09:39:40.686145 [ 267 ] {c74467bc-1d03-4ac9-a2e3-cd6e2aee5ca2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12295 | 2025.01.27 09:39:40.686213 [ 267 ] {c74467bc-1d03-4ac9-a2e3-cd6e2aee5ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12296 | 2025.01.27 09:39:40.686584 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part | ||
| 12297 | 2025.01.27 09:39:40.687184 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part | ||
| 12298 | 2025.01.27 09:39:40.687507 [ 267 ] {c74467bc-1d03-4ac9-a2e3-cd6e2aee5ca2} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12299 | 2025.01.27 09:39:40.687692 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 39 rows starting from the beginning of the part | ||
| 12300 | 2025.01.27 09:39:40.688209 [ 267 ] {c74467bc-1d03-4ac9-a2e3-cd6e2aee5ca2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12301 | 2025.01.27 09:39:40.688247 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part | ||
| 12302 | 2025.01.27 09:39:40.688837 [ 267 ] {c74467bc-1d03-4ac9-a2e3-cd6e2aee5ca2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004331 sec., 18933.27176171785 rows/sec., 1.20 MiB/sec. | ||
| 12303 | 2025.01.27 09:39:40.688973 [ 267 ] {c74467bc-1d03-4ac9-a2e3-cd6e2aee5ca2} <Debug> TCPHandler: Processed in 0.004897854 sec. | ||
| 12304 | 2025.01.27 09:39:40.696088 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1682 rows, containing 19 columns (19 merged, 0 gathered) in 0.012414658 sec., 135485.00490307505 rows/sec., 242.78 MiB/sec. | ||
| 12305 | 2025.01.27 09:39:40.697709 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12306 | 2025.01.27 09:39:40.698151 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12307 | 2025.01.27 09:39:40.698232 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12308 | 2025.01.27 09:39:40.698382 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 12309 | 2025.01.27 09:39:41.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 251.80 MiB, peak 263.45 MiB, free memory in arenas 0.00 B, will set to 253.60 MiB (RSS), difference: 1.80 MiB | ||
| 12310 | 2025.01.27 09:39:41.739762 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12311 | 2025.01.27 09:39:41.760239 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12312 | 2025.01.27 09:39:41.760281 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12313 | 2025.01.27 09:39:41.767636 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12314 | 2025.01.27 09:39:41.768437 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12315 | 2025.01.27 09:39:41.771578 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12316 | 2025.01.27 09:39:45.652528 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12317 | 2025.01.27 09:39:45.652743 [ 267 ] {6100e272-f5da-42ff-9521-5ac511ea5e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12318 | 2025.01.27 09:39:45.652822 [ 267 ] {6100e272-f5da-42ff-9521-5ac511ea5e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12319 | 2025.01.27 09:39:45.653617 [ 267 ] {6100e272-f5da-42ff-9521-5ac511ea5e20} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12320 | 2025.01.27 09:39:45.653673 [ 267 ] {6100e272-f5da-42ff-9521-5ac511ea5e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12321 | 2025.01.27 09:39:45.654118 [ 267 ] {6100e272-f5da-42ff-9521-5ac511ea5e20} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12322 | 2025.01.27 09:39:45.654380 [ 267 ] {6100e272-f5da-42ff-9521-5ac511ea5e20} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12323 | 2025.01.27 09:39:45.654575 [ 267 ] {6100e272-f5da-42ff-9521-5ac511ea5e20} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.26 MiB/sec. | ||
| 12324 | 2025.01.27 09:39:45.654634 [ 267 ] {6100e272-f5da-42ff-9521-5ac511ea5e20} <Debug> TCPHandler: Processed in 0.002243522 sec. | ||
| 12325 | 2025.01.27 09:39:45.654890 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12326 | 2025.01.27 09:39:45.655081 [ 273 ] {8b9e8ec4-4a4b-4b4d-b0e4-24efc04bd77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12327 | 2025.01.27 09:39:45.655155 [ 273 ] {8b9e8ec4-4a4b-4b4d-b0e4-24efc04bd77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12328 | 2025.01.27 09:39:45.655929 [ 273 ] {8b9e8ec4-4a4b-4b4d-b0e4-24efc04bd77a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12329 | 2025.01.27 09:39:45.655977 [ 273 ] {8b9e8ec4-4a4b-4b4d-b0e4-24efc04bd77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12330 | 2025.01.27 09:39:45.656425 [ 273 ] {8b9e8ec4-4a4b-4b4d-b0e4-24efc04bd77a} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12331 | 2025.01.27 09:39:45.656683 [ 273 ] {8b9e8ec4-4a4b-4b4d-b0e4-24efc04bd77a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12332 | 2025.01.27 09:39:45.656919 [ 273 ] {8b9e8ec4-4a4b-4b4d-b0e4-24efc04bd77a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001892 sec., 33826.638477801265 rows/sec., 2.64 MiB/sec. | ||
| 12333 | 2025.01.27 09:39:45.656975 [ 273 ] {8b9e8ec4-4a4b-4b4d-b0e4-24efc04bd77a} <Debug> TCPHandler: Processed in 0.002214631 sec. | ||
| 12334 | 2025.01.27 09:39:45.657137 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12335 | 2025.01.27 09:39:45.657281 [ 267 ] {f2c6ea5f-0081-4f6e-aef0-d46c3c71a4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12336 | 2025.01.27 09:39:45.657347 [ 267 ] {f2c6ea5f-0081-4f6e-aef0-d46c3c71a4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12337 | 2025.01.27 09:39:45.658072 [ 267 ] {f2c6ea5f-0081-4f6e-aef0-d46c3c71a4a3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12338 | 2025.01.27 09:39:45.658117 [ 267 ] {f2c6ea5f-0081-4f6e-aef0-d46c3c71a4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12339 | 2025.01.27 09:39:45.658517 [ 267 ] {f2c6ea5f-0081-4f6e-aef0-d46c3c71a4a3} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12340 | 2025.01.27 09:39:45.658762 [ 267 ] {f2c6ea5f-0081-4f6e-aef0-d46c3c71a4a3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12341 | 2025.01.27 09:39:45.658951 [ 267 ] {f2c6ea5f-0081-4f6e-aef0-d46c3c71a4a3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec. | ||
| 12342 | 2025.01.27 09:39:45.659005 [ 267 ] {f2c6ea5f-0081-4f6e-aef0-d46c3c71a4a3} <Debug> TCPHandler: Processed in 0.001934975 sec. | ||
| 12343 | 2025.01.27 09:39:45.659175 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12344 | 2025.01.27 09:39:45.659313 [ 273 ] {36ba4f2c-3b2a-4dfc-864b-b4e0156a50fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12345 | 2025.01.27 09:39:45.659374 [ 273 ] {36ba4f2c-3b2a-4dfc-864b-b4e0156a50fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12346 | 2025.01.27 09:39:45.659965 [ 273 ] {36ba4f2c-3b2a-4dfc-864b-b4e0156a50fe} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12347 | 2025.01.27 09:39:45.660011 [ 273 ] {36ba4f2c-3b2a-4dfc-864b-b4e0156a50fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12348 | 2025.01.27 09:39:45.660412 [ 273 ] {36ba4f2c-3b2a-4dfc-864b-b4e0156a50fe} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12349 | 2025.01.27 09:39:45.660663 [ 273 ] {36ba4f2c-3b2a-4dfc-864b-b4e0156a50fe} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12350 | 2025.01.27 09:39:45.660875 [ 273 ] {36ba4f2c-3b2a-4dfc-864b-b4e0156a50fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001591 sec., 37712.13073538655 rows/sec., 2.54 MiB/sec. | ||
| 12351 | 2025.01.27 09:39:45.660931 [ 273 ] {36ba4f2c-3b2a-4dfc-864b-b4e0156a50fe} <Debug> TCPHandler: Processed in 0.001818542 sec. | ||
| 12352 | 2025.01.27 09:39:47.131854 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 12353 | 2025.01.27 09:39:47.132599 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12354 | 2025.01.27 09:39:47.132653 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12355 | 2025.01.27 09:39:47.133201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12356 | 2025.01.27 09:39:47.133474 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12357 | 2025.01.27 09:39:47.133698 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 12358 | 2025.01.27 09:39:49.272594 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12359 | 2025.01.27 09:39:49.293406 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12360 | 2025.01.27 09:39:49.293465 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12361 | 2025.01.27 09:39:49.300796 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12362 | 2025.01.27 09:39:49.301586 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12363 | 2025.01.27 09:39:49.305513 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 12364 | 2025.01.27 09:39:49.783823 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1730 | ||
| 12365 | 2025.01.27 09:39:49.786869 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12366 | 2025.01.27 09:39:49.786914 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12367 | 2025.01.27 09:39:49.788367 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12368 | 2025.01.27 09:39:49.788675 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12369 | 2025.01.27 09:39:49.789966 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1730 | ||
| 12370 | 2025.01.27 09:39:50.659000 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12371 | 2025.01.27 09:39:50.659222 [ 267 ] {aec0e68e-4241-4b87-b3e3-f482cba734eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12372 | 2025.01.27 09:39:50.659307 [ 267 ] {aec0e68e-4241-4b87-b3e3-f482cba734eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12373 | 2025.01.27 09:39:50.660088 [ 267 ] {aec0e68e-4241-4b87-b3e3-f482cba734eb} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12374 | 2025.01.27 09:39:50.660145 [ 267 ] {aec0e68e-4241-4b87-b3e3-f482cba734eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12375 | 2025.01.27 09:39:50.660601 [ 267 ] {aec0e68e-4241-4b87-b3e3-f482cba734eb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12376 | 2025.01.27 09:39:50.660862 [ 267 ] {aec0e68e-4241-4b87-b3e3-f482cba734eb} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12377 | 2025.01.27 09:39:50.661132 [ 267 ] {aec0e68e-4241-4b87-b3e3-f482cba734eb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001965 sec., 7124.681933842238 rows/sec., 512.88 KiB/sec. | ||
| 12378 | 2025.01.27 09:39:50.661244 [ 267 ] {aec0e68e-4241-4b87-b3e3-f482cba734eb} <Debug> TCPHandler: Processed in 0.002388615 sec. | ||
| 12379 | 2025.01.27 09:39:50.661554 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12380 | 2025.01.27 09:39:50.661750 [ 273 ] {129b8bd9-b43d-4011-bd5b-dcc5cf2eed7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12381 | 2025.01.27 09:39:50.661820 [ 273 ] {129b8bd9-b43d-4011-bd5b-dcc5cf2eed7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12382 | 2025.01.27 09:39:50.662748 [ 273 ] {129b8bd9-b43d-4011-bd5b-dcc5cf2eed7d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12383 | 2025.01.27 09:39:50.662789 [ 273 ] {129b8bd9-b43d-4011-bd5b-dcc5cf2eed7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12384 | 2025.01.27 09:39:50.663241 [ 273 ] {129b8bd9-b43d-4011-bd5b-dcc5cf2eed7d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12385 | 2025.01.27 09:39:50.663513 [ 273 ] {129b8bd9-b43d-4011-bd5b-dcc5cf2eed7d} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12386 | 2025.01.27 09:39:50.663708 [ 273 ] {129b8bd9-b43d-4011-bd5b-dcc5cf2eed7d} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002015 sec., 139454.094292804 rows/sec., 12.30 MiB/sec. | ||
| 12387 | 2025.01.27 09:39:50.663763 [ 273 ] {129b8bd9-b43d-4011-bd5b-dcc5cf2eed7d} <Debug> TCPHandler: Processed in 0.002386686 sec. | ||
| 12388 | 2025.01.27 09:39:50.663943 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12389 | 2025.01.27 09:39:50.664078 [ 267 ] {add76ce1-ecab-4733-91f0-c79cecd21fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12390 | 2025.01.27 09:39:50.664134 [ 267 ] {add76ce1-ecab-4733-91f0-c79cecd21fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12391 | 2025.01.27 09:39:50.664763 [ 267 ] {add76ce1-ecab-4733-91f0-c79cecd21fcd} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12392 | 2025.01.27 09:39:50.664806 [ 267 ] {add76ce1-ecab-4733-91f0-c79cecd21fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12393 | 2025.01.27 09:39:50.665196 [ 267 ] {add76ce1-ecab-4733-91f0-c79cecd21fcd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12394 | 2025.01.27 09:39:50.665450 [ 267 ] {add76ce1-ecab-4733-91f0-c79cecd21fcd} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12395 | 2025.01.27 09:39:50.665623 [ 87 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12396 | 2025.01.27 09:39:50.665682 [ 87 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12397 | 2025.01.27 09:39:50.665699 [ 267 ] {add76ce1-ecab-4733-91f0-c79cecd21fcd} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001641 sec., 28031.68799512492 rows/sec., 2.02 MiB/sec. | ||
| 12398 | 2025.01.27 09:39:50.665716 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12399 | 2025.01.27 09:39:50.665852 [ 267 ] {add76ce1-ecab-4733-91f0-c79cecd21fcd} <Debug> TCPHandler: Processed in 0.001970806 sec. | ||
| 12400 | 2025.01.27 09:39:50.666141 [ 189 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12401 | 2025.01.27 09:39:50.666168 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12402 | 2025.01.27 09:39:50.666658 [ 273 ] {8edffb58-669d-49a4-963a-5fde2d6001e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12403 | 2025.01.27 09:39:50.666780 [ 189 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12404 | 2025.01.27 09:39:50.666840 [ 273 ] {8edffb58-669d-49a4-963a-5fde2d6001e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12405 | 2025.01.27 09:39:50.666911 [ 189 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 64 rows starting from the beginning of the part | ||
| 12406 | 2025.01.27 09:39:50.667254 [ 189 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 46 rows starting from the beginning of the part | ||
| 12407 | 2025.01.27 09:39:50.667609 [ 189 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 46 rows starting from the beginning of the part | ||
| 12408 | 2025.01.27 09:39:50.668042 [ 189 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 48 rows starting from the beginning of the part | ||
| 12409 | 2025.01.27 09:39:50.668426 [ 189 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 46 rows starting from the beginning of the part | ||
| 12410 | 2025.01.27 09:39:50.668773 [ 189 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 46 rows starting from the beginning of the part | ||
| 12411 | 2025.01.27 09:39:50.669819 [ 273 ] {8edffb58-669d-49a4-963a-5fde2d6001e7} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12412 | 2025.01.27 09:39:50.669887 [ 273 ] {8edffb58-669d-49a4-963a-5fde2d6001e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12413 | 2025.01.27 09:39:50.670883 [ 273 ] {8edffb58-669d-49a4-963a-5fde2d6001e7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12414 | 2025.01.27 09:39:50.671473 [ 273 ] {8edffb58-669d-49a4-963a-5fde2d6001e7} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12415 | 2025.01.27 09:39:50.671481 [ 189 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.005631071 sec., 52565.48887414135 rows/sec., 3.97 MiB/sec. | ||
| 12416 | 2025.01.27 09:39:50.671722 [ 189 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12417 | 2025.01.27 09:39:50.671757 [ 36 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12418 | 2025.01.27 09:39:50.671871 [ 36 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12419 | 2025.01.27 09:39:50.671953 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12420 | 2025.01.27 09:39:50.671991 [ 273 ] {8edffb58-669d-49a4-963a-5fde2d6001e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00547 sec., 2559.414990859232 rows/sec., 179.24 KiB/sec. | ||
| 12421 | 2025.01.27 09:39:50.672433 [ 273 ] {8edffb58-669d-49a4-963a-5fde2d6001e7} <Debug> TCPHandler: Processed in 0.00644772 sec. | ||
| 12422 | 2025.01.27 09:39:50.672446 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12423 | 2025.01.27 09:39:50.672884 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12424 | 2025.01.27 09:39:50.673259 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12425 | 2025.01.27 09:39:50.673449 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 242 rows starting from the beginning of the part | ||
| 12426 | 2025.01.27 09:39:50.673484 [ 267 ] {185f6a13-70f9-4d5a-a23c-56406fa7c058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12427 | 2025.01.27 09:39:50.673645 [ 193 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12428 | 2025.01.27 09:39:50.673992 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 12429 | 2025.01.27 09:39:50.674056 [ 267 ] {185f6a13-70f9-4d5a-a23c-56406fa7c058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12430 | 2025.01.27 09:39:50.674228 [ 193 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_47_10} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12431 | 2025.01.27 09:39:50.674410 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 12432 | 2025.01.27 09:39:50.674653 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 12433 | 2025.01.27 09:39:50.674815 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 242 rows starting from the beginning of the part | ||
| 12434 | 2025.01.27 09:39:50.675179 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 12435 | 2025.01.27 09:39:50.675488 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 12436 | 2025.01.27 09:39:50.677376 [ 267 ] {185f6a13-70f9-4d5a-a23c-56406fa7c058} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12437 | 2025.01.27 09:39:50.677459 [ 267 ] {185f6a13-70f9-4d5a-a23c-56406fa7c058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12438 | 2025.01.27 09:39:50.678517 [ 267 ] {185f6a13-70f9-4d5a-a23c-56406fa7c058} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12439 | 2025.01.27 09:39:50.678683 [ 192 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006604313 sec., 81764.7497930519 rows/sec., 5.86 MiB/sec. | ||
| 12440 | 2025.01.27 09:39:50.678932 [ 192 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12441 | 2025.01.27 09:39:50.678952 [ 267 ] {185f6a13-70f9-4d5a-a23c-56406fa7c058} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12442 | 2025.01.27 09:39:50.679514 [ 267 ] {185f6a13-70f9-4d5a-a23c-56406fa7c058} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.006261 sec., 2076.345631688229 rows/sec., 129.46 KiB/sec. | ||
| 12443 | 2025.01.27 09:39:50.679764 [ 192 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12444 | 2025.01.27 09:39:50.679954 [ 267 ] {185f6a13-70f9-4d5a-a23c-56406fa7c058} <Debug> TCPHandler: Processed in 0.007384882 sec. | ||
| 12445 | 2025.01.27 09:39:50.680099 [ 192 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_47_10} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12446 | 2025.01.27 09:39:50.680247 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12447 | 2025.01.27 09:39:50.680491 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 12448 | 2025.01.27 09:39:50.680640 [ 273 ] {ddef57e0-6be7-4241-bcce-caf98bee8c0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12449 | 2025.01.27 09:39:50.680709 [ 273 ] {ddef57e0-6be7-4241-bcce-caf98bee8c0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12450 | 2025.01.27 09:39:50.681550 [ 273 ] {ddef57e0-6be7-4241-bcce-caf98bee8c0e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12451 | 2025.01.27 09:39:50.681589 [ 273 ] {ddef57e0-6be7-4241-bcce-caf98bee8c0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12452 | 2025.01.27 09:39:50.681972 [ 273 ] {ddef57e0-6be7-4241-bcce-caf98bee8c0e} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12453 | 2025.01.27 09:39:50.682214 [ 273 ] {ddef57e0-6be7-4241-bcce-caf98bee8c0e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12454 | 2025.01.27 09:39:50.682438 [ 273 ] {ddef57e0-6be7-4241-bcce-caf98bee8c0e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001912 sec., 220188.28451882844 rows/sec., 15.73 MiB/sec. | ||
| 12455 | 2025.01.27 09:39:50.682491 [ 273 ] {ddef57e0-6be7-4241-bcce-caf98bee8c0e} <Debug> TCPHandler: Processed in 0.002394606 sec. | ||
| 12456 | 2025.01.27 09:39:50.682657 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12457 | 2025.01.27 09:39:50.682799 [ 267 ] {582c4014-a638-4ad1-a4a0-ce94842eac86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12458 | 2025.01.27 09:39:50.682860 [ 267 ] {582c4014-a638-4ad1-a4a0-ce94842eac86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12459 | 2025.01.27 09:39:50.683401 [ 267 ] {582c4014-a638-4ad1-a4a0-ce94842eac86} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12460 | 2025.01.27 09:39:50.683440 [ 267 ] {582c4014-a638-4ad1-a4a0-ce94842eac86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12461 | 2025.01.27 09:39:50.683804 [ 267 ] {582c4014-a638-4ad1-a4a0-ce94842eac86} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12462 | 2025.01.27 09:39:50.684040 [ 267 ] {582c4014-a638-4ad1-a4a0-ce94842eac86} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12463 | 2025.01.27 09:39:50.684205 [ 36 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12464 | 2025.01.27 09:39:50.684262 [ 36 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12465 | 2025.01.27 09:39:50.684295 [ 267 ] {582c4014-a638-4ad1-a4a0-ce94842eac86} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
| 12466 | 2025.01.27 09:39:50.684301 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12467 | 2025.01.27 09:39:50.684449 [ 267 ] {582c4014-a638-4ad1-a4a0-ce94842eac86} <Debug> TCPHandler: Processed in 0.001860523 sec. | ||
| 12468 | 2025.01.27 09:39:50.684593 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12469 | 2025.01.27 09:39:50.684648 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12470 | 2025.01.27 09:39:50.684750 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12471 | 2025.01.27 09:39:50.684802 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part | ||
| 12472 | 2025.01.27 09:39:50.684807 [ 273 ] {9ec8fe98-b65f-45de-970d-3464fa2ccf35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12473 | 2025.01.27 09:39:50.684928 [ 273 ] {9ec8fe98-b65f-45de-970d-3464fa2ccf35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12474 | 2025.01.27 09:39:50.685047 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12475 | 2025.01.27 09:39:50.685380 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 12476 | 2025.01.27 09:39:50.685634 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 12477 | 2025.01.27 09:39:50.686013 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 12478 | 2025.01.27 09:39:50.686317 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 12479 | 2025.01.27 09:39:50.687242 [ 273 ] {9ec8fe98-b65f-45de-970d-3464fa2ccf35} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12480 | 2025.01.27 09:39:50.687288 [ 273 ] {9ec8fe98-b65f-45de-970d-3464fa2ccf35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12481 | 2025.01.27 09:39:50.687884 [ 273 ] {9ec8fe98-b65f-45de-970d-3464fa2ccf35} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12482 | 2025.01.27 09:39:50.688023 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.003573693 sec., 78909.9679239375 rows/sec., 4.03 MiB/sec. | ||
| 12483 | 2025.01.27 09:39:50.688263 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12484 | 2025.01.27 09:39:50.688356 [ 273 ] {9ec8fe98-b65f-45de-970d-3464fa2ccf35} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12485 | 2025.01.27 09:39:50.688673 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 12486 | 2025.01.27 09:39:50.688785 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12487 | 2025.01.27 09:39:50.688846 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12488 | 2025.01.27 09:39:50.688868 [ 273 ] {9ec8fe98-b65f-45de-970d-3464fa2ccf35} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004082 sec., 58059.77462028418 rows/sec., 3.89 MiB/sec. | ||
| 12489 | 2025.01.27 09:39:50.689058 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12490 | 2025.01.27 09:39:50.689334 [ 273 ] {9ec8fe98-b65f-45de-970d-3464fa2ccf35} <Debug> TCPHandler: Processed in 0.004775461 sec. | ||
| 12491 | 2025.01.27 09:39:50.689362 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 12492 | 2025.01.27 09:39:50.689384 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_47_10} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12493 | 2025.01.27 09:39:50.689660 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12494 | 2025.01.27 09:39:50.689737 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12495 | 2025.01.27 09:39:50.689768 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12496 | 2025.01.27 09:39:50.689823 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31942 rows starting from the beginning of the part | ||
| 12497 | 2025.01.27 09:39:50.690048 [ 267 ] {856da83c-81b0-43ba-a4c3-c2390b76f9de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12498 | 2025.01.27 09:39:50.690105 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 128 rows starting from the beginning of the part | ||
| 12499 | 2025.01.27 09:39:50.690242 [ 267 ] {856da83c-81b0-43ba-a4c3-c2390b76f9de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12500 | 2025.01.27 09:39:50.690423 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 12501 | 2025.01.27 09:39:50.690797 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 12502 | 2025.01.27 09:39:50.691231 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part | ||
| 12503 | 2025.01.27 09:39:50.691580 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 12504 | 2025.01.27 09:39:50.692648 [ 267 ] {856da83c-81b0-43ba-a4c3-c2390b76f9de} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12505 | 2025.01.27 09:39:50.692708 [ 267 ] {856da83c-81b0-43ba-a4c3-c2390b76f9de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12506 | 2025.01.27 09:39:50.693322 [ 267 ] {856da83c-81b0-43ba-a4c3-c2390b76f9de} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12507 | 2025.01.27 09:39:50.693651 [ 267 ] {856da83c-81b0-43ba-a4c3-c2390b76f9de} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12508 | 2025.01.27 09:39:50.694255 [ 267 ] {856da83c-81b0-43ba-a4c3-c2390b76f9de} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004278 sec., 233.7540906965872 rows/sec., 15.75 KiB/sec. | ||
| 12509 | 2025.01.27 09:39:50.694970 [ 267 ] {856da83c-81b0-43ba-a4c3-c2390b76f9de} <Debug> TCPHandler: Processed in 0.005507818 sec. | ||
| 12510 | 2025.01.27 09:39:50.695209 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12511 | 2025.01.27 09:39:50.695433 [ 273 ] {bb8c7818-6a16-4d6d-a1dc-09ef14a91048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12512 | 2025.01.27 09:39:50.695547 [ 273 ] {bb8c7818-6a16-4d6d-a1dc-09ef14a91048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12513 | 2025.01.27 09:39:50.697388 [ 273 ] {bb8c7818-6a16-4d6d-a1dc-09ef14a91048} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12514 | 2025.01.27 09:39:50.697431 [ 273 ] {bb8c7818-6a16-4d6d-a1dc-09ef14a91048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12515 | 2025.01.27 09:39:50.698689 [ 273 ] {bb8c7818-6a16-4d6d-a1dc-09ef14a91048} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12516 | 2025.01.27 09:39:50.699079 [ 273 ] {bb8c7818-6a16-4d6d-a1dc-09ef14a91048} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12517 | 2025.01.27 09:39:50.699455 [ 273 ] {bb8c7818-6a16-4d6d-a1dc-09ef14a91048} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004079 sec., 9561.166952684482 rows/sec., 17.13 MiB/sec. | ||
| 12518 | 2025.01.27 09:39:50.699626 [ 273 ] {bb8c7818-6a16-4d6d-a1dc-09ef14a91048} <Debug> TCPHandler: Processed in 0.004523825 sec. | ||
| 12519 | 2025.01.27 09:39:50.699824 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12520 | 2025.01.27 09:39:50.700005 [ 267 ] {e64467f2-08a3-448f-ab58-410fcfc80ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12521 | 2025.01.27 09:39:50.700061 [ 267 ] {e64467f2-08a3-448f-ab58-410fcfc80ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12522 | 2025.01.27 09:39:50.700742 [ 267 ] {e64467f2-08a3-448f-ab58-410fcfc80ebb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12523 | 2025.01.27 09:39:50.700811 [ 267 ] {e64467f2-08a3-448f-ab58-410fcfc80ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12524 | 2025.01.27 09:39:50.701445 [ 267 ] {e64467f2-08a3-448f-ab58-410fcfc80ebb} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12525 | 2025.01.27 09:39:50.701671 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32864 rows, containing 5 columns (5 merged, 0 gathered) in 0.012689564 sec., 2589844.6944276416 rows/sec., 174.88 MiB/sec. | ||
| 12526 | 2025.01.27 09:39:50.701882 [ 267 ] {e64467f2-08a3-448f-ab58-410fcfc80ebb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12527 | 2025.01.27 09:39:50.701946 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 12528 | 2025.01.27 09:39:50.702319 [ 267 ] {e64467f2-08a3-448f-ab58-410fcfc80ebb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002327 sec., 35238.50451224753 rows/sec., 2.24 MiB/sec. | ||
| 12529 | 2025.01.27 09:39:50.702616 [ 267 ] {e64467f2-08a3-448f-ab58-410fcfc80ebb} <Debug> TCPHandler: Processed in 0.002861296 sec. | ||
| 12530 | 2025.01.27 09:39:50.702711 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12531 | 2025.01.27 09:39:50.702971 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 12532 | 2025.01.27 09:39:50.703103 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12533 | 2025.01.27 09:39:54.400087 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12534 | 2025.01.27 09:39:54.400148 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12535 | 2025.01.27 09:39:54.634785 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 12536 | 2025.01.27 09:39:54.635428 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12537 | 2025.01.27 09:39:54.635479 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12538 | 2025.01.27 09:39:54.636067 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12539 | 2025.01.27 09:39:54.636329 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12540 | 2025.01.27 09:39:54.636528 [ 25 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12541 | 2025.01.27 09:39:54.636588 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 12542 | 2025.01.27 09:39:54.636628 [ 25 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12543 | 2025.01.27 09:39:54.636657 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12544 | 2025.01.27 09:39:54.636795 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 12545 | 2025.01.27 09:39:54.636951 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12546 | 2025.01.27 09:39:54.636995 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 12547 | 2025.01.27 09:39:54.637075 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 12548 | 2025.01.27 09:39:54.637304 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 12549 | 2025.01.27 09:39:54.637474 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 12550 | 2025.01.27 09:39:54.637647 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 12551 | 2025.01.27 09:39:54.637761 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 12552 | 2025.01.27 09:39:54.640639 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003907911 sec., 7742243.874028861 rows/sec., 110.75 MiB/sec. | ||
| 12553 | 2025.01.27 09:39:54.641050 [ 186 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12554 | 2025.01.27 09:39:54.641384 [ 186 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12555 | 2025.01.27 09:39:54.641478 [ 186 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_66_13} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12556 | 2025.01.27 09:39:54.641621 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 12557 | 2025.01.27 09:39:55.652639 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12558 | 2025.01.27 09:39:55.652832 [ 267 ] {db9e3f0e-2ecf-4f0e-8577-7e54630e277e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12559 | 2025.01.27 09:39:55.652904 [ 267 ] {db9e3f0e-2ecf-4f0e-8577-7e54630e277e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12560 | 2025.01.27 09:39:55.653688 [ 267 ] {db9e3f0e-2ecf-4f0e-8577-7e54630e277e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12561 | 2025.01.27 09:39:55.653734 [ 267 ] {db9e3f0e-2ecf-4f0e-8577-7e54630e277e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12562 | 2025.01.27 09:39:55.654170 [ 267 ] {db9e3f0e-2ecf-4f0e-8577-7e54630e277e} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12563 | 2025.01.27 09:39:55.654426 [ 267 ] {db9e3f0e-2ecf-4f0e-8577-7e54630e277e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12564 | 2025.01.27 09:39:55.654612 [ 23 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12565 | 2025.01.27 09:39:55.654678 [ 267 ] {db9e3f0e-2ecf-4f0e-8577-7e54630e277e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec. | ||
| 12566 | 2025.01.27 09:39:55.654736 [ 23 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12567 | 2025.01.27 09:39:55.654799 [ 267 ] {db9e3f0e-2ecf-4f0e-8577-7e54630e277e} <Debug> TCPHandler: Processed in 0.002288243 sec. | ||
| 12568 | 2025.01.27 09:39:55.654806 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12569 | 2025.01.27 09:39:55.654997 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12570 | 2025.01.27 09:39:55.655069 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12571 | 2025.01.27 09:39:55.655154 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12572 | 2025.01.27 09:39:55.655205 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1430 rows starting from the beginning of the part | ||
| 12573 | 2025.01.27 09:39:55.655287 [ 273 ] {126ea6ca-bf55-4589-aba4-1cb79827e414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12574 | 2025.01.27 09:39:55.655364 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part | ||
| 12575 | 2025.01.27 09:39:55.655448 [ 273 ] {126ea6ca-bf55-4589-aba4-1cb79827e414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12576 | 2025.01.27 09:39:55.655823 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 281 rows starting from the beginning of the part | ||
| 12577 | 2025.01.27 09:39:55.655992 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part | ||
| 12578 | 2025.01.27 09:39:55.656186 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 281 rows starting from the beginning of the part | ||
| 12579 | 2025.01.27 09:39:55.656408 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part | ||
| 12580 | 2025.01.27 09:39:55.657371 [ 273 ] {126ea6ca-bf55-4589-aba4-1cb79827e414} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12581 | 2025.01.27 09:39:55.657417 [ 273 ] {126ea6ca-bf55-4589-aba4-1cb79827e414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12582 | 2025.01.27 09:39:55.658000 [ 273 ] {126ea6ca-bf55-4589-aba4-1cb79827e414} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12583 | 2025.01.27 09:39:55.658357 [ 273 ] {126ea6ca-bf55-4589-aba4-1cb79827e414} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12584 | 2025.01.27 09:39:55.658447 [ 186 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.003521632 sec., 613351.9913494653 rows/sec., 53.93 MiB/sec. | ||
| 12585 | 2025.01.27 09:39:55.658602 [ 27 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12586 | 2025.01.27 09:39:55.658669 [ 27 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12587 | 2025.01.27 09:39:55.658707 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12588 | 2025.01.27 09:39:55.658711 [ 273 ] {126ea6ca-bf55-4589-aba4-1cb79827e414} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003493 sec., 18322.35900372173 rows/sec., 1.43 MiB/sec. | ||
| 12589 | 2025.01.27 09:39:55.659060 [ 273 ] {126ea6ca-bf55-4589-aba4-1cb79827e414} <Debug> TCPHandler: Processed in 0.004118006 sec. | ||
| 12590 | 2025.01.27 09:39:55.659212 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12591 | 2025.01.27 09:39:55.659390 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12592 | 2025.01.27 09:39:55.659530 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12593 | 2025.01.27 09:39:55.660010 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12594 | 2025.01.27 09:39:55.660248 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part | ||
| 12595 | 2025.01.27 09:39:55.660321 [ 267 ] {a6ec0d1c-f1c3-450d-9ba3-b67fb6d5645a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12596 | 2025.01.27 09:39:55.660796 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part | ||
| 12597 | 2025.01.27 09:39:55.660784 [ 267 ] {a6ec0d1c-f1c3-450d-9ba3-b67fb6d5645a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12598 | 2025.01.27 09:39:55.661520 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12599 | 2025.01.27 09:39:55.661615 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 421 rows starting from the beginning of the part | ||
| 12600 | 2025.01.27 09:39:55.662213 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part | ||
| 12601 | 2025.01.27 09:39:55.662376 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_111_22} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12602 | 2025.01.27 09:39:55.662865 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 421 rows starting from the beginning of the part | ||
| 12603 | 2025.01.27 09:39:55.662942 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12604 | 2025.01.27 09:39:55.663342 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 12605 | 2025.01.27 09:39:55.665682 [ 267 ] {a6ec0d1c-f1c3-450d-9ba3-b67fb6d5645a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12606 | 2025.01.27 09:39:55.665766 [ 267 ] {a6ec0d1c-f1c3-450d-9ba3-b67fb6d5645a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12607 | 2025.01.27 09:39:55.666856 [ 267 ] {a6ec0d1c-f1c3-450d-9ba3-b67fb6d5645a} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12608 | 2025.01.27 09:39:55.667301 [ 267 ] {a6ec0d1c-f1c3-450d-9ba3-b67fb6d5645a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12609 | 2025.01.27 09:39:55.667571 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.008714583 sec., 223418.6076373362 rows/sec., 17.10 MiB/sec. | ||
| 12610 | 2025.01.27 09:39:55.667744 [ 267 ] {a6ec0d1c-f1c3-450d-9ba3-b67fb6d5645a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007683 sec., 20825.19849017311 rows/sec., 1.45 MiB/sec. | ||
| 12611 | 2025.01.27 09:39:55.667851 [ 267 ] {a6ec0d1c-f1c3-450d-9ba3-b67fb6d5645a} <Debug> TCPHandler: Processed in 0.00862262 sec. | ||
| 12612 | 2025.01.27 09:39:55.668110 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12613 | 2025.01.27 09:39:55.668121 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12614 | 2025.01.27 09:39:55.668415 [ 273 ] {97b81ce2-4668-4a78-b5e3-20002fe2542b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12615 | 2025.01.27 09:39:55.668548 [ 273 ] {97b81ce2-4668-4a78-b5e3-20002fe2542b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12616 | 2025.01.27 09:39:55.668912 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12617 | 2025.01.27 09:39:55.669153 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_111_22} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12618 | 2025.01.27 09:39:55.669351 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12619 | 2025.01.27 09:39:55.669531 [ 273 ] {97b81ce2-4668-4a78-b5e3-20002fe2542b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12620 | 2025.01.27 09:39:55.669575 [ 273 ] {97b81ce2-4668-4a78-b5e3-20002fe2542b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12621 | 2025.01.27 09:39:55.669957 [ 273 ] {97b81ce2-4668-4a78-b5e3-20002fe2542b} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12622 | 2025.01.27 09:39:55.670197 [ 273 ] {97b81ce2-4668-4a78-b5e3-20002fe2542b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12623 | 2025.01.27 09:39:55.670332 [ 27 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12624 | 2025.01.27 09:39:55.670372 [ 27 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12625 | 2025.01.27 09:39:55.670382 [ 273 ] {97b81ce2-4668-4a78-b5e3-20002fe2542b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00202 sec., 29702.9702970297 rows/sec., 2.00 MiB/sec. | ||
| 12626 | 2025.01.27 09:39:55.670401 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12627 | 2025.01.27 09:39:55.670504 [ 273 ] {97b81ce2-4668-4a78-b5e3-20002fe2542b} <Debug> TCPHandler: Processed in 0.002541659 sec. | ||
| 12628 | 2025.01.27 09:39:55.670747 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 12629 | 2025.01.27 09:39:55.671084 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12630 | 2025.01.27 09:39:55.671179 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6438 rows starting from the beginning of the part | ||
| 12631 | 2025.01.27 09:39:55.671570 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 12632 | 2025.01.27 09:39:55.672028 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 12633 | 2025.01.27 09:39:55.672418 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 12634 | 2025.01.27 09:39:55.672613 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 12635 | 2025.01.27 09:39:55.672734 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 12636 | 2025.01.27 09:39:55.674933 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6782 rows, containing 4 columns (4 merged, 0 gathered) in 0.004409203 sec., 1538146.4632043478 rows/sec., 100.27 MiB/sec. | ||
| 12637 | 2025.01.27 09:39:55.675575 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12638 | 2025.01.27 09:39:55.675867 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12639 | 2025.01.27 09:39:55.675949 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_111_22} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12640 | 2025.01.27 09:39:55.676034 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 12641 | 2025.01.27 09:39:55.980497 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12642 | 2025.01.27 09:39:55.980694 [ 267 ] {5a95abc8-e770-4255-8ebe-091de6ae2d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12643 | 2025.01.27 09:39:55.980770 [ 267 ] {5a95abc8-e770-4255-8ebe-091de6ae2d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12644 | 2025.01.27 09:39:55.981519 [ 267 ] {5a95abc8-e770-4255-8ebe-091de6ae2d8f} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12645 | 2025.01.27 09:39:55.981573 [ 267 ] {5a95abc8-e770-4255-8ebe-091de6ae2d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12646 | 2025.01.27 09:39:55.982017 [ 267 ] {5a95abc8-e770-4255-8ebe-091de6ae2d8f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12647 | 2025.01.27 09:39:55.982268 [ 267 ] {5a95abc8-e770-4255-8ebe-091de6ae2d8f} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12648 | 2025.01.27 09:39:55.982487 [ 267 ] {5a95abc8-e770-4255-8ebe-091de6ae2d8f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001848 sec., 7575.757575757576 rows/sec., 545.35 KiB/sec. | ||
| 12649 | 2025.01.27 09:39:55.982546 [ 267 ] {5a95abc8-e770-4255-8ebe-091de6ae2d8f} <Debug> TCPHandler: Processed in 0.002236942 sec. | ||
| 12650 | 2025.01.27 09:39:55.982806 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12651 | 2025.01.27 09:39:55.983007 [ 273 ] {fe27e971-3355-4882-9ec8-301b9b8a4b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12652 | 2025.01.27 09:39:55.983084 [ 273 ] {fe27e971-3355-4882-9ec8-301b9b8a4b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12653 | 2025.01.27 09:39:55.983837 [ 273 ] {fe27e971-3355-4882-9ec8-301b9b8a4b8e} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12654 | 2025.01.27 09:39:55.983878 [ 273 ] {fe27e971-3355-4882-9ec8-301b9b8a4b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12655 | 2025.01.27 09:39:55.984290 [ 273 ] {fe27e971-3355-4882-9ec8-301b9b8a4b8e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 12656 | 2025.01.27 09:39:55.984552 [ 273 ] {fe27e971-3355-4882-9ec8-301b9b8a4b8e} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12657 | 2025.01.27 09:39:55.984749 [ 273 ] {fe27e971-3355-4882-9ec8-301b9b8a4b8e} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001798 sec., 8898.776418242493 rows/sec., 725.63 KiB/sec. | ||
| 12658 | 2025.01.27 09:39:55.984805 [ 273 ] {fe27e971-3355-4882-9ec8-301b9b8a4b8e} <Debug> TCPHandler: Processed in 0.002125389 sec. | ||
| 12659 | 2025.01.27 09:39:55.984960 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12660 | 2025.01.27 09:39:55.985106 [ 267 ] {ddd231eb-9515-4e1d-859c-c98a5fb242a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12661 | 2025.01.27 09:39:55.985165 [ 267 ] {ddd231eb-9515-4e1d-859c-c98a5fb242a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12662 | 2025.01.27 09:39:55.986648 [ 267 ] {ddd231eb-9515-4e1d-859c-c98a5fb242a6} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12663 | 2025.01.27 09:39:55.986689 [ 267 ] {ddd231eb-9515-4e1d-859c-c98a5fb242a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12664 | 2025.01.27 09:39:55.987146 [ 267 ] {ddd231eb-9515-4e1d-859c-c98a5fb242a6} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12665 | 2025.01.27 09:39:55.987389 [ 267 ] {ddd231eb-9515-4e1d-859c-c98a5fb242a6} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12666 | 2025.01.27 09:39:55.987620 [ 267 ] {ddd231eb-9515-4e1d-859c-c98a5fb242a6} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002545 sec., 561493.1237721022 rows/sec., 46.85 MiB/sec. | ||
| 12667 | 2025.01.27 09:39:55.987684 [ 267 ] {ddd231eb-9515-4e1d-859c-c98a5fb242a6} <Debug> TCPHandler: Processed in 0.002790935 sec. | ||
| 12668 | 2025.01.27 09:39:55.987885 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12669 | 2025.01.27 09:39:55.988145 [ 273 ] {8b6ffe09-c2a7-470b-87e0-626d09ac5bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12670 | 2025.01.27 09:39:55.988204 [ 273 ] {8b6ffe09-c2a7-470b-87e0-626d09ac5bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12671 | 2025.01.27 09:39:55.988845 [ 273 ] {8b6ffe09-c2a7-470b-87e0-626d09ac5bab} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12672 | 2025.01.27 09:39:55.988883 [ 273 ] {8b6ffe09-c2a7-470b-87e0-626d09ac5bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12673 | 2025.01.27 09:39:55.989254 [ 273 ] {8b6ffe09-c2a7-470b-87e0-626d09ac5bab} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12674 | 2025.01.27 09:39:55.989497 [ 273 ] {8b6ffe09-c2a7-470b-87e0-626d09ac5bab} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12675 | 2025.01.27 09:39:55.989695 [ 273 ] {8b6ffe09-c2a7-470b-87e0-626d09ac5bab} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001609 sec., 38533.25046612803 rows/sec., 2.73 MiB/sec. | ||
| 12676 | 2025.01.27 09:39:55.989786 [ 273 ] {8b6ffe09-c2a7-470b-87e0-626d09ac5bab} <Debug> TCPHandler: Processed in 0.002020697 sec. | ||
| 12677 | 2025.01.27 09:39:55.990020 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12678 | 2025.01.27 09:39:55.990194 [ 267 ] {155cb06b-0056-4899-96e5-54e98482b3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12679 | 2025.01.27 09:39:55.990252 [ 267 ] {155cb06b-0056-4899-96e5-54e98482b3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12680 | 2025.01.27 09:39:55.990972 [ 267 ] {155cb06b-0056-4899-96e5-54e98482b3c9} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12681 | 2025.01.27 09:39:55.991012 [ 267 ] {155cb06b-0056-4899-96e5-54e98482b3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12682 | 2025.01.27 09:39:55.991377 [ 267 ] {155cb06b-0056-4899-96e5-54e98482b3c9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12683 | 2025.01.27 09:39:55.991615 [ 267 ] {155cb06b-0056-4899-96e5-54e98482b3c9} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12684 | 2025.01.27 09:39:55.991822 [ 267 ] {155cb06b-0056-4899-96e5-54e98482b3c9} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001659 sec., 145871.00663050028 rows/sec., 9.88 MiB/sec. | ||
| 12685 | 2025.01.27 09:39:55.991875 [ 267 ] {155cb06b-0056-4899-96e5-54e98482b3c9} <Debug> TCPHandler: Processed in 0.002013306 sec. | ||
| 12686 | 2025.01.27 09:39:55.992022 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12687 | 2025.01.27 09:39:55.992163 [ 273 ] {c77b07ea-c007-41ab-bd06-1a57df110db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12688 | 2025.01.27 09:39:55.992220 [ 273 ] {c77b07ea-c007-41ab-bd06-1a57df110db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12689 | 2025.01.27 09:39:55.992825 [ 273 ] {c77b07ea-c007-41ab-bd06-1a57df110db3} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12690 | 2025.01.27 09:39:55.992863 [ 273 ] {c77b07ea-c007-41ab-bd06-1a57df110db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12691 | 2025.01.27 09:39:55.993216 [ 273 ] {c77b07ea-c007-41ab-bd06-1a57df110db3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12692 | 2025.01.27 09:39:55.993465 [ 273 ] {c77b07ea-c007-41ab-bd06-1a57df110db3} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12693 | 2025.01.27 09:39:55.993654 [ 273 ] {c77b07ea-c007-41ab-bd06-1a57df110db3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001522 sec., 8541.392904073587 rows/sec., 532.55 KiB/sec. | ||
| 12694 | 2025.01.27 09:39:55.993713 [ 273 ] {c77b07ea-c007-41ab-bd06-1a57df110db3} <Debug> TCPHandler: Processed in 0.001759941 sec. | ||
| 12695 | 2025.01.27 09:39:55.993857 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12696 | 2025.01.27 09:39:55.993993 [ 267 ] {f11aaaae-d3ee-4bd4-8418-1c1047a5892b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12697 | 2025.01.27 09:39:55.994050 [ 267 ] {f11aaaae-d3ee-4bd4-8418-1c1047a5892b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12698 | 2025.01.27 09:39:55.995122 [ 267 ] {f11aaaae-d3ee-4bd4-8418-1c1047a5892b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12699 | 2025.01.27 09:39:55.995161 [ 267 ] {f11aaaae-d3ee-4bd4-8418-1c1047a5892b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12700 | 2025.01.27 09:39:55.995569 [ 267 ] {f11aaaae-d3ee-4bd4-8418-1c1047a5892b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12701 | 2025.01.27 09:39:55.995812 [ 267 ] {f11aaaae-d3ee-4bd4-8418-1c1047a5892b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12702 | 2025.01.27 09:39:55.996022 [ 267 ] {f11aaaae-d3ee-4bd4-8418-1c1047a5892b} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.00206 sec., 433495.1456310679 rows/sec., 31.48 MiB/sec. | ||
| 12703 | 2025.01.27 09:39:55.996075 [ 267 ] {f11aaaae-d3ee-4bd4-8418-1c1047a5892b} <Debug> TCPHandler: Processed in 0.002284053 sec. | ||
| 12704 | 2025.01.27 09:39:55.996219 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12705 | 2025.01.27 09:39:55.996358 [ 273 ] {1c936016-4115-4e4c-905c-b1c0f3bf85c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12706 | 2025.01.27 09:39:55.996420 [ 273 ] {1c936016-4115-4e4c-905c-b1c0f3bf85c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12707 | 2025.01.27 09:39:55.997011 [ 273 ] {1c936016-4115-4e4c-905c-b1c0f3bf85c6} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12708 | 2025.01.27 09:39:55.997057 [ 273 ] {1c936016-4115-4e4c-905c-b1c0f3bf85c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12709 | 2025.01.27 09:39:55.997484 [ 273 ] {1c936016-4115-4e4c-905c-b1c0f3bf85c6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12710 | 2025.01.27 09:39:55.997752 [ 273 ] {1c936016-4115-4e4c-905c-b1c0f3bf85c6} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12711 | 2025.01.27 09:39:55.997945 [ 273 ] {1c936016-4115-4e4c-905c-b1c0f3bf85c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 193.86 KiB/sec. | ||
| 12712 | 2025.01.27 09:39:55.998000 [ 273 ] {1c936016-4115-4e4c-905c-b1c0f3bf85c6} <Debug> TCPHandler: Processed in 0.001848793 sec. | ||
| 12713 | 2025.01.27 09:39:55.998149 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12714 | 2025.01.27 09:39:55.998265 [ 267 ] {94005c84-e495-4190-8e05-a540216588c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12715 | 2025.01.27 09:39:55.998317 [ 267 ] {94005c84-e495-4190-8e05-a540216588c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12716 | 2025.01.27 09:39:55.999165 [ 267 ] {94005c84-e495-4190-8e05-a540216588c8} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12717 | 2025.01.27 09:39:55.999204 [ 267 ] {94005c84-e495-4190-8e05-a540216588c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12718 | 2025.01.27 09:39:55.999632 [ 267 ] {94005c84-e495-4190-8e05-a540216588c8} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12719 | 2025.01.27 09:39:55.999868 [ 267 ] {94005c84-e495-4190-8e05-a540216588c8} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12720 | 2025.01.27 09:39:56.000080 [ 267 ] {94005c84-e495-4190-8e05-a540216588c8} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001839 sec., 523654.1598694943 rows/sec., 34.80 MiB/sec. | ||
| 12721 | 2025.01.27 09:39:56.000134 [ 267 ] {94005c84-e495-4190-8e05-a540216588c8} <Debug> TCPHandler: Processed in 0.002043438 sec. | ||
| 12722 | 2025.01.27 09:39:56.000281 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12723 | 2025.01.27 09:39:56.000473 [ 273 ] {89d2e163-8962-4bb0-aa8e-2798543f7f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12724 | 2025.01.27 09:39:56.000569 [ 273 ] {89d2e163-8962-4bb0-aa8e-2798543f7f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12725 | 2025.01.27 09:39:56.001129 [ 273 ] {89d2e163-8962-4bb0-aa8e-2798543f7f42} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12726 | 2025.01.27 09:39:56.001174 [ 273 ] {89d2e163-8962-4bb0-aa8e-2798543f7f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12727 | 2025.01.27 09:39:56.001571 [ 273 ] {89d2e163-8962-4bb0-aa8e-2798543f7f42} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12728 | 2025.01.27 09:39:56.001814 [ 273 ] {89d2e163-8962-4bb0-aa8e-2798543f7f42} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12729 | 2025.01.27 09:39:56.002029 [ 273 ] {89d2e163-8962-4bb0-aa8e-2798543f7f42} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001635 sec., 611.6207951070337 rows/sec., 41.21 KiB/sec. | ||
| 12730 | 2025.01.27 09:39:56.002081 [ 273 ] {89d2e163-8962-4bb0-aa8e-2798543f7f42} <Debug> TCPHandler: Processed in 0.001869914 sec. | ||
| 12731 | 2025.01.27 09:39:56.002218 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12732 | 2025.01.27 09:39:56.002335 [ 267 ] {3779486d-9b10-4cfb-9097-c14ea40c0ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12733 | 2025.01.27 09:39:56.002414 [ 267 ] {3779486d-9b10-4cfb-9097-c14ea40c0ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12734 | 2025.01.27 09:39:56.003612 [ 267 ] {3779486d-9b10-4cfb-9097-c14ea40c0ca1} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12735 | 2025.01.27 09:39:56.003650 [ 267 ] {3779486d-9b10-4cfb-9097-c14ea40c0ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12736 | 2025.01.27 09:39:56.004282 [ 267 ] {3779486d-9b10-4cfb-9097-c14ea40c0ca1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12737 | 2025.01.27 09:39:56.004531 [ 267 ] {3779486d-9b10-4cfb-9097-c14ea40c0ca1} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12738 | 2025.01.27 09:39:56.004741 [ 267 ] {3779486d-9b10-4cfb-9097-c14ea40c0ca1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002431 sec., 16042.7807486631 rows/sec., 28.75 MiB/sec. | ||
| 12739 | 2025.01.27 09:39:56.004850 [ 267 ] {3779486d-9b10-4cfb-9097-c14ea40c0ca1} <Debug> TCPHandler: Processed in 0.002690662 sec. | ||
| 12740 | 2025.01.27 09:39:56.005019 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12741 | 2025.01.27 09:39:56.005157 [ 273 ] {c7f36a6a-54ce-4c45-9901-b259cb32924c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12742 | 2025.01.27 09:39:56.005216 [ 273 ] {c7f36a6a-54ce-4c45-9901-b259cb32924c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12743 | 2025.01.27 09:39:56.005726 [ 273 ] {c7f36a6a-54ce-4c45-9901-b259cb32924c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12744 | 2025.01.27 09:39:56.005764 [ 273 ] {c7f36a6a-54ce-4c45-9901-b259cb32924c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12745 | 2025.01.27 09:39:56.006127 [ 273 ] {c7f36a6a-54ce-4c45-9901-b259cb32924c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12746 | 2025.01.27 09:39:56.006365 [ 273 ] {c7f36a6a-54ce-4c45-9901-b259cb32924c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12747 | 2025.01.27 09:39:56.006573 [ 273 ] {c7f36a6a-54ce-4c45-9901-b259cb32924c} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001446 sec., 23513.13969571231 rows/sec., 1.36 MiB/sec. | ||
| 12748 | 2025.01.27 09:39:56.006628 [ 273 ] {c7f36a6a-54ce-4c45-9901-b259cb32924c} <Debug> TCPHandler: Processed in 0.001675569 sec. | ||
| 12749 | 2025.01.27 09:39:56.806527 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12750 | 2025.01.27 09:39:56.827767 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12751 | 2025.01.27 09:39:56.827821 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12752 | 2025.01.27 09:39:56.835507 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12753 | 2025.01.27 09:39:56.836306 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12754 | 2025.01.27 09:39:56.836695 [ 33 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12755 | 2025.01.27 09:39:56.836825 [ 33 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12756 | 2025.01.27 09:39:56.836887 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12757 | 2025.01.27 09:39:56.837321 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 12758 | 2025.01.27 09:39:56.853045 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12759 | 2025.01.27 09:39:56.854739 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12760 | 2025.01.27 09:39:56.856047 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 12761 | 2025.01.27 09:39:56.861736 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 12762 | 2025.01.27 09:39:56.868144 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 12763 | 2025.01.27 09:39:56.873859 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 12764 | 2025.01.27 09:39:56.879931 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 12765 | 2025.01.27 09:39:56.884642 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 12766 | 2025.01.27 09:39:56.946356 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.10932339 sec., 4555.292330396999 rows/sec., 23.55 MiB/sec. | ||
| 12767 | 2025.01.27 09:39:56.949759 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12768 | 2025.01.27 09:39:56.952859 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12769 | 2025.01.27 09:39:56.952991 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_66_13} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12770 | 2025.01.27 09:39:56.955482 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 12771 | 2025.01.27 09:39:59.791079 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1784 | ||
| 12772 | 2025.01.27 09:39:59.794625 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12773 | 2025.01.27 09:39:59.794681 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12774 | 2025.01.27 09:39:59.796167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12775 | 2025.01.27 09:39:59.796468 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12776 | 2025.01.27 09:39:59.797999 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1784 | ||
| 12777 | 2025.01.27 09:40:00.651333 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12778 | 2025.01.27 09:40:00.651525 [ 267 ] {a84b4f0b-ca58-47f8-9f50-36843995fea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12779 | 2025.01.27 09:40:00.651602 [ 267 ] {a84b4f0b-ca58-47f8-9f50-36843995fea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12780 | 2025.01.27 09:40:00.652382 [ 267 ] {a84b4f0b-ca58-47f8-9f50-36843995fea3} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12781 | 2025.01.27 09:40:00.652423 [ 267 ] {a84b4f0b-ca58-47f8-9f50-36843995fea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12782 | 2025.01.27 09:40:00.652860 [ 267 ] {a84b4f0b-ca58-47f8-9f50-36843995fea3} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12783 | 2025.01.27 09:40:00.653125 [ 267 ] {a84b4f0b-ca58-47f8-9f50-36843995fea3} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12784 | 2025.01.27 09:40:00.653320 [ 267 ] {a84b4f0b-ca58-47f8-9f50-36843995fea3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001853 sec., 30221.262817053426 rows/sec., 2.31 MiB/sec. | ||
| 12785 | 2025.01.27 09:40:00.653376 [ 267 ] {a84b4f0b-ca58-47f8-9f50-36843995fea3} <Debug> TCPHandler: Processed in 0.002176671 sec. | ||
| 12786 | 2025.01.27 09:40:00.653614 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12787 | 2025.01.27 09:40:00.653804 [ 273 ] {cf9e75ea-4502-4ff4-9332-b3b70d8ec88e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12788 | 2025.01.27 09:40:00.653876 [ 273 ] {cf9e75ea-4502-4ff4-9332-b3b70d8ec88e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12789 | 2025.01.27 09:40:00.654648 [ 273 ] {cf9e75ea-4502-4ff4-9332-b3b70d8ec88e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12790 | 2025.01.27 09:40:00.654693 [ 273 ] {cf9e75ea-4502-4ff4-9332-b3b70d8ec88e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12791 | 2025.01.27 09:40:00.655121 [ 273 ] {cf9e75ea-4502-4ff4-9332-b3b70d8ec88e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12792 | 2025.01.27 09:40:00.655391 [ 273 ] {cf9e75ea-4502-4ff4-9332-b3b70d8ec88e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12793 | 2025.01.27 09:40:00.655626 [ 273 ] {cf9e75ea-4502-4ff4-9332-b3b70d8ec88e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001876 sec., 34115.13859275053 rows/sec., 2.66 MiB/sec. | ||
| 12794 | 2025.01.27 09:40:00.655688 [ 273 ] {cf9e75ea-4502-4ff4-9332-b3b70d8ec88e} <Debug> TCPHandler: Processed in 0.002203211 sec. | ||
| 12795 | 2025.01.27 09:40:00.655899 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12796 | 2025.01.27 09:40:00.656206 [ 267 ] {0312c8f6-c7ea-4474-a72e-0295c3ee5bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12797 | 2025.01.27 09:40:00.656274 [ 267 ] {0312c8f6-c7ea-4474-a72e-0295c3ee5bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12798 | 2025.01.27 09:40:00.656884 [ 267 ] {0312c8f6-c7ea-4474-a72e-0295c3ee5bac} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12799 | 2025.01.27 09:40:00.656923 [ 267 ] {0312c8f6-c7ea-4474-a72e-0295c3ee5bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12800 | 2025.01.27 09:40:00.657331 [ 267 ] {0312c8f6-c7ea-4474-a72e-0295c3ee5bac} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12801 | 2025.01.27 09:40:00.657573 [ 267 ] {0312c8f6-c7ea-4474-a72e-0295c3ee5bac} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12802 | 2025.01.27 09:40:00.657775 [ 267 ] {0312c8f6-c7ea-4474-a72e-0295c3ee5bac} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001659 sec., 77154.91259795056 rows/sec., 5.37 MiB/sec. | ||
| 12803 | 2025.01.27 09:40:00.657860 [ 267 ] {0312c8f6-c7ea-4474-a72e-0295c3ee5bac} <Debug> TCPHandler: Processed in 0.002087358 sec. | ||
| 12804 | 2025.01.27 09:40:00.658027 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12805 | 2025.01.27 09:40:00.658199 [ 273 ] {0fcd96cf-b365-440a-8a01-5af70bdd89e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12806 | 2025.01.27 09:40:00.658259 [ 273 ] {0fcd96cf-b365-440a-8a01-5af70bdd89e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12807 | 2025.01.27 09:40:00.658771 [ 273 ] {0fcd96cf-b365-440a-8a01-5af70bdd89e3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12808 | 2025.01.27 09:40:00.658810 [ 273 ] {0fcd96cf-b365-440a-8a01-5af70bdd89e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12809 | 2025.01.27 09:40:00.659188 [ 273 ] {0fcd96cf-b365-440a-8a01-5af70bdd89e3} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12810 | 2025.01.27 09:40:00.659431 [ 273 ] {0fcd96cf-b365-440a-8a01-5af70bdd89e3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12811 | 2025.01.27 09:40:00.659644 [ 273 ] {0fcd96cf-b365-440a-8a01-5af70bdd89e3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001491 sec., 32193.158953722337 rows/sec., 2.17 MiB/sec. | ||
| 12812 | 2025.01.27 09:40:00.659695 [ 273 ] {0fcd96cf-b365-440a-8a01-5af70bdd89e3} <Debug> TCPHandler: Processed in 0.001746281 sec. | ||
| 12813 | 2025.01.27 09:40:02.137678 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 12814 | 2025.01.27 09:40:02.138370 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12815 | 2025.01.27 09:40:02.138418 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12816 | 2025.01.27 09:40:02.138966 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12817 | 2025.01.27 09:40:02.139230 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12818 | 2025.01.27 09:40:02.139503 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 12819 | 2025.01.27 09:40:04.354076 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12820 | 2025.01.27 09:40:04.372329 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12821 | 2025.01.27 09:40:04.372377 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12822 | 2025.01.27 09:40:04.379187 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12823 | 2025.01.27 09:40:04.379925 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12824 | 2025.01.27 09:40:04.382433 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12825 | 2025.01.27 09:40:05.653095 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12826 | 2025.01.27 09:40:05.653289 [ 267 ] {c8ecc9d6-cffb-44f4-bd4b-fbe4bcd4f026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12827 | 2025.01.27 09:40:05.653363 [ 267 ] {c8ecc9d6-cffb-44f4-bd4b-fbe4bcd4f026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12828 | 2025.01.27 09:40:05.654157 [ 267 ] {c8ecc9d6-cffb-44f4-bd4b-fbe4bcd4f026} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12829 | 2025.01.27 09:40:05.654203 [ 267 ] {c8ecc9d6-cffb-44f4-bd4b-fbe4bcd4f026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12830 | 2025.01.27 09:40:05.654650 [ 267 ] {c8ecc9d6-cffb-44f4-bd4b-fbe4bcd4f026} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12831 | 2025.01.27 09:40:05.654906 [ 267 ] {c8ecc9d6-cffb-44f4-bd4b-fbe4bcd4f026} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12832 | 2025.01.27 09:40:05.655146 [ 267 ] {c8ecc9d6-cffb-44f4-bd4b-fbe4bcd4f026} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.24 MiB/sec. | ||
| 12833 | 2025.01.27 09:40:05.655203 [ 267 ] {c8ecc9d6-cffb-44f4-bd4b-fbe4bcd4f026} <Debug> TCPHandler: Processed in 0.002238372 sec. | ||
| 12834 | 2025.01.27 09:40:05.655469 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12835 | 2025.01.27 09:40:05.655700 [ 273 ] {75d95da8-089f-4400-818e-d6031304e365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12836 | 2025.01.27 09:40:05.655775 [ 273 ] {75d95da8-089f-4400-818e-d6031304e365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12837 | 2025.01.27 09:40:05.656554 [ 273 ] {75d95da8-089f-4400-818e-d6031304e365} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12838 | 2025.01.27 09:40:05.656600 [ 273 ] {75d95da8-089f-4400-818e-d6031304e365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12839 | 2025.01.27 09:40:05.657046 [ 273 ] {75d95da8-089f-4400-818e-d6031304e365} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12840 | 2025.01.27 09:40:05.657310 [ 273 ] {75d95da8-089f-4400-818e-d6031304e365} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12841 | 2025.01.27 09:40:05.657540 [ 273 ] {75d95da8-089f-4400-818e-d6031304e365} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001901 sec., 33666.49132035771 rows/sec., 2.63 MiB/sec. | ||
| 12842 | 2025.01.27 09:40:05.657598 [ 273 ] {75d95da8-089f-4400-818e-d6031304e365} <Debug> TCPHandler: Processed in 0.002265213 sec. | ||
| 12843 | 2025.01.27 09:40:05.657769 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12844 | 2025.01.27 09:40:05.657910 [ 267 ] {599c9b6b-486f-4b5b-ad9e-4cdbd4aa4b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12845 | 2025.01.27 09:40:05.657973 [ 267 ] {599c9b6b-486f-4b5b-ad9e-4cdbd4aa4b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12846 | 2025.01.27 09:40:05.658634 [ 267 ] {599c9b6b-486f-4b5b-ad9e-4cdbd4aa4b00} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12847 | 2025.01.27 09:40:05.658680 [ 267 ] {599c9b6b-486f-4b5b-ad9e-4cdbd4aa4b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12848 | 2025.01.27 09:40:05.659077 [ 267 ] {599c9b6b-486f-4b5b-ad9e-4cdbd4aa4b00} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12849 | 2025.01.27 09:40:05.659327 [ 267 ] {599c9b6b-486f-4b5b-ad9e-4cdbd4aa4b00} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12850 | 2025.01.27 09:40:05.659541 [ 267 ] {599c9b6b-486f-4b5b-ad9e-4cdbd4aa4b00} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. | ||
| 12851 | 2025.01.27 09:40:05.659590 [ 267 ] {599c9b6b-486f-4b5b-ad9e-4cdbd4aa4b00} <Debug> TCPHandler: Processed in 0.001893974 sec. | ||
| 12852 | 2025.01.27 09:40:05.659739 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12853 | 2025.01.27 09:40:05.659881 [ 273 ] {602aea97-cbff-439a-9082-343b4c7a3258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12854 | 2025.01.27 09:40:05.659944 [ 273 ] {602aea97-cbff-439a-9082-343b4c7a3258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12855 | 2025.01.27 09:40:05.660525 [ 273 ] {602aea97-cbff-439a-9082-343b4c7a3258} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12856 | 2025.01.27 09:40:05.660572 [ 273 ] {602aea97-cbff-439a-9082-343b4c7a3258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12857 | 2025.01.27 09:40:05.660971 [ 273 ] {602aea97-cbff-439a-9082-343b4c7a3258} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12858 | 2025.01.27 09:40:05.661214 [ 273 ] {602aea97-cbff-439a-9082-343b4c7a3258} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12859 | 2025.01.27 09:40:05.661418 [ 273 ] {602aea97-cbff-439a-9082-343b4c7a3258} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. | ||
| 12860 | 2025.01.27 09:40:05.661467 [ 273 ] {602aea97-cbff-439a-9082-343b4c7a3258} <Debug> TCPHandler: Processed in 0.001794331 sec. | ||
| 12861 | 2025.01.27 09:40:09.400196 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12862 | 2025.01.27 09:40:09.400270 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12863 | 2025.01.27 09:40:09.640592 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 12864 | 2025.01.27 09:40:09.641248 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12865 | 2025.01.27 09:40:09.641294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12866 | 2025.01.27 09:40:09.641824 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12867 | 2025.01.27 09:40:09.642107 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12868 | 2025.01.27 09:40:09.642359 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 12869 | 2025.01.27 09:40:09.799180 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1800 | ||
| 12870 | 2025.01.27 09:40:09.801881 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12871 | 2025.01.27 09:40:09.801922 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12872 | 2025.01.27 09:40:09.803398 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12873 | 2025.01.27 09:40:09.803711 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12874 | 2025.01.27 09:40:09.805050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1800 | ||
| 12875 | 2025.01.27 09:40:10.659029 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12876 | 2025.01.27 09:40:10.659218 [ 267 ] {89be894f-8cfb-4925-877b-867edec3fa01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12877 | 2025.01.27 09:40:10.659291 [ 267 ] {89be894f-8cfb-4925-877b-867edec3fa01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12878 | 2025.01.27 09:40:10.660052 [ 267 ] {89be894f-8cfb-4925-877b-867edec3fa01} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12879 | 2025.01.27 09:40:10.660093 [ 267 ] {89be894f-8cfb-4925-877b-867edec3fa01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12880 | 2025.01.27 09:40:10.660522 [ 267 ] {89be894f-8cfb-4925-877b-867edec3fa01} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12881 | 2025.01.27 09:40:10.660774 [ 267 ] {89be894f-8cfb-4925-877b-867edec3fa01} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12882 | 2025.01.27 09:40:10.660923 [ 117 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12883 | 2025.01.27 09:40:10.660976 [ 117 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12884 | 2025.01.27 09:40:10.660977 [ 267 ] {89be894f-8cfb-4925-877b-867edec3fa01} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001811 sec., 7730.535615681944 rows/sec., 556.50 KiB/sec. | ||
| 12885 | 2025.01.27 09:40:10.661002 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12886 | 2025.01.27 09:40:10.661085 [ 267 ] {89be894f-8cfb-4925-877b-867edec3fa01} <Debug> TCPHandler: Processed in 0.002187381 sec. | ||
| 12887 | 2025.01.27 09:40:10.661353 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 12888 | 2025.01.27 09:40:10.661454 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12889 | 2025.01.27 09:40:10.661662 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12890 | 2025.01.27 09:40:10.661703 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 12891 | 2025.01.27 09:40:10.661741 [ 273 ] {a2b57f59-8a95-4fb2-8753-9207dae1024c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12892 | 2025.01.27 09:40:10.661826 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 12893 | 2025.01.27 09:40:10.661852 [ 273 ] {a2b57f59-8a95-4fb2-8753-9207dae1024c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12894 | 2025.01.27 09:40:10.662141 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 12895 | 2025.01.27 09:40:10.662489 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 12896 | 2025.01.27 09:40:10.662700 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 12897 | 2025.01.27 09:40:10.664014 [ 273 ] {a2b57f59-8a95-4fb2-8753-9207dae1024c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12898 | 2025.01.27 09:40:10.664060 [ 273 ] {a2b57f59-8a95-4fb2-8753-9207dae1024c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12899 | 2025.01.27 09:40:10.664294 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003189404 sec., 21947.674236315 rows/sec., 1.63 MiB/sec. | ||
| 12900 | 2025.01.27 09:40:10.664436 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12901 | 2025.01.27 09:40:10.664620 [ 273 ] {a2b57f59-8a95-4fb2-8753-9207dae1024c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12902 | 2025.01.27 09:40:10.664772 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12903 | 2025.01.27 09:40:10.664873 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_49_12} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12904 | 2025.01.27 09:40:10.664914 [ 273 ] {a2b57f59-8a95-4fb2-8753-9207dae1024c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12905 | 2025.01.27 09:40:10.664969 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12906 | 2025.01.27 09:40:10.665174 [ 273 ] {a2b57f59-8a95-4fb2-8753-9207dae1024c} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.003508 sec., 80102.62257696694 rows/sec., 7.07 MiB/sec. | ||
| 12907 | 2025.01.27 09:40:10.665235 [ 273 ] {a2b57f59-8a95-4fb2-8753-9207dae1024c} <Debug> TCPHandler: Processed in 0.004015643 sec. | ||
| 12908 | 2025.01.27 09:40:10.665377 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12909 | 2025.01.27 09:40:10.665498 [ 267 ] {6d672b44-7038-4537-99b1-7ed99224a407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12910 | 2025.01.27 09:40:10.665549 [ 267 ] {6d672b44-7038-4537-99b1-7ed99224a407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12911 | 2025.01.27 09:40:10.666181 [ 267 ] {6d672b44-7038-4537-99b1-7ed99224a407} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12912 | 2025.01.27 09:40:10.666220 [ 267 ] {6d672b44-7038-4537-99b1-7ed99224a407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12913 | 2025.01.27 09:40:10.666584 [ 267 ] {6d672b44-7038-4537-99b1-7ed99224a407} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12914 | 2025.01.27 09:40:10.666825 [ 267 ] {6d672b44-7038-4537-99b1-7ed99224a407} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12915 | 2025.01.27 09:40:10.667014 [ 267 ] {6d672b44-7038-4537-99b1-7ed99224a407} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001539 sec., 29889.538661468487 rows/sec., 2.15 MiB/sec. | ||
| 12916 | 2025.01.27 09:40:10.667121 [ 267 ] {6d672b44-7038-4537-99b1-7ed99224a407} <Debug> TCPHandler: Processed in 0.001801302 sec. | ||
| 12917 | 2025.01.27 09:40:10.667309 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12918 | 2025.01.27 09:40:10.667430 [ 273 ] {fe70268f-e583-4481-a739-773313d41a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12919 | 2025.01.27 09:40:10.667481 [ 273 ] {fe70268f-e583-4481-a739-773313d41a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12920 | 2025.01.27 09:40:10.668068 [ 273 ] {fe70268f-e583-4481-a739-773313d41a97} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12921 | 2025.01.27 09:40:10.668107 [ 273 ] {fe70268f-e583-4481-a739-773313d41a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12922 | 2025.01.27 09:40:10.668456 [ 273 ] {fe70268f-e583-4481-a739-773313d41a97} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12923 | 2025.01.27 09:40:10.668694 [ 273 ] {fe70268f-e583-4481-a739-773313d41a97} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12924 | 2025.01.27 09:40:10.668929 [ 273 ] {fe70268f-e583-4481-a739-773313d41a97} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001521 sec., 9204.47074293228 rows/sec., 644.62 KiB/sec. | ||
| 12925 | 2025.01.27 09:40:10.669017 [ 273 ] {fe70268f-e583-4481-a739-773313d41a97} <Debug> TCPHandler: Processed in 0.001770552 sec. | ||
| 12926 | 2025.01.27 09:40:10.669271 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12927 | 2025.01.27 09:40:10.669423 [ 267 ] {7485cd3f-134c-425b-8dc7-fae66f1ce60c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12928 | 2025.01.27 09:40:10.669481 [ 267 ] {7485cd3f-134c-425b-8dc7-fae66f1ce60c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12929 | 2025.01.27 09:40:10.670102 [ 267 ] {7485cd3f-134c-425b-8dc7-fae66f1ce60c} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12930 | 2025.01.27 09:40:10.670139 [ 267 ] {7485cd3f-134c-425b-8dc7-fae66f1ce60c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12931 | 2025.01.27 09:40:10.670485 [ 267 ] {7485cd3f-134c-425b-8dc7-fae66f1ce60c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12932 | 2025.01.27 09:40:10.670719 [ 267 ] {7485cd3f-134c-425b-8dc7-fae66f1ce60c} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12933 | 2025.01.27 09:40:10.670845 [ 117 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12934 | 2025.01.27 09:40:10.670890 [ 117 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12935 | 2025.01.27 09:40:10.670906 [ 267 ] {7485cd3f-134c-425b-8dc7-fae66f1ce60c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001512 sec., 8597.883597883598 rows/sec., 536.08 KiB/sec. | ||
| 12936 | 2025.01.27 09:40:10.670920 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12937 | 2025.01.27 09:40:10.671012 [ 267 ] {7485cd3f-134c-425b-8dc7-fae66f1ce60c} <Debug> TCPHandler: Processed in 0.001890624 sec. | ||
| 12938 | 2025.01.27 09:40:10.671136 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 12939 | 2025.01.27 09:40:10.671205 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12940 | 2025.01.27 09:40:10.671400 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12941 | 2025.01.27 09:40:10.671450 [ 273 ] {8aac39c5-a35e-4649-aa62-270191e4eac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12942 | 2025.01.27 09:40:10.671472 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 12943 | 2025.01.27 09:40:10.671554 [ 273 ] {8aac39c5-a35e-4649-aa62-270191e4eac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12944 | 2025.01.27 09:40:10.671818 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 12945 | 2025.01.27 09:40:10.672182 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 12946 | 2025.01.27 09:40:10.672513 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 12947 | 2025.01.27 09:40:10.672890 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 12948 | 2025.01.27 09:40:10.674511 [ 273 ] {8aac39c5-a35e-4649-aa62-270191e4eac6} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12949 | 2025.01.27 09:40:10.674582 [ 273 ] {8aac39c5-a35e-4649-aa62-270191e4eac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12950 | 2025.01.27 09:40:10.675610 [ 189 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004588557 sec., 14165.673435025434 rows/sec., 938.56 KiB/sec. | ||
| 12951 | 2025.01.27 09:40:10.675646 [ 273 ] {8aac39c5-a35e-4649-aa62-270191e4eac6} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12952 | 2025.01.27 09:40:10.675826 [ 189 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12953 | 2025.01.27 09:40:10.676110 [ 273 ] {8aac39c5-a35e-4649-aa62-270191e4eac6} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12954 | 2025.01.27 09:40:10.676435 [ 189 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12955 | 2025.01.27 09:40:10.676517 [ 273 ] {8aac39c5-a35e-4649-aa62-270191e4eac6} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005127 sec., 82114.29685976205 rows/sec., 5.87 MiB/sec. | ||
| 12956 | 2025.01.27 09:40:10.676591 [ 189 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_49_12} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12957 | 2025.01.27 09:40:10.676656 [ 273 ] {8aac39c5-a35e-4649-aa62-270191e4eac6} <Debug> TCPHandler: Processed in 0.005536139 sec. | ||
| 12958 | 2025.01.27 09:40:10.676817 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12959 | 2025.01.27 09:40:10.676859 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12960 | 2025.01.27 09:40:10.676996 [ 267 ] {dde57254-f8f0-4378-9e34-da49d3408799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12961 | 2025.01.27 09:40:10.677054 [ 267 ] {dde57254-f8f0-4378-9e34-da49d3408799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12962 | 2025.01.27 09:40:10.677610 [ 267 ] {dde57254-f8f0-4378-9e34-da49d3408799} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12963 | 2025.01.27 09:40:10.677653 [ 267 ] {dde57254-f8f0-4378-9e34-da49d3408799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12964 | 2025.01.27 09:40:10.678038 [ 267 ] {dde57254-f8f0-4378-9e34-da49d3408799} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12965 | 2025.01.27 09:40:10.678268 [ 267 ] {dde57254-f8f0-4378-9e34-da49d3408799} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12966 | 2025.01.27 09:40:10.678451 [ 267 ] {dde57254-f8f0-4378-9e34-da49d3408799} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec. | ||
| 12967 | 2025.01.27 09:40:10.678561 [ 267 ] {dde57254-f8f0-4378-9e34-da49d3408799} <Debug> TCPHandler: Processed in 0.001805992 sec. | ||
| 12968 | 2025.01.27 09:40:10.678759 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12969 | 2025.01.27 09:40:10.678889 [ 273 ] {0379bedc-5549-468e-a096-058ec053c1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12970 | 2025.01.27 09:40:10.678953 [ 273 ] {0379bedc-5549-468e-a096-058ec053c1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12971 | 2025.01.27 09:40:10.679630 [ 273 ] {0379bedc-5549-468e-a096-058ec053c1b1} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12972 | 2025.01.27 09:40:10.679677 [ 273 ] {0379bedc-5549-468e-a096-058ec053c1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12973 | 2025.01.27 09:40:10.680101 [ 273 ] {0379bedc-5549-468e-a096-058ec053c1b1} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12974 | 2025.01.27 09:40:10.680340 [ 273 ] {0379bedc-5549-468e-a096-058ec053c1b1} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12975 | 2025.01.27 09:40:10.680512 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 12976 | 2025.01.27 09:40:10.680565 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12977 | 2025.01.27 09:40:10.680578 [ 273 ] {0379bedc-5549-468e-a096-058ec053c1b1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00171 sec., 138596.49122807017 rows/sec., 9.29 MiB/sec. | ||
| 12978 | 2025.01.27 09:40:10.680600 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12979 | 2025.01.27 09:40:10.680792 [ 273 ] {0379bedc-5549-468e-a096-058ec053c1b1} <Debug> TCPHandler: Processed in 0.002119109 sec. | ||
| 12980 | 2025.01.27 09:40:10.680868 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 12981 | 2025.01.27 09:40:10.680990 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12982 | 2025.01.27 09:40:10.681252 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12983 | 2025.01.27 09:40:10.681389 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 32864 rows starting from the beginning of the part | ||
| 12984 | 2025.01.27 09:40:10.681389 [ 267 ] {b3aeeaa0-8fc8-4575-bf42-281b4f8864e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12985 | 2025.01.27 09:40:10.681654 [ 267 ] {b3aeeaa0-8fc8-4575-bf42-281b4f8864e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12986 | 2025.01.27 09:40:10.681904 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 12987 | 2025.01.27 09:40:10.682319 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 963 rows starting from the beginning of the part | ||
| 12988 | 2025.01.27 09:40:10.682749 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 128 rows starting from the beginning of the part | ||
| 12989 | 2025.01.27 09:40:10.683169 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 12990 | 2025.01.27 09:40:10.683588 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 12991 | 2025.01.27 09:40:10.685342 [ 267 ] {b3aeeaa0-8fc8-4575-bf42-281b4f8864e9} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12992 | 2025.01.27 09:40:10.685384 [ 267 ] {b3aeeaa0-8fc8-4575-bf42-281b4f8864e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12993 | 2025.01.27 09:40:10.686098 [ 267 ] {b3aeeaa0-8fc8-4575-bf42-281b4f8864e9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12994 | 2025.01.27 09:40:10.686642 [ 267 ] {b3aeeaa0-8fc8-4575-bf42-281b4f8864e9} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12995 | 2025.01.27 09:40:10.687201 [ 267 ] {b3aeeaa0-8fc8-4575-bf42-281b4f8864e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005974 sec., 167.39203213927016 rows/sec., 11.28 KiB/sec. | ||
| 12996 | 2025.01.27 09:40:10.687290 [ 267 ] {b3aeeaa0-8fc8-4575-bf42-281b4f8864e9} <Debug> TCPHandler: Processed in 0.006399779 sec. | ||
| 12997 | 2025.01.27 09:40:10.687445 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12998 | 2025.01.27 09:40:10.687610 [ 273 ] {1d6c9816-43c4-4afe-a7aa-0b8bfa2d4910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12999 | 2025.01.27 09:40:10.687703 [ 273 ] {1d6c9816-43c4-4afe-a7aa-0b8bfa2d4910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13000 | 2025.01.27 09:40:10.689261 [ 273 ] {1d6c9816-43c4-4afe-a7aa-0b8bfa2d4910} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13001 | 2025.01.27 09:40:10.689301 [ 273 ] {1d6c9816-43c4-4afe-a7aa-0b8bfa2d4910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13002 | 2025.01.27 09:40:10.690302 [ 273 ] {1d6c9816-43c4-4afe-a7aa-0b8bfa2d4910} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13003 | 2025.01.27 09:40:10.690572 [ 273 ] {1d6c9816-43c4-4afe-a7aa-0b8bfa2d4910} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13004 | 2025.01.27 09:40:10.690855 [ 273 ] {1d6c9816-43c4-4afe-a7aa-0b8bfa2d4910} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003281 sec., 11886.619932947271 rows/sec., 21.30 MiB/sec. | ||
| 13005 | 2025.01.27 09:40:10.691079 [ 273 ] {1d6c9816-43c4-4afe-a7aa-0b8bfa2d4910} <Debug> TCPHandler: Processed in 0.003705706 sec. | ||
| 13006 | 2025.01.27 09:40:10.691587 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13007 | 2025.01.27 09:40:10.692012 [ 267 ] {2d39ad15-bc74-4d40-bad0-9b83744a20f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13008 | 2025.01.27 09:40:10.692079 [ 267 ] {2d39ad15-bc74-4d40-bad0-9b83744a20f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13009 | 2025.01.27 09:40:10.692711 [ 267 ] {2d39ad15-bc74-4d40-bad0-9b83744a20f3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13010 | 2025.01.27 09:40:10.692749 [ 267 ] {2d39ad15-bc74-4d40-bad0-9b83744a20f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13011 | 2025.01.27 09:40:10.693322 [ 267 ] {2d39ad15-bc74-4d40-bad0-9b83744a20f3} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 13012 | 2025.01.27 09:40:10.693813 [ 267 ] {2d39ad15-bc74-4d40-bad0-9b83744a20f3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13013 | 2025.01.27 09:40:10.694108 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34512 rows, containing 5 columns (5 merged, 0 gathered) in 0.013374141 sec., 2580502.1795418486 rows/sec., 174.23 MiB/sec. | ||
| 13014 | 2025.01.27 09:40:10.694328 [ 267 ] {2d39ad15-bc74-4d40-bad0-9b83744a20f3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002371 sec., 34584.56347532687 rows/sec., 2.20 MiB/sec. | ||
| 13015 | 2025.01.27 09:40:10.694422 [ 267 ] {2d39ad15-bc74-4d40-bad0-9b83744a20f3} <Debug> TCPHandler: Processed in 0.003202835 sec. | ||
| 13016 | 2025.01.27 09:40:10.694572 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 13017 | 2025.01.27 09:40:10.695301 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13018 | 2025.01.27 09:40:10.695396 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 13019 | 2025.01.27 09:40:10.695504 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 13020 | 2025.01.27 09:40:11.883445 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 13021 | 2025.01.27 09:40:11.904133 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13022 | 2025.01.27 09:40:11.904190 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13023 | 2025.01.27 09:40:11.911443 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13024 | 2025.01.27 09:40:11.912202 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13025 | 2025.01.27 09:40:11.915531 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 13026 | 2025.01.27 09:40:15.652711 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13027 | 2025.01.27 09:40:15.652921 [ 267 ] {986704a6-b4e1-4492-ba7b-d1f37004df15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13028 | 2025.01.27 09:40:15.652995 [ 267 ] {986704a6-b4e1-4492-ba7b-d1f37004df15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13029 | 2025.01.27 09:40:15.653792 [ 267 ] {986704a6-b4e1-4492-ba7b-d1f37004df15} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13030 | 2025.01.27 09:40:15.653831 [ 267 ] {986704a6-b4e1-4492-ba7b-d1f37004df15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13031 | 2025.01.27 09:40:15.654271 [ 267 ] {986704a6-b4e1-4492-ba7b-d1f37004df15} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13032 | 2025.01.27 09:40:15.654530 [ 267 ] {986704a6-b4e1-4492-ba7b-d1f37004df15} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13033 | 2025.01.27 09:40:15.654700 [ 113 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13034 | 2025.01.27 09:40:15.654738 [ 267 ] {986704a6-b4e1-4492-ba7b-d1f37004df15} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.29 MiB/sec. | ||
| 13035 | 2025.01.27 09:40:15.654749 [ 113 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13036 | 2025.01.27 09:40:15.654794 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13037 | 2025.01.27 09:40:15.654815 [ 267 ] {986704a6-b4e1-4492-ba7b-d1f37004df15} <Debug> TCPHandler: Processed in 0.002236812 sec. | ||
| 13038 | 2025.01.27 09:40:15.655127 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13039 | 2025.01.27 09:40:15.655185 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13040 | 2025.01.27 09:40:15.655667 [ 273 ] {77c5ea19-b34f-4edf-a786-90b38edc3108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13041 | 2025.01.27 09:40:15.655749 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13042 | 2025.01.27 09:40:15.655909 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1430 rows starting from the beginning of the part | ||
| 13043 | 2025.01.27 09:40:15.655904 [ 273 ] {77c5ea19-b34f-4edf-a786-90b38edc3108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13044 | 2025.01.27 09:40:15.656479 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1429 rows starting from the beginning of the part | ||
| 13045 | 2025.01.27 09:40:15.657050 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
| 13046 | 2025.01.27 09:40:15.657642 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part | ||
| 13047 | 2025.01.27 09:40:15.658175 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 281 rows starting from the beginning of the part | ||
| 13048 | 2025.01.27 09:40:15.658580 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part | ||
| 13049 | 2025.01.27 09:40:15.660561 [ 273 ] {77c5ea19-b34f-4edf-a786-90b38edc3108} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13050 | 2025.01.27 09:40:15.660632 [ 273 ] {77c5ea19-b34f-4edf-a786-90b38edc3108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13051 | 2025.01.27 09:40:15.661705 [ 273 ] {77c5ea19-b34f-4edf-a786-90b38edc3108} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13052 | 2025.01.27 09:40:15.662022 [ 273 ] {77c5ea19-b34f-4edf-a786-90b38edc3108} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13053 | 2025.01.27 09:40:15.662409 [ 113 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13054 | 2025.01.27 09:40:15.662614 [ 273 ] {77c5ea19-b34f-4edf-a786-90b38edc3108} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.007083 sec., 9035.719327968374 rows/sec., 722.18 KiB/sec. | ||
| 13055 | 2025.01.27 09:40:15.662650 [ 113 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13056 | 2025.01.27 09:40:15.662946 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13057 | 2025.01.27 09:40:15.662964 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.008040447 sec., 411419.91235064424 rows/sec., 35.91 MiB/sec. | ||
| 13058 | 2025.01.27 09:40:15.662987 [ 273 ] {77c5ea19-b34f-4edf-a786-90b38edc3108} <Debug> TCPHandler: Processed in 0.008050017 sec. | ||
| 13059 | 2025.01.27 09:40:15.663340 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13060 | 2025.01.27 09:40:15.663357 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13061 | 2025.01.27 09:40:15.663404 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13062 | 2025.01.27 09:40:15.663731 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13063 | 2025.01.27 09:40:15.663811 [ 267 ] {9abed85a-f1ee-4a67-9792-ebba749eef43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13064 | 2025.01.27 09:40:15.663834 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part | ||
| 13065 | 2025.01.27 09:40:15.664183 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 893 rows starting from the beginning of the part | ||
| 13066 | 2025.01.27 09:40:15.664312 [ 267 ] {9abed85a-f1ee-4a67-9792-ebba749eef43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13067 | 2025.01.27 09:40:15.664363 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13068 | 2025.01.27 09:40:15.664616 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 13069 | 2025.01.27 09:40:15.664784 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_116_23} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13070 | 2025.01.27 09:40:15.665009 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part | ||
| 13071 | 2025.01.27 09:40:15.665166 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 13072 | 2025.01.27 09:40:15.665492 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 421 rows starting from the beginning of the part | ||
| 13073 | 2025.01.27 09:40:15.665799 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part | ||
| 13074 | 2025.01.27 09:40:15.667437 [ 267 ] {9abed85a-f1ee-4a67-9792-ebba749eef43} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13075 | 2025.01.27 09:40:15.667525 [ 267 ] {9abed85a-f1ee-4a67-9792-ebba749eef43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13076 | 2025.01.27 09:40:15.668487 [ 267 ] {9abed85a-f1ee-4a67-9792-ebba749eef43} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13077 | 2025.01.27 09:40:15.668991 [ 267 ] {9abed85a-f1ee-4a67-9792-ebba749eef43} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13078 | 2025.01.27 09:40:15.669085 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.005981519 sec., 404412.324026723 rows/sec., 31.02 MiB/sec. | ||
| 13079 | 2025.01.27 09:40:15.669321 [ 267 ] {9abed85a-f1ee-4a67-9792-ebba749eef43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005729 sec., 27928.085180659804 rows/sec., 1.95 MiB/sec. | ||
| 13080 | 2025.01.27 09:40:15.669362 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13081 | 2025.01.27 09:40:15.669503 [ 267 ] {9abed85a-f1ee-4a67-9792-ebba749eef43} <Debug> TCPHandler: Processed in 0.006362668 sec. | ||
| 13082 | 2025.01.27 09:40:15.669715 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13083 | 2025.01.27 09:40:15.669899 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13084 | 2025.01.27 09:40:15.669908 [ 273 ] {8d9b94e7-2ded-4f4f-9a76-57f54a45e230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13085 | 2025.01.27 09:40:15.670032 [ 273 ] {8d9b94e7-2ded-4f4f-9a76-57f54a45e230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13086 | 2025.01.27 09:40:15.670094 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_116_23} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13087 | 2025.01.27 09:40:15.670308 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13088 | 2025.01.27 09:40:15.670785 [ 273 ] {8d9b94e7-2ded-4f4f-9a76-57f54a45e230} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13089 | 2025.01.27 09:40:15.670829 [ 273 ] {8d9b94e7-2ded-4f4f-9a76-57f54a45e230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13090 | 2025.01.27 09:40:15.671217 [ 273 ] {8d9b94e7-2ded-4f4f-9a76-57f54a45e230} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13091 | 2025.01.27 09:40:15.671469 [ 273 ] {8d9b94e7-2ded-4f4f-9a76-57f54a45e230} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13092 | 2025.01.27 09:40:15.671654 [ 113 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13093 | 2025.01.27 09:40:15.671719 [ 113 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13094 | 2025.01.27 09:40:15.671732 [ 273 ] {8d9b94e7-2ded-4f4f-9a76-57f54a45e230} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001879 sec., 31931.878658861096 rows/sec., 2.15 MiB/sec. | ||
| 13095 | 2025.01.27 09:40:15.671763 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13096 | 2025.01.27 09:40:15.671916 [ 273 ] {8d9b94e7-2ded-4f4f-9a76-57f54a45e230} <Debug> TCPHandler: Processed in 0.002273923 sec. | ||
| 13097 | 2025.01.27 09:40:15.672007 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 13098 | 2025.01.27 09:40:15.672143 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13099 | 2025.01.27 09:40:15.672208 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6782 rows starting from the beginning of the part | ||
| 13100 | 2025.01.27 09:40:15.672512 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 34 rows starting from the beginning of the part | ||
| 13101 | 2025.01.27 09:40:15.672914 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 48 rows starting from the beginning of the part | ||
| 13102 | 2025.01.27 09:40:15.673170 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 13103 | 2025.01.27 09:40:15.673424 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 13104 | 2025.01.27 09:40:15.673536 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 13105 | 2025.01.27 09:40:15.675669 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7066 rows, containing 4 columns (4 merged, 0 gathered) in 0.003781988 sec., 1868329.5663550491 rows/sec., 121.79 MiB/sec. | ||
| 13106 | 2025.01.27 09:40:15.676295 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13107 | 2025.01.27 09:40:15.676861 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13108 | 2025.01.27 09:40:15.677010 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_116_23} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13109 | 2025.01.27 09:40:15.677117 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 13110 | 2025.01.27 09:40:17.143448 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 13111 | 2025.01.27 09:40:17.144136 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13112 | 2025.01.27 09:40:17.144186 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13113 | 2025.01.27 09:40:17.144713 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13114 | 2025.01.27 09:40:17.144965 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13115 | 2025.01.27 09:40:17.145153 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 13116 | 2025.01.27 09:40:19.416554 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 13117 | 2025.01.27 09:40:19.436791 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13118 | 2025.01.27 09:40:19.436846 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13119 | 2025.01.27 09:40:19.444110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13120 | 2025.01.27 09:40:19.444861 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13121 | 2025.01.27 09:40:19.447450 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 13122 | 2025.01.27 09:40:19.806119 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1830 | ||
| 13123 | 2025.01.27 09:40:19.810172 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13124 | 2025.01.27 09:40:19.810343 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13125 | 2025.01.27 09:40:19.811856 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13126 | 2025.01.27 09:40:19.812174 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13127 | 2025.01.27 09:40:19.812353 [ 110 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13128 | 2025.01.27 09:40:19.812410 [ 110 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13129 | 2025.01.27 09:40:19.812446 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13130 | 2025.01.27 09:40:19.813055 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 13131 | 2025.01.27 09:40:19.814546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1830 | ||
| 13132 | 2025.01.27 09:40:19.814837 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13133 | 2025.01.27 09:40:19.814992 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1684 rows starting from the beginning of the part | ||
| 13134 | 2025.01.27 09:40:19.815470 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
| 13135 | 2025.01.27 09:40:19.815883 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part | ||
| 13136 | 2025.01.27 09:40:19.816418 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 54 rows starting from the beginning of the part | ||
| 13137 | 2025.01.27 09:40:19.816935 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 13138 | 2025.01.27 09:40:19.817518 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part | ||
| 13139 | 2025.01.27 09:40:19.826462 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1830 rows, containing 72 columns (72 merged, 0 gathered) in 0.013864643 sec., 131990.41619751768 rows/sec., 100.55 MiB/sec. | ||
| 13140 | 2025.01.27 09:40:19.828305 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13141 | 2025.01.27 09:40:19.829120 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13142 | 2025.01.27 09:40:19.829224 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_51_10} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13143 | 2025.01.27 09:40:19.829557 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 13144 | 2025.01.27 09:40:20.660030 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13145 | 2025.01.27 09:40:20.660226 [ 267 ] {821ac3f4-2268-4c9c-9924-a1bd93ab9bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13146 | 2025.01.27 09:40:20.660300 [ 267 ] {821ac3f4-2268-4c9c-9924-a1bd93ab9bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13147 | 2025.01.27 09:40:20.661055 [ 267 ] {821ac3f4-2268-4c9c-9924-a1bd93ab9bdc} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13148 | 2025.01.27 09:40:20.661106 [ 267 ] {821ac3f4-2268-4c9c-9924-a1bd93ab9bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13149 | 2025.01.27 09:40:20.661553 [ 267 ] {821ac3f4-2268-4c9c-9924-a1bd93ab9bdc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13150 | 2025.01.27 09:40:20.661819 [ 267 ] {821ac3f4-2268-4c9c-9924-a1bd93ab9bdc} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13151 | 2025.01.27 09:40:20.662071 [ 267 ] {821ac3f4-2268-4c9c-9924-a1bd93ab9bdc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec. | ||
| 13152 | 2025.01.27 09:40:20.662140 [ 267 ] {821ac3f4-2268-4c9c-9924-a1bd93ab9bdc} <Debug> TCPHandler: Processed in 0.002251822 sec. | ||
| 13153 | 2025.01.27 09:40:20.662435 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13154 | 2025.01.27 09:40:20.662645 [ 273 ] {1e30c5b8-e0cb-460c-84d8-a0b7264a52ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13155 | 2025.01.27 09:40:20.662726 [ 273 ] {1e30c5b8-e0cb-460c-84d8-a0b7264a52ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13156 | 2025.01.27 09:40:20.663672 [ 273 ] {1e30c5b8-e0cb-460c-84d8-a0b7264a52ce} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13157 | 2025.01.27 09:40:20.663724 [ 273 ] {1e30c5b8-e0cb-460c-84d8-a0b7264a52ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13158 | 2025.01.27 09:40:20.664190 [ 273 ] {1e30c5b8-e0cb-460c-84d8-a0b7264a52ce} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13159 | 2025.01.27 09:40:20.664445 [ 273 ] {1e30c5b8-e0cb-460c-84d8-a0b7264a52ce} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13160 | 2025.01.27 09:40:20.664688 [ 273 ] {1e30c5b8-e0cb-460c-84d8-a0b7264a52ce} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002102 sec., 133682.20742150332 rows/sec., 11.79 MiB/sec. | ||
| 13161 | 2025.01.27 09:40:20.664786 [ 273 ] {1e30c5b8-e0cb-460c-84d8-a0b7264a52ce} <Debug> TCPHandler: Processed in 0.002521159 sec. | ||
| 13162 | 2025.01.27 09:40:20.664994 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13163 | 2025.01.27 09:40:20.665262 [ 267 ] {3486815f-8a46-4fef-b9d2-b10c698a004f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13164 | 2025.01.27 09:40:20.665314 [ 267 ] {3486815f-8a46-4fef-b9d2-b10c698a004f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13165 | 2025.01.27 09:40:20.665918 [ 267 ] {3486815f-8a46-4fef-b9d2-b10c698a004f} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13166 | 2025.01.27 09:40:20.665958 [ 267 ] {3486815f-8a46-4fef-b9d2-b10c698a004f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13167 | 2025.01.27 09:40:20.666326 [ 267 ] {3486815f-8a46-4fef-b9d2-b10c698a004f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13168 | 2025.01.27 09:40:20.666572 [ 267 ] {3486815f-8a46-4fef-b9d2-b10c698a004f} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13169 | 2025.01.27 09:40:20.666797 [ 267 ] {3486815f-8a46-4fef-b9d2-b10c698a004f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001608 sec., 28606.965174129353 rows/sec., 2.06 MiB/sec. | ||
| 13170 | 2025.01.27 09:40:20.666874 [ 267 ] {3486815f-8a46-4fef-b9d2-b10c698a004f} <Debug> TCPHandler: Processed in 0.001992946 sec. | ||
| 13171 | 2025.01.27 09:40:20.667064 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13172 | 2025.01.27 09:40:20.667193 [ 273 ] {c0687c1f-024a-4409-90c7-9ce6611d4928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13173 | 2025.01.27 09:40:20.667246 [ 273 ] {c0687c1f-024a-4409-90c7-9ce6611d4928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13174 | 2025.01.27 09:40:20.667884 [ 273 ] {c0687c1f-024a-4409-90c7-9ce6611d4928} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13175 | 2025.01.27 09:40:20.667925 [ 273 ] {c0687c1f-024a-4409-90c7-9ce6611d4928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13176 | 2025.01.27 09:40:20.668308 [ 273 ] {c0687c1f-024a-4409-90c7-9ce6611d4928} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13177 | 2025.01.27 09:40:20.668558 [ 273 ] {c0687c1f-024a-4409-90c7-9ce6611d4928} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13178 | 2025.01.27 09:40:20.668788 [ 273 ] {c0687c1f-024a-4409-90c7-9ce6611d4928} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001622 sec., 8631.319358816276 rows/sec., 604.48 KiB/sec. | ||
| 13179 | 2025.01.27 09:40:20.668844 [ 273 ] {c0687c1f-024a-4409-90c7-9ce6611d4928} <Debug> TCPHandler: Processed in 0.001872714 sec. | ||
| 13180 | 2025.01.27 09:40:20.668992 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13181 | 2025.01.27 09:40:20.669115 [ 267 ] {b1636103-411b-48f8-be66-548b9b747843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13182 | 2025.01.27 09:40:20.669172 [ 267 ] {b1636103-411b-48f8-be66-548b9b747843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13183 | 2025.01.27 09:40:20.669846 [ 267 ] {b1636103-411b-48f8-be66-548b9b747843} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13184 | 2025.01.27 09:40:20.669898 [ 267 ] {b1636103-411b-48f8-be66-548b9b747843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13185 | 2025.01.27 09:40:20.670291 [ 267 ] {b1636103-411b-48f8-be66-548b9b747843} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13186 | 2025.01.27 09:40:20.670542 [ 267 ] {b1636103-411b-48f8-be66-548b9b747843} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13187 | 2025.01.27 09:40:20.670753 [ 267 ] {b1636103-411b-48f8-be66-548b9b747843} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001668 sec., 7793.764988009592 rows/sec., 485.94 KiB/sec. | ||
| 13188 | 2025.01.27 09:40:20.670805 [ 267 ] {b1636103-411b-48f8-be66-548b9b747843} <Debug> TCPHandler: Processed in 0.001870263 sec. | ||
| 13189 | 2025.01.27 09:40:20.670946 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13190 | 2025.01.27 09:40:20.671063 [ 273 ] {541d7cf7-6bab-4f5c-8d21-f658708c398a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13191 | 2025.01.27 09:40:20.671114 [ 273 ] {541d7cf7-6bab-4f5c-8d21-f658708c398a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13192 | 2025.01.27 09:40:20.671830 [ 273 ] {541d7cf7-6bab-4f5c-8d21-f658708c398a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13193 | 2025.01.27 09:40:20.671869 [ 273 ] {541d7cf7-6bab-4f5c-8d21-f658708c398a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13194 | 2025.01.27 09:40:20.672256 [ 273 ] {541d7cf7-6bab-4f5c-8d21-f658708c398a} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13195 | 2025.01.27 09:40:20.672513 [ 273 ] {541d7cf7-6bab-4f5c-8d21-f658708c398a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13196 | 2025.01.27 09:40:20.672728 [ 273 ] {541d7cf7-6bab-4f5c-8d21-f658708c398a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001689 sec., 249259.9171107164 rows/sec., 17.81 MiB/sec. | ||
| 13197 | 2025.01.27 09:40:20.672781 [ 273 ] {541d7cf7-6bab-4f5c-8d21-f658708c398a} <Debug> TCPHandler: Processed in 0.001889593 sec. | ||
| 13198 | 2025.01.27 09:40:20.672983 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13199 | 2025.01.27 09:40:20.673110 [ 267 ] {fca66b6d-36ec-4520-85f2-394f9afa3eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13200 | 2025.01.27 09:40:20.673170 [ 267 ] {fca66b6d-36ec-4520-85f2-394f9afa3eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13201 | 2025.01.27 09:40:20.673737 [ 267 ] {fca66b6d-36ec-4520-85f2-394f9afa3eea} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13202 | 2025.01.27 09:40:20.673783 [ 267 ] {fca66b6d-36ec-4520-85f2-394f9afa3eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13203 | 2025.01.27 09:40:20.674198 [ 267 ] {fca66b6d-36ec-4520-85f2-394f9afa3eea} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13204 | 2025.01.27 09:40:20.674444 [ 267 ] {fca66b6d-36ec-4520-85f2-394f9afa3eea} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13205 | 2025.01.27 09:40:20.674712 [ 267 ] {fca66b6d-36ec-4520-85f2-394f9afa3eea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001625 sec., 3692.3076923076924 rows/sec., 192.91 KiB/sec. | ||
| 13206 | 2025.01.27 09:40:20.674842 [ 267 ] {fca66b6d-36ec-4520-85f2-394f9afa3eea} <Debug> TCPHandler: Processed in 0.001911584 sec. | ||
| 13207 | 2025.01.27 09:40:20.675064 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13208 | 2025.01.27 09:40:20.675215 [ 273 ] {27e54d4c-f09c-4f82-bb21-19a5c72c5a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13209 | 2025.01.27 09:40:20.675269 [ 273 ] {27e54d4c-f09c-4f82-bb21-19a5c72c5a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13210 | 2025.01.27 09:40:20.675864 [ 273 ] {27e54d4c-f09c-4f82-bb21-19a5c72c5a50} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13211 | 2025.01.27 09:40:20.675903 [ 273 ] {27e54d4c-f09c-4f82-bb21-19a5c72c5a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13212 | 2025.01.27 09:40:20.676293 [ 273 ] {27e54d4c-f09c-4f82-bb21-19a5c72c5a50} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13213 | 2025.01.27 09:40:20.676535 [ 273 ] {27e54d4c-f09c-4f82-bb21-19a5c72c5a50} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13214 | 2025.01.27 09:40:20.676743 [ 273 ] {27e54d4c-f09c-4f82-bb21-19a5c72c5a50} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001547 sec., 153199.74143503557 rows/sec., 10.27 MiB/sec. | ||
| 13215 | 2025.01.27 09:40:20.676794 [ 273 ] {27e54d4c-f09c-4f82-bb21-19a5c72c5a50} <Debug> TCPHandler: Processed in 0.001845552 sec. | ||
| 13216 | 2025.01.27 09:40:20.676941 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13217 | 2025.01.27 09:40:20.677057 [ 267 ] {33ebf84f-515f-45f7-912d-e2596db4fb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13218 | 2025.01.27 09:40:20.677115 [ 267 ] {33ebf84f-515f-45f7-912d-e2596db4fb1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13219 | 2025.01.27 09:40:20.677655 [ 267 ] {33ebf84f-515f-45f7-912d-e2596db4fb1b} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13220 | 2025.01.27 09:40:20.677702 [ 267 ] {33ebf84f-515f-45f7-912d-e2596db4fb1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13221 | 2025.01.27 09:40:20.678130 [ 267 ] {33ebf84f-515f-45f7-912d-e2596db4fb1b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13222 | 2025.01.27 09:40:20.678366 [ 267 ] {33ebf84f-515f-45f7-912d-e2596db4fb1b} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13223 | 2025.01.27 09:40:20.678549 [ 108 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 6 parts from all_1_45_10 to all_50_50_0 | ||
| 13224 | 2025.01.27 09:40:20.678604 [ 267 ] {33ebf84f-515f-45f7-912d-e2596db4fb1b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001564 sec., 639.386189258312 rows/sec., 43.08 KiB/sec. | ||
| 13225 | 2025.01.27 09:40:20.678651 [ 108 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13226 | 2025.01.27 09:40:20.678713 [ 267 ] {33ebf84f-515f-45f7-912d-e2596db4fb1b} <Debug> TCPHandler: Processed in 0.001831312 sec. | ||
| 13227 | 2025.01.27 09:40:20.678719 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13228 | 2025.01.27 09:40:20.678939 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13229 | 2025.01.27 09:40:20.678950 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_10 to all_50_50_0 into Compact with storage Full | ||
| 13230 | 2025.01.27 09:40:20.679170 [ 273 ] {de4d842d-dea9-4c13-87da-ae49912b7437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13231 | 2025.01.27 09:40:20.679230 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13232 | 2025.01.27 09:40:20.679330 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_10, total 45 rows starting from the beginning of the part | ||
| 13233 | 2025.01.27 09:40:20.679356 [ 273 ] {de4d842d-dea9-4c13-87da-ae49912b7437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13234 | 2025.01.27 09:40:20.679671 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 13235 | 2025.01.27 09:40:20.680105 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 13236 | 2025.01.27 09:40:20.680444 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 13237 | 2025.01.27 09:40:20.680800 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 13238 | 2025.01.27 09:40:20.681148 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 13239 | 2025.01.27 09:40:20.684565 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.005711713 sec., 8753.941243196217 rows/sec., 589.87 KiB/sec. | ||
| 13240 | 2025.01.27 09:40:20.684781 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
| 13241 | 2025.01.27 09:40:20.685149 [ 273 ] {de4d842d-dea9-4c13-87da-ae49912b7437} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13242 | 2025.01.27 09:40:20.685210 [ 273 ] {de4d842d-dea9-4c13-87da-ae49912b7437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13243 | 2025.01.27 09:40:20.685423 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13244 | 2025.01.27 09:40:20.685674 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_50_11} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 6 parts: [all_1_45_10, all_50_50_0] -> all_1_50_11 | ||
| 13245 | 2025.01.27 09:40:20.685838 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13246 | 2025.01.27 09:40:20.686332 [ 273 ] {de4d842d-dea9-4c13-87da-ae49912b7437} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13247 | 2025.01.27 09:40:20.686603 [ 273 ] {de4d842d-dea9-4c13-87da-ae49912b7437} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13248 | 2025.01.27 09:40:20.686916 [ 273 ] {de4d842d-dea9-4c13-87da-ae49912b7437} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007831 sec., 4980.206870131529 rows/sec., 8.92 MiB/sec. | ||
| 13249 | 2025.01.27 09:40:20.687452 [ 273 ] {de4d842d-dea9-4c13-87da-ae49912b7437} <Debug> TCPHandler: Processed in 0.008647721 sec. | ||
| 13250 | 2025.01.27 09:40:20.687672 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13251 | 2025.01.27 09:40:20.687811 [ 267 ] {2084a99a-ac1f-4919-999b-40e566ab606c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13252 | 2025.01.27 09:40:20.687869 [ 267 ] {2084a99a-ac1f-4919-999b-40e566ab606c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13253 | 2025.01.27 09:40:20.688378 [ 267 ] {2084a99a-ac1f-4919-999b-40e566ab606c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13254 | 2025.01.27 09:40:20.688416 [ 267 ] {2084a99a-ac1f-4919-999b-40e566ab606c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 13255 | 2025.01.27 09:40:20.688783 [ 267 ] {2084a99a-ac1f-4919-999b-40e566ab606c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13256 | 2025.01.27 09:40:20.689018 [ 267 ] {2084a99a-ac1f-4919-999b-40e566ab606c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13257 | 2025.01.27 09:40:20.689245 [ 267 ] {2084a99a-ac1f-4919-999b-40e566ab606c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001464 sec., 56010.928961748636 rows/sec., 3.56 MiB/sec. | ||
| 13258 | 2025.01.27 09:40:20.689296 [ 267 ] {2084a99a-ac1f-4919-999b-40e566ab606c} <Debug> TCPHandler: Processed in 0.0017411 sec. | ||
| 13259 | 2025.01.27 09:40:24.400324 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13260 | 2025.01.27 09:40:24.400430 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13261 | 2025.01.27 09:40:24.646237 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 13262 | 2025.01.27 09:40:24.646903 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13263 | 2025.01.27 09:40:24.646954 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13264 | 2025.01.27 09:40:24.647493 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13265 | 2025.01.27 09:40:24.647765 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13266 | 2025.01.27 09:40:24.648029 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 13267 | 2025.01.27 09:40:24.653119 [ 223 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13268 | 2025.01.27 09:40:24.653149 [ 223 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13269 | 2025.01.27 09:40:24.659248 [ 223 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13270 | 2025.01.27 09:40:24.832469 [ 221 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13271 | 2025.01.27 09:40:24.832569 [ 221 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13272 | 2025.01.27 09:40:24.834580 [ 221 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13273 | 2025.01.27 09:40:25.042449 [ 219 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13274 | 2025.01.27 09:40:25.042500 [ 219 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13275 | 2025.01.27 09:40:25.044678 [ 219 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13276 | 2025.01.27 09:40:25.652568 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13277 | 2025.01.27 09:40:25.652841 [ 267 ] {e4301d2d-62d2-4064-8eda-a58dfb6ae804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13278 | 2025.01.27 09:40:25.652947 [ 267 ] {e4301d2d-62d2-4064-8eda-a58dfb6ae804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13279 | 2025.01.27 09:40:25.653746 [ 267 ] {e4301d2d-62d2-4064-8eda-a58dfb6ae804} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13280 | 2025.01.27 09:40:25.653798 [ 267 ] {e4301d2d-62d2-4064-8eda-a58dfb6ae804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13281 | 2025.01.27 09:40:25.654250 [ 267 ] {e4301d2d-62d2-4064-8eda-a58dfb6ae804} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13282 | 2025.01.27 09:40:25.654507 [ 267 ] {e4301d2d-62d2-4064-8eda-a58dfb6ae804} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13283 | 2025.01.27 09:40:25.654737 [ 267 ] {e4301d2d-62d2-4064-8eda-a58dfb6ae804} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.18 MiB/sec. | ||
| 13284 | 2025.01.27 09:40:25.654840 [ 267 ] {e4301d2d-62d2-4064-8eda-a58dfb6ae804} <Debug> TCPHandler: Processed in 0.002478268 sec. | ||
| 13285 | 2025.01.27 09:40:25.654911 [ 223 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13286 | 2025.01.27 09:40:25.655005 [ 223 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13287 | 2025.01.27 09:40:25.655094 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13288 | 2025.01.27 09:40:25.655296 [ 273 ] {bb8bf314-6824-42f7-a377-549bb4054b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13289 | 2025.01.27 09:40:25.655374 [ 273 ] {bb8bf314-6824-42f7-a377-549bb4054b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13290 | 2025.01.27 09:40:25.656278 [ 273 ] {bb8bf314-6824-42f7-a377-549bb4054b55} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13291 | 2025.01.27 09:40:25.656323 [ 273 ] {bb8bf314-6824-42f7-a377-549bb4054b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13292 | 2025.01.27 09:40:25.656854 [ 273 ] {bb8bf314-6824-42f7-a377-549bb4054b55} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13293 | 2025.01.27 09:40:25.657136 [ 273 ] {bb8bf314-6824-42f7-a377-549bb4054b55} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13294 | 2025.01.27 09:40:25.657472 [ 273 ] {bb8bf314-6824-42f7-a377-549bb4054b55} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002233 sec., 28660.994178235556 rows/sec., 2.24 MiB/sec. | ||
| 13295 | 2025.01.27 09:40:25.657527 [ 273 ] {bb8bf314-6824-42f7-a377-549bb4054b55} <Debug> TCPHandler: Processed in 0.002565019 sec. | ||
| 13296 | 2025.01.27 09:40:25.657690 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13297 | 2025.01.27 09:40:25.657811 [ 223 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13298 | 2025.01.27 09:40:25.657899 [ 267 ] {aff92098-5303-4df5-8733-955d83568b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13299 | 2025.01.27 09:40:25.658073 [ 267 ] {aff92098-5303-4df5-8733-955d83568b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13300 | 2025.01.27 09:40:25.659469 [ 267 ] {aff92098-5303-4df5-8733-955d83568b62} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13301 | 2025.01.27 09:40:25.659510 [ 267 ] {aff92098-5303-4df5-8733-955d83568b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13302 | 2025.01.27 09:40:25.659912 [ 267 ] {aff92098-5303-4df5-8733-955d83568b62} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13303 | 2025.01.27 09:40:25.660157 [ 267 ] {aff92098-5303-4df5-8733-955d83568b62} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13304 | 2025.01.27 09:40:25.660397 [ 267 ] {aff92098-5303-4df5-8733-955d83568b62} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002567 sec., 62329.56758862486 rows/sec., 4.34 MiB/sec. | ||
| 13305 | 2025.01.27 09:40:25.660474 [ 267 ] {aff92098-5303-4df5-8733-955d83568b62} <Debug> TCPHandler: Processed in 0.002849726 sec. | ||
| 13306 | 2025.01.27 09:40:25.660480 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13307 | 2025.01.27 09:40:25.660532 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13308 | 2025.01.27 09:40:25.660665 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13309 | 2025.01.27 09:40:25.660781 [ 273 ] {32666544-f21d-41d1-826c-4a9452428089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13310 | 2025.01.27 09:40:25.660834 [ 273 ] {32666544-f21d-41d1-826c-4a9452428089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13311 | 2025.01.27 09:40:25.661555 [ 273 ] {32666544-f21d-41d1-826c-4a9452428089} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13312 | 2025.01.27 09:40:25.661598 [ 273 ] {32666544-f21d-41d1-826c-4a9452428089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13313 | 2025.01.27 09:40:25.662073 [ 273 ] {32666544-f21d-41d1-826c-4a9452428089} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13314 | 2025.01.27 09:40:25.662382 [ 273 ] {32666544-f21d-41d1-826c-4a9452428089} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13315 | 2025.01.27 09:40:25.662634 [ 273 ] {32666544-f21d-41d1-826c-4a9452428089} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001876 sec., 31982.942430703624 rows/sec., 2.16 MiB/sec. | ||
| 13316 | 2025.01.27 09:40:25.662717 [ 273 ] {32666544-f21d-41d1-826c-4a9452428089} <Debug> TCPHandler: Processed in 0.002123299 sec. | ||
| 13317 | 2025.01.27 09:40:25.663050 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13318 | 2025.01.27 09:40:25.980252 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13319 | 2025.01.27 09:40:25.980446 [ 267 ] {fde81aab-3793-4d3c-b85b-09657354b02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13320 | 2025.01.27 09:40:25.980520 [ 267 ] {fde81aab-3793-4d3c-b85b-09657354b02e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13321 | 2025.01.27 09:40:25.981262 [ 267 ] {fde81aab-3793-4d3c-b85b-09657354b02e} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13322 | 2025.01.27 09:40:25.981315 [ 267 ] {fde81aab-3793-4d3c-b85b-09657354b02e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13323 | 2025.01.27 09:40:25.981758 [ 267 ] {fde81aab-3793-4d3c-b85b-09657354b02e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13324 | 2025.01.27 09:40:25.982027 [ 267 ] {fde81aab-3793-4d3c-b85b-09657354b02e} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13325 | 2025.01.27 09:40:25.982280 [ 267 ] {fde81aab-3793-4d3c-b85b-09657354b02e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001882 sec., 7438.894792773645 rows/sec., 535.50 KiB/sec. | ||
| 13326 | 2025.01.27 09:40:25.982362 [ 267 ] {fde81aab-3793-4d3c-b85b-09657354b02e} <Debug> TCPHandler: Processed in 0.002246573 sec. | ||
| 13327 | 2025.01.27 09:40:25.982687 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13328 | 2025.01.27 09:40:25.982879 [ 273 ] {facdeb42-b30b-49c8-ab85-faa849c5c6fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13329 | 2025.01.27 09:40:25.982952 [ 273 ] {facdeb42-b30b-49c8-ab85-faa849c5c6fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13330 | 2025.01.27 09:40:25.983670 [ 273 ] {facdeb42-b30b-49c8-ab85-faa849c5c6fb} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13331 | 2025.01.27 09:40:25.983724 [ 273 ] {facdeb42-b30b-49c8-ab85-faa849c5c6fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13332 | 2025.01.27 09:40:25.984160 [ 273 ] {facdeb42-b30b-49c8-ab85-faa849c5c6fb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 13333 | 2025.01.27 09:40:25.984423 [ 273 ] {facdeb42-b30b-49c8-ab85-faa849c5c6fb} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13334 | 2025.01.27 09:40:25.984693 [ 273 ] {facdeb42-b30b-49c8-ab85-faa849c5c6fb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001856 sec., 1077.5862068965516 rows/sec., 87.87 KiB/sec. | ||
| 13335 | 2025.01.27 09:40:25.984894 [ 273 ] {facdeb42-b30b-49c8-ab85-faa849c5c6fb} <Debug> TCPHandler: Processed in 0.002380145 sec. | ||
| 13336 | 2025.01.27 09:40:25.985063 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13337 | 2025.01.27 09:40:25.985181 [ 267 ] {d9b71755-33e9-400c-8e2f-d8b920c9f834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13338 | 2025.01.27 09:40:25.985230 [ 267 ] {d9b71755-33e9-400c-8e2f-d8b920c9f834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13339 | 2025.01.27 09:40:25.986355 [ 267 ] {d9b71755-33e9-400c-8e2f-d8b920c9f834} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13340 | 2025.01.27 09:40:25.986396 [ 267 ] {d9b71755-33e9-400c-8e2f-d8b920c9f834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13341 | 2025.01.27 09:40:25.986848 [ 267 ] {d9b71755-33e9-400c-8e2f-d8b920c9f834} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13342 | 2025.01.27 09:40:25.987095 [ 267 ] {d9b71755-33e9-400c-8e2f-d8b920c9f834} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13343 | 2025.01.27 09:40:25.987315 [ 267 ] {d9b71755-33e9-400c-8e2f-d8b920c9f834} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002159 sec., 658638.2584529875 rows/sec., 54.99 MiB/sec. | ||
| 13344 | 2025.01.27 09:40:25.987366 [ 267 ] {d9b71755-33e9-400c-8e2f-d8b920c9f834} <Debug> TCPHandler: Processed in 0.002360275 sec. | ||
| 13345 | 2025.01.27 09:40:25.987518 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13346 | 2025.01.27 09:40:25.987638 [ 273 ] {c832b114-efc1-4727-b395-f62aaa3a7a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13347 | 2025.01.27 09:40:25.987688 [ 273 ] {c832b114-efc1-4727-b395-f62aaa3a7a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13348 | 2025.01.27 09:40:25.988310 [ 273 ] {c832b114-efc1-4727-b395-f62aaa3a7a35} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13349 | 2025.01.27 09:40:25.988349 [ 273 ] {c832b114-efc1-4727-b395-f62aaa3a7a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13350 | 2025.01.27 09:40:25.988718 [ 273 ] {c832b114-efc1-4727-b395-f62aaa3a7a35} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13351 | 2025.01.27 09:40:25.988964 [ 273 ] {c832b114-efc1-4727-b395-f62aaa3a7a35} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13352 | 2025.01.27 09:40:25.989209 [ 273 ] {c832b114-efc1-4727-b395-f62aaa3a7a35} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001582 sec., 30341.34007585335 rows/sec., 2.18 MiB/sec. | ||
| 13353 | 2025.01.27 09:40:25.989306 [ 273 ] {c832b114-efc1-4727-b395-f62aaa3a7a35} <Debug> TCPHandler: Processed in 0.001838753 sec. | ||
| 13354 | 2025.01.27 09:40:25.989562 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13355 | 2025.01.27 09:40:25.989708 [ 267 ] {095a66fb-be1d-44bf-9a45-2f181fe75651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13356 | 2025.01.27 09:40:25.989765 [ 267 ] {095a66fb-be1d-44bf-9a45-2f181fe75651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13357 | 2025.01.27 09:40:25.990491 [ 267 ] {095a66fb-be1d-44bf-9a45-2f181fe75651} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13358 | 2025.01.27 09:40:25.990531 [ 267 ] {095a66fb-be1d-44bf-9a45-2f181fe75651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13359 | 2025.01.27 09:40:25.990898 [ 267 ] {095a66fb-be1d-44bf-9a45-2f181fe75651} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13360 | 2025.01.27 09:40:25.991138 [ 267 ] {095a66fb-be1d-44bf-9a45-2f181fe75651} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13361 | 2025.01.27 09:40:25.991320 [ 267 ] {095a66fb-be1d-44bf-9a45-2f181fe75651} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001644 sec., 147201.94647201945 rows/sec., 9.97 MiB/sec. | ||
| 13362 | 2025.01.27 09:40:25.991371 [ 267 ] {095a66fb-be1d-44bf-9a45-2f181fe75651} <Debug> TCPHandler: Processed in 0.001966026 sec. | ||
| 13363 | 2025.01.27 09:40:25.991549 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13364 | 2025.01.27 09:40:25.991687 [ 273 ] {c78713a1-840d-456d-a152-861ca7d332dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13365 | 2025.01.27 09:40:25.991743 [ 273 ] {c78713a1-840d-456d-a152-861ca7d332dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13366 | 2025.01.27 09:40:25.992383 [ 273 ] {c78713a1-840d-456d-a152-861ca7d332dd} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13367 | 2025.01.27 09:40:25.992427 [ 273 ] {c78713a1-840d-456d-a152-861ca7d332dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13368 | 2025.01.27 09:40:25.992777 [ 273 ] {c78713a1-840d-456d-a152-861ca7d332dd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13369 | 2025.01.27 09:40:25.993016 [ 273 ] {c78713a1-840d-456d-a152-861ca7d332dd} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13370 | 2025.01.27 09:40:25.993215 [ 273 ] {c78713a1-840d-456d-a152-861ca7d332dd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec. | ||
| 13371 | 2025.01.27 09:40:25.993268 [ 273 ] {c78713a1-840d-456d-a152-861ca7d332dd} <Debug> TCPHandler: Processed in 0.001787341 sec. | ||
| 13372 | 2025.01.27 09:40:25.993476 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13373 | 2025.01.27 09:40:25.993697 [ 267 ] {d4f8d60a-862d-460a-8aad-c40f8a7e7b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13374 | 2025.01.27 09:40:25.993788 [ 267 ] {d4f8d60a-862d-460a-8aad-c40f8a7e7b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13375 | 2025.01.27 09:40:25.994849 [ 267 ] {d4f8d60a-862d-460a-8aad-c40f8a7e7b7a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13376 | 2025.01.27 09:40:25.994887 [ 267 ] {d4f8d60a-862d-460a-8aad-c40f8a7e7b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13377 | 2025.01.27 09:40:25.995281 [ 267 ] {d4f8d60a-862d-460a-8aad-c40f8a7e7b7a} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13378 | 2025.01.27 09:40:25.995527 [ 267 ] {d4f8d60a-862d-460a-8aad-c40f8a7e7b7a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13379 | 2025.01.27 09:40:25.995706 [ 267 ] {d4f8d60a-862d-460a-8aad-c40f8a7e7b7a} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.002063 sec., 426078.52641783806 rows/sec., 30.89 MiB/sec. | ||
| 13380 | 2025.01.27 09:40:25.995756 [ 267 ] {d4f8d60a-862d-460a-8aad-c40f8a7e7b7a} <Debug> TCPHandler: Processed in 0.002396716 sec. | ||
| 13381 | 2025.01.27 09:40:25.995899 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13382 | 2025.01.27 09:40:25.996036 [ 273 ] {49c39491-0d4d-4931-a700-fa76cddb596c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13383 | 2025.01.27 09:40:25.996096 [ 273 ] {49c39491-0d4d-4931-a700-fa76cddb596c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13384 | 2025.01.27 09:40:25.996582 [ 273 ] {49c39491-0d4d-4931-a700-fa76cddb596c} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13385 | 2025.01.27 09:40:25.996621 [ 273 ] {49c39491-0d4d-4931-a700-fa76cddb596c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13386 | 2025.01.27 09:40:25.996994 [ 273 ] {49c39491-0d4d-4931-a700-fa76cddb596c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13387 | 2025.01.27 09:40:25.997236 [ 273 ] {49c39491-0d4d-4931-a700-fa76cddb596c} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13388 | 2025.01.27 09:40:25.997499 [ 273 ] {49c39491-0d4d-4931-a700-fa76cddb596c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 13389 | 2025.01.27 09:40:25.997611 [ 273 ] {49c39491-0d4d-4931-a700-fa76cddb596c} <Debug> TCPHandler: Processed in 0.001776281 sec. | ||
| 13390 | 2025.01.27 09:40:25.997873 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13391 | 2025.01.27 09:40:25.998147 [ 267 ] {ef14f33d-734c-4423-ba6d-d3d10a06422d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13392 | 2025.01.27 09:40:25.998245 [ 267 ] {ef14f33d-734c-4423-ba6d-d3d10a06422d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13393 | 2025.01.27 09:40:25.998994 [ 267 ] {ef14f33d-734c-4423-ba6d-d3d10a06422d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13394 | 2025.01.27 09:40:25.999032 [ 267 ] {ef14f33d-734c-4423-ba6d-d3d10a06422d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13395 | 2025.01.27 09:40:25.999464 [ 267 ] {ef14f33d-734c-4423-ba6d-d3d10a06422d} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13396 | 2025.01.27 09:40:25.999704 [ 267 ] {ef14f33d-734c-4423-ba6d-d3d10a06422d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13397 | 2025.01.27 09:40:25.999881 [ 267 ] {ef14f33d-734c-4423-ba6d-d3d10a06422d} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.00179 sec., 534078.2122905029 rows/sec., 35.48 MiB/sec. | ||
| 13398 | 2025.01.27 09:40:25.999931 [ 267 ] {ef14f33d-734c-4423-ba6d-d3d10a06422d} <Debug> TCPHandler: Processed in 0.002234742 sec. | ||
| 13399 | 2025.01.27 09:40:26.000074 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13400 | 2025.01.27 09:40:26.000278 [ 273 ] {9d544d47-f86a-470f-a94b-5d2d6b28c55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13401 | 2025.01.27 09:40:26.000361 [ 273 ] {9d544d47-f86a-470f-a94b-5d2d6b28c55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13402 | 2025.01.27 09:40:26.001262 [ 273 ] {9d544d47-f86a-470f-a94b-5d2d6b28c55e} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13403 | 2025.01.27 09:40:26.001302 [ 273 ] {9d544d47-f86a-470f-a94b-5d2d6b28c55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13404 | 2025.01.27 09:40:26.001662 [ 273 ] {9d544d47-f86a-470f-a94b-5d2d6b28c55e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13405 | 2025.01.27 09:40:26.001905 [ 273 ] {9d544d47-f86a-470f-a94b-5d2d6b28c55e} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13406 | 2025.01.27 09:40:26.002117 [ 273 ] {9d544d47-f86a-470f-a94b-5d2d6b28c55e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001913 sec., 522.7391531625718 rows/sec., 35.22 KiB/sec. | ||
| 13407 | 2025.01.27 09:40:26.002168 [ 273 ] {9d544d47-f86a-470f-a94b-5d2d6b28c55e} <Debug> TCPHandler: Processed in 0.002165981 sec. | ||
| 13408 | 2025.01.27 09:40:26.002328 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13409 | 2025.01.27 09:40:26.002465 [ 267 ] {2e455676-86c4-403f-a6a1-b76051836913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13410 | 2025.01.27 09:40:26.002555 [ 267 ] {2e455676-86c4-403f-a6a1-b76051836913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13411 | 2025.01.27 09:40:26.003824 [ 267 ] {2e455676-86c4-403f-a6a1-b76051836913} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13412 | 2025.01.27 09:40:26.003861 [ 267 ] {2e455676-86c4-403f-a6a1-b76051836913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13413 | 2025.01.27 09:40:26.004526 [ 267 ] {2e455676-86c4-403f-a6a1-b76051836913} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13414 | 2025.01.27 09:40:26.004783 [ 267 ] {2e455676-86c4-403f-a6a1-b76051836913} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13415 | 2025.01.27 09:40:26.004924 [ 101 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13416 | 2025.01.27 09:40:26.004975 [ 101 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13417 | 2025.01.27 09:40:26.004999 [ 267 ] {2e455676-86c4-403f-a6a1-b76051836913} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002561 sec., 15228.426395939086 rows/sec., 27.29 MiB/sec. | ||
| 13418 | 2025.01.27 09:40:26.005004 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13419 | 2025.01.27 09:40:26.005311 [ 267 ] {2e455676-86c4-403f-a6a1-b76051836913} <Debug> TCPHandler: Processed in 0.003040751 sec. | ||
| 13420 | 2025.01.27 09:40:26.005399 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 13421 | 2025.01.27 09:40:26.005510 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13422 | 2025.01.27 09:40:26.005792 [ 273 ] {73d3e65d-bbb9-4cc9-9001-872774fecd01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13423 | 2025.01.27 09:40:26.005934 [ 273 ] {73d3e65d-bbb9-4cc9-9001-872774fecd01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13424 | 2025.01.27 09:40:26.006420 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13425 | 2025.01.27 09:40:26.006660 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1682 rows starting from the beginning of the part | ||
| 13426 | 2025.01.27 09:40:26.007391 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part | ||
| 13427 | 2025.01.27 09:40:26.008171 [ 273 ] {73d3e65d-bbb9-4cc9-9001-872774fecd01} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13428 | 2025.01.27 09:40:26.008201 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part | ||
| 13429 | 2025.01.27 09:40:26.008252 [ 273 ] {73d3e65d-bbb9-4cc9-9001-872774fecd01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13430 | 2025.01.27 09:40:26.008840 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 39 rows starting from the beginning of the part | ||
| 13431 | 2025.01.27 09:40:26.009571 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part | ||
| 13432 | 2025.01.27 09:40:26.009931 [ 273 ] {73d3e65d-bbb9-4cc9-9001-872774fecd01} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13433 | 2025.01.27 09:40:26.010243 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part | ||
| 13434 | 2025.01.27 09:40:26.010806 [ 273 ] {73d3e65d-bbb9-4cc9-9001-872774fecd01} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13435 | 2025.01.27 09:40:26.011593 [ 273 ] {73d3e65d-bbb9-4cc9-9001-872774fecd01} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005869 sec., 5793.150451524962 rows/sec., 344.27 KiB/sec. | ||
| 13436 | 2025.01.27 09:40:26.011663 [ 222 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13437 | 2025.01.27 09:40:26.011761 [ 222 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13438 | 2025.01.27 09:40:26.011879 [ 273 ] {73d3e65d-bbb9-4cc9-9001-872774fecd01} <Debug> TCPHandler: Processed in 0.00644916 sec. | ||
| 13439 | 2025.01.27 09:40:26.014639 [ 222 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13440 | 2025.01.27 09:40:26.024854 [ 190 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1877 rows, containing 19 columns (19 merged, 0 gathered) in 0.019694968 sec., 95303.53133856323 rows/sec., 170.78 MiB/sec. | ||
| 13441 | 2025.01.27 09:40:26.026725 [ 190 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13442 | 2025.01.27 09:40:26.027196 [ 190 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13443 | 2025.01.27 09:40:26.027294 [ 190 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13444 | 2025.01.27 09:40:26.027482 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.45 MiB. | ||
| 13445 | 2025.01.27 09:40:26.948464 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 13446 | 2025.01.27 09:40:26.968824 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13447 | 2025.01.27 09:40:26.968869 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13448 | 2025.01.27 09:40:26.975722 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13449 | 2025.01.27 09:40:26.976473 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13450 | 2025.01.27 09:40:26.979100 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 13451 | 2025.01.27 09:40:27.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.95 MiB, peak 273.82 MiB, free memory in arenas 0.00 B, will set to 262.10 MiB (RSS), difference: 5.15 MiB | ||
| 13452 | 2025.01.27 09:40:29.815676 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1884 | ||
| 13453 | 2025.01.27 09:40:29.819261 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13454 | 2025.01.27 09:40:29.819305 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13455 | 2025.01.27 09:40:29.820802 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13456 | 2025.01.27 09:40:29.821109 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13457 | 2025.01.27 09:40:29.821630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1884 | ||
| 13458 | 2025.01.27 09:40:30.651051 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13459 | 2025.01.27 09:40:30.651252 [ 267 ] {1b82543f-9bc8-43c9-845a-793b70d2b90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13460 | 2025.01.27 09:40:30.651347 [ 267 ] {1b82543f-9bc8-43c9-845a-793b70d2b90f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13461 | 2025.01.27 09:40:30.652155 [ 267 ] {1b82543f-9bc8-43c9-845a-793b70d2b90f} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13462 | 2025.01.27 09:40:30.652205 [ 267 ] {1b82543f-9bc8-43c9-845a-793b70d2b90f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13463 | 2025.01.27 09:40:30.652674 [ 267 ] {1b82543f-9bc8-43c9-845a-793b70d2b90f} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13464 | 2025.01.27 09:40:30.652935 [ 267 ] {1b82543f-9bc8-43c9-845a-793b70d2b90f} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13465 | 2025.01.27 09:40:30.653174 [ 267 ] {1b82543f-9bc8-43c9-845a-793b70d2b90f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001981 sec., 28268.551236749114 rows/sec., 2.16 MiB/sec. | ||
| 13466 | 2025.01.27 09:40:30.653235 [ 267 ] {1b82543f-9bc8-43c9-845a-793b70d2b90f} <Debug> TCPHandler: Processed in 0.002314953 sec. | ||
| 13467 | 2025.01.27 09:40:30.653534 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13468 | 2025.01.27 09:40:30.653745 [ 273 ] {b65d2684-6dbb-4791-840e-83506ce07fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13469 | 2025.01.27 09:40:30.653821 [ 273 ] {b65d2684-6dbb-4791-840e-83506ce07fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13470 | 2025.01.27 09:40:30.654587 [ 273 ] {b65d2684-6dbb-4791-840e-83506ce07fcb} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13471 | 2025.01.27 09:40:30.654639 [ 273 ] {b65d2684-6dbb-4791-840e-83506ce07fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13472 | 2025.01.27 09:40:30.655082 [ 273 ] {b65d2684-6dbb-4791-840e-83506ce07fcb} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13473 | 2025.01.27 09:40:30.655352 [ 273 ] {b65d2684-6dbb-4791-840e-83506ce07fcb} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13474 | 2025.01.27 09:40:30.655602 [ 273 ] {b65d2684-6dbb-4791-840e-83506ce07fcb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001911 sec., 33490.31920460492 rows/sec., 2.61 MiB/sec. | ||
| 13475 | 2025.01.27 09:40:30.655722 [ 273 ] {b65d2684-6dbb-4791-840e-83506ce07fcb} <Debug> TCPHandler: Processed in 0.002366685 sec. | ||
| 13476 | 2025.01.27 09:40:30.655927 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13477 | 2025.01.27 09:40:30.656224 [ 267 ] {ad41572f-f2a5-4ae8-8c68-2e43ca5b8d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13478 | 2025.01.27 09:40:30.656387 [ 267 ] {ad41572f-f2a5-4ae8-8c68-2e43ca5b8d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13479 | 2025.01.27 09:40:30.657048 [ 267 ] {ad41572f-f2a5-4ae8-8c68-2e43ca5b8d68} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13480 | 2025.01.27 09:40:30.657094 [ 267 ] {ad41572f-f2a5-4ae8-8c68-2e43ca5b8d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13481 | 2025.01.27 09:40:30.657507 [ 267 ] {ad41572f-f2a5-4ae8-8c68-2e43ca5b8d68} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13482 | 2025.01.27 09:40:30.657751 [ 267 ] {ad41572f-f2a5-4ae8-8c68-2e43ca5b8d68} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13483 | 2025.01.27 09:40:30.657940 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 13484 | 2025.01.27 09:40:30.657967 [ 267 ] {ad41572f-f2a5-4ae8-8c68-2e43ca5b8d68} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001857 sec., 68928.37910608509 rows/sec., 4.80 MiB/sec. | ||
| 13485 | 2025.01.27 09:40:30.658019 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13486 | 2025.01.27 09:40:30.658089 [ 267 ] {ad41572f-f2a5-4ae8-8c68-2e43ca5b8d68} <Debug> TCPHandler: Processed in 0.002265773 sec. | ||
| 13487 | 2025.01.27 09:40:30.658089 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13488 | 2025.01.27 09:40:30.658376 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13489 | 2025.01.27 09:40:30.658399 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full | ||
| 13490 | 2025.01.27 09:40:30.658890 [ 273 ] {3270f964-3f9b-4a7f-9c3a-89fabd4479da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13491 | 2025.01.27 09:40:30.659080 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13492 | 2025.01.27 09:40:30.659220 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 34512 rows starting from the beginning of the part | ||
| 13493 | 2025.01.27 09:40:30.659304 [ 273 ] {3270f964-3f9b-4a7f-9c3a-89fabd4479da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13494 | 2025.01.27 09:40:30.659655 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
| 13495 | 2025.01.27 09:40:30.660167 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 13496 | 2025.01.27 09:40:30.660617 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 13497 | 2025.01.27 09:40:30.660990 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 956 rows starting from the beginning of the part | ||
| 13498 | 2025.01.27 09:40:30.662557 [ 273 ] {3270f964-3f9b-4a7f-9c3a-89fabd4479da} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13499 | 2025.01.27 09:40:30.662620 [ 273 ] {3270f964-3f9b-4a7f-9c3a-89fabd4479da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13500 | 2025.01.27 09:40:30.663132 [ 273 ] {3270f964-3f9b-4a7f-9c3a-89fabd4479da} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13501 | 2025.01.27 09:40:30.663562 [ 273 ] {3270f964-3f9b-4a7f-9c3a-89fabd4479da} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13502 | 2025.01.27 09:40:30.664096 [ 273 ] {3270f964-3f9b-4a7f-9c3a-89fabd4479da} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005461 sec., 8789.598974546787 rows/sec., 606.57 KiB/sec. | ||
| 13503 | 2025.01.27 09:40:30.664263 [ 273 ] {3270f964-3f9b-4a7f-9c3a-89fabd4479da} <Debug> TCPHandler: Processed in 0.006045501 sec. | ||
| 13504 | 2025.01.27 09:40:30.670038 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36025 rows, containing 5 columns (5 merged, 0 gathered) in 0.011808605 sec., 3050741.387318824 rows/sec., 205.94 MiB/sec. | ||
| 13505 | 2025.01.27 09:40:30.670428 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 13506 | 2025.01.27 09:40:30.670780 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13507 | 2025.01.27 09:40:30.670867 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 13508 | 2025.01.27 09:40:30.670971 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 13509 | 2025.01.27 09:40:32.149104 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 13510 | 2025.01.27 09:40:32.149822 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13511 | 2025.01.27 09:40:32.149865 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13512 | 2025.01.27 09:40:32.150413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13513 | 2025.01.27 09:40:32.150684 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13514 | 2025.01.27 09:40:32.150896 [ 94 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13515 | 2025.01.27 09:40:32.150927 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 13516 | 2025.01.27 09:40:32.150981 [ 94 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13517 | 2025.01.27 09:40:32.151009 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13518 | 2025.01.27 09:40:32.151135 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::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 | ||
| 13519 | 2025.01.27 09:40:32.151281 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13520 | 2025.01.27 09:40:32.151327 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 13521 | 2025.01.27 09:40:32.151410 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 13522 | 2025.01.27 09:40:32.151625 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 13523 | 2025.01.27 09:40:32.151811 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 13524 | 2025.01.27 09:40:32.151955 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 13525 | 2025.01.27 09:40:32.152097 [ 190 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 13526 | 2025.01.27 09:40:32.155099 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004025883 sec., 8091144.22848354 rows/sec., 115.74 MiB/sec. | ||
| 13527 | 2025.01.27 09:40:32.155723 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13528 | 2025.01.27 09:40:32.156133 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13529 | 2025.01.27 09:40:32.156238 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_71_14} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13530 | 2025.01.27 09:40:32.156385 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 13531 | 2025.01.27 09:40:34.480112 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 13532 | 2025.01.27 09:40:34.500796 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13533 | 2025.01.27 09:40:34.500849 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13534 | 2025.01.27 09:40:34.507985 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13535 | 2025.01.27 09:40:34.508741 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13536 | 2025.01.27 09:40:34.509042 [ 92 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13537 | 2025.01.27 09:40:34.509117 [ 92 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13538 | 2025.01.27 09:40:34.509164 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13539 | 2025.01.27 09:40:34.509697 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::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 | ||
| 13540 | 2025.01.27 09:40:34.524450 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 13541 | 2025.01.27 09:40:34.526038 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13542 | 2025.01.27 09:40:34.527226 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 13543 | 2025.01.27 09:40:34.532251 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 13544 | 2025.01.27 09:40:34.537419 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 13545 | 2025.01.27 09:40:34.542922 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 13546 | 2025.01.27 09:40:34.548733 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 13547 | 2025.01.27 09:40:34.554464 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 13548 | 2025.01.27 09:40:34.617130 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.107802655 sec., 4972.048230166502 rows/sec., 25.71 MiB/sec. | ||
| 13549 | 2025.01.27 09:40:34.619454 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13550 | 2025.01.27 09:40:34.621850 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13551 | 2025.01.27 09:40:34.621954 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_71_14} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13552 | 2025.01.27 09:40:34.623269 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 13553 | 2025.01.27 09:40:35.653116 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13554 | 2025.01.27 09:40:35.653327 [ 267 ] {be602c87-9cea-4394-932a-3c963eb9b39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13555 | 2025.01.27 09:40:35.653417 [ 267 ] {be602c87-9cea-4394-932a-3c963eb9b39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13556 | 2025.01.27 09:40:35.654215 [ 267 ] {be602c87-9cea-4394-932a-3c963eb9b39c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13557 | 2025.01.27 09:40:35.654263 [ 267 ] {be602c87-9cea-4394-932a-3c963eb9b39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13558 | 2025.01.27 09:40:35.654698 [ 267 ] {be602c87-9cea-4394-932a-3c963eb9b39c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13559 | 2025.01.27 09:40:35.654962 [ 267 ] {be602c87-9cea-4394-932a-3c963eb9b39c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13560 | 2025.01.27 09:40:35.655175 [ 91 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13561 | 2025.01.27 09:40:35.655230 [ 267 ] {be602c87-9cea-4394-932a-3c963eb9b39c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.18 MiB/sec. | ||
| 13562 | 2025.01.27 09:40:35.655275 [ 91 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13563 | 2025.01.27 09:40:35.655353 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13564 | 2025.01.27 09:40:35.655364 [ 267 ] {be602c87-9cea-4394-932a-3c963eb9b39c} <Debug> TCPHandler: Processed in 0.002387505 sec. | ||
| 13565 | 2025.01.27 09:40:35.655584 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13566 | 2025.01.27 09:40:35.655646 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13567 | 2025.01.27 09:40:35.655770 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13568 | 2025.01.27 09:40:35.655820 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1430 rows starting from the beginning of the part | ||
| 13569 | 2025.01.27 09:40:35.655830 [ 273 ] {0f1f3514-50c3-4a5d-9264-943104b66a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13570 | 2025.01.27 09:40:35.655914 [ 273 ] {0f1f3514-50c3-4a5d-9264-943104b66a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13571 | 2025.01.27 09:40:35.655965 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 281 rows starting from the beginning of the part | ||
| 13572 | 2025.01.27 09:40:35.656274 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part | ||
| 13573 | 2025.01.27 09:40:35.656488 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1422 rows starting from the beginning of the part | ||
| 13574 | 2025.01.27 09:40:35.656737 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 13575 | 2025.01.27 09:40:35.656957 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part | ||
| 13576 | 2025.01.27 09:40:35.657799 [ 273 ] {0f1f3514-50c3-4a5d-9264-943104b66a14} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13577 | 2025.01.27 09:40:35.657842 [ 273 ] {0f1f3514-50c3-4a5d-9264-943104b66a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13578 | 2025.01.27 09:40:35.658447 [ 273 ] {0f1f3514-50c3-4a5d-9264-943104b66a14} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13579 | 2025.01.27 09:40:35.658719 [ 273 ] {0f1f3514-50c3-4a5d-9264-943104b66a14} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13580 | 2025.01.27 09:40:35.658873 [ 91 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13581 | 2025.01.27 09:40:35.658915 [ 91 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13582 | 2025.01.27 09:40:35.658928 [ 273 ] {0f1f3514-50c3-4a5d-9264-943104b66a14} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003154 sec., 20291.69308814204 rows/sec., 1.58 MiB/sec. | ||
| 13583 | 2025.01.27 09:40:35.658959 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13584 | 2025.01.27 09:40:35.659130 [ 273 ] {0f1f3514-50c3-4a5d-9264-943104b66a14} <Debug> TCPHandler: Processed in 0.003629334 sec. | ||
| 13585 | 2025.01.27 09:40:35.659480 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13586 | 2025.01.27 09:40:35.659676 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13587 | 2025.01.27 09:40:35.660273 [ 267 ] {3be2ca5b-86c0-4fbc-b028-fbd2a05408af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13588 | 2025.01.27 09:40:35.660621 [ 267 ] {3be2ca5b-86c0-4fbc-b028-fbd2a05408af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13589 | 2025.01.27 09:40:35.660819 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13590 | 2025.01.27 09:40:35.661003 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.005516508 sec., 598385.7904311931 rows/sec., 52.25 MiB/sec. | ||
| 13591 | 2025.01.27 09:40:35.661082 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 913 rows starting from the beginning of the part | ||
| 13592 | 2025.01.27 09:40:35.661863 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 421 rows starting from the beginning of the part | ||
| 13593 | 2025.01.27 09:40:35.661881 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13594 | 2025.01.27 09:40:35.662537 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part | ||
| 13595 | 2025.01.27 09:40:35.663121 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 879 rows starting from the beginning of the part | ||
| 13596 | 2025.01.27 09:40:35.663570 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13597 | 2025.01.27 09:40:35.663723 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 13598 | 2025.01.27 09:40:35.664050 [ 192 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_121_24} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13599 | 2025.01.27 09:40:35.664199 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part | ||
| 13600 | 2025.01.27 09:40:35.664369 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 13601 | 2025.01.27 09:40:35.666085 [ 267 ] {3be2ca5b-86c0-4fbc-b028-fbd2a05408af} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13602 | 2025.01.27 09:40:35.666168 [ 267 ] {3be2ca5b-86c0-4fbc-b028-fbd2a05408af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13603 | 2025.01.27 09:40:35.667054 [ 267 ] {3be2ca5b-86c0-4fbc-b028-fbd2a05408af} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13604 | 2025.01.27 09:40:35.667438 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.008369314 sec., 287359.27460721397 rows/sec., 22.03 MiB/sec. | ||
| 13605 | 2025.01.27 09:40:35.667553 [ 267 ] {3be2ca5b-86c0-4fbc-b028-fbd2a05408af} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13606 | 2025.01.27 09:40:35.667666 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13607 | 2025.01.27 09:40:35.668041 [ 267 ] {3be2ca5b-86c0-4fbc-b028-fbd2a05408af} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008123 sec., 19697.156223070295 rows/sec., 1.37 MiB/sec. | ||
| 13608 | 2025.01.27 09:40:35.668369 [ 267 ] {3be2ca5b-86c0-4fbc-b028-fbd2a05408af} <Debug> TCPHandler: Processed in 0.009114032 sec. | ||
| 13609 | 2025.01.27 09:40:35.668663 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13610 | 2025.01.27 09:40:35.668680 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13611 | 2025.01.27 09:40:35.669039 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_121_24} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13612 | 2025.01.27 09:40:35.669066 [ 273 ] {52a06e0b-e81e-4bec-9cbb-0f9cd48cb655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13613 | 2025.01.27 09:40:35.669285 [ 273 ] {52a06e0b-e81e-4bec-9cbb-0f9cd48cb655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13614 | 2025.01.27 09:40:35.669353 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13615 | 2025.01.27 09:40:35.670660 [ 273 ] {52a06e0b-e81e-4bec-9cbb-0f9cd48cb655} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13616 | 2025.01.27 09:40:35.670698 [ 273 ] {52a06e0b-e81e-4bec-9cbb-0f9cd48cb655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13617 | 2025.01.27 09:40:35.671082 [ 273 ] {52a06e0b-e81e-4bec-9cbb-0f9cd48cb655} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13618 | 2025.01.27 09:40:35.671320 [ 273 ] {52a06e0b-e81e-4bec-9cbb-0f9cd48cb655} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13619 | 2025.01.27 09:40:35.671458 [ 91 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13620 | 2025.01.27 09:40:35.671493 [ 91 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13621 | 2025.01.27 09:40:35.671502 [ 273 ] {52a06e0b-e81e-4bec-9cbb-0f9cd48cb655} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002567 sec., 23373.58784573432 rows/sec., 1.58 MiB/sec. | ||
| 13622 | 2025.01.27 09:40:35.671515 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13623 | 2025.01.27 09:40:35.671596 [ 273 ] {52a06e0b-e81e-4bec-9cbb-0f9cd48cb655} <Debug> TCPHandler: Processed in 0.003085332 sec. | ||
| 13624 | 2025.01.27 09:40:35.671641 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 13625 | 2025.01.27 09:40:35.671738 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13626 | 2025.01.27 09:40:35.671765 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7066 rows starting from the beginning of the part | ||
| 13627 | 2025.01.27 09:40:35.671842 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 13628 | 2025.01.27 09:40:35.672035 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 13629 | 2025.01.27 09:40:35.672183 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 34 rows starting from the beginning of the part | ||
| 13630 | 2025.01.27 09:40:35.672341 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 48 rows starting from the beginning of the part | ||
| 13631 | 2025.01.27 09:40:35.672428 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 13632 | 2025.01.27 09:40:35.674391 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7350 rows, containing 4 columns (4 merged, 0 gathered) in 0.002806665 sec., 2618766.400692637 rows/sec., 170.70 MiB/sec. | ||
| 13633 | 2025.01.27 09:40:35.675154 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13634 | 2025.01.27 09:40:35.675648 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13635 | 2025.01.27 09:40:35.675735 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_121_24} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13636 | 2025.01.27 09:40:35.675828 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 13637 | 2025.01.27 09:40:36.754361 [ 90 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13638 | 2025.01.27 09:40:36.754425 [ 90 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13639 | 2025.01.27 09:40:36.754452 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13640 | 2025.01.27 09:40:36.754627 [ 186 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13641 | 2025.01.27 09:40:36.755011 [ 186 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13642 | 2025.01.27 09:40:36.755121 [ 186 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 242 rows starting from the beginning of the part | ||
| 13643 | 2025.01.27 09:40:36.755301 [ 186 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 242 rows starting from the beginning of the part | ||
| 13644 | 2025.01.27 09:40:36.755397 [ 186 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 13645 | 2025.01.27 09:40:36.755713 [ 186 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 13646 | 2025.01.27 09:40:36.756031 [ 186 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 242 rows starting from the beginning of the part | ||
| 13647 | 2025.01.27 09:40:36.757975 [ 200 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.003454261 sec., 218281.13162265386 rows/sec., 15.63 MiB/sec. | ||
| 13648 | 2025.01.27 09:40:36.758192 [ 200 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13649 | 2025.01.27 09:40:36.758560 [ 200 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13650 | 2025.01.27 09:40:36.758648 [ 200 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_51_11} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13651 | 2025.01.27 09:40:36.758747 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 13652 | 2025.01.27 09:40:36.782913 [ 90 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13653 | 2025.01.27 09:40:36.782948 [ 90 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13654 | 2025.01.27 09:40:36.782967 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13655 | 2025.01.27 09:40:36.783065 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13656 | 2025.01.27 09:40:36.783247 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13657 | 2025.01.27 09:40:36.783295 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 64 rows starting from the beginning of the part | ||
| 13658 | 2025.01.27 09:40:36.783386 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 62 rows starting from the beginning of the part | ||
| 13659 | 2025.01.27 09:40:36.783547 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 46 rows starting from the beginning of the part | ||
| 13660 | 2025.01.27 09:40:36.783749 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 46 rows starting from the beginning of the part | ||
| 13661 | 2025.01.27 09:40:36.783951 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 48 rows starting from the beginning of the part | ||
| 13662 | 2025.01.27 09:40:36.784911 [ 200 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.001899774 sec., 140016.6546126013 rows/sec., 10.54 MiB/sec. | ||
| 13663 | 2025.01.27 09:40:36.785047 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13664 | 2025.01.27 09:40:36.785317 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13665 | 2025.01.27 09:40:36.785391 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_51_11} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13666 | 2025.01.27 09:40:36.785464 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13667 | 2025.01.27 09:40:37.100889 [ 88 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13668 | 2025.01.27 09:40:37.100988 [ 88 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13669 | 2025.01.27 09:40:37.101031 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13670 | 2025.01.27 09:40:37.101328 [ 189 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13671 | 2025.01.27 09:40:37.101724 [ 189 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13672 | 2025.01.27 09:40:37.101760 [ 189 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 282 rows starting from the beginning of the part | ||
| 13673 | 2025.01.27 09:40:37.101838 [ 189 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 13674 | 2025.01.27 09:40:37.102048 [ 189 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 13675 | 2025.01.27 09:40:37.102300 [ 189 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 13676 | 2025.01.27 09:40:37.102506 [ 189 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 13677 | 2025.01.27 09:40:37.103631 [ 186 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002483238 sec., 123226.20707318428 rows/sec., 6.29 MiB/sec. | ||
| 13678 | 2025.01.27 09:40:37.103938 [ 200 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13679 | 2025.01.27 09:40:37.104534 [ 200 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13680 | 2025.01.27 09:40:37.104650 [ 200 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_51_11} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13681 | 2025.01.27 09:40:37.104753 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13682 | 2025.01.27 09:40:39.400484 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13683 | 2025.01.27 09:40:39.400555 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13684 | 2025.01.27 09:40:39.652023 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 13685 | 2025.01.27 09:40:39.652700 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13686 | 2025.01.27 09:40:39.652747 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13687 | 2025.01.27 09:40:39.653278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13688 | 2025.01.27 09:40:39.653556 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13689 | 2025.01.27 09:40:39.653813 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 13690 | 2025.01.27 09:40:39.822813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1900 | ||
| 13691 | 2025.01.27 09:40:39.825531 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13692 | 2025.01.27 09:40:39.825571 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13693 | 2025.01.27 09:40:39.827026 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13694 | 2025.01.27 09:40:39.827342 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13695 | 2025.01.27 09:40:39.828727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1900 | ||
| 13696 | 2025.01.27 09:40:40.659244 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13697 | 2025.01.27 09:40:40.659466 [ 267 ] {f12bdd91-9246-4a9c-a39d-9830e12a7044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13698 | 2025.01.27 09:40:40.659547 [ 267 ] {f12bdd91-9246-4a9c-a39d-9830e12a7044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13699 | 2025.01.27 09:40:40.660345 [ 267 ] {f12bdd91-9246-4a9c-a39d-9830e12a7044} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13700 | 2025.01.27 09:40:40.660397 [ 267 ] {f12bdd91-9246-4a9c-a39d-9830e12a7044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13701 | 2025.01.27 09:40:40.660833 [ 267 ] {f12bdd91-9246-4a9c-a39d-9830e12a7044} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13702 | 2025.01.27 09:40:40.661094 [ 267 ] {f12bdd91-9246-4a9c-a39d-9830e12a7044} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13703 | 2025.01.27 09:40:40.661341 [ 267 ] {f12bdd91-9246-4a9c-a39d-9830e12a7044} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 13704 | 2025.01.27 09:40:40.661465 [ 267 ] {f12bdd91-9246-4a9c-a39d-9830e12a7044} <Debug> TCPHandler: Processed in 0.002367855 sec. | ||
| 13705 | 2025.01.27 09:40:40.661728 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13706 | 2025.01.27 09:40:40.661924 [ 273 ] {7c37dd4d-d62e-4847-b855-80203fef86ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13707 | 2025.01.27 09:40:40.662001 [ 273 ] {7c37dd4d-d62e-4847-b855-80203fef86ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13708 | 2025.01.27 09:40:40.662897 [ 273 ] {7c37dd4d-d62e-4847-b855-80203fef86ed} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13709 | 2025.01.27 09:40:40.662951 [ 273 ] {7c37dd4d-d62e-4847-b855-80203fef86ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13710 | 2025.01.27 09:40:40.663416 [ 273 ] {7c37dd4d-d62e-4847-b855-80203fef86ed} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13711 | 2025.01.27 09:40:40.663677 [ 273 ] {7c37dd4d-d62e-4847-b855-80203fef86ed} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13712 | 2025.01.27 09:40:40.663894 [ 273 ] {7c37dd4d-d62e-4847-b855-80203fef86ed} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002027 sec., 138628.51504686728 rows/sec., 12.23 MiB/sec. | ||
| 13713 | 2025.01.27 09:40:40.663952 [ 273 ] {7c37dd4d-d62e-4847-b855-80203fef86ed} <Debug> TCPHandler: Processed in 0.002389116 sec. | ||
| 13714 | 2025.01.27 09:40:40.664121 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13715 | 2025.01.27 09:40:40.664270 [ 267 ] {db384437-3e34-4801-9cc8-fb488959f681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13716 | 2025.01.27 09:40:40.664331 [ 267 ] {db384437-3e34-4801-9cc8-fb488959f681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13717 | 2025.01.27 09:40:40.665065 [ 267 ] {db384437-3e34-4801-9cc8-fb488959f681} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13718 | 2025.01.27 09:40:40.665107 [ 267 ] {db384437-3e34-4801-9cc8-fb488959f681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13719 | 2025.01.27 09:40:40.665491 [ 267 ] {db384437-3e34-4801-9cc8-fb488959f681} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13720 | 2025.01.27 09:40:40.665730 [ 267 ] {db384437-3e34-4801-9cc8-fb488959f681} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13721 | 2025.01.27 09:40:40.665966 [ 267 ] {db384437-3e34-4801-9cc8-fb488959f681} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001726 sec., 26651.21668597914 rows/sec., 1.92 MiB/sec. | ||
| 13722 | 2025.01.27 09:40:40.666054 [ 267 ] {db384437-3e34-4801-9cc8-fb488959f681} <Debug> TCPHandler: Processed in 0.002009306 sec. | ||
| 13723 | 2025.01.27 09:40:40.666315 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13724 | 2025.01.27 09:40:40.666447 [ 273 ] {99831884-ff90-4ac4-b840-363c2a65f3bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13725 | 2025.01.27 09:40:40.666499 [ 273 ] {99831884-ff90-4ac4-b840-363c2a65f3bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13726 | 2025.01.27 09:40:40.667073 [ 273 ] {99831884-ff90-4ac4-b840-363c2a65f3bc} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13727 | 2025.01.27 09:40:40.667115 [ 273 ] {99831884-ff90-4ac4-b840-363c2a65f3bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13728 | 2025.01.27 09:40:40.667482 [ 273 ] {99831884-ff90-4ac4-b840-363c2a65f3bc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13729 | 2025.01.27 09:40:40.667732 [ 273 ] {99831884-ff90-4ac4-b840-363c2a65f3bc} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13730 | 2025.01.27 09:40:40.667945 [ 273 ] {99831884-ff90-4ac4-b840-363c2a65f3bc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001523 sec., 9192.383453709783 rows/sec., 643.77 KiB/sec. | ||
| 13731 | 2025.01.27 09:40:40.667996 [ 273 ] {99831884-ff90-4ac4-b840-363c2a65f3bc} <Debug> TCPHandler: Processed in 0.001812203 sec. | ||
| 13732 | 2025.01.27 09:40:40.668166 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13733 | 2025.01.27 09:40:40.668304 [ 267 ] {78a5bd2d-e63c-4d0a-bb3e-4ae4920273ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13734 | 2025.01.27 09:40:40.668367 [ 267 ] {78a5bd2d-e63c-4d0a-bb3e-4ae4920273ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13735 | 2025.01.27 09:40:40.668980 [ 267 ] {78a5bd2d-e63c-4d0a-bb3e-4ae4920273ff} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13736 | 2025.01.27 09:40:40.669019 [ 267 ] {78a5bd2d-e63c-4d0a-bb3e-4ae4920273ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13737 | 2025.01.27 09:40:40.669372 [ 267 ] {78a5bd2d-e63c-4d0a-bb3e-4ae4920273ff} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13738 | 2025.01.27 09:40:40.669612 [ 267 ] {78a5bd2d-e63c-4d0a-bb3e-4ae4920273ff} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13739 | 2025.01.27 09:40:40.669855 [ 267 ] {78a5bd2d-e63c-4d0a-bb3e-4ae4920273ff} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001571 sec., 8274.984086569064 rows/sec., 515.94 KiB/sec. | ||
| 13740 | 2025.01.27 09:40:40.669910 [ 267 ] {78a5bd2d-e63c-4d0a-bb3e-4ae4920273ff} <Debug> TCPHandler: Processed in 0.001814252 sec. | ||
| 13741 | 2025.01.27 09:40:40.670150 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13742 | 2025.01.27 09:40:40.670300 [ 273 ] {603cc813-fa7f-4ce4-9f1a-cd015d830821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13743 | 2025.01.27 09:40:40.670350 [ 273 ] {603cc813-fa7f-4ce4-9f1a-cd015d830821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13744 | 2025.01.27 09:40:40.671093 [ 273 ] {603cc813-fa7f-4ce4-9f1a-cd015d830821} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13745 | 2025.01.27 09:40:40.671138 [ 273 ] {603cc813-fa7f-4ce4-9f1a-cd015d830821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13746 | 2025.01.27 09:40:40.671545 [ 273 ] {603cc813-fa7f-4ce4-9f1a-cd015d830821} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13747 | 2025.01.27 09:40:40.671795 [ 273 ] {603cc813-fa7f-4ce4-9f1a-cd015d830821} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13748 | 2025.01.27 09:40:40.672033 [ 273 ] {603cc813-fa7f-4ce4-9f1a-cd015d830821} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001753 sec., 240159.72618368512 rows/sec., 17.16 MiB/sec. | ||
| 13749 | 2025.01.27 09:40:40.672094 [ 273 ] {603cc813-fa7f-4ce4-9f1a-cd015d830821} <Debug> TCPHandler: Processed in 0.002072139 sec. | ||
| 13750 | 2025.01.27 09:40:40.672271 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13751 | 2025.01.27 09:40:40.672473 [ 267 ] {18ad0dce-0d5d-4b45-bfc2-06975c4147bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13752 | 2025.01.27 09:40:40.672538 [ 267 ] {18ad0dce-0d5d-4b45-bfc2-06975c4147bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13753 | 2025.01.27 09:40:40.673036 [ 267 ] {18ad0dce-0d5d-4b45-bfc2-06975c4147bf} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13754 | 2025.01.27 09:40:40.673074 [ 267 ] {18ad0dce-0d5d-4b45-bfc2-06975c4147bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13755 | 2025.01.27 09:40:40.673429 [ 267 ] {18ad0dce-0d5d-4b45-bfc2-06975c4147bf} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13756 | 2025.01.27 09:40:40.673662 [ 267 ] {18ad0dce-0d5d-4b45-bfc2-06975c4147bf} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13757 | 2025.01.27 09:40:40.673914 [ 267 ] {18ad0dce-0d5d-4b45-bfc2-06975c4147bf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 13758 | 2025.01.27 09:40:40.674050 [ 267 ] {18ad0dce-0d5d-4b45-bfc2-06975c4147bf} <Debug> TCPHandler: Processed in 0.001854293 sec. | ||
| 13759 | 2025.01.27 09:40:40.674293 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13760 | 2025.01.27 09:40:40.674437 [ 273 ] {3946217b-7ed5-425b-b81c-8481ff57e0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13761 | 2025.01.27 09:40:40.674490 [ 273 ] {3946217b-7ed5-425b-b81c-8481ff57e0d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13762 | 2025.01.27 09:40:40.675079 [ 273 ] {3946217b-7ed5-425b-b81c-8481ff57e0d2} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13763 | 2025.01.27 09:40:40.675118 [ 273 ] {3946217b-7ed5-425b-b81c-8481ff57e0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13764 | 2025.01.27 09:40:40.675518 [ 273 ] {3946217b-7ed5-425b-b81c-8481ff57e0d2} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13765 | 2025.01.27 09:40:40.675759 [ 273 ] {3946217b-7ed5-425b-b81c-8481ff57e0d2} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13766 | 2025.01.27 09:40:40.675990 [ 273 ] {3946217b-7ed5-425b-b81c-8481ff57e0d2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001575 sec., 150476.19047619047 rows/sec., 10.09 MiB/sec. | ||
| 13767 | 2025.01.27 09:40:40.676068 [ 273 ] {3946217b-7ed5-425b-b81c-8481ff57e0d2} <Debug> TCPHandler: Processed in 0.001905034 sec. | ||
| 13768 | 2025.01.27 09:40:40.676246 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13769 | 2025.01.27 09:40:40.676410 [ 267 ] {565a283c-cd51-4a52-b6cf-0a8556d3f0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13770 | 2025.01.27 09:40:40.676466 [ 267 ] {565a283c-cd51-4a52-b6cf-0a8556d3f0d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13771 | 2025.01.27 09:40:40.676917 [ 267 ] {565a283c-cd51-4a52-b6cf-0a8556d3f0d2} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13772 | 2025.01.27 09:40:40.676954 [ 267 ] {565a283c-cd51-4a52-b6cf-0a8556d3f0d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13773 | 2025.01.27 09:40:40.677306 [ 267 ] {565a283c-cd51-4a52-b6cf-0a8556d3f0d2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13774 | 2025.01.27 09:40:40.677542 [ 267 ] {565a283c-cd51-4a52-b6cf-0a8556d3f0d2} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13775 | 2025.01.27 09:40:40.677753 [ 267 ] {565a283c-cd51-4a52-b6cf-0a8556d3f0d2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 13776 | 2025.01.27 09:40:40.677802 [ 267 ] {565a283c-cd51-4a52-b6cf-0a8556d3f0d2} <Debug> TCPHandler: Processed in 0.001631927 sec. | ||
| 13777 | 2025.01.27 09:40:40.677956 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13778 | 2025.01.27 09:40:40.678092 [ 273 ] {b792cb8c-9b49-4674-a4a2-a07837ae04f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13779 | 2025.01.27 09:40:40.678183 [ 273 ] {b792cb8c-9b49-4674-a4a2-a07837ae04f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13780 | 2025.01.27 09:40:40.679441 [ 273 ] {b792cb8c-9b49-4674-a4a2-a07837ae04f4} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13781 | 2025.01.27 09:40:40.679480 [ 273 ] {b792cb8c-9b49-4674-a4a2-a07837ae04f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13782 | 2025.01.27 09:40:40.680145 [ 273 ] {b792cb8c-9b49-4674-a4a2-a07837ae04f4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13783 | 2025.01.27 09:40:40.680407 [ 273 ] {b792cb8c-9b49-4674-a4a2-a07837ae04f4} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13784 | 2025.01.27 09:40:40.680649 [ 273 ] {b792cb8c-9b49-4674-a4a2-a07837ae04f4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002587 sec., 15075.37688442211 rows/sec., 27.01 MiB/sec. | ||
| 13785 | 2025.01.27 09:40:40.680741 [ 273 ] {b792cb8c-9b49-4674-a4a2-a07837ae04f4} <Debug> TCPHandler: Processed in 0.002851826 sec. | ||
| 13786 | 2025.01.27 09:40:40.680933 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13787 | 2025.01.27 09:40:40.681136 [ 267 ] {850ae71d-39e3-4f8a-a531-82c6e7b400c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13788 | 2025.01.27 09:40:40.681221 [ 267 ] {850ae71d-39e3-4f8a-a531-82c6e7b400c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13789 | 2025.01.27 09:40:40.681942 [ 267 ] {850ae71d-39e3-4f8a-a531-82c6e7b400c6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13790 | 2025.01.27 09:40:40.681983 [ 267 ] {850ae71d-39e3-4f8a-a531-82c6e7b400c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13791 | 2025.01.27 09:40:40.682356 [ 267 ] {850ae71d-39e3-4f8a-a531-82c6e7b400c6} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13792 | 2025.01.27 09:40:40.682594 [ 267 ] {850ae71d-39e3-4f8a-a531-82c6e7b400c6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13793 | 2025.01.27 09:40:40.682810 [ 267 ] {850ae71d-39e3-4f8a-a531-82c6e7b400c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001724 sec., 47563.80510440835 rows/sec., 3.02 MiB/sec. | ||
| 13794 | 2025.01.27 09:40:40.682859 [ 267 ] {850ae71d-39e3-4f8a-a531-82c6e7b400c6} <Debug> TCPHandler: Processed in 0.002026797 sec. | ||
| 13795 | 2025.01.27 09:40:42.025498 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 13796 | 2025.01.27 09:40:42.048624 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13797 | 2025.01.27 09:40:42.048703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13798 | 2025.01.27 09:40:42.056068 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13799 | 2025.01.27 09:40:42.056841 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13800 | 2025.01.27 09:40:42.060454 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 13801 | 2025.01.27 09:40:45.633369 [ 221 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13802 | 2025.01.27 09:40:45.633442 [ 221 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13803 | 2025.01.27 09:40:45.635388 [ 221 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13804 | 2025.01.27 09:40:45.652531 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13805 | 2025.01.27 09:40:45.652700 [ 267 ] {86d3f459-50f5-483e-96d8-23fedb212b39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13806 | 2025.01.27 09:40:45.652768 [ 267 ] {86d3f459-50f5-483e-96d8-23fedb212b39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13807 | 2025.01.27 09:40:45.653521 [ 267 ] {86d3f459-50f5-483e-96d8-23fedb212b39} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13808 | 2025.01.27 09:40:45.653565 [ 267 ] {86d3f459-50f5-483e-96d8-23fedb212b39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13809 | 2025.01.27 09:40:45.653986 [ 267 ] {86d3f459-50f5-483e-96d8-23fedb212b39} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13810 | 2025.01.27 09:40:45.654229 [ 267 ] {86d3f459-50f5-483e-96d8-23fedb212b39} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13811 | 2025.01.27 09:40:45.654478 [ 267 ] {86d3f459-50f5-483e-96d8-23fedb212b39} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001823 sec., 30718.595721338454 rows/sec., 2.35 MiB/sec. | ||
| 13812 | 2025.01.27 09:40:45.654549 [ 267 ] {86d3f459-50f5-483e-96d8-23fedb212b39} <Debug> TCPHandler: Processed in 0.00213452 sec. | ||
| 13813 | 2025.01.27 09:40:45.654576 [ 224 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13814 | 2025.01.27 09:40:45.654647 [ 224 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13815 | 2025.01.27 09:40:45.654862 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13816 | 2025.01.27 09:40:45.655148 [ 273 ] {42c34ecc-9488-45cd-82cd-f5e0ea1933cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13817 | 2025.01.27 09:40:45.655254 [ 273 ] {42c34ecc-9488-45cd-82cd-f5e0ea1933cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13818 | 2025.01.27 09:40:45.657956 [ 273 ] {42c34ecc-9488-45cd-82cd-f5e0ea1933cf} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13819 | 2025.01.27 09:40:45.657998 [ 273 ] {42c34ecc-9488-45cd-82cd-f5e0ea1933cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13820 | 2025.01.27 09:40:45.658755 [ 273 ] {42c34ecc-9488-45cd-82cd-f5e0ea1933cf} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13821 | 2025.01.27 09:40:45.658783 [ 224 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13822 | 2025.01.27 09:40:45.659282 [ 273 ] {42c34ecc-9488-45cd-82cd-f5e0ea1933cf} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13823 | 2025.01.27 09:40:45.659843 [ 223 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13824 | 2025.01.27 09:40:45.659943 [ 223 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13825 | 2025.01.27 09:40:45.660041 [ 273 ] {42c34ecc-9488-45cd-82cd-f5e0ea1933cf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004969 sec., 12879.855101630106 rows/sec., 1.01 MiB/sec. | ||
| 13826 | 2025.01.27 09:40:45.660480 [ 273 ] {42c34ecc-9488-45cd-82cd-f5e0ea1933cf} <Debug> TCPHandler: Processed in 0.005795735 sec. | ||
| 13827 | 2025.01.27 09:40:45.660796 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13828 | 2025.01.27 09:40:45.661006 [ 267 ] {8ae9ba73-f054-48a8-b557-6fa4f891b1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13829 | 2025.01.27 09:40:45.661115 [ 267 ] {8ae9ba73-f054-48a8-b557-6fa4f891b1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13830 | 2025.01.27 09:40:45.662307 [ 267 ] {8ae9ba73-f054-48a8-b557-6fa4f891b1da} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13831 | 2025.01.27 09:40:45.662364 [ 267 ] {8ae9ba73-f054-48a8-b557-6fa4f891b1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13832 | 2025.01.27 09:40:45.663279 [ 267 ] {8ae9ba73-f054-48a8-b557-6fa4f891b1da} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13833 | 2025.01.27 09:40:45.663777 [ 267 ] {8ae9ba73-f054-48a8-b557-6fa4f891b1da} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13834 | 2025.01.27 09:40:45.664134 [ 267 ] {8ae9ba73-f054-48a8-b557-6fa4f891b1da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00319 sec., 50156.73981191222 rows/sec., 3.49 MiB/sec. | ||
| 13835 | 2025.01.27 09:40:45.664280 [ 223 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13836 | 2025.01.27 09:40:45.664324 [ 267 ] {8ae9ba73-f054-48a8-b557-6fa4f891b1da} <Debug> TCPHandler: Processed in 0.003687996 sec. | ||
| 13837 | 2025.01.27 09:40:45.664363 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13838 | 2025.01.27 09:40:45.664475 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13839 | 2025.01.27 09:40:45.664633 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13840 | 2025.01.27 09:40:45.664993 [ 273 ] {767a53fc-875d-4209-8c1c-ce76b0b7aeee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13841 | 2025.01.27 09:40:45.665184 [ 273 ] {767a53fc-875d-4209-8c1c-ce76b0b7aeee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13842 | 2025.01.27 09:40:45.667253 [ 273 ] {767a53fc-875d-4209-8c1c-ce76b0b7aeee} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13843 | 2025.01.27 09:40:45.667329 [ 273 ] {767a53fc-875d-4209-8c1c-ce76b0b7aeee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13844 | 2025.01.27 09:40:45.668077 [ 273 ] {767a53fc-875d-4209-8c1c-ce76b0b7aeee} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13845 | 2025.01.27 09:40:45.668508 [ 273 ] {767a53fc-875d-4209-8c1c-ce76b0b7aeee} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13846 | 2025.01.27 09:40:45.668805 [ 273 ] {767a53fc-875d-4209-8c1c-ce76b0b7aeee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003955 sec., 15170.670037926675 rows/sec., 1.02 MiB/sec. | ||
| 13847 | 2025.01.27 09:40:45.668964 [ 273 ] {767a53fc-875d-4209-8c1c-ce76b0b7aeee} <Debug> TCPHandler: Processed in 0.004503745 sec. | ||
| 13848 | 2025.01.27 09:40:45.669371 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 13849 | 2025.01.27 09:40:47.154894 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 13850 | 2025.01.27 09:40:47.155573 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13851 | 2025.01.27 09:40:47.155625 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13852 | 2025.01.27 09:40:47.156169 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13853 | 2025.01.27 09:40:47.156484 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13854 | 2025.01.27 09:40:47.157001 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 13855 | 2025.01.27 09:40:49.561471 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 13856 | 2025.01.27 09:40:49.583779 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13857 | 2025.01.27 09:40:49.583835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13858 | 2025.01.27 09:40:49.591166 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13859 | 2025.01.27 09:40:49.591971 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13860 | 2025.01.27 09:40:49.596065 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 13861 | 2025.01.27 09:40:49.829808 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1930 | ||
| 13862 | 2025.01.27 09:40:49.832881 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13863 | 2025.01.27 09:40:49.832933 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13864 | 2025.01.27 09:40:49.834413 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13865 | 2025.01.27 09:40:49.834721 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13866 | 2025.01.27 09:40:49.835142 [ 224 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13867 | 2025.01.27 09:40:49.835241 [ 224 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13868 | 2025.01.27 09:40:49.836631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1930 | ||
| 13869 | 2025.01.27 09:40:49.838108 [ 224 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 13870 | 2025.01.27 09:40:50.042836 [ 224 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13871 | 2025.01.27 09:40:50.042890 [ 224 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13872 | 2025.01.27 09:40:50.044467 [ 224 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13873 | 2025.01.27 09:40:50.658230 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13874 | 2025.01.27 09:40:50.658425 [ 267 ] {2cc55d7c-38f8-459c-90d2-e65caedd8940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13875 | 2025.01.27 09:40:50.658498 [ 267 ] {2cc55d7c-38f8-459c-90d2-e65caedd8940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13876 | 2025.01.27 09:40:50.659247 [ 267 ] {2cc55d7c-38f8-459c-90d2-e65caedd8940} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13877 | 2025.01.27 09:40:50.659306 [ 267 ] {2cc55d7c-38f8-459c-90d2-e65caedd8940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13878 | 2025.01.27 09:40:50.659737 [ 267 ] {2cc55d7c-38f8-459c-90d2-e65caedd8940} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13879 | 2025.01.27 09:40:50.659996 [ 267 ] {2cc55d7c-38f8-459c-90d2-e65caedd8940} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13880 | 2025.01.27 09:40:50.660203 [ 74 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13881 | 2025.01.27 09:40:50.660265 [ 267 ] {2cc55d7c-38f8-459c-90d2-e65caedd8940} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec. | ||
| 13882 | 2025.01.27 09:40:50.660291 [ 74 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13883 | 2025.01.27 09:40:50.660363 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13884 | 2025.01.27 09:40:50.660388 [ 267 ] {2cc55d7c-38f8-459c-90d2-e65caedd8940} <Debug> TCPHandler: Processed in 0.002285003 sec. | ||
| 13885 | 2025.01.27 09:40:50.660596 [ 218 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13886 | 2025.01.27 09:40:50.660656 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 13887 | 2025.01.27 09:40:50.660660 [ 218 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13888 | 2025.01.27 09:40:50.660763 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13889 | 2025.01.27 09:40:50.660964 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13890 | 2025.01.27 09:40:50.661169 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 13891 | 2025.01.27 09:40:50.661254 [ 273 ] {1594dd11-fbcd-4142-bb5a-e92a54062f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13892 | 2025.01.27 09:40:50.661442 [ 273 ] {1594dd11-fbcd-4142-bb5a-e92a54062f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13893 | 2025.01.27 09:40:50.661428 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 13894 | 2025.01.27 09:40:50.662216 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 13895 | 2025.01.27 09:40:50.662840 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 13896 | 2025.01.27 09:40:50.663626 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 13897 | 2025.01.27 09:40:50.666051 [ 273 ] {1594dd11-fbcd-4142-bb5a-e92a54062f11} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13898 | 2025.01.27 09:40:50.666186 [ 273 ] {1594dd11-fbcd-4142-bb5a-e92a54062f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13899 | 2025.01.27 09:40:50.666299 [ 218 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13900 | 2025.01.27 09:40:50.668129 [ 273 ] {1594dd11-fbcd-4142-bb5a-e92a54062f11} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13901 | 2025.01.27 09:40:50.668372 [ 186 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007904074 sec., 8856.192388887046 rows/sec., 672.12 KiB/sec. | ||
| 13902 | 2025.01.27 09:40:50.668596 [ 186 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13903 | 2025.01.27 09:40:50.668621 [ 273 ] {1594dd11-fbcd-4142-bb5a-e92a54062f11} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13904 | 2025.01.27 09:40:50.669051 [ 273 ] {1594dd11-fbcd-4142-bb5a-e92a54062f11} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.007987 sec., 35182.171027920376 rows/sec., 3.10 MiB/sec. | ||
| 13905 | 2025.01.27 09:40:50.669202 [ 273 ] {1594dd11-fbcd-4142-bb5a-e92a54062f11} <Debug> TCPHandler: Processed in 0.008673002 sec. | ||
| 13906 | 2025.01.27 09:40:50.669228 [ 186 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13907 | 2025.01.27 09:40:50.669381 [ 186 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_53_13} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13908 | 2025.01.27 09:40:50.669415 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13909 | 2025.01.27 09:40:50.669511 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13910 | 2025.01.27 09:40:50.669606 [ 267 ] {d58f9e68-cd18-4a96-a52f-5af1663c3924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13911 | 2025.01.27 09:40:50.669665 [ 267 ] {d58f9e68-cd18-4a96-a52f-5af1663c3924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13912 | 2025.01.27 09:40:50.670294 [ 267 ] {d58f9e68-cd18-4a96-a52f-5af1663c3924} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13913 | 2025.01.27 09:40:50.670365 [ 267 ] {d58f9e68-cd18-4a96-a52f-5af1663c3924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13914 | 2025.01.27 09:40:50.670741 [ 267 ] {d58f9e68-cd18-4a96-a52f-5af1663c3924} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13915 | 2025.01.27 09:40:50.670991 [ 267 ] {d58f9e68-cd18-4a96-a52f-5af1663c3924} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13916 | 2025.01.27 09:40:50.671235 [ 267 ] {d58f9e68-cd18-4a96-a52f-5af1663c3924} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001658 sec., 27744.270205066347 rows/sec., 2.00 MiB/sec. | ||
| 13917 | 2025.01.27 09:40:50.671326 [ 267 ] {d58f9e68-cd18-4a96-a52f-5af1663c3924} <Debug> TCPHandler: Processed in 0.002005996 sec. | ||
| 13918 | 2025.01.27 09:40:50.671549 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13919 | 2025.01.27 09:40:50.671725 [ 273 ] {1ec10d9c-0170-4737-92a0-5629fb8b6cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13920 | 2025.01.27 09:40:50.671775 [ 273 ] {1ec10d9c-0170-4737-92a0-5629fb8b6cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13921 | 2025.01.27 09:40:50.672368 [ 273 ] {1ec10d9c-0170-4737-92a0-5629fb8b6cfb} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13922 | 2025.01.27 09:40:50.672437 [ 273 ] {1ec10d9c-0170-4737-92a0-5629fb8b6cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13923 | 2025.01.27 09:40:50.672804 [ 273 ] {1ec10d9c-0170-4737-92a0-5629fb8b6cfb} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13924 | 2025.01.27 09:40:50.673056 [ 273 ] {1ec10d9c-0170-4737-92a0-5629fb8b6cfb} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13925 | 2025.01.27 09:40:50.673277 [ 273 ] {1ec10d9c-0170-4737-92a0-5629fb8b6cfb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001573 sec., 8900.190718372536 rows/sec., 623.31 KiB/sec. | ||
| 13926 | 2025.01.27 09:40:50.673361 [ 273 ] {1ec10d9c-0170-4737-92a0-5629fb8b6cfb} <Debug> TCPHandler: Processed in 0.001919545 sec. | ||
| 13927 | 2025.01.27 09:40:50.673578 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13928 | 2025.01.27 09:40:50.673724 [ 267 ] {7e97f3a5-a4e1-4148-b3c8-f5b8acf275c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13929 | 2025.01.27 09:40:50.673780 [ 267 ] {7e97f3a5-a4e1-4148-b3c8-f5b8acf275c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13930 | 2025.01.27 09:40:50.674361 [ 267 ] {7e97f3a5-a4e1-4148-b3c8-f5b8acf275c4} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13931 | 2025.01.27 09:40:50.674400 [ 267 ] {7e97f3a5-a4e1-4148-b3c8-f5b8acf275c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13932 | 2025.01.27 09:40:50.674751 [ 267 ] {7e97f3a5-a4e1-4148-b3c8-f5b8acf275c4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13933 | 2025.01.27 09:40:50.674991 [ 267 ] {7e97f3a5-a4e1-4148-b3c8-f5b8acf275c4} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13934 | 2025.01.27 09:40:50.675136 [ 73 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13935 | 2025.01.27 09:40:50.675173 [ 267 ] {7e97f3a5-a4e1-4148-b3c8-f5b8acf275c4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001476 sec., 8807.588075880758 rows/sec., 549.15 KiB/sec. | ||
| 13936 | 2025.01.27 09:40:50.675177 [ 73 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13937 | 2025.01.27 09:40:50.675224 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13938 | 2025.01.27 09:40:50.675249 [ 267 ] {7e97f3a5-a4e1-4148-b3c8-f5b8acf275c4} <Debug> TCPHandler: Processed in 0.001780931 sec. | ||
| 13939 | 2025.01.27 09:40:50.675442 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 13940 | 2025.01.27 09:40:50.675456 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13941 | 2025.01.27 09:40:50.675751 [ 273 ] {ea9195de-ab08-4375-a5c5-e5f0d63997a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13942 | 2025.01.27 09:40:50.675765 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13943 | 2025.01.27 09:40:50.675858 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 13944 | 2025.01.27 09:40:50.675863 [ 273 ] {ea9195de-ab08-4375-a5c5-e5f0d63997a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13945 | 2025.01.27 09:40:50.676254 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 13946 | 2025.01.27 09:40:50.676573 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 13947 | 2025.01.27 09:40:50.677076 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 13948 | 2025.01.27 09:40:50.677463 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 13949 | 2025.01.27 09:40:50.679068 [ 273 ] {ea9195de-ab08-4375-a5c5-e5f0d63997a1} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13950 | 2025.01.27 09:40:50.679152 [ 273 ] {ea9195de-ab08-4375-a5c5-e5f0d63997a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13951 | 2025.01.27 09:40:50.680029 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004712399 sec., 13793.399073380671 rows/sec., 913.90 KiB/sec. | ||
| 13952 | 2025.01.27 09:40:50.680192 [ 273 ] {ea9195de-ab08-4375-a5c5-e5f0d63997a1} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13953 | 2025.01.27 09:40:50.680246 [ 198 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13954 | 2025.01.27 09:40:50.680674 [ 273 ] {ea9195de-ab08-4375-a5c5-e5f0d63997a1} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13955 | 2025.01.27 09:40:50.680908 [ 198 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13956 | 2025.01.27 09:40:50.681121 [ 273 ] {ea9195de-ab08-4375-a5c5-e5f0d63997a1} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005455 sec., 77176.9019248396 rows/sec., 5.51 MiB/sec. | ||
| 13957 | 2025.01.27 09:40:50.681136 [ 198 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_53_13} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13958 | 2025.01.27 09:40:50.681234 [ 273 ] {ea9195de-ab08-4375-a5c5-e5f0d63997a1} <Debug> TCPHandler: Processed in 0.005879286 sec. | ||
| 13959 | 2025.01.27 09:40:50.681327 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13960 | 2025.01.27 09:40:50.681449 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13961 | 2025.01.27 09:40:50.681588 [ 267 ] {2d54ba30-0bfc-4de5-9a5d-7e66aa84102b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13962 | 2025.01.27 09:40:50.681648 [ 267 ] {2d54ba30-0bfc-4de5-9a5d-7e66aa84102b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13963 | 2025.01.27 09:40:50.682169 [ 267 ] {2d54ba30-0bfc-4de5-9a5d-7e66aa84102b} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13964 | 2025.01.27 09:40:50.682207 [ 267 ] {2d54ba30-0bfc-4de5-9a5d-7e66aa84102b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13965 | 2025.01.27 09:40:50.682574 [ 267 ] {2d54ba30-0bfc-4de5-9a5d-7e66aa84102b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13966 | 2025.01.27 09:40:50.682811 [ 267 ] {2d54ba30-0bfc-4de5-9a5d-7e66aa84102b} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13967 | 2025.01.27 09:40:50.682984 [ 267 ] {2d54ba30-0bfc-4de5-9a5d-7e66aa84102b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec. | ||
| 13968 | 2025.01.27 09:40:50.683032 [ 267 ] {2d54ba30-0bfc-4de5-9a5d-7e66aa84102b} <Debug> TCPHandler: Processed in 0.001661608 sec. | ||
| 13969 | 2025.01.27 09:40:50.683183 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13970 | 2025.01.27 09:40:50.683323 [ 273 ] {f431f8a1-0a94-4861-8fdc-592750a1ee62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13971 | 2025.01.27 09:40:50.683385 [ 273 ] {f431f8a1-0a94-4861-8fdc-592750a1ee62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13972 | 2025.01.27 09:40:50.684077 [ 273 ] {f431f8a1-0a94-4861-8fdc-592750a1ee62} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13973 | 2025.01.27 09:40:50.684119 [ 273 ] {f431f8a1-0a94-4861-8fdc-592750a1ee62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13974 | 2025.01.27 09:40:50.684538 [ 273 ] {f431f8a1-0a94-4861-8fdc-592750a1ee62} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13975 | 2025.01.27 09:40:50.684781 [ 273 ] {f431f8a1-0a94-4861-8fdc-592750a1ee62} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13976 | 2025.01.27 09:40:50.684962 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 13977 | 2025.01.27 09:40:50.685022 [ 273 ] {f431f8a1-0a94-4861-8fdc-592750a1ee62} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001723 sec., 137550.7835171213 rows/sec., 9.22 MiB/sec. | ||
| 13978 | 2025.01.27 09:40:50.685028 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13979 | 2025.01.27 09:40:50.685110 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13980 | 2025.01.27 09:40:50.685151 [ 273 ] {f431f8a1-0a94-4861-8fdc-592750a1ee62} <Debug> TCPHandler: Processed in 0.002033057 sec. | ||
| 13981 | 2025.01.27 09:40:50.685389 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
| 13982 | 2025.01.27 09:40:50.685402 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13983 | 2025.01.27 09:40:50.685660 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13984 | 2025.01.27 09:40:50.685669 [ 267 ] {74ee9977-ae0e-447f-ba10-bcf94d1727e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13985 | 2025.01.27 09:40:50.685725 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 36025 rows starting from the beginning of the part | ||
| 13986 | 2025.01.27 09:40:50.685802 [ 267 ] {74ee9977-ae0e-447f-ba10-bcf94d1727e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13987 | 2025.01.27 09:40:50.686068 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 128 rows starting from the beginning of the part | ||
| 13988 | 2025.01.27 09:40:50.686420 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 13989 | 2025.01.27 09:40:50.686743 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 237 rows starting from the beginning of the part | ||
| 13990 | 2025.01.27 09:40:50.687015 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 13991 | 2025.01.27 09:40:50.687332 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 13992 | 2025.01.27 09:40:50.688603 [ 267 ] {74ee9977-ae0e-447f-ba10-bcf94d1727e3} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13993 | 2025.01.27 09:40:50.688674 [ 267 ] {74ee9977-ae0e-447f-ba10-bcf94d1727e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13994 | 2025.01.27 09:40:50.689215 [ 267 ] {74ee9977-ae0e-447f-ba10-bcf94d1727e3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13995 | 2025.01.27 09:40:50.689552 [ 267 ] {74ee9977-ae0e-447f-ba10-bcf94d1727e3} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13996 | 2025.01.27 09:40:50.689980 [ 224 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13997 | 2025.01.27 09:40:50.690069 [ 224 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13998 | 2025.01.27 09:40:50.690302 [ 267 ] {74ee9977-ae0e-447f-ba10-bcf94d1727e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004689 sec., 213.26508850501176 rows/sec., 14.37 KiB/sec. | ||
| 13999 | 2025.01.27 09:40:50.690715 [ 267 ] {74ee9977-ae0e-447f-ba10-bcf94d1727e3} <Debug> TCPHandler: Processed in 0.005448947 sec. | ||
| 14000 | 2025.01.27 09:40:50.691070 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14001 | 2025.01.27 09:40:50.691632 [ 273 ] {5e41a5b6-151f-4170-836e-c48dedc7acb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14002 | 2025.01.27 09:40:50.691809 [ 273 ] {5e41a5b6-151f-4170-836e-c48dedc7acb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14003 | 2025.01.27 09:40:50.694780 [ 224 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14004 | 2025.01.27 09:40:50.696627 [ 273 ] {5e41a5b6-151f-4170-836e-c48dedc7acb1} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14005 | 2025.01.27 09:40:50.696675 [ 273 ] {5e41a5b6-151f-4170-836e-c48dedc7acb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 14006 | 2025.01.27 09:40:50.697640 [ 273 ] {5e41a5b6-151f-4170-836e-c48dedc7acb1} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14007 | 2025.01.27 09:40:50.698034 [ 273 ] {5e41a5b6-151f-4170-836e-c48dedc7acb1} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14008 | 2025.01.27 09:40:50.698639 [ 273 ] {5e41a5b6-151f-4170-836e-c48dedc7acb1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007028 sec., 5549.231644849175 rows/sec., 9.94 MiB/sec. | ||
| 14009 | 2025.01.27 09:40:50.699256 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36947 rows, containing 5 columns (5 merged, 0 gathered) in 0.014012026 sec., 2636806.4118636376 rows/sec., 178.05 MiB/sec. | ||
| 14010 | 2025.01.27 09:40:50.699633 [ 273 ] {5e41a5b6-151f-4170-836e-c48dedc7acb1} <Debug> TCPHandler: Processed in 0.008808195 sec. | ||
| 14011 | 2025.01.27 09:40:50.699748 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 14012 | 2025.01.27 09:40:50.699841 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14013 | 2025.01.27 09:40:50.700061 [ 267 ] {8790bb01-662b-416a-ad1c-4200be5e159c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14014 | 2025.01.27 09:40:50.700160 [ 267 ] {8790bb01-662b-416a-ad1c-4200be5e159c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14015 | 2025.01.27 09:40:50.700202 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14016 | 2025.01.27 09:40:50.700380 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 14017 | 2025.01.27 09:40:50.700512 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 14018 | 2025.01.27 09:40:50.700893 [ 267 ] {8790bb01-662b-416a-ad1c-4200be5e159c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14019 | 2025.01.27 09:40:50.700936 [ 267 ] {8790bb01-662b-416a-ad1c-4200be5e159c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 14020 | 2025.01.27 09:40:50.701311 [ 267 ] {8790bb01-662b-416a-ad1c-4200be5e159c} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 14021 | 2025.01.27 09:40:50.701544 [ 267 ] {8790bb01-662b-416a-ad1c-4200be5e159c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14022 | 2025.01.27 09:40:50.701722 [ 267 ] {8790bb01-662b-416a-ad1c-4200be5e159c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001741 sec., 47099.368179207355 rows/sec., 2.99 MiB/sec. | ||
| 14023 | 2025.01.27 09:40:50.701771 [ 267 ] {8790bb01-662b-416a-ad1c-4200be5e159c} <Debug> TCPHandler: Processed in 0.002033918 sec. | ||
| 14024 | 2025.01.27 09:40:54.400599 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14025 | 2025.01.27 09:40:54.400667 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14026 | 2025.01.27 09:40:54.658153 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 14027 | 2025.01.27 09:40:54.658932 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14028 | 2025.01.27 09:40:54.658984 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14029 | 2025.01.27 09:40:54.659532 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14030 | 2025.01.27 09:40:54.659799 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14031 | 2025.01.27 09:40:54.660051 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 14032 | 2025.01.27 09:40:55.653047 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14033 | 2025.01.27 09:40:55.653243 [ 267 ] {c61b66eb-27da-4130-b6a1-15ede02fb2f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14034 | 2025.01.27 09:40:55.653317 [ 267 ] {c61b66eb-27da-4130-b6a1-15ede02fb2f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14035 | 2025.01.27 09:40:55.654165 [ 267 ] {c61b66eb-27da-4130-b6a1-15ede02fb2f5} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14036 | 2025.01.27 09:40:55.654206 [ 267 ] {c61b66eb-27da-4130-b6a1-15ede02fb2f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14037 | 2025.01.27 09:40:55.654653 [ 267 ] {c61b66eb-27da-4130-b6a1-15ede02fb2f5} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14038 | 2025.01.27 09:40:55.654904 [ 267 ] {c61b66eb-27da-4130-b6a1-15ede02fb2f5} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14039 | 2025.01.27 09:40:55.655101 [ 267 ] {c61b66eb-27da-4130-b6a1-15ede02fb2f5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.23 MiB/sec. | ||
| 14040 | 2025.01.27 09:40:55.655156 [ 267 ] {c61b66eb-27da-4130-b6a1-15ede02fb2f5} <Debug> TCPHandler: Processed in 0.002240872 sec. | ||
| 14041 | 2025.01.27 09:40:55.655439 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14042 | 2025.01.27 09:40:55.655657 [ 273 ] {a6a56b7e-a271-4980-9d88-4289bfaf3b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14043 | 2025.01.27 09:40:55.655738 [ 273 ] {a6a56b7e-a271-4980-9d88-4289bfaf3b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14044 | 2025.01.27 09:40:55.656619 [ 273 ] {a6a56b7e-a271-4980-9d88-4289bfaf3b61} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14045 | 2025.01.27 09:40:55.656679 [ 273 ] {a6a56b7e-a271-4980-9d88-4289bfaf3b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14046 | 2025.01.27 09:40:55.657185 [ 273 ] {a6a56b7e-a271-4980-9d88-4289bfaf3b61} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14047 | 2025.01.27 09:40:55.657441 [ 273 ] {a6a56b7e-a271-4980-9d88-4289bfaf3b61} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14048 | 2025.01.27 09:40:55.657701 [ 273 ] {a6a56b7e-a271-4980-9d88-4289bfaf3b61} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002105 sec., 30403.800475059383 rows/sec., 2.37 MiB/sec. | ||
| 14049 | 2025.01.27 09:40:55.657758 [ 273 ] {a6a56b7e-a271-4980-9d88-4289bfaf3b61} <Debug> TCPHandler: Processed in 0.002455857 sec. | ||
| 14050 | 2025.01.27 09:40:55.657965 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14051 | 2025.01.27 09:40:55.658168 [ 267 ] {898640dc-dc92-4515-b618-e45dfc61a060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14052 | 2025.01.27 09:40:55.658232 [ 267 ] {898640dc-dc92-4515-b618-e45dfc61a060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14053 | 2025.01.27 09:40:55.658929 [ 267 ] {898640dc-dc92-4515-b618-e45dfc61a060} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14054 | 2025.01.27 09:40:55.658973 [ 267 ] {898640dc-dc92-4515-b618-e45dfc61a060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14055 | 2025.01.27 09:40:55.659395 [ 267 ] {898640dc-dc92-4515-b618-e45dfc61a060} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14056 | 2025.01.27 09:40:55.659633 [ 267 ] {898640dc-dc92-4515-b618-e45dfc61a060} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14057 | 2025.01.27 09:40:55.659809 [ 267 ] {898640dc-dc92-4515-b618-e45dfc61a060} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001673 sec., 95636.58099222953 rows/sec., 6.66 MiB/sec. | ||
| 14058 | 2025.01.27 09:40:55.659859 [ 267 ] {898640dc-dc92-4515-b618-e45dfc61a060} <Debug> TCPHandler: Processed in 0.002002697 sec. | ||
| 14059 | 2025.01.27 09:40:55.660005 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14060 | 2025.01.27 09:40:55.660138 [ 273 ] {57e0ad48-8b5c-4008-b4ed-2bfef62dee90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14061 | 2025.01.27 09:40:55.660199 [ 273 ] {57e0ad48-8b5c-4008-b4ed-2bfef62dee90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14062 | 2025.01.27 09:40:55.660805 [ 273 ] {57e0ad48-8b5c-4008-b4ed-2bfef62dee90} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14063 | 2025.01.27 09:40:55.660852 [ 273 ] {57e0ad48-8b5c-4008-b4ed-2bfef62dee90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14064 | 2025.01.27 09:40:55.661280 [ 273 ] {57e0ad48-8b5c-4008-b4ed-2bfef62dee90} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14065 | 2025.01.27 09:40:55.661535 [ 273 ] {57e0ad48-8b5c-4008-b4ed-2bfef62dee90} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14066 | 2025.01.27 09:40:55.661741 [ 273 ] {57e0ad48-8b5c-4008-b4ed-2bfef62dee90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001636 sec., 36674.81662591687 rows/sec., 2.47 MiB/sec. | ||
| 14067 | 2025.01.27 09:40:55.661788 [ 273 ] {57e0ad48-8b5c-4008-b4ed-2bfef62dee90} <Debug> TCPHandler: Processed in 0.001838012 sec. | ||
| 14068 | 2025.01.27 09:40:55.979051 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14069 | 2025.01.27 09:40:55.979245 [ 267 ] {56242524-3765-430b-8573-3486878a07fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14070 | 2025.01.27 09:40:55.979319 [ 267 ] {56242524-3765-430b-8573-3486878a07fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14071 | 2025.01.27 09:40:55.980071 [ 267 ] {56242524-3765-430b-8573-3486878a07fb} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14072 | 2025.01.27 09:40:55.980111 [ 267 ] {56242524-3765-430b-8573-3486878a07fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14073 | 2025.01.27 09:40:55.980553 [ 267 ] {56242524-3765-430b-8573-3486878a07fb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14074 | 2025.01.27 09:40:55.980805 [ 267 ] {56242524-3765-430b-8573-3486878a07fb} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14075 | 2025.01.27 09:40:55.981004 [ 267 ] {56242524-3765-430b-8573-3486878a07fb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001814 sec., 7717.750826901874 rows/sec., 555.57 KiB/sec. | ||
| 14076 | 2025.01.27 09:40:55.981060 [ 267 ] {56242524-3765-430b-8573-3486878a07fb} <Debug> TCPHandler: Processed in 0.002137489 sec. | ||
| 14077 | 2025.01.27 09:40:55.981324 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14078 | 2025.01.27 09:40:55.981520 [ 273 ] {39dc3fba-01c7-4a3e-ad9e-95b7554eff12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14079 | 2025.01.27 09:40:55.981595 [ 273 ] {39dc3fba-01c7-4a3e-ad9e-95b7554eff12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14080 | 2025.01.27 09:40:55.982336 [ 273 ] {39dc3fba-01c7-4a3e-ad9e-95b7554eff12} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14081 | 2025.01.27 09:40:55.982387 [ 273 ] {39dc3fba-01c7-4a3e-ad9e-95b7554eff12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14082 | 2025.01.27 09:40:55.982808 [ 273 ] {39dc3fba-01c7-4a3e-ad9e-95b7554eff12} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 14083 | 2025.01.27 09:40:55.983060 [ 273 ] {39dc3fba-01c7-4a3e-ad9e-95b7554eff12} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14084 | 2025.01.27 09:40:55.983340 [ 273 ] {39dc3fba-01c7-4a3e-ad9e-95b7554eff12} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001858 sec., 8611.41011840689 rows/sec., 702.20 KiB/sec. | ||
| 14085 | 2025.01.27 09:40:55.983434 [ 273 ] {39dc3fba-01c7-4a3e-ad9e-95b7554eff12} <Debug> TCPHandler: Processed in 0.002241132 sec. | ||
| 14086 | 2025.01.27 09:40:55.983692 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14087 | 2025.01.27 09:40:55.983857 [ 267 ] {29b41cb3-4c64-4add-9abd-7699467c9779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14088 | 2025.01.27 09:40:55.983916 [ 267 ] {29b41cb3-4c64-4add-9abd-7699467c9779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14089 | 2025.01.27 09:40:55.985058 [ 267 ] {29b41cb3-4c64-4add-9abd-7699467c9779} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14090 | 2025.01.27 09:40:55.985097 [ 267 ] {29b41cb3-4c64-4add-9abd-7699467c9779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14091 | 2025.01.27 09:40:55.985550 [ 267 ] {29b41cb3-4c64-4add-9abd-7699467c9779} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14092 | 2025.01.27 09:40:55.985799 [ 267 ] {29b41cb3-4c64-4add-9abd-7699467c9779} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14093 | 2025.01.27 09:40:55.985944 [ 65 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14094 | 2025.01.27 09:40:55.985991 [ 267 ] {29b41cb3-4c64-4add-9abd-7699467c9779} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002162 sec., 660962.0721554117 rows/sec., 55.14 MiB/sec. | ||
| 14095 | 2025.01.27 09:40:55.986000 [ 65 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14096 | 2025.01.27 09:40:55.986045 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14097 | 2025.01.27 09:40:55.986062 [ 267 ] {29b41cb3-4c64-4add-9abd-7699467c9779} <Debug> TCPHandler: Processed in 0.002517298 sec. | ||
| 14098 | 2025.01.27 09:40:55.986342 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14099 | 2025.01.27 09:40:55.986361 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14100 | 2025.01.27 09:40:55.986990 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14101 | 2025.01.27 09:40:55.987072 [ 273 ] {a10f8373-09fc-4d84-bebd-fe87d6078ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14102 | 2025.01.27 09:40:55.987123 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1430 rows starting from the beginning of the part | ||
| 14103 | 2025.01.27 09:40:55.987328 [ 273 ] {a10f8373-09fc-4d84-bebd-fe87d6078ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14104 | 2025.01.27 09:40:55.987690 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 281 rows starting from the beginning of the part | ||
| 14105 | 2025.01.27 09:40:55.988325 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 14106 | 2025.01.27 09:40:55.988943 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 281 rows starting from the beginning of the part | ||
| 14107 | 2025.01.27 09:40:55.989409 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part | ||
| 14108 | 2025.01.27 09:40:55.989737 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1429 rows starting from the beginning of the part | ||
| 14109 | 2025.01.27 09:40:55.990982 [ 273 ] {a10f8373-09fc-4d84-bebd-fe87d6078ba9} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14110 | 2025.01.27 09:40:55.991060 [ 273 ] {a10f8373-09fc-4d84-bebd-fe87d6078ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14111 | 2025.01.27 09:40:55.991869 [ 273 ] {a10f8373-09fc-4d84-bebd-fe87d6078ba9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14112 | 2025.01.27 09:40:55.992428 [ 273 ] {a10f8373-09fc-4d84-bebd-fe87d6078ba9} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14113 | 2025.01.27 09:40:55.992965 [ 273 ] {a10f8373-09fc-4d84-bebd-fe87d6078ba9} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.006156 sec., 10071.474983755685 rows/sec., 731.95 KiB/sec. | ||
| 14114 | 2025.01.27 09:40:55.993106 [ 273 ] {a10f8373-09fc-4d84-bebd-fe87d6078ba9} <Debug> TCPHandler: Processed in 0.006929411 sec. | ||
| 14115 | 2025.01.27 09:40:55.993295 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14116 | 2025.01.27 09:40:55.993458 [ 267 ] {d99a2cdf-3e86-4d24-88e9-a48dbaaa2e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14117 | 2025.01.27 09:40:55.993517 [ 267 ] {d99a2cdf-3e86-4d24-88e9-a48dbaaa2e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14118 | 2025.01.27 09:40:55.994463 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3533 rows, containing 5 columns (5 merged, 0 gathered) in 0.008281463 sec., 426615.4422231918 rows/sec., 37.45 MiB/sec. | ||
| 14119 | 2025.01.27 09:40:55.994798 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14120 | 2025.01.27 09:40:55.995021 [ 267 ] {d99a2cdf-3e86-4d24-88e9-a48dbaaa2e70} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14121 | 2025.01.27 09:40:55.995090 [ 267 ] {d99a2cdf-3e86-4d24-88e9-a48dbaaa2e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14122 | 2025.01.27 09:40:55.995386 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14123 | 2025.01.27 09:40:55.995558 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_126_25} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14124 | 2025.01.27 09:40:55.995728 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 14125 | 2025.01.27 09:40:55.995819 [ 267 ] {d99a2cdf-3e86-4d24-88e9-a48dbaaa2e70} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14126 | 2025.01.27 09:40:55.996081 [ 267 ] {d99a2cdf-3e86-4d24-88e9-a48dbaaa2e70} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14127 | 2025.01.27 09:40:55.996263 [ 267 ] {d99a2cdf-3e86-4d24-88e9-a48dbaaa2e70} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002852 sec., 84852.73492286116 rows/sec., 5.75 MiB/sec. | ||
| 14128 | 2025.01.27 09:40:55.996318 [ 267 ] {d99a2cdf-3e86-4d24-88e9-a48dbaaa2e70} <Debug> TCPHandler: Processed in 0.003110963 sec. | ||
| 14129 | 2025.01.27 09:40:55.996480 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14130 | 2025.01.27 09:40:55.996620 [ 273 ] {780928ad-0af9-471b-a51e-39feddf0e228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14131 | 2025.01.27 09:40:55.996678 [ 273 ] {780928ad-0af9-471b-a51e-39feddf0e228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14132 | 2025.01.27 09:40:55.997316 [ 273 ] {780928ad-0af9-471b-a51e-39feddf0e228} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14133 | 2025.01.27 09:40:55.997354 [ 273 ] {780928ad-0af9-471b-a51e-39feddf0e228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14134 | 2025.01.27 09:40:55.997714 [ 273 ] {780928ad-0af9-471b-a51e-39feddf0e228} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14135 | 2025.01.27 09:40:55.997961 [ 273 ] {780928ad-0af9-471b-a51e-39feddf0e228} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14136 | 2025.01.27 09:40:55.998169 [ 273 ] {780928ad-0af9-471b-a51e-39feddf0e228} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001579 sec., 8233.058898036732 rows/sec., 513.33 KiB/sec. | ||
| 14137 | 2025.01.27 09:40:55.998221 [ 273 ] {780928ad-0af9-471b-a51e-39feddf0e228} <Debug> TCPHandler: Processed in 0.001808812 sec. | ||
| 14138 | 2025.01.27 09:40:55.998370 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14139 | 2025.01.27 09:40:55.998508 [ 267 ] {e7920a71-c8d0-4b1d-96ee-c578bff85841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14140 | 2025.01.27 09:40:55.998567 [ 267 ] {e7920a71-c8d0-4b1d-96ee-c578bff85841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14141 | 2025.01.27 09:40:55.999522 [ 267 ] {e7920a71-c8d0-4b1d-96ee-c578bff85841} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14142 | 2025.01.27 09:40:55.999562 [ 267 ] {e7920a71-c8d0-4b1d-96ee-c578bff85841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14143 | 2025.01.27 09:40:55.999968 [ 267 ] {e7920a71-c8d0-4b1d-96ee-c578bff85841} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14144 | 2025.01.27 09:40:56.000378 [ 267 ] {e7920a71-c8d0-4b1d-96ee-c578bff85841} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14145 | 2025.01.27 09:40:56.000645 [ 64 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14146 | 2025.01.27 09:40:56.000652 [ 267 ] {e7920a71-c8d0-4b1d-96ee-c578bff85841} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002163 sec., 412852.51964863617 rows/sec., 29.98 MiB/sec. | ||
| 14147 | 2025.01.27 09:40:56.000771 [ 64 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14148 | 2025.01.27 09:40:56.000825 [ 267 ] {e7920a71-c8d0-4b1d-96ee-c578bff85841} <Debug> TCPHandler: Processed in 0.002519808 sec. | ||
| 14149 | 2025.01.27 09:40:56.000850 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14150 | 2025.01.27 09:40:56.001016 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14151 | 2025.01.27 09:40:56.001074 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14152 | 2025.01.27 09:40:56.001196 [ 273 ] {eed357cd-a0fe-4a4b-82ca-1cfdd59d2d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14153 | 2025.01.27 09:40:56.001253 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14154 | 2025.01.27 09:40:56.001275 [ 273 ] {eed357cd-a0fe-4a4b-82ca-1cfdd59d2d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14155 | 2025.01.27 09:40:56.001308 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 913 rows starting from the beginning of the part | ||
| 14156 | 2025.01.27 09:40:56.001598 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 421 rows starting from the beginning of the part | ||
| 14157 | 2025.01.27 09:40:56.001999 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 14158 | 2025.01.27 09:40:56.002257 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 421 rows starting from the beginning of the part | ||
| 14159 | 2025.01.27 09:40:56.002547 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part | ||
| 14160 | 2025.01.27 09:40:56.002802 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 893 rows starting from the beginning of the part | ||
| 14161 | 2025.01.27 09:40:56.003380 [ 273 ] {eed357cd-a0fe-4a4b-82ca-1cfdd59d2d6f} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14162 | 2025.01.27 09:40:56.003423 [ 273 ] {eed357cd-a0fe-4a4b-82ca-1cfdd59d2d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14163 | 2025.01.27 09:40:56.003969 [ 273 ] {eed357cd-a0fe-4a4b-82ca-1cfdd59d2d6f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14164 | 2025.01.27 09:40:56.004294 [ 273 ] {eed357cd-a0fe-4a4b-82ca-1cfdd59d2d6f} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14165 | 2025.01.27 09:40:56.004532 [ 273 ] {eed357cd-a0fe-4a4b-82ca-1cfdd59d2d6f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003374 sec., 1778.3046828689983 rows/sec., 92.91 KiB/sec. | ||
| 14166 | 2025.01.27 09:40:56.004597 [ 273 ] {eed357cd-a0fe-4a4b-82ca-1cfdd59d2d6f} <Debug> TCPHandler: Processed in 0.003682335 sec. | ||
| 14167 | 2025.01.27 09:40:56.004773 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14168 | 2025.01.27 09:40:56.005003 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.004011933 sec., 691935.7825766284 rows/sec., 52.84 MiB/sec. | ||
| 14169 | 2025.01.27 09:40:56.005047 [ 267 ] {6f5da5a9-b874-4848-a5f2-2f42d560d4c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14170 | 2025.01.27 09:40:56.005115 [ 267 ] {6f5da5a9-b874-4848-a5f2-2f42d560d4c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14171 | 2025.01.27 09:40:56.005250 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14172 | 2025.01.27 09:40:56.005639 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14173 | 2025.01.27 09:40:56.005761 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_126_25} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14174 | 2025.01.27 09:40:56.005876 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 14175 | 2025.01.27 09:40:56.006079 [ 267 ] {6f5da5a9-b874-4848-a5f2-2f42d560d4c6} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14176 | 2025.01.27 09:40:56.006118 [ 267 ] {6f5da5a9-b874-4848-a5f2-2f42d560d4c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14177 | 2025.01.27 09:40:56.006563 [ 267 ] {6f5da5a9-b874-4848-a5f2-2f42d560d4c6} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14178 | 2025.01.27 09:40:56.006801 [ 267 ] {6f5da5a9-b874-4848-a5f2-2f42d560d4c6} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14179 | 2025.01.27 09:40:56.007010 [ 267 ] {6f5da5a9-b874-4848-a5f2-2f42d560d4c6} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002034 sec., 473451.3274336284 rows/sec., 31.46 MiB/sec. | ||
| 14180 | 2025.01.27 09:40:56.007063 [ 267 ] {6f5da5a9-b874-4848-a5f2-2f42d560d4c6} <Debug> TCPHandler: Processed in 0.002389035 sec. | ||
| 14181 | 2025.01.27 09:40:56.007210 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14182 | 2025.01.27 09:40:56.007350 [ 273 ] {dbeb6237-cff6-4a13-9cd0-d00b797d7d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14183 | 2025.01.27 09:40:56.007410 [ 273 ] {dbeb6237-cff6-4a13-9cd0-d00b797d7d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14184 | 2025.01.27 09:40:56.007966 [ 273 ] {dbeb6237-cff6-4a13-9cd0-d00b797d7d81} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14185 | 2025.01.27 09:40:56.008013 [ 273 ] {dbeb6237-cff6-4a13-9cd0-d00b797d7d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14186 | 2025.01.27 09:40:56.008386 [ 273 ] {dbeb6237-cff6-4a13-9cd0-d00b797d7d81} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14187 | 2025.01.27 09:40:56.008623 [ 273 ] {dbeb6237-cff6-4a13-9cd0-d00b797d7d81} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14188 | 2025.01.27 09:40:56.008888 [ 273 ] {dbeb6237-cff6-4a13-9cd0-d00b797d7d81} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001554 sec., 643.5006435006435 rows/sec., 43.36 KiB/sec. | ||
| 14189 | 2025.01.27 09:40:56.008944 [ 273 ] {dbeb6237-cff6-4a13-9cd0-d00b797d7d81} <Debug> TCPHandler: Processed in 0.001801482 sec. | ||
| 14190 | 2025.01.27 09:40:56.009219 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14191 | 2025.01.27 09:40:56.009378 [ 267 ] {fcc57f41-6a33-449f-8c83-758c66056f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14192 | 2025.01.27 09:40:56.009468 [ 267 ] {fcc57f41-6a33-449f-8c83-758c66056f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14193 | 2025.01.27 09:40:56.010731 [ 267 ] {fcc57f41-6a33-449f-8c83-758c66056f5b} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14194 | 2025.01.27 09:40:56.010771 [ 267 ] {fcc57f41-6a33-449f-8c83-758c66056f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14195 | 2025.01.27 09:40:56.011455 [ 267 ] {fcc57f41-6a33-449f-8c83-758c66056f5b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14196 | 2025.01.27 09:40:56.011730 [ 267 ] {fcc57f41-6a33-449f-8c83-758c66056f5b} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14197 | 2025.01.27 09:40:56.012014 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14198 | 2025.01.27 09:40:56.012039 [ 267 ] {fcc57f41-6a33-449f-8c83-758c66056f5b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002689 sec., 14503.532911863147 rows/sec., 25.99 MiB/sec. | ||
| 14199 | 2025.01.27 09:40:56.012071 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14200 | 2025.01.27 09:40:56.012341 [ 267 ] {fcc57f41-6a33-449f-8c83-758c66056f5b} <Debug> TCPHandler: Processed in 0.003290287 sec. | ||
| 14201 | 2025.01.27 09:40:56.012587 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14202 | 2025.01.27 09:40:56.012757 [ 273 ] {a620a46d-b1bd-4d08-8454-3f1d80cc7943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14203 | 2025.01.27 09:40:56.012841 [ 273 ] {a620a46d-b1bd-4d08-8454-3f1d80cc7943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14204 | 2025.01.27 09:40:56.013838 [ 273 ] {a620a46d-b1bd-4d08-8454-3f1d80cc7943} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14205 | 2025.01.27 09:40:56.013900 [ 273 ] {a620a46d-b1bd-4d08-8454-3f1d80cc7943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14206 | 2025.01.27 09:40:56.014616 [ 273 ] {a620a46d-b1bd-4d08-8454-3f1d80cc7943} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14207 | 2025.01.27 09:40:56.015081 [ 273 ] {a620a46d-b1bd-4d08-8454-3f1d80cc7943} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14208 | 2025.01.27 09:40:56.015367 [ 64 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14209 | 2025.01.27 09:40:56.015451 [ 64 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14210 | 2025.01.27 09:40:56.015519 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14211 | 2025.01.27 09:40:56.015505 [ 273 ] {a620a46d-b1bd-4d08-8454-3f1d80cc7943} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002761 sec., 12314.37884824339 rows/sec., 731.80 KiB/sec. | ||
| 14212 | 2025.01.27 09:40:56.016042 [ 273 ] {a620a46d-b1bd-4d08-8454-3f1d80cc7943} <Debug> TCPHandler: Processed in 0.003580993 sec. | ||
| 14213 | 2025.01.27 09:40:56.016223 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 14214 | 2025.01.27 09:40:56.016876 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14215 | 2025.01.27 09:40:56.017025 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7350 rows starting from the beginning of the part | ||
| 14216 | 2025.01.27 09:40:56.017513 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 82 rows starting from the beginning of the part | ||
| 14217 | 2025.01.27 09:40:56.017660 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14218 | 2025.01.27 09:40:56.018019 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 14219 | 2025.01.27 09:40:56.018996 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 14220 | 2025.01.27 09:40:56.019844 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 14221 | 2025.01.27 09:40:56.020273 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 34 rows starting from the beginning of the part | ||
| 14222 | 2025.01.27 09:40:56.022858 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7668 rows, containing 4 columns (4 merged, 0 gathered) in 0.007231048 sec., 1060427.2022533938 rows/sec., 69.09 MiB/sec. | ||
| 14223 | 2025.01.27 09:40:56.023391 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14224 | 2025.01.27 09:40:56.023767 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14225 | 2025.01.27 09:40:56.023860 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_126_25} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14226 | 2025.01.27 09:40:56.023967 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 14227 | 2025.01.27 09:40:56.707162 [ 219 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14228 | 2025.01.27 09:40:56.707211 [ 219 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14229 | 2025.01.27 09:40:56.709057 [ 219 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14230 | 2025.01.27 09:40:57.097092 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 14231 | 2025.01.27 09:40:57.121102 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14232 | 2025.01.27 09:40:57.121168 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14233 | 2025.01.27 09:40:57.128578 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14234 | 2025.01.27 09:40:57.129381 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14235 | 2025.01.27 09:40:57.132307 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 14236 | 2025.01.27 09:40:57.141602 [ 225 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14237 | 2025.01.27 09:40:57.141654 [ 225 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14238 | 2025.01.27 09:40:57.143387 [ 225 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14239 | 2025.01.27 09:40:57.288591 [ 225 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14240 | 2025.01.27 09:40:57.288662 [ 225 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14241 | 2025.01.27 09:40:57.290541 [ 225 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14242 | 2025.01.27 09:40:59.837969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1984 | ||
| 14243 | 2025.01.27 09:40:59.842377 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14244 | 2025.01.27 09:40:59.842448 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14245 | 2025.01.27 09:40:59.844068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14246 | 2025.01.27 09:40:59.844398 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14247 | 2025.01.27 09:40:59.845063 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1984 | ||
| 14248 | 2025.01.27 09:41:00.651190 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14249 | 2025.01.27 09:41:00.651417 [ 267 ] {f2932463-7e6f-4d19-837b-700cf9b4a655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14250 | 2025.01.27 09:41:00.651496 [ 267 ] {f2932463-7e6f-4d19-837b-700cf9b4a655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14251 | 2025.01.27 09:41:00.652349 [ 267 ] {f2932463-7e6f-4d19-837b-700cf9b4a655} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14252 | 2025.01.27 09:41:00.652404 [ 267 ] {f2932463-7e6f-4d19-837b-700cf9b4a655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14253 | 2025.01.27 09:41:00.652859 [ 267 ] {f2932463-7e6f-4d19-837b-700cf9b4a655} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14254 | 2025.01.27 09:41:00.653131 [ 267 ] {f2932463-7e6f-4d19-837b-700cf9b4a655} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14255 | 2025.01.27 09:41:00.653386 [ 267 ] {f2932463-7e6f-4d19-837b-700cf9b4a655} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002027 sec., 27627.035027133694 rows/sec., 2.11 MiB/sec. | ||
| 14256 | 2025.01.27 09:41:00.653447 [ 267 ] {f2932463-7e6f-4d19-837b-700cf9b4a655} <Debug> TCPHandler: Processed in 0.002436376 sec. | ||
| 14257 | 2025.01.27 09:41:00.653708 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14258 | 2025.01.27 09:41:00.653902 [ 273 ] {af8393d0-b5b1-45ad-bbfd-53b6434cb731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14259 | 2025.01.27 09:41:00.653976 [ 273 ] {af8393d0-b5b1-45ad-bbfd-53b6434cb731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14260 | 2025.01.27 09:41:00.654750 [ 273 ] {af8393d0-b5b1-45ad-bbfd-53b6434cb731} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14261 | 2025.01.27 09:41:00.654794 [ 273 ] {af8393d0-b5b1-45ad-bbfd-53b6434cb731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14262 | 2025.01.27 09:41:00.655243 [ 273 ] {af8393d0-b5b1-45ad-bbfd-53b6434cb731} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14263 | 2025.01.27 09:41:00.655506 [ 273 ] {af8393d0-b5b1-45ad-bbfd-53b6434cb731} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14264 | 2025.01.27 09:41:00.655730 [ 273 ] {af8393d0-b5b1-45ad-bbfd-53b6434cb731} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001883 sec., 33988.316516197556 rows/sec., 2.65 MiB/sec. | ||
| 14265 | 2025.01.27 09:41:00.655787 [ 273 ] {af8393d0-b5b1-45ad-bbfd-53b6434cb731} <Debug> TCPHandler: Processed in 0.002207672 sec. | ||
| 14266 | 2025.01.27 09:41:00.655947 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14267 | 2025.01.27 09:41:00.656071 [ 267 ] {4e66be73-bd9d-4d9c-a2ed-abd130398fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14268 | 2025.01.27 09:41:00.656128 [ 267 ] {4e66be73-bd9d-4d9c-a2ed-abd130398fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14269 | 2025.01.27 09:41:00.656695 [ 267 ] {4e66be73-bd9d-4d9c-a2ed-abd130398fd0} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14270 | 2025.01.27 09:41:00.656735 [ 267 ] {4e66be73-bd9d-4d9c-a2ed-abd130398fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14271 | 2025.01.27 09:41:00.657144 [ 267 ] {4e66be73-bd9d-4d9c-a2ed-abd130398fd0} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14272 | 2025.01.27 09:41:00.657391 [ 267 ] {4e66be73-bd9d-4d9c-a2ed-abd130398fd0} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14273 | 2025.01.27 09:41:00.657594 [ 267 ] {4e66be73-bd9d-4d9c-a2ed-abd130398fd0} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00155 sec., 82580.64516129032 rows/sec., 5.75 MiB/sec. | ||
| 14274 | 2025.01.27 09:41:00.657645 [ 267 ] {4e66be73-bd9d-4d9c-a2ed-abd130398fd0} <Debug> TCPHandler: Processed in 0.001761021 sec. | ||
| 14275 | 2025.01.27 09:41:00.657800 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14276 | 2025.01.27 09:41:00.657920 [ 273 ] {eaa72854-5cad-4f94-8951-cf415a65a4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14277 | 2025.01.27 09:41:00.657975 [ 273 ] {eaa72854-5cad-4f94-8951-cf415a65a4e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14278 | 2025.01.27 09:41:00.658481 [ 273 ] {eaa72854-5cad-4f94-8951-cf415a65a4e2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14279 | 2025.01.27 09:41:00.658519 [ 273 ] {eaa72854-5cad-4f94-8951-cf415a65a4e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14280 | 2025.01.27 09:41:00.658911 [ 273 ] {eaa72854-5cad-4f94-8951-cf415a65a4e2} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14281 | 2025.01.27 09:41:00.659155 [ 273 ] {eaa72854-5cad-4f94-8951-cf415a65a4e2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14282 | 2025.01.27 09:41:00.659344 [ 273 ] {eaa72854-5cad-4f94-8951-cf415a65a4e2} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001445 sec., 33217.993079584776 rows/sec., 2.24 MiB/sec. | ||
| 14283 | 2025.01.27 09:41:00.659414 [ 273 ] {eaa72854-5cad-4f94-8951-cf415a65a4e2} <Debug> TCPHandler: Processed in 0.001668369 sec. | ||
| 14284 | 2025.01.27 09:41:01.217905 [ 218 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14285 | 2025.01.27 09:41:01.217957 [ 218 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14286 | 2025.01.27 09:41:01.220288 [ 218 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14287 | 2025.01.27 09:41:02.161163 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 14288 | 2025.01.27 09:41:02.162173 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14289 | 2025.01.27 09:41:02.162235 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14290 | 2025.01.27 09:41:02.162930 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14291 | 2025.01.27 09:41:02.163208 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14292 | 2025.01.27 09:41:02.163449 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 14293 | 2025.01.27 09:41:02.216104 [ 225 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14294 | 2025.01.27 09:41:02.216155 [ 225 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14295 | 2025.01.27 09:41:02.218040 [ 225 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 14296 | 2025.01.27 09:41:04.633343 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 14297 | 2025.01.27 09:41:04.655777 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14298 | 2025.01.27 09:41:04.655841 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14299 | 2025.01.27 09:41:04.663375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14300 | 2025.01.27 09:41:04.664176 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14301 | 2025.01.27 09:41:04.667384 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 14302 | 2025.01.27 09:41:05.652319 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14303 | 2025.01.27 09:41:05.652526 [ 267 ] {9c84908d-0a12-4df0-8783-f460403f4298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14304 | 2025.01.27 09:41:05.652598 [ 267 ] {9c84908d-0a12-4df0-8783-f460403f4298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14305 | 2025.01.27 09:41:05.653379 [ 267 ] {9c84908d-0a12-4df0-8783-f460403f4298} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14306 | 2025.01.27 09:41:05.653423 [ 267 ] {9c84908d-0a12-4df0-8783-f460403f4298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14307 | 2025.01.27 09:41:05.653874 [ 267 ] {9c84908d-0a12-4df0-8783-f460403f4298} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14308 | 2025.01.27 09:41:05.654146 [ 267 ] {9c84908d-0a12-4df0-8783-f460403f4298} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14309 | 2025.01.27 09:41:05.654354 [ 267 ] {9c84908d-0a12-4df0-8783-f460403f4298} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001885 sec., 29708.222811671087 rows/sec., 2.27 MiB/sec. | ||
| 14310 | 2025.01.27 09:41:05.654411 [ 267 ] {9c84908d-0a12-4df0-8783-f460403f4298} <Debug> TCPHandler: Processed in 0.002237452 sec. | ||
| 14311 | 2025.01.27 09:41:05.654671 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14312 | 2025.01.27 09:41:05.654892 [ 273 ] {256c8ac5-26f0-4413-bb00-d1af8ad5335a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14313 | 2025.01.27 09:41:05.654976 [ 273 ] {256c8ac5-26f0-4413-bb00-d1af8ad5335a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14314 | 2025.01.27 09:41:05.655791 [ 273 ] {256c8ac5-26f0-4413-bb00-d1af8ad5335a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14315 | 2025.01.27 09:41:05.655841 [ 273 ] {256c8ac5-26f0-4413-bb00-d1af8ad5335a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14316 | 2025.01.27 09:41:05.656293 [ 273 ] {256c8ac5-26f0-4413-bb00-d1af8ad5335a} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14317 | 2025.01.27 09:41:05.656553 [ 273 ] {256c8ac5-26f0-4413-bb00-d1af8ad5335a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14318 | 2025.01.27 09:41:05.656795 [ 273 ] {256c8ac5-26f0-4413-bb00-d1af8ad5335a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001964 sec., 32586.558044806516 rows/sec., 2.54 MiB/sec. | ||
| 14319 | 2025.01.27 09:41:05.656865 [ 221 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14320 | 2025.01.27 09:41:05.656889 [ 273 ] {256c8ac5-26f0-4413-bb00-d1af8ad5335a} <Debug> TCPHandler: Processed in 0.002360445 sec. | ||
| 14321 | 2025.01.27 09:41:05.656925 [ 221 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14322 | 2025.01.27 09:41:05.657094 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14323 | 2025.01.27 09:41:05.657239 [ 267 ] {09e06f03-4096-4058-9737-86743b69edd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14324 | 2025.01.27 09:41:05.657315 [ 267 ] {09e06f03-4096-4058-9737-86743b69edd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14325 | 2025.01.27 09:41:05.658165 [ 267 ] {09e06f03-4096-4058-9737-86743b69edd9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14326 | 2025.01.27 09:41:05.658203 [ 267 ] {09e06f03-4096-4058-9737-86743b69edd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14327 | 2025.01.27 09:41:05.658683 [ 267 ] {09e06f03-4096-4058-9737-86743b69edd9} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14328 | 2025.01.27 09:41:05.658987 [ 267 ] {09e06f03-4096-4058-9737-86743b69edd9} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14329 | 2025.01.27 09:41:05.659222 [ 267 ] {09e06f03-4096-4058-9737-86743b69edd9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002011 sec., 79562.40676280457 rows/sec., 5.54 MiB/sec. | ||
| 14330 | 2025.01.27 09:41:05.659349 [ 267 ] {09e06f03-4096-4058-9737-86743b69edd9} <Debug> TCPHandler: Processed in 0.002345585 sec. | ||
| 14331 | 2025.01.27 09:41:05.659505 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14332 | 2025.01.27 09:41:05.659698 [ 221 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14333 | 2025.01.27 09:41:05.659714 [ 273 ] {4eb308a1-ab53-4494-852f-6a9bd22cf57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14334 | 2025.01.27 09:41:05.659894 [ 273 ] {4eb308a1-ab53-4494-852f-6a9bd22cf57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14335 | 2025.01.27 09:41:05.661127 [ 273 ] {4eb308a1-ab53-4494-852f-6a9bd22cf57f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14336 | 2025.01.27 09:41:05.661167 [ 273 ] {4eb308a1-ab53-4494-852f-6a9bd22cf57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 14337 | 2025.01.27 09:41:05.661548 [ 273 ] {4eb308a1-ab53-4494-852f-6a9bd22cf57f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14338 | 2025.01.27 09:41:05.661795 [ 273 ] {4eb308a1-ab53-4494-852f-6a9bd22cf57f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14339 | 2025.01.27 09:41:05.662020 [ 273 ] {4eb308a1-ab53-4494-852f-6a9bd22cf57f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002358 sec., 25445.29262086514 rows/sec., 1.71 MiB/sec. | ||
| 14340 | 2025.01.27 09:41:05.662082 [ 273 ] {4eb308a1-ab53-4494-852f-6a9bd22cf57f} <Debug> TCPHandler: Processed in 0.002640512 sec. | ||
| 14341 | 2025.01.27 09:41:05.662110 [ 220 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14342 | 2025.01.27 09:41:05.662174 [ 220 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14343 | 2025.01.27 09:41:05.664686 [ 220 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14344 | 2025.01.27 09:41:06.767538 [ 219 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14345 | 2025.01.27 09:41:06.767594 [ 219 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14346 | 2025.01.27 09:41:06.769542 [ 219 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14347 | 2025.01.27 09:41:06.861352 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14348 | 2025.01.27 09:41:06.861391 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14349 | 2025.01.27 09:41:06.863338 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 14350 | 2025.01.27 09:41:07.960772 [ 46 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 5 parts from all_1_50_11 to all_54_54_0 | ||
| 14351 | 2025.01.27 09:41:07.960854 [ 46 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14352 | 2025.01.27 09:41:07.960877 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14353 | 2025.01.27 09:41:07.961094 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_50_11 to all_54_54_0 into Compact with storage Full | ||
| 14354 | 2025.01.27 09:41:07.961451 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14355 | 2025.01.27 09:41:07.961503 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 50 rows starting from the beginning of the part | ||
| 14356 | 2025.01.27 09:41:07.961610 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 14357 | 2025.01.27 09:41:07.961852 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 14358 | 2025.01.27 09:41:07.962189 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 14359 | 2025.01.27 09:41:07.962349 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 14360 | 2025.01.27 09:41:07.964076 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.003096211 sec., 17440.671840517327 rows/sec., 1.15 MiB/sec. | ||
| 14361 | 2025.01.27 09:41:07.964349 [ 194 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Trace> MergedBlockOutputStream: filled checksums all_1_54_12 (state Temporary) | ||
| 14362 | 2025.01.27 09:41:07.964774 [ 194 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_54_12 to all_1_54_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14363 | 2025.01.27 09:41:07.964891 [ 194 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_54_12} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 5 parts: [all_1_50_11, all_54_54_0] -> all_1_54_12 | ||
| 14364 | 2025.01.27 09:41:07.965019 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14365 | 2025.01.27 09:41:08.384612 [ 47 ] {} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 14366 | 2025.01.27 09:41:08.384715 [ 47 ] {} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14367 | 2025.01.27 09:41:08.384757 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14368 | 2025.01.27 09:41:08.384950 [ 193 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::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 | ||
| 14369 | 2025.01.27 09:41:08.385130 [ 193 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14370 | 2025.01.27 09:41:08.385172 [ 193 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 14371 | 2025.01.27 09:41:08.385272 [ 193 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 14372 | 2025.01.27 09:41:08.385603 [ 193 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
| 14373 | 2025.01.27 09:41:08.385830 [ 193 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 14374 | 2025.01.27 09:41:08.386019 [ 193 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 14375 | 2025.01.27 09:41:08.387108 [ 193 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002256033 sec., 23935.820087738077 rows/sec., 2.00 MiB/sec. | ||
| 14376 | 2025.01.27 09:41:08.387296 [ 200 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 14377 | 2025.01.27 09:41:08.387667 [ 200 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_17_4} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14378 | 2025.01.27 09:41:08.387771 [ 200 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_17_4} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 14379 | 2025.01.27 09:41:08.387885 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14380 | 2025.01.27 09:41:09.400714 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14381 | 2025.01.27 09:41:09.400763 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14382 | 2025.01.27 09:41:09.664525 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 14383 | 2025.01.27 09:41:09.665162 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14384 | 2025.01.27 09:41:09.665208 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14385 | 2025.01.27 09:41:09.665771 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14386 | 2025.01.27 09:41:09.666041 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14387 | 2025.01.27 09:41:09.666314 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 14388 | 2025.01.27 09:41:09.666317 [ 44 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14389 | 2025.01.27 09:41:09.666415 [ 44 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14390 | 2025.01.27 09:41:09.666465 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14391 | 2025.01.27 09:41:09.666645 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14392 | 2025.01.27 09:41:09.666775 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14393 | 2025.01.27 09:41:09.666816 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 14394 | 2025.01.27 09:41:09.666891 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
| 14395 | 2025.01.27 09:41:09.667059 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
| 14396 | 2025.01.27 09:41:09.667185 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 14397 | 2025.01.27 09:41:09.667256 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
| 14398 | 2025.01.27 09:41:09.667430 [ 195 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
| 14399 | 2025.01.27 09:41:09.670157 [ 193 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.003570273 sec., 9755836.598489808 rows/sec., 139.56 MiB/sec. | ||
| 14400 | 2025.01.27 09:41:09.670609 [ 193 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14401 | 2025.01.27 09:41:09.670961 [ 193 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14402 | 2025.01.27 09:41:09.671057 [ 193 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_76_15} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14403 | 2025.01.27 09:41:09.671179 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 14404 | 2025.01.27 09:41:09.846262 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2000 | ||
| 14405 | 2025.01.27 09:41:09.848963 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14406 | 2025.01.27 09:41:09.849013 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14407 | 2025.01.27 09:41:09.850537 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14408 | 2025.01.27 09:41:09.850863 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14409 | 2025.01.27 09:41:09.851168 [ 44 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14410 | 2025.01.27 09:41:09.851484 [ 44 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14411 | 2025.01.27 09:41:09.851559 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14412 | 2025.01.27 09:41:09.852325 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 14413 | 2025.01.27 09:41:09.852457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2000 | ||
| 14414 | 2025.01.27 09:41:09.853320 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14415 | 2025.01.27 09:41:09.853525 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1830 rows starting from the beginning of the part | ||
| 14416 | 2025.01.27 09:41:09.854090 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 54 rows starting from the beginning of the part | ||
| 14417 | 2025.01.27 09:41:09.854612 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
| 14418 | 2025.01.27 09:41:09.855107 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part | ||
| 14419 | 2025.01.27 09:41:09.855632 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 54 rows starting from the beginning of the part | ||
| 14420 | 2025.01.27 09:41:09.856125 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 14421 | 2025.01.27 09:41:09.865095 [ 201 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2000 rows, containing 72 columns (72 merged, 0 gathered) in 0.01337455 sec., 149537.7414567219 rows/sec., 113.22 MiB/sec. | ||
| 14422 | 2025.01.27 09:41:09.867052 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14423 | 2025.01.27 09:41:09.867887 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14424 | 2025.01.27 09:41:09.867987 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_56_11} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14425 | 2025.01.27 09:41:09.868353 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.02 MiB. | ||
| 14426 | 2025.01.27 09:41:10.663626 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14427 | 2025.01.27 09:41:10.663917 [ 267 ] {c7d97e3f-4030-4766-9066-2867de7ab1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14428 | 2025.01.27 09:41:10.664030 [ 267 ] {c7d97e3f-4030-4766-9066-2867de7ab1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14429 | 2025.01.27 09:41:10.665129 [ 267 ] {c7d97e3f-4030-4766-9066-2867de7ab1ad} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14430 | 2025.01.27 09:41:10.665206 [ 267 ] {c7d97e3f-4030-4766-9066-2867de7ab1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14431 | 2025.01.27 09:41:10.665818 [ 267 ] {c7d97e3f-4030-4766-9066-2867de7ab1ad} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14432 | 2025.01.27 09:41:10.666165 [ 267 ] {c7d97e3f-4030-4766-9066-2867de7ab1ad} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14433 | 2025.01.27 09:41:10.666507 [ 267 ] {c7d97e3f-4030-4766-9066-2867de7ab1ad} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002676 sec., 5231.6890881913305 rows/sec., 376.61 KiB/sec. | ||
| 14434 | 2025.01.27 09:41:10.666591 [ 267 ] {c7d97e3f-4030-4766-9066-2867de7ab1ad} <Debug> TCPHandler: Processed in 0.003161594 sec. | ||
| 14435 | 2025.01.27 09:41:10.666931 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14436 | 2025.01.27 09:41:10.667187 [ 273 ] {909931bb-c7c4-4fce-8adc-af36556cf602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14437 | 2025.01.27 09:41:10.667278 [ 273 ] {909931bb-c7c4-4fce-8adc-af36556cf602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14438 | 2025.01.27 09:41:10.668449 [ 273 ] {909931bb-c7c4-4fce-8adc-af36556cf602} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14439 | 2025.01.27 09:41:10.668501 [ 273 ] {909931bb-c7c4-4fce-8adc-af36556cf602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14440 | 2025.01.27 09:41:10.669095 [ 273 ] {909931bb-c7c4-4fce-8adc-af36556cf602} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14441 | 2025.01.27 09:41:10.669414 [ 273 ] {909931bb-c7c4-4fce-8adc-af36556cf602} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14442 | 2025.01.27 09:41:10.669673 [ 273 ] {909931bb-c7c4-4fce-8adc-af36556cf602} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002542 sec., 110542.87962234461 rows/sec., 9.75 MiB/sec. | ||
| 14443 | 2025.01.27 09:41:10.669764 [ 273 ] {909931bb-c7c4-4fce-8adc-af36556cf602} <Debug> TCPHandler: Processed in 0.003007279 sec. | ||
| 14444 | 2025.01.27 09:41:10.669954 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14445 | 2025.01.27 09:41:10.670275 [ 267 ] {a7977b1e-d0c0-4e6c-bdbf-3084f508a503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14446 | 2025.01.27 09:41:10.670436 [ 267 ] {a7977b1e-d0c0-4e6c-bdbf-3084f508a503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14447 | 2025.01.27 09:41:10.671706 [ 267 ] {a7977b1e-d0c0-4e6c-bdbf-3084f508a503} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14448 | 2025.01.27 09:41:10.671755 [ 267 ] {a7977b1e-d0c0-4e6c-bdbf-3084f508a503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14449 | 2025.01.27 09:41:10.672229 [ 267 ] {a7977b1e-d0c0-4e6c-bdbf-3084f508a503} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14450 | 2025.01.27 09:41:10.672560 [ 267 ] {a7977b1e-d0c0-4e6c-bdbf-3084f508a503} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14451 | 2025.01.27 09:41:10.672834 [ 267 ] {a7977b1e-d0c0-4e6c-bdbf-3084f508a503} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002671 sec., 17222.014226881318 rows/sec., 1.24 MiB/sec. | ||
| 14452 | 2025.01.27 09:41:10.672912 [ 267 ] {a7977b1e-d0c0-4e6c-bdbf-3084f508a503} <Debug> TCPHandler: Processed in 0.003031211 sec. | ||
| 14453 | 2025.01.27 09:41:10.673143 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14454 | 2025.01.27 09:41:10.673310 [ 273 ] {050126a0-0c86-49be-a4f3-7b5dda819728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14455 | 2025.01.27 09:41:10.673385 [ 273 ] {050126a0-0c86-49be-a4f3-7b5dda819728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14456 | 2025.01.27 09:41:10.674226 [ 273 ] {050126a0-0c86-49be-a4f3-7b5dda819728} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14457 | 2025.01.27 09:41:10.674281 [ 273 ] {050126a0-0c86-49be-a4f3-7b5dda819728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14458 | 2025.01.27 09:41:10.674822 [ 273 ] {050126a0-0c86-49be-a4f3-7b5dda819728} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14459 | 2025.01.27 09:41:10.675178 [ 273 ] {050126a0-0c86-49be-a4f3-7b5dda819728} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14460 | 2025.01.27 09:41:10.675425 [ 273 ] {050126a0-0c86-49be-a4f3-7b5dda819728} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002149 sec., 6514.657980456026 rows/sec., 456.24 KiB/sec. | ||
| 14461 | 2025.01.27 09:41:10.675503 [ 273 ] {050126a0-0c86-49be-a4f3-7b5dda819728} <Debug> TCPHandler: Processed in 0.002436177 sec. | ||
| 14462 | 2025.01.27 09:41:10.675746 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14463 | 2025.01.27 09:41:10.675923 [ 267 ] {296e24af-f0bf-4999-b466-e3f39c66629e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14464 | 2025.01.27 09:41:10.675997 [ 267 ] {296e24af-f0bf-4999-b466-e3f39c66629e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14465 | 2025.01.27 09:41:10.676846 [ 267 ] {296e24af-f0bf-4999-b466-e3f39c66629e} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14466 | 2025.01.27 09:41:10.676901 [ 267 ] {296e24af-f0bf-4999-b466-e3f39c66629e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14467 | 2025.01.27 09:41:10.677456 [ 267 ] {296e24af-f0bf-4999-b466-e3f39c66629e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14468 | 2025.01.27 09:41:10.677804 [ 267 ] {296e24af-f0bf-4999-b466-e3f39c66629e} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14469 | 2025.01.27 09:41:10.678137 [ 267 ] {296e24af-f0bf-4999-b466-e3f39c66629e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00225 sec., 5777.777777777778 rows/sec., 360.24 KiB/sec. | ||
| 14470 | 2025.01.27 09:41:10.678249 [ 267 ] {296e24af-f0bf-4999-b466-e3f39c66629e} <Debug> TCPHandler: Processed in 0.00259195 sec. | ||
| 14471 | 2025.01.27 09:41:10.678514 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14472 | 2025.01.27 09:41:10.678730 [ 273 ] {9d27da3d-31b8-4ef5-a9b9-b08908d3127d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14473 | 2025.01.27 09:41:10.678814 [ 273 ] {9d27da3d-31b8-4ef5-a9b9-b08908d3127d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14474 | 2025.01.27 09:41:10.680021 [ 273 ] {9d27da3d-31b8-4ef5-a9b9-b08908d3127d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14475 | 2025.01.27 09:41:10.680076 [ 273 ] {9d27da3d-31b8-4ef5-a9b9-b08908d3127d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14476 | 2025.01.27 09:41:10.680658 [ 273 ] {9d27da3d-31b8-4ef5-a9b9-b08908d3127d} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14477 | 2025.01.27 09:41:10.681030 [ 273 ] {9d27da3d-31b8-4ef5-a9b9-b08908d3127d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14478 | 2025.01.27 09:41:10.681350 [ 273 ] {9d27da3d-31b8-4ef5-a9b9-b08908d3127d} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002667 sec., 157855.26809148857 rows/sec., 11.28 MiB/sec. | ||
| 14479 | 2025.01.27 09:41:10.681429 [ 273 ] {9d27da3d-31b8-4ef5-a9b9-b08908d3127d} <Debug> TCPHandler: Processed in 0.003049811 sec. | ||
| 14480 | 2025.01.27 09:41:10.681672 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14481 | 2025.01.27 09:41:10.681882 [ 267 ] {eff80603-d5c6-44d1-8ce0-1239d43b018d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14482 | 2025.01.27 09:41:10.681974 [ 267 ] {eff80603-d5c6-44d1-8ce0-1239d43b018d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14483 | 2025.01.27 09:41:10.682785 [ 267 ] {eff80603-d5c6-44d1-8ce0-1239d43b018d} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14484 | 2025.01.27 09:41:10.682841 [ 267 ] {eff80603-d5c6-44d1-8ce0-1239d43b018d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14485 | 2025.01.27 09:41:10.683381 [ 267 ] {eff80603-d5c6-44d1-8ce0-1239d43b018d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14486 | 2025.01.27 09:41:10.683730 [ 267 ] {eff80603-d5c6-44d1-8ce0-1239d43b018d} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14487 | 2025.01.27 09:41:10.684072 [ 267 ] {eff80603-d5c6-44d1-8ce0-1239d43b018d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002233 sec., 2686.9682042095833 rows/sec., 140.38 KiB/sec. | ||
| 14488 | 2025.01.27 09:41:10.684185 [ 267 ] {eff80603-d5c6-44d1-8ce0-1239d43b018d} <Debug> TCPHandler: Processed in 0.00261645 sec. | ||
| 14489 | 2025.01.27 09:41:10.684525 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14490 | 2025.01.27 09:41:10.684779 [ 273 ] {3acd1935-bf1f-4959-9717-3559a9445039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14491 | 2025.01.27 09:41:10.684873 [ 273 ] {3acd1935-bf1f-4959-9717-3559a9445039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14492 | 2025.01.27 09:41:10.685833 [ 273 ] {3acd1935-bf1f-4959-9717-3559a9445039} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14493 | 2025.01.27 09:41:10.685892 [ 273 ] {3acd1935-bf1f-4959-9717-3559a9445039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14494 | 2025.01.27 09:41:10.686506 [ 273 ] {3acd1935-bf1f-4959-9717-3559a9445039} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14495 | 2025.01.27 09:41:10.686874 [ 273 ] {3acd1935-bf1f-4959-9717-3559a9445039} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14496 | 2025.01.27 09:41:10.687151 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0 | ||
| 14497 | 2025.01.27 09:41:10.687232 [ 273 ] {3acd1935-bf1f-4959-9717-3559a9445039} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002489 sec., 95218.96343913219 rows/sec., 6.38 MiB/sec. | ||
| 14498 | 2025.01.27 09:41:10.687274 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14499 | 2025.01.27 09:41:10.687378 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14500 | 2025.01.27 09:41:10.687398 [ 273 ] {3acd1935-bf1f-4959-9717-3559a9445039} <Debug> TCPHandler: Processed in 0.003086422 sec. | ||
| 14501 | 2025.01.27 09:41:10.687743 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_124_25 to all_129_129_0 into Compact with storage Full | ||
| 14502 | 2025.01.27 09:41:10.687758 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14503 | 2025.01.27 09:41:10.688204 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14504 | 2025.01.27 09:41:10.688218 [ 267 ] {85c53233-381d-4d6b-afb8-ad89d4541141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14505 | 2025.01.27 09:41:10.688317 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 36947 rows starting from the beginning of the part | ||
| 14506 | 2025.01.27 09:41:10.688408 [ 267 ] {85c53233-381d-4d6b-afb8-ad89d4541141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14507 | 2025.01.27 09:41:10.688747 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 14508 | 2025.01.27 09:41:10.689255 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 963 rows starting from the beginning of the part | ||
| 14509 | 2025.01.27 09:41:10.689749 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 128 rows starting from the beginning of the part | ||
| 14510 | 2025.01.27 09:41:10.690252 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 14511 | 2025.01.27 09:41:10.690715 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 237 rows starting from the beginning of the part | ||
| 14512 | 2025.01.27 09:41:10.692044 [ 267 ] {85c53233-381d-4d6b-afb8-ad89d4541141} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14513 | 2025.01.27 09:41:10.692156 [ 267 ] {85c53233-381d-4d6b-afb8-ad89d4541141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14514 | 2025.01.27 09:41:10.692912 [ 267 ] {85c53233-381d-4d6b-afb8-ad89d4541141} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14515 | 2025.01.27 09:41:10.693384 [ 267 ] {85c53233-381d-4d6b-afb8-ad89d4541141} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14516 | 2025.01.27 09:41:10.693963 [ 267 ] {85c53233-381d-4d6b-afb8-ad89d4541141} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005894 sec., 169.664065151001 rows/sec., 11.43 KiB/sec. | ||
| 14517 | 2025.01.27 09:41:10.694161 [ 267 ] {85c53233-381d-4d6b-afb8-ad89d4541141} <Debug> TCPHandler: Processed in 0.006614693 sec. | ||
| 14518 | 2025.01.27 09:41:10.694496 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14519 | 2025.01.27 09:41:10.694957 [ 273 ] {7fd87bdd-09cb-4f2c-aff0-3a7923017a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14520 | 2025.01.27 09:41:10.695203 [ 273 ] {7fd87bdd-09cb-4f2c-aff0-3a7923017a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14521 | 2025.01.27 09:41:10.697701 [ 273 ] {7fd87bdd-09cb-4f2c-aff0-3a7923017a2d} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14522 | 2025.01.27 09:41:10.697772 [ 273 ] {7fd87bdd-09cb-4f2c-aff0-3a7923017a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14523 | 2025.01.27 09:41:10.699256 [ 273 ] {7fd87bdd-09cb-4f2c-aff0-3a7923017a2d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14524 | 2025.01.27 09:41:10.699677 [ 273 ] {7fd87bdd-09cb-4f2c-aff0-3a7923017a2d} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14525 | 2025.01.27 09:41:10.700080 [ 273 ] {7fd87bdd-09cb-4f2c-aff0-3a7923017a2d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005265 sec., 7407.407407407408 rows/sec., 13.27 MiB/sec. | ||
| 14526 | 2025.01.27 09:41:10.700247 [ 273 ] {7fd87bdd-09cb-4f2c-aff0-3a7923017a2d} <Debug> TCPHandler: Processed in 0.005957899 sec. | ||
| 14527 | 2025.01.27 09:41:10.700478 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14528 | 2025.01.27 09:41:10.700648 [ 267 ] {ef239e4b-6cdb-4f11-991d-5d6c9209e1c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14529 | 2025.01.27 09:41:10.700786 [ 267 ] {ef239e4b-6cdb-4f11-991d-5d6c9209e1c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14530 | 2025.01.27 09:41:10.701863 [ 267 ] {ef239e4b-6cdb-4f11-991d-5d6c9209e1c6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14531 | 2025.01.27 09:41:10.701925 [ 267 ] {ef239e4b-6cdb-4f11-991d-5d6c9209e1c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14532 | 2025.01.27 09:41:10.702661 [ 267 ] {ef239e4b-6cdb-4f11-991d-5d6c9209e1c6} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14533 | 2025.01.27 09:41:10.703154 [ 267 ] {ef239e4b-6cdb-4f11-991d-5d6c9209e1c6} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14534 | 2025.01.27 09:41:10.703623 [ 267 ] {ef239e4b-6cdb-4f11-991d-5d6c9209e1c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00301 sec., 27242.52491694352 rows/sec., 1.73 MiB/sec. | ||
| 14535 | 2025.01.27 09:41:10.703715 [ 267 ] {ef239e4b-6cdb-4f11-991d-5d6c9209e1c6} <Debug> TCPHandler: Processed in 0.003353598 sec. | ||
| 14536 | 2025.01.27 09:41:10.704044 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38595 rows, containing 5 columns (5 merged, 0 gathered) in 0.016501104 sec., 2338934.413115632 rows/sec., 157.93 MiB/sec. | ||
| 14537 | 2025.01.27 09:41:10.704799 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary) | ||
| 14538 | 2025.01.27 09:41:10.705241 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14539 | 2025.01.27 09:41:10.705365 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26 | ||
| 14540 | 2025.01.27 09:41:10.705511 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 14541 | 2025.01.27 09:41:12.169108 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 14542 | 2025.01.27 09:41:12.194523 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14543 | 2025.01.27 09:41:12.194604 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14544 | 2025.01.27 09:41:12.205648 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14545 | 2025.01.27 09:41:12.206686 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14546 | 2025.01.27 09:41:12.207216 [ 41 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14547 | 2025.01.27 09:41:12.207342 [ 41 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14548 | 2025.01.27 09:41:12.207411 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14549 | 2025.01.27 09:41:12.208148 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 14550 | 2025.01.27 09:41:12.228194 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 14551 | 2025.01.27 09:41:12.229385 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14552 | 2025.01.27 09:41:12.230672 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part | ||
| 14553 | 2025.01.27 09:41:12.235947 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
| 14554 | 2025.01.27 09:41:12.241674 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 14555 | 2025.01.27 09:41:12.247660 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 14556 | 2025.01.27 09:41:12.253912 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 14557 | 2025.01.27 09:41:12.259832 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 14558 | 2025.01.27 09:41:12.328083 [ 190 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.120543131 sec., 4753.485289842023 rows/sec., 24.58 MiB/sec. | ||
| 14559 | 2025.01.27 09:41:12.331435 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14560 | 2025.01.27 09:41:12.334505 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14561 | 2025.01.27 09:41:12.334634 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_76_15} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14562 | 2025.01.27 09:41:12.337038 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.94 MiB. | ||
| 14563 | 2025.01.27 09:41:13.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.30 MiB, peak 282.71 MiB, free memory in arenas 0.00 B, will set to 264.25 MiB (RSS), difference: -1.05 MiB | ||
| 14564 | 2025.01.27 09:41:15.652094 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14565 | 2025.01.27 09:41:15.652288 [ 267 ] {9fb1a46d-1044-4ac7-be98-7db500120ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14566 | 2025.01.27 09:41:15.652360 [ 267 ] {9fb1a46d-1044-4ac7-be98-7db500120ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14567 | 2025.01.27 09:41:15.653143 [ 267 ] {9fb1a46d-1044-4ac7-be98-7db500120ca1} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14568 | 2025.01.27 09:41:15.653188 [ 267 ] {9fb1a46d-1044-4ac7-be98-7db500120ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14569 | 2025.01.27 09:41:15.653635 [ 267 ] {9fb1a46d-1044-4ac7-be98-7db500120ca1} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14570 | 2025.01.27 09:41:15.653888 [ 267 ] {9fb1a46d-1044-4ac7-be98-7db500120ca1} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14571 | 2025.01.27 09:41:15.654127 [ 267 ] {9fb1a46d-1044-4ac7-be98-7db500120ca1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.26 MiB/sec. | ||
| 14572 | 2025.01.27 09:41:15.654186 [ 267 ] {9fb1a46d-1044-4ac7-be98-7db500120ca1} <Debug> TCPHandler: Processed in 0.002227882 sec. | ||
| 14573 | 2025.01.27 09:41:15.654445 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14574 | 2025.01.27 09:41:15.654636 [ 273 ] {90390a6c-7575-4464-978b-97c73fe66b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14575 | 2025.01.27 09:41:15.654708 [ 273 ] {90390a6c-7575-4464-978b-97c73fe66b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14576 | 2025.01.27 09:41:15.655485 [ 273 ] {90390a6c-7575-4464-978b-97c73fe66b74} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14577 | 2025.01.27 09:41:15.655529 [ 273 ] {90390a6c-7575-4464-978b-97c73fe66b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14578 | 2025.01.27 09:41:15.655986 [ 273 ] {90390a6c-7575-4464-978b-97c73fe66b74} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14579 | 2025.01.27 09:41:15.656258 [ 273 ] {90390a6c-7575-4464-978b-97c73fe66b74} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14580 | 2025.01.27 09:41:15.656518 [ 273 ] {90390a6c-7575-4464-978b-97c73fe66b74} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001935 sec., 33074.93540051679 rows/sec., 2.58 MiB/sec. | ||
| 14581 | 2025.01.27 09:41:15.656608 [ 273 ] {90390a6c-7575-4464-978b-97c73fe66b74} <Debug> TCPHandler: Processed in 0.002291583 sec. | ||
| 14582 | 2025.01.27 09:41:15.656787 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14583 | 2025.01.27 09:41:15.656991 [ 267 ] {218f5546-66f3-487c-83a4-0b3b7438ee0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14584 | 2025.01.27 09:41:15.657064 [ 267 ] {218f5546-66f3-487c-83a4-0b3b7438ee0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14585 | 2025.01.27 09:41:15.657743 [ 267 ] {218f5546-66f3-487c-83a4-0b3b7438ee0e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14586 | 2025.01.27 09:41:15.657806 [ 267 ] {218f5546-66f3-487c-83a4-0b3b7438ee0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14587 | 2025.01.27 09:41:15.658208 [ 267 ] {218f5546-66f3-487c-83a4-0b3b7438ee0e} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14588 | 2025.01.27 09:41:15.658462 [ 267 ] {218f5546-66f3-487c-83a4-0b3b7438ee0e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14589 | 2025.01.27 09:41:15.658680 [ 267 ] {218f5546-66f3-487c-83a4-0b3b7438ee0e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00175 sec., 91428.57142857142 rows/sec., 6.37 MiB/sec. | ||
| 14590 | 2025.01.27 09:41:15.658735 [ 267 ] {218f5546-66f3-487c-83a4-0b3b7438ee0e} <Debug> TCPHandler: Processed in 0.002035838 sec. | ||
| 14591 | 2025.01.27 09:41:15.658955 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14592 | 2025.01.27 09:41:15.659246 [ 273 ] {25f68487-cf59-4ba0-82ad-a752999faa70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14593 | 2025.01.27 09:41:15.659351 [ 273 ] {25f68487-cf59-4ba0-82ad-a752999faa70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14594 | 2025.01.27 09:41:15.659913 [ 273 ] {25f68487-cf59-4ba0-82ad-a752999faa70} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14595 | 2025.01.27 09:41:15.659954 [ 273 ] {25f68487-cf59-4ba0-82ad-a752999faa70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14596 | 2025.01.27 09:41:15.660363 [ 273 ] {25f68487-cf59-4ba0-82ad-a752999faa70} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14597 | 2025.01.27 09:41:15.660618 [ 273 ] {25f68487-cf59-4ba0-82ad-a752999faa70} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14598 | 2025.01.27 09:41:15.660833 [ 273 ] {25f68487-cf59-4ba0-82ad-a752999faa70} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0017 sec., 35294.117647058825 rows/sec., 2.38 MiB/sec. | ||
| 14599 | 2025.01.27 09:41:15.660881 [ 273 ] {25f68487-cf59-4ba0-82ad-a752999faa70} <Debug> TCPHandler: Processed in 0.002035688 sec. | ||
| 14600 | 2025.01.27 09:41:17.167380 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 14601 | 2025.01.27 09:41:17.168050 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14602 | 2025.01.27 09:41:17.168088 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14603 | 2025.01.27 09:41:17.168627 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14604 | 2025.01.27 09:41:17.168891 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14605 | 2025.01.27 09:41:17.169070 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 14606 | 2025.01.27 09:41:19.366736 [ 221 ] {} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14607 | 2025.01.27 09:41:19.366814 [ 221 ] {} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14608 | 2025.01.27 09:41:19.368436 [ 221 ] {} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 14609 | 2025.01.27 09:41:19.729246 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 14610 | 2025.01.27 09:41:19.751474 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14611 | 2025.01.27 09:41:19.751526 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14612 | 2025.01.27 09:41:19.759022 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14613 | 2025.01.27 09:41:19.759865 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14614 | 2025.01.27 09:41:19.763415 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 14615 | 2025.01.27 09:41:19.853568 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2030 | ||
| 14616 | 2025.01.27 09:41:19.856732 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14617 | 2025.01.27 09:41:19.856780 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14618 | 2025.01.27 09:41:19.858346 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14619 | 2025.01.27 09:41:19.858663 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14620 | 2025.01.27 09:41:19.859688 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2030 | ||
| 14621 | 2025.01.27 09:41:20.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.77 MiB, peak 282.71 MiB, free memory in arenas 0.00 B, will set to 264.25 MiB (RSS), difference: 3.48 MiB | ||
| 14622 | 2025.01.27 09:41:20.658812 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14623 | 2025.01.27 09:41:20.659008 [ 267 ] {1f338c1c-f1e6-40ee-9610-f0ec4a7035f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14624 | 2025.01.27 09:41:20.659084 [ 267 ] {1f338c1c-f1e6-40ee-9610-f0ec4a7035f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14625 | 2025.01.27 09:41:20.659835 [ 267 ] {1f338c1c-f1e6-40ee-9610-f0ec4a7035f9} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14626 | 2025.01.27 09:41:20.659887 [ 267 ] {1f338c1c-f1e6-40ee-9610-f0ec4a7035f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14627 | 2025.01.27 09:41:20.660332 [ 267 ] {1f338c1c-f1e6-40ee-9610-f0ec4a7035f9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14628 | 2025.01.27 09:41:20.660598 [ 267 ] {1f338c1c-f1e6-40ee-9610-f0ec4a7035f9} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14629 | 2025.01.27 09:41:20.660842 [ 267 ] {1f338c1c-f1e6-40ee-9610-f0ec4a7035f9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001876 sec., 7462.686567164179 rows/sec., 537.21 KiB/sec. | ||
| 14630 | 2025.01.27 09:41:20.660949 [ 267 ] {1f338c1c-f1e6-40ee-9610-f0ec4a7035f9} <Debug> TCPHandler: Processed in 0.002283063 sec. | ||
| 14631 | 2025.01.27 09:41:20.661258 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14632 | 2025.01.27 09:41:20.661471 [ 273 ] {41530027-e040-4920-9abc-e499fcc543e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14633 | 2025.01.27 09:41:20.661551 [ 273 ] {41530027-e040-4920-9abc-e499fcc543e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14634 | 2025.01.27 09:41:20.662481 [ 273 ] {41530027-e040-4920-9abc-e499fcc543e3} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14635 | 2025.01.27 09:41:20.662538 [ 273 ] {41530027-e040-4920-9abc-e499fcc543e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14636 | 2025.01.27 09:41:20.663019 [ 273 ] {41530027-e040-4920-9abc-e499fcc543e3} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14637 | 2025.01.27 09:41:20.663283 [ 273 ] {41530027-e040-4920-9abc-e499fcc543e3} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14638 | 2025.01.27 09:41:20.663495 [ 26 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14639 | 2025.01.27 09:41:20.663551 [ 273 ] {41530027-e040-4920-9abc-e499fcc543e3} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002132 sec., 131801.12570356473 rows/sec., 11.63 MiB/sec. | ||
| 14640 | 2025.01.27 09:41:20.663592 [ 26 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14641 | 2025.01.27 09:41:20.663671 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14642 | 2025.01.27 09:41:20.663676 [ 273 ] {41530027-e040-4920-9abc-e499fcc543e3} <Debug> TCPHandler: Processed in 0.00262135 sec. | ||
| 14643 | 2025.01.27 09:41:20.663893 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14644 | 2025.01.27 09:41:20.663905 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14645 | 2025.01.27 09:41:20.664070 [ 267 ] {faa730ac-ab52-472e-866e-aee3f0add3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14646 | 2025.01.27 09:41:20.664081 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14647 | 2025.01.27 09:41:20.664145 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1430 rows starting from the beginning of the part | ||
| 14648 | 2025.01.27 09:41:20.664146 [ 267 ] {faa730ac-ab52-472e-866e-aee3f0add3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14649 | 2025.01.27 09:41:20.664414 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part | ||
| 14650 | 2025.01.27 09:41:20.664787 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 56 rows starting from the beginning of the part | ||
| 14651 | 2025.01.27 09:41:20.665203 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 281 rows starting from the beginning of the part | ||
| 14652 | 2025.01.27 09:41:20.665576 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part | ||
| 14653 | 2025.01.27 09:41:20.666007 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 281 rows starting from the beginning of the part | ||
| 14654 | 2025.01.27 09:41:20.666822 [ 267 ] {faa730ac-ab52-472e-866e-aee3f0add3cf} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14655 | 2025.01.27 09:41:20.666875 [ 267 ] {faa730ac-ab52-472e-866e-aee3f0add3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14656 | 2025.01.27 09:41:20.667411 [ 267 ] {faa730ac-ab52-472e-866e-aee3f0add3cf} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14657 | 2025.01.27 09:41:20.667736 [ 267 ] {faa730ac-ab52-472e-866e-aee3f0add3cf} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14658 | 2025.01.27 09:41:20.667976 [ 26 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14659 | 2025.01.27 09:41:20.668074 [ 267 ] {faa730ac-ab52-472e-866e-aee3f0add3cf} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00404 sec., 11386.138613861385 rows/sec., 838.78 KiB/sec. | ||
| 14660 | 2025.01.27 09:41:20.668087 [ 26 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14661 | 2025.01.27 09:41:20.668224 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14662 | 2025.01.27 09:41:20.668389 [ 267 ] {faa730ac-ab52-472e-866e-aee3f0add3cf} <Debug> TCPHandler: Processed in 0.004589567 sec. | ||
| 14663 | 2025.01.27 09:41:20.668815 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14664 | 2025.01.27 09:41:20.668847 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14665 | 2025.01.27 09:41:20.668955 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.00517631 sec., 417285.67261234357 rows/sec., 36.69 MiB/sec. | ||
| 14666 | 2025.01.27 09:41:20.669183 [ 273 ] {eb087b6f-d3fe-4189-abb4-214d2622c90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14667 | 2025.01.27 09:41:20.669208 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14668 | 2025.01.27 09:41:20.669314 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 64 rows starting from the beginning of the part | ||
| 14669 | 2025.01.27 09:41:20.669329 [ 273 ] {eb087b6f-d3fe-4189-abb4-214d2622c90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14670 | 2025.01.27 09:41:20.669343 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14671 | 2025.01.27 09:41:20.669752 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 46 rows starting from the beginning of the part | ||
| 14672 | 2025.01.27 09:41:20.670223 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 46 rows starting from the beginning of the part | ||
| 14673 | 2025.01.27 09:41:20.670638 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 62 rows starting from the beginning of the part | ||
| 14674 | 2025.01.27 09:41:20.671090 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 46 rows starting from the beginning of the part | ||
| 14675 | 2025.01.27 09:41:20.671435 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 46 rows starting from the beginning of the part | ||
| 14676 | 2025.01.27 09:41:20.672255 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14677 | 2025.01.27 09:41:20.672643 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_131_26} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14678 | 2025.01.27 09:41:20.673008 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 14679 | 2025.01.27 09:41:20.673353 [ 273 ] {eb087b6f-d3fe-4189-abb4-214d2622c90e} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14680 | 2025.01.27 09:41:20.673432 [ 273 ] {eb087b6f-d3fe-4189-abb4-214d2622c90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14681 | 2025.01.27 09:41:20.674503 [ 273 ] {eb087b6f-d3fe-4189-abb4-214d2622c90e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14682 | 2025.01.27 09:41:20.674902 [ 198 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 5 columns (5 merged, 0 gathered) in 0.00647181 sec., 47900.0465094 rows/sec., 3.61 MiB/sec. | ||
| 14683 | 2025.01.27 09:41:20.675056 [ 273 ] {eb087b6f-d3fe-4189-abb4-214d2622c90e} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14684 | 2025.01.27 09:41:20.675162 [ 198 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14685 | 2025.01.27 09:41:20.675321 [ 26 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14686 | 2025.01.27 09:41:20.675420 [ 26 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14687 | 2025.01.27 09:41:20.675479 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14688 | 2025.01.27 09:41:20.675610 [ 273 ] {eb087b6f-d3fe-4189-abb4-214d2622c90e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006538 sec., 2141.327623126338 rows/sec., 149.96 KiB/sec. | ||
| 14689 | 2025.01.27 09:41:20.675913 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14690 | 2025.01.27 09:41:20.675913 [ 273 ] {eb087b6f-d3fe-4189-abb4-214d2622c90e} <Debug> TCPHandler: Processed in 0.00736148 sec. | ||
| 14691 | 2025.01.27 09:41:20.676191 [ 198 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14692 | 2025.01.27 09:41:20.676263 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14693 | 2025.01.27 09:41:20.676322 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14694 | 2025.01.27 09:41:20.676440 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 242 rows starting from the beginning of the part | ||
| 14695 | 2025.01.27 09:41:20.676481 [ 198 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_56_12} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14696 | 2025.01.27 09:41:20.676760 [ 267 ] {c7ca00dc-fae9-4936-916c-7e94f6cf75b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14697 | 2025.01.27 09:41:20.676834 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14698 | 2025.01.27 09:41:20.676983 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 14699 | 2025.01.27 09:41:20.677014 [ 267 ] {c7ca00dc-fae9-4936-916c-7e94f6cf75b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14700 | 2025.01.27 09:41:20.677278 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 14701 | 2025.01.27 09:41:20.677632 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 242 rows starting from the beginning of the part | ||
| 14702 | 2025.01.27 09:41:20.677907 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 14703 | 2025.01.27 09:41:20.678271 [ 187 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 14704 | 2025.01.27 09:41:20.679972 [ 267 ] {c7ca00dc-fae9-4936-916c-7e94f6cf75b6} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14705 | 2025.01.27 09:41:20.680041 [ 267 ] {c7ca00dc-fae9-4936-916c-7e94f6cf75b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14706 | 2025.01.27 09:41:20.680988 [ 267 ] {c7ca00dc-fae9-4936-916c-7e94f6cf75b6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14707 | 2025.01.27 09:41:20.681277 [ 188 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005663361 sec., 95349.74019844401 rows/sec., 6.83 MiB/sec. | ||
| 14708 | 2025.01.27 09:41:20.681491 [ 267 ] {c7ca00dc-fae9-4936-916c-7e94f6cf75b6} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14709 | 2025.01.27 09:41:20.681833 [ 188 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14710 | 2025.01.27 09:41:20.681875 [ 267 ] {c7ca00dc-fae9-4936-916c-7e94f6cf75b6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005369 sec., 2421.3075060532688 rows/sec., 150.97 KiB/sec. | ||
| 14711 | 2025.01.27 09:41:20.682032 [ 267 ] {c7ca00dc-fae9-4936-916c-7e94f6cf75b6} <Debug> TCPHandler: Processed in 0.005943738 sec. | ||
| 14712 | 2025.01.27 09:41:20.682216 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14713 | 2025.01.27 09:41:20.682415 [ 273 ] {9a199a5b-3c4b-412d-a685-4db718ca8624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14714 | 2025.01.27 09:41:20.682436 [ 188 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14715 | 2025.01.27 09:41:20.682494 [ 273 ] {9a199a5b-3c4b-412d-a685-4db718ca8624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14716 | 2025.01.27 09:41:20.682654 [ 188 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_56_12} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14717 | 2025.01.27 09:41:20.682844 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 14718 | 2025.01.27 09:41:20.683533 [ 273 ] {9a199a5b-3c4b-412d-a685-4db718ca8624} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14719 | 2025.01.27 09:41:20.683583 [ 273 ] {9a199a5b-3c4b-412d-a685-4db718ca8624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14720 | 2025.01.27 09:41:20.683998 [ 273 ] {9a199a5b-3c4b-412d-a685-4db718ca8624} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14721 | 2025.01.27 09:41:20.684259 [ 273 ] {9a199a5b-3c4b-412d-a685-4db718ca8624} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14722 | 2025.01.27 09:41:20.684448 [ 72 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14723 | 2025.01.27 09:41:20.684467 [ 273 ] {9a199a5b-3c4b-412d-a685-4db718ca8624} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002112 sec., 199337.1212121212 rows/sec., 14.24 MiB/sec. | ||
| 14724 | 2025.01.27 09:41:20.684509 [ 72 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14725 | 2025.01.27 09:41:20.684591 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14726 | 2025.01.27 09:41:20.684598 [ 273 ] {9a199a5b-3c4b-412d-a685-4db718ca8624} <Debug> TCPHandler: Processed in 0.002456097 sec. | ||
| 14727 | 2025.01.27 09:41:20.684834 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14728 | 2025.01.27 09:41:20.684845 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14729 | 2025.01.27 09:41:20.685053 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14730 | 2025.01.27 09:41:20.685083 [ 267 ] {df49baef-7f3b-4c52-96e2-a41186f74119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14731 | 2025.01.27 09:41:20.685111 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 913 rows starting from the beginning of the part | ||
| 14732 | 2025.01.27 09:41:20.685190 [ 267 ] {df49baef-7f3b-4c52-96e2-a41186f74119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14733 | 2025.01.27 09:41:20.685379 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
| 14734 | 2025.01.27 09:41:20.685685 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part | ||
| 14735 | 2025.01.27 09:41:20.685986 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 421 rows starting from the beginning of the part | ||
| 14736 | 2025.01.27 09:41:20.686298 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part | ||
| 14737 | 2025.01.27 09:41:20.686587 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 421 rows starting from the beginning of the part | ||
| 14738 | 2025.01.27 09:41:20.688044 [ 267 ] {df49baef-7f3b-4c52-96e2-a41186f74119} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14739 | 2025.01.27 09:41:20.688121 [ 267 ] {df49baef-7f3b-4c52-96e2-a41186f74119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14740 | 2025.01.27 09:41:20.689137 [ 267 ] {df49baef-7f3b-4c52-96e2-a41186f74119} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14741 | 2025.01.27 09:41:20.689557 [ 267 ] {df49baef-7f3b-4c52-96e2-a41186f74119} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14742 | 2025.01.27 09:41:20.689779 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005101429 sec., 381657.7668727723 rows/sec., 29.21 MiB/sec. | ||
| 14743 | 2025.01.27 09:41:20.689896 [ 72 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14744 | 2025.01.27 09:41:20.689977 [ 72 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14745 | 2025.01.27 09:41:20.690050 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14746 | 2025.01.27 09:41:20.690181 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14747 | 2025.01.27 09:41:20.690167 [ 267 ] {df49baef-7f3b-4c52-96e2-a41186f74119} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005114 sec., 1173.249902229175 rows/sec., 61.30 KiB/sec. | ||
| 14748 | 2025.01.27 09:41:20.690650 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14749 | 2025.01.27 09:41:20.691218 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14750 | 2025.01.27 09:41:20.691347 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 306 rows starting from the beginning of the part | ||
| 14751 | 2025.01.27 09:41:20.691362 [ 267 ] {df49baef-7f3b-4c52-96e2-a41186f74119} <Debug> TCPHandler: Processed in 0.006616654 sec. | ||
| 14752 | 2025.01.27 09:41:20.691374 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14753 | 2025.01.27 09:41:20.691852 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14754 | 2025.01.27 09:41:20.691882 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 14755 | 2025.01.27 09:41:20.691903 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_131_26} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14756 | 2025.01.27 09:41:20.692458 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 14757 | 2025.01.27 09:41:20.692597 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 14758 | 2025.01.27 09:41:20.693063 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 14759 | 2025.01.27 09:41:20.693074 [ 273 ] {650ace4f-f7ec-4262-85ec-84122fbc4e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14760 | 2025.01.27 09:41:20.693485 [ 273 ] {650ace4f-f7ec-4262-85ec-84122fbc4e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14761 | 2025.01.27 09:41:20.693547 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 14762 | 2025.01.27 09:41:20.694014 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 14763 | 2025.01.27 09:41:20.695946 [ 273 ] {650ace4f-f7ec-4262-85ec-84122fbc4e59} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14764 | 2025.01.27 09:41:20.696030 [ 273 ] {650ace4f-f7ec-4262-85ec-84122fbc4e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14765 | 2025.01.27 09:41:20.696903 [ 194 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.006735006 sec., 49888.59698120536 rows/sec., 2.55 MiB/sec. | ||
| 14766 | 2025.01.27 09:41:20.697075 [ 273 ] {650ace4f-f7ec-4262-85ec-84122fbc4e59} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14767 | 2025.01.27 09:41:20.697129 [ 194 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14768 | 2025.01.27 09:41:20.697519 [ 273 ] {650ace4f-f7ec-4262-85ec-84122fbc4e59} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14769 | 2025.01.27 09:41:20.697805 [ 194 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14770 | 2025.01.27 09:41:20.697949 [ 273 ] {650ace4f-f7ec-4262-85ec-84122fbc4e59} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005277 sec., 44911.881750994886 rows/sec., 3.01 MiB/sec. | ||
| 14771 | 2025.01.27 09:41:20.697988 [ 194 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_56_12} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14772 | 2025.01.27 09:41:20.698084 [ 273 ] {650ace4f-f7ec-4262-85ec-84122fbc4e59} <Debug> TCPHandler: Processed in 0.006550933 sec. | ||
| 14773 | 2025.01.27 09:41:20.698203 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14774 | 2025.01.27 09:41:20.698308 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14775 | 2025.01.27 09:41:20.698427 [ 267 ] {12f40835-7413-4b1b-b145-823e54dcceef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14776 | 2025.01.27 09:41:20.698481 [ 267 ] {12f40835-7413-4b1b-b145-823e54dcceef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14777 | 2025.01.27 09:41:20.698961 [ 267 ] {12f40835-7413-4b1b-b145-823e54dcceef} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14778 | 2025.01.27 09:41:20.699002 [ 267 ] {12f40835-7413-4b1b-b145-823e54dcceef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14779 | 2025.01.27 09:41:20.699407 [ 267 ] {12f40835-7413-4b1b-b145-823e54dcceef} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14780 | 2025.01.27 09:41:20.699644 [ 267 ] {12f40835-7413-4b1b-b145-823e54dcceef} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14781 | 2025.01.27 09:41:20.699891 [ 267 ] {12f40835-7413-4b1b-b145-823e54dcceef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec. | ||
| 14782 | 2025.01.27 09:41:20.699946 [ 267 ] {12f40835-7413-4b1b-b145-823e54dcceef} <Debug> TCPHandler: Processed in 0.00172704 sec. | ||
| 14783 | 2025.01.27 09:41:20.700185 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14784 | 2025.01.27 09:41:20.700358 [ 273 ] {8bdef264-9560-4a65-b8a5-13a81d7e8da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14785 | 2025.01.27 09:41:20.700450 [ 273 ] {8bdef264-9560-4a65-b8a5-13a81d7e8da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14786 | 2025.01.27 09:41:20.701758 [ 273 ] {8bdef264-9560-4a65-b8a5-13a81d7e8da0} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14787 | 2025.01.27 09:41:20.701801 [ 273 ] {8bdef264-9560-4a65-b8a5-13a81d7e8da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14788 | 2025.01.27 09:41:20.702518 [ 273 ] {8bdef264-9560-4a65-b8a5-13a81d7e8da0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14789 | 2025.01.27 09:41:20.702773 [ 273 ] {8bdef264-9560-4a65-b8a5-13a81d7e8da0} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14790 | 2025.01.27 09:41:20.702963 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14791 | 2025.01.27 09:41:20.703027 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14792 | 2025.01.27 09:41:20.703059 [ 273 ] {8bdef264-9560-4a65-b8a5-13a81d7e8da0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002724 sec., 14317.180616740088 rows/sec., 25.66 MiB/sec. | ||
| 14793 | 2025.01.27 09:41:20.703073 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14794 | 2025.01.27 09:41:20.703480 [ 273 ] {8bdef264-9560-4a65-b8a5-13a81d7e8da0} <Debug> TCPHandler: Processed in 0.00344675 sec. | ||
| 14795 | 2025.01.27 09:41:20.703479 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 14796 | 2025.01.27 09:41:20.703708 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14797 | 2025.01.27 09:41:20.703995 [ 267 ] {b37d7fe9-f841-49a6-bf1a-7f77a9524a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14798 | 2025.01.27 09:41:20.704141 [ 267 ] {b37d7fe9-f841-49a6-bf1a-7f77a9524a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14799 | 2025.01.27 09:41:20.704178 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14800 | 2025.01.27 09:41:20.704431 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1877 rows starting from the beginning of the part | ||
| 14801 | 2025.01.27 09:41:20.705294 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 39 rows starting from the beginning of the part | ||
| 14802 | 2025.01.27 09:41:20.706118 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 39 rows starting from the beginning of the part | ||
| 14803 | 2025.01.27 09:41:20.706403 [ 267 ] {b37d7fe9-f841-49a6-bf1a-7f77a9524a9e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14804 | 2025.01.27 09:41:20.706657 [ 267 ] {b37d7fe9-f841-49a6-bf1a-7f77a9524a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14805 | 2025.01.27 09:41:20.706796 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 39 rows starting from the beginning of the part | ||
| 14806 | 2025.01.27 09:41:20.707538 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part | ||
| 14807 | 2025.01.27 09:41:20.708179 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part | ||
| 14808 | 2025.01.27 09:41:20.708359 [ 267 ] {b37d7fe9-f841-49a6-bf1a-7f77a9524a9e} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14809 | 2025.01.27 09:41:20.709118 [ 267 ] {b37d7fe9-f841-49a6-bf1a-7f77a9524a9e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14810 | 2025.01.27 09:41:20.709410 [ 72 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14811 | 2025.01.27 09:41:20.709499 [ 72 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14812 | 2025.01.27 09:41:20.709599 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14813 | 2025.01.27 09:41:20.709817 [ 267 ] {b37d7fe9-f841-49a6-bf1a-7f77a9524a9e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005889 sec., 13924.265579894718 rows/sec., 905.59 KiB/sec. | ||
| 14814 | 2025.01.27 09:41:20.710314 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 14815 | 2025.01.27 09:41:20.710409 [ 267 ] {b37d7fe9-f841-49a6-bf1a-7f77a9524a9e} <Debug> TCPHandler: Processed in 0.006832529 sec. | ||
| 14816 | 2025.01.27 09:41:20.711073 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14817 | 2025.01.27 09:41:20.711226 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7668 rows starting from the beginning of the part | ||
| 14818 | 2025.01.27 09:41:20.711552 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 48 rows starting from the beginning of the part | ||
| 14819 | 2025.01.27 09:41:20.711857 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part | ||
| 14820 | 2025.01.27 09:41:20.712108 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 82 rows starting from the beginning of the part | ||
| 14821 | 2025.01.27 09:41:20.712384 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part | ||
| 14822 | 2025.01.27 09:41:20.712704 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part | ||
| 14823 | 2025.01.27 09:41:20.717529 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8000 rows, containing 4 columns (4 merged, 0 gathered) in 0.007756231 sec., 1031428.7957643345 rows/sec., 67.21 MiB/sec. | ||
| 14824 | 2025.01.27 09:41:20.718458 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14825 | 2025.01.27 09:41:20.718842 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14826 | 2025.01.27 09:41:20.718927 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_131_26} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14827 | 2025.01.27 09:41:20.719019 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 14828 | 2025.01.27 09:41:20.722634 [ 195 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2072 rows, containing 19 columns (19 merged, 0 gathered) in 0.019436441 sec., 106603.87876566498 rows/sec., 191.03 MiB/sec. | ||
| 14829 | 2025.01.27 09:41:20.724461 [ 191 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14830 | 2025.01.27 09:41:20.724873 [ 191 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14831 | 2025.01.27 09:41:20.724948 [ 191 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14832 | 2025.01.27 09:41:20.725091 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.00 MiB. | ||
| 14833 | 2025.01.27 09:41:21.000213 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.22 MiB, peak 283.19 MiB, free memory in arenas 0.00 B, will set to 266.43 MiB (RSS), difference: 1.21 MiB | ||
| 14834 | 2025.01.27 09:41:24.401010 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14835 | 2025.01.27 09:41:24.401095 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14836 | 2025.01.27 09:41:24.670150 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 14837 | 2025.01.27 09:41:24.670796 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14838 | 2025.01.27 09:41:24.670844 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14839 | 2025.01.27 09:41:24.671395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14840 | 2025.01.27 09:41:24.671678 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14841 | 2025.01.27 09:41:24.671947 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 14842 | 2025.01.27 09:41:25.556391 [ 219 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14843 | 2025.01.27 09:41:25.556474 [ 219 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14844 | 2025.01.27 09:41:25.558585 [ 219 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14845 | 2025.01.27 09:41:25.652535 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14846 | 2025.01.27 09:41:25.652755 [ 267 ] {1f3f6aea-40d8-4c74-9fc7-f51642a8b06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14847 | 2025.01.27 09:41:25.652838 [ 267 ] {1f3f6aea-40d8-4c74-9fc7-f51642a8b06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14848 | 2025.01.27 09:41:25.653651 [ 267 ] {1f3f6aea-40d8-4c74-9fc7-f51642a8b06b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14849 | 2025.01.27 09:41:25.653702 [ 267 ] {1f3f6aea-40d8-4c74-9fc7-f51642a8b06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14850 | 2025.01.27 09:41:25.654147 [ 267 ] {1f3f6aea-40d8-4c74-9fc7-f51642a8b06b} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14851 | 2025.01.27 09:41:25.654402 [ 267 ] {1f3f6aea-40d8-4c74-9fc7-f51642a8b06b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14852 | 2025.01.27 09:41:25.654643 [ 267 ] {1f3f6aea-40d8-4c74-9fc7-f51642a8b06b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.19 MiB/sec. | ||
| 14853 | 2025.01.27 09:41:25.654702 [ 267 ] {1f3f6aea-40d8-4c74-9fc7-f51642a8b06b} <Debug> TCPHandler: Processed in 0.002306104 sec. | ||
| 14854 | 2025.01.27 09:41:25.654962 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14855 | 2025.01.27 09:41:25.655159 [ 273 ] {93a3d6c7-0172-46e4-a904-434c391243da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14856 | 2025.01.27 09:41:25.655240 [ 273 ] {93a3d6c7-0172-46e4-a904-434c391243da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14857 | 2025.01.27 09:41:25.656067 [ 273 ] {93a3d6c7-0172-46e4-a904-434c391243da} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14858 | 2025.01.27 09:41:25.656112 [ 273 ] {93a3d6c7-0172-46e4-a904-434c391243da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14859 | 2025.01.27 09:41:25.656543 [ 273 ] {93a3d6c7-0172-46e4-a904-434c391243da} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14860 | 2025.01.27 09:41:25.656793 [ 273 ] {93a3d6c7-0172-46e4-a904-434c391243da} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14861 | 2025.01.27 09:41:25.657020 [ 273 ] {93a3d6c7-0172-46e4-a904-434c391243da} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001921 sec., 33315.98125976054 rows/sec., 2.60 MiB/sec. | ||
| 14862 | 2025.01.27 09:41:25.657076 [ 273 ] {93a3d6c7-0172-46e4-a904-434c391243da} <Debug> TCPHandler: Processed in 0.002246593 sec. | ||
| 14863 | 2025.01.27 09:41:25.657234 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14864 | 2025.01.27 09:41:25.657358 [ 267 ] {6b6841ec-27c6-44d3-b3e5-ee425f4e3908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14865 | 2025.01.27 09:41:25.657413 [ 267 ] {6b6841ec-27c6-44d3-b3e5-ee425f4e3908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14866 | 2025.01.27 09:41:25.657992 [ 267 ] {6b6841ec-27c6-44d3-b3e5-ee425f4e3908} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14867 | 2025.01.27 09:41:25.658031 [ 267 ] {6b6841ec-27c6-44d3-b3e5-ee425f4e3908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14868 | 2025.01.27 09:41:25.658436 [ 267 ] {6b6841ec-27c6-44d3-b3e5-ee425f4e3908} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14869 | 2025.01.27 09:41:25.658688 [ 267 ] {6b6841ec-27c6-44d3-b3e5-ee425f4e3908} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14870 | 2025.01.27 09:41:25.658895 [ 267 ] {6b6841ec-27c6-44d3-b3e5-ee425f4e3908} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. | ||
| 14871 | 2025.01.27 09:41:25.658946 [ 267 ] {6b6841ec-27c6-44d3-b3e5-ee425f4e3908} <Debug> TCPHandler: Processed in 0.001769441 sec. | ||
| 14872 | 2025.01.27 09:41:25.659093 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14873 | 2025.01.27 09:41:25.659233 [ 273 ] {d76af8c4-251d-442d-9ad3-a18586a09117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14874 | 2025.01.27 09:41:25.659294 [ 273 ] {d76af8c4-251d-442d-9ad3-a18586a09117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14875 | 2025.01.27 09:41:25.659886 [ 273 ] {d76af8c4-251d-442d-9ad3-a18586a09117} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14876 | 2025.01.27 09:41:25.659932 [ 273 ] {d76af8c4-251d-442d-9ad3-a18586a09117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14877 | 2025.01.27 09:41:25.660327 [ 273 ] {d76af8c4-251d-442d-9ad3-a18586a09117} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14878 | 2025.01.27 09:41:25.660563 [ 273 ] {d76af8c4-251d-442d-9ad3-a18586a09117} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14879 | 2025.01.27 09:41:25.660777 [ 273 ] {d76af8c4-251d-442d-9ad3-a18586a09117} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.57 MiB/sec. | ||
| 14880 | 2025.01.27 09:41:25.660832 [ 273 ] {d76af8c4-251d-442d-9ad3-a18586a09117} <Debug> TCPHandler: Processed in 0.001800812 sec. | ||
| 14881 | 2025.01.27 09:41:25.750541 [ 219 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14882 | 2025.01.27 09:41:25.750589 [ 219 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14883 | 2025.01.27 09:41:25.752254 [ 219 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14884 | 2025.01.27 09:41:25.980128 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14885 | 2025.01.27 09:41:25.980334 [ 267 ] {f0d30aec-7061-40ef-9000-137cb45041a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14886 | 2025.01.27 09:41:25.980416 [ 267 ] {f0d30aec-7061-40ef-9000-137cb45041a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14887 | 2025.01.27 09:41:25.981229 [ 267 ] {f0d30aec-7061-40ef-9000-137cb45041a6} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14888 | 2025.01.27 09:41:25.981281 [ 267 ] {f0d30aec-7061-40ef-9000-137cb45041a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14889 | 2025.01.27 09:41:25.981711 [ 267 ] {f0d30aec-7061-40ef-9000-137cb45041a6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14890 | 2025.01.27 09:41:25.981966 [ 267 ] {f0d30aec-7061-40ef-9000-137cb45041a6} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14891 | 2025.01.27 09:41:25.982178 [ 138 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14892 | 2025.01.27 09:41:25.982205 [ 267 ] {f0d30aec-7061-40ef-9000-137cb45041a6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001928 sec., 7261.410788381742 rows/sec., 522.72 KiB/sec. | ||
| 14893 | 2025.01.27 09:41:25.982260 [ 138 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14894 | 2025.01.27 09:41:25.982341 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14895 | 2025.01.27 09:41:25.982344 [ 267 ] {f0d30aec-7061-40ef-9000-137cb45041a6} <Debug> TCPHandler: Processed in 0.002344755 sec. | ||
| 14896 | 2025.01.27 09:41:25.982544 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 14897 | 2025.01.27 09:41:25.982610 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14898 | 2025.01.27 09:41:25.982693 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14899 | 2025.01.27 09:41:25.982739 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 14900 | 2025.01.27 09:41:25.982799 [ 273 ] {f7391049-b5a2-4c0a-a8ab-96a5882eb0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14901 | 2025.01.27 09:41:25.982870 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 14902 | 2025.01.27 09:41:25.982901 [ 273 ] {f7391049-b5a2-4c0a-a8ab-96a5882eb0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14903 | 2025.01.27 09:41:25.983204 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 14904 | 2025.01.27 09:41:25.983596 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 14905 | 2025.01.27 09:41:25.983793 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 14906 | 2025.01.27 09:41:25.984764 [ 273 ] {f7391049-b5a2-4c0a-a8ab-96a5882eb0dc} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14907 | 2025.01.27 09:41:25.984815 [ 273 ] {f7391049-b5a2-4c0a-a8ab-96a5882eb0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14908 | 2025.01.27 09:41:25.985327 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002877467 sec., 24326.95144722772 rows/sec., 1.80 MiB/sec. | ||
| 14909 | 2025.01.27 09:41:25.985400 [ 273 ] {f7391049-b5a2-4c0a-a8ab-96a5882eb0dc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 14910 | 2025.01.27 09:41:25.985567 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14911 | 2025.01.27 09:41:25.985804 [ 273 ] {f7391049-b5a2-4c0a-a8ab-96a5882eb0dc} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14912 | 2025.01.27 09:41:25.986190 [ 273 ] {f7391049-b5a2-4c0a-a8ab-96a5882eb0dc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003444 sec., 580.7200929152149 rows/sec., 47.35 KiB/sec. | ||
| 14913 | 2025.01.27 09:41:25.986214 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14914 | 2025.01.27 09:41:25.986339 [ 273 ] {f7391049-b5a2-4c0a-a8ab-96a5882eb0dc} <Debug> TCPHandler: Processed in 0.00384791 sec. | ||
| 14915 | 2025.01.27 09:41:25.986433 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_57_14} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14916 | 2025.01.27 09:41:25.986551 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14917 | 2025.01.27 09:41:25.986590 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14918 | 2025.01.27 09:41:25.986709 [ 267 ] {75a92994-1dd0-4b3d-aece-0c4d8a885c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14919 | 2025.01.27 09:41:25.986772 [ 267 ] {75a92994-1dd0-4b3d-aece-0c4d8a885c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14920 | 2025.01.27 09:41:25.987923 [ 267 ] {75a92994-1dd0-4b3d-aece-0c4d8a885c04} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14921 | 2025.01.27 09:41:25.987964 [ 267 ] {75a92994-1dd0-4b3d-aece-0c4d8a885c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14922 | 2025.01.27 09:41:25.988429 [ 267 ] {75a92994-1dd0-4b3d-aece-0c4d8a885c04} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14923 | 2025.01.27 09:41:25.988682 [ 267 ] {75a92994-1dd0-4b3d-aece-0c4d8a885c04} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14924 | 2025.01.27 09:41:25.988900 [ 267 ] {75a92994-1dd0-4b3d-aece-0c4d8a885c04} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002224 sec., 639388.4892086331 rows/sec., 53.38 MiB/sec. | ||
| 14925 | 2025.01.27 09:41:25.988961 [ 267 ] {75a92994-1dd0-4b3d-aece-0c4d8a885c04} <Debug> TCPHandler: Processed in 0.002512759 sec. | ||
| 14926 | 2025.01.27 09:41:25.989115 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14927 | 2025.01.27 09:41:25.989233 [ 273 ] {ed72709a-7830-41e7-8a33-8e30ee522901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14928 | 2025.01.27 09:41:25.989281 [ 273 ] {ed72709a-7830-41e7-8a33-8e30ee522901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14929 | 2025.01.27 09:41:25.989880 [ 273 ] {ed72709a-7830-41e7-8a33-8e30ee522901} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14930 | 2025.01.27 09:41:25.989919 [ 273 ] {ed72709a-7830-41e7-8a33-8e30ee522901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14931 | 2025.01.27 09:41:25.990280 [ 273 ] {ed72709a-7830-41e7-8a33-8e30ee522901} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14932 | 2025.01.27 09:41:25.990520 [ 273 ] {ed72709a-7830-41e7-8a33-8e30ee522901} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14933 | 2025.01.27 09:41:25.990717 [ 273 ] {ed72709a-7830-41e7-8a33-8e30ee522901} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.00151 sec., 31788.079470198674 rows/sec., 2.28 MiB/sec. | ||
| 14934 | 2025.01.27 09:41:25.990768 [ 273 ] {ed72709a-7830-41e7-8a33-8e30ee522901} <Debug> TCPHandler: Processed in 0.00171496 sec. | ||
| 14935 | 2025.01.27 09:41:25.990916 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14936 | 2025.01.27 09:41:25.991056 [ 267 ] {202180eb-2a33-4a0c-bab2-61e90677450d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14937 | 2025.01.27 09:41:25.991116 [ 267 ] {202180eb-2a33-4a0c-bab2-61e90677450d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14938 | 2025.01.27 09:41:25.991865 [ 267 ] {202180eb-2a33-4a0c-bab2-61e90677450d} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14939 | 2025.01.27 09:41:25.991914 [ 267 ] {202180eb-2a33-4a0c-bab2-61e90677450d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14940 | 2025.01.27 09:41:25.992296 [ 267 ] {202180eb-2a33-4a0c-bab2-61e90677450d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14941 | 2025.01.27 09:41:25.992546 [ 267 ] {202180eb-2a33-4a0c-bab2-61e90677450d} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14942 | 2025.01.27 09:41:25.992751 [ 267 ] {202180eb-2a33-4a0c-bab2-61e90677450d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001727 sec., 140127.38853503185 rows/sec., 9.49 MiB/sec. | ||
| 14943 | 2025.01.27 09:41:25.992811 [ 267 ] {202180eb-2a33-4a0c-bab2-61e90677450d} <Debug> TCPHandler: Processed in 0.001955915 sec. | ||
| 14944 | 2025.01.27 09:41:25.992983 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14945 | 2025.01.27 09:41:25.993185 [ 273 ] {b4fd305e-69a8-4540-adf4-843b19ffbfd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14946 | 2025.01.27 09:41:25.993265 [ 273 ] {b4fd305e-69a8-4540-adf4-843b19ffbfd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14947 | 2025.01.27 09:41:25.994120 [ 273 ] {b4fd305e-69a8-4540-adf4-843b19ffbfd2} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14948 | 2025.01.27 09:41:25.994159 [ 273 ] {b4fd305e-69a8-4540-adf4-843b19ffbfd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14949 | 2025.01.27 09:41:25.994521 [ 273 ] {b4fd305e-69a8-4540-adf4-843b19ffbfd2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14950 | 2025.01.27 09:41:25.994759 [ 273 ] {b4fd305e-69a8-4540-adf4-843b19ffbfd2} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14951 | 2025.01.27 09:41:25.994927 [ 138 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14952 | 2025.01.27 09:41:25.994994 [ 138 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14953 | 2025.01.27 09:41:25.995000 [ 273 ] {b4fd305e-69a8-4540-adf4-843b19ffbfd2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00185 sec., 7027.027027027027 rows/sec., 438.13 KiB/sec. | ||
| 14954 | 2025.01.27 09:41:25.995031 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14955 | 2025.01.27 09:41:25.995178 [ 273 ] {b4fd305e-69a8-4540-adf4-843b19ffbfd2} <Debug> TCPHandler: Processed in 0.002278423 sec. | ||
| 14956 | 2025.01.27 09:41:25.995264 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 14957 | 2025.01.27 09:41:25.995384 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14958 | 2025.01.27 09:41:25.995458 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14959 | 2025.01.27 09:41:25.995538 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 14960 | 2025.01.27 09:41:25.995582 [ 267 ] {56338c54-0620-41a0-976d-e6c3add3b118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14961 | 2025.01.27 09:41:25.995767 [ 267 ] {56338c54-0620-41a0-976d-e6c3add3b118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14962 | 2025.01.27 09:41:25.995806 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 14963 | 2025.01.27 09:41:25.996156 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 14964 | 2025.01.27 09:41:25.996435 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 14965 | 2025.01.27 09:41:25.996790 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 14966 | 2025.01.27 09:41:25.998898 [ 267 ] {56338c54-0620-41a0-976d-e6c3add3b118} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14967 | 2025.01.27 09:41:25.998980 [ 267 ] {56338c54-0620-41a0-976d-e6c3add3b118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14968 | 2025.01.27 09:41:25.999271 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004125136 sec., 15757.056252205988 rows/sec., 1.02 MiB/sec. | ||
| 14969 | 2025.01.27 09:41:25.999470 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14970 | 2025.01.27 09:41:25.999865 [ 267 ] {56338c54-0620-41a0-976d-e6c3add3b118} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14971 | 2025.01.27 09:41:25.999958 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14972 | 2025.01.27 09:41:26.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.30 MiB, peak 283.19 MiB, free memory in arenas 0.00 B, will set to 266.43 MiB (RSS), difference: -3.87 MiB | ||
| 14973 | 2025.01.27 09:41:26.000282 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_57_14} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14974 | 2025.01.27 09:41:26.000544 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14975 | 2025.01.27 09:41:26.000653 [ 267 ] {56338c54-0620-41a0-976d-e6c3add3b118} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14976 | 2025.01.27 09:41:26.000996 [ 267 ] {56338c54-0620-41a0-976d-e6c3add3b118} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.00548 sec., 160401.4598540146 rows/sec., 11.63 MiB/sec. | ||
| 14977 | 2025.01.27 09:41:26.001062 [ 267 ] {56338c54-0620-41a0-976d-e6c3add3b118} <Debug> TCPHandler: Processed in 0.005761384 sec. | ||
| 14978 | 2025.01.27 09:41:26.001223 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14979 | 2025.01.27 09:41:26.001366 [ 273 ] {f6321874-9c91-4ba0-b582-08624d55211e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14980 | 2025.01.27 09:41:26.001426 [ 273 ] {f6321874-9c91-4ba0-b582-08624d55211e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14981 | 2025.01.27 09:41:26.001990 [ 273 ] {f6321874-9c91-4ba0-b582-08624d55211e} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14982 | 2025.01.27 09:41:26.002028 [ 273 ] {f6321874-9c91-4ba0-b582-08624d55211e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14983 | 2025.01.27 09:41:26.002394 [ 273 ] {f6321874-9c91-4ba0-b582-08624d55211e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14984 | 2025.01.27 09:41:26.002629 [ 273 ] {f6321874-9c91-4ba0-b582-08624d55211e} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14985 | 2025.01.27 09:41:26.002825 [ 273 ] {f6321874-9c91-4ba0-b582-08624d55211e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 210.39 KiB/sec. | ||
| 14986 | 2025.01.27 09:41:26.002874 [ 273 ] {f6321874-9c91-4ba0-b582-08624d55211e} <Debug> TCPHandler: Processed in 0.0017177 sec. | ||
| 14987 | 2025.01.27 09:41:26.003094 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14988 | 2025.01.27 09:41:26.003315 [ 267 ] {08236616-14ef-4a88-bd2f-37e5fdeea13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14989 | 2025.01.27 09:41:26.003411 [ 267 ] {08236616-14ef-4a88-bd2f-37e5fdeea13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14990 | 2025.01.27 09:41:26.004381 [ 267 ] {08236616-14ef-4a88-bd2f-37e5fdeea13f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14991 | 2025.01.27 09:41:26.004420 [ 267 ] {08236616-14ef-4a88-bd2f-37e5fdeea13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14992 | 2025.01.27 09:41:26.004859 [ 267 ] {08236616-14ef-4a88-bd2f-37e5fdeea13f} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14993 | 2025.01.27 09:41:26.005094 [ 267 ] {08236616-14ef-4a88-bd2f-37e5fdeea13f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14994 | 2025.01.27 09:41:26.005316 [ 267 ] {08236616-14ef-4a88-bd2f-37e5fdeea13f} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002055 sec., 465206.81265206815 rows/sec., 30.91 MiB/sec. | ||
| 14995 | 2025.01.27 09:41:26.005372 [ 267 ] {08236616-14ef-4a88-bd2f-37e5fdeea13f} <Debug> TCPHandler: Processed in 0.002389076 sec. | ||
| 14996 | 2025.01.27 09:41:26.005508 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14997 | 2025.01.27 09:41:26.005625 [ 273 ] {1d5b7169-4d4c-4b29-8e16-1b56094738fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14998 | 2025.01.27 09:41:26.005677 [ 273 ] {1d5b7169-4d4c-4b29-8e16-1b56094738fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14999 | 2025.01.27 09:41:26.006152 [ 273 ] {1d5b7169-4d4c-4b29-8e16-1b56094738fd} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15000 | 2025.01.27 09:41:26.006190 [ 273 ] {1d5b7169-4d4c-4b29-8e16-1b56094738fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15001 | 2025.01.27 09:41:26.006548 [ 273 ] {1d5b7169-4d4c-4b29-8e16-1b56094738fd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15002 | 2025.01.27 09:41:26.006780 [ 273 ] {1d5b7169-4d4c-4b29-8e16-1b56094738fd} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15003 | 2025.01.27 09:41:26.006984 [ 273 ] {1d5b7169-4d4c-4b29-8e16-1b56094738fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001383 sec., 723.0657989877079 rows/sec., 48.72 KiB/sec. | ||
| 15004 | 2025.01.27 09:41:26.007034 [ 273 ] {1d5b7169-4d4c-4b29-8e16-1b56094738fd} <Debug> TCPHandler: Processed in 0.001582686 sec. | ||
| 15005 | 2025.01.27 09:41:26.007193 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15006 | 2025.01.27 09:41:26.007332 [ 267 ] {689eefeb-25cd-4540-a3ac-35d71cb3b413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15007 | 2025.01.27 09:41:26.007425 [ 267 ] {689eefeb-25cd-4540-a3ac-35d71cb3b413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15008 | 2025.01.27 09:41:26.008655 [ 267 ] {689eefeb-25cd-4540-a3ac-35d71cb3b413} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15009 | 2025.01.27 09:41:26.008693 [ 267 ] {689eefeb-25cd-4540-a3ac-35d71cb3b413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15010 | 2025.01.27 09:41:26.009364 [ 267 ] {689eefeb-25cd-4540-a3ac-35d71cb3b413} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15011 | 2025.01.27 09:41:26.009626 [ 267 ] {689eefeb-25cd-4540-a3ac-35d71cb3b413} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15012 | 2025.01.27 09:41:26.009861 [ 267 ] {689eefeb-25cd-4540-a3ac-35d71cb3b413} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002561 sec., 15228.426395939086 rows/sec., 27.29 MiB/sec. | ||
| 15013 | 2025.01.27 09:41:26.009973 [ 267 ] {689eefeb-25cd-4540-a3ac-35d71cb3b413} <Debug> TCPHandler: Processed in 0.002846796 sec. | ||
| 15014 | 2025.01.27 09:41:26.010174 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15015 | 2025.01.27 09:41:26.010395 [ 273 ] {3e22a765-a687-4d97-9c20-d7f4b577d1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15016 | 2025.01.27 09:41:26.010486 [ 273 ] {3e22a765-a687-4d97-9c20-d7f4b577d1ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15017 | 2025.01.27 09:41:26.011169 [ 273 ] {3e22a765-a687-4d97-9c20-d7f4b577d1ee} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15018 | 2025.01.27 09:41:26.011207 [ 273 ] {3e22a765-a687-4d97-9c20-d7f4b577d1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15019 | 2025.01.27 09:41:26.011570 [ 273 ] {3e22a765-a687-4d97-9c20-d7f4b577d1ee} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15020 | 2025.01.27 09:41:26.011814 [ 273 ] {3e22a765-a687-4d97-9c20-d7f4b577d1ee} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15021 | 2025.01.27 09:41:26.012014 [ 273 ] {3e22a765-a687-4d97-9c20-d7f4b577d1ee} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001674 sec., 20310.633213859022 rows/sec., 1.18 MiB/sec. | ||
| 15022 | 2025.01.27 09:41:26.012063 [ 273 ] {3e22a765-a687-4d97-9c20-d7f4b577d1ee} <Debug> TCPHandler: Processed in 0.001997086 sec. | ||
| 15023 | 2025.01.27 09:41:26.657430 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15024 | 2025.01.27 09:41:26.657468 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15025 | 2025.01.27 09:41:26.659528 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15026 | 2025.01.27 09:41:26.736336 [ 222 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15027 | 2025.01.27 09:41:26.736388 [ 222 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15028 | 2025.01.27 09:41:26.738451 [ 222 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15029 | 2025.01.27 09:41:26.809295 [ 218 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15030 | 2025.01.27 09:41:26.809343 [ 218 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15031 | 2025.01.27 09:41:26.811051 [ 218 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15032 | 2025.01.27 09:41:26.936224 [ 219 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15033 | 2025.01.27 09:41:26.936309 [ 219 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15034 | 2025.01.27 09:41:26.938848 [ 219 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 15035 | 2025.01.27 09:41:27.000215 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.77 MiB, peak 283.19 MiB, free memory in arenas 0.00 B, will set to 266.43 MiB (RSS), difference: 2.66 MiB | ||
| 15036 | 2025.01.27 09:41:27.264438 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 15037 | 2025.01.27 09:41:27.287044 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15038 | 2025.01.27 09:41:27.287098 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15039 | 2025.01.27 09:41:27.294567 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15040 | 2025.01.27 09:41:27.295373 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15041 | 2025.01.27 09:41:27.298130 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 15042 | 2025.01.27 09:41:29.860804 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2084 | ||
| 15043 | 2025.01.27 09:41:29.864472 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15044 | 2025.01.27 09:41:29.864524 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15045 | 2025.01.27 09:41:29.866060 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15046 | 2025.01.27 09:41:29.866367 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15047 | 2025.01.27 09:41:29.866936 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2084 | ||
| 15048 | 2025.01.27 09:41:30.651195 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15049 | 2025.01.27 09:41:30.651388 [ 267 ] {93d8d584-33db-4dd0-a260-4fbb5921109e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15050 | 2025.01.27 09:41:30.651459 [ 267 ] {93d8d584-33db-4dd0-a260-4fbb5921109e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15051 | 2025.01.27 09:41:30.652199 [ 267 ] {93d8d584-33db-4dd0-a260-4fbb5921109e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15052 | 2025.01.27 09:41:30.652254 [ 267 ] {93d8d584-33db-4dd0-a260-4fbb5921109e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15053 | 2025.01.27 09:41:30.652706 [ 267 ] {93d8d584-33db-4dd0-a260-4fbb5921109e} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15054 | 2025.01.27 09:41:30.652966 [ 267 ] {93d8d584-33db-4dd0-a260-4fbb5921109e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15055 | 2025.01.27 09:41:30.653198 [ 267 ] {93d8d584-33db-4dd0-a260-4fbb5921109e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.30 MiB/sec. | ||
| 15056 | 2025.01.27 09:41:30.653261 [ 267 ] {93d8d584-33db-4dd0-a260-4fbb5921109e} <Debug> TCPHandler: Processed in 0.002206002 sec. | ||
| 15057 | 2025.01.27 09:41:30.653501 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15058 | 2025.01.27 09:41:30.653698 [ 273 ] {31e5d8a9-a68c-4055-a446-4de147ee0a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15059 | 2025.01.27 09:41:30.653772 [ 273 ] {31e5d8a9-a68c-4055-a446-4de147ee0a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15060 | 2025.01.27 09:41:30.654541 [ 273 ] {31e5d8a9-a68c-4055-a446-4de147ee0a66} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15061 | 2025.01.27 09:41:30.654581 [ 273 ] {31e5d8a9-a68c-4055-a446-4de147ee0a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15062 | 2025.01.27 09:41:30.655021 [ 273 ] {31e5d8a9-a68c-4055-a446-4de147ee0a66} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15063 | 2025.01.27 09:41:30.655278 [ 273 ] {31e5d8a9-a68c-4055-a446-4de147ee0a66} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15064 | 2025.01.27 09:41:30.655467 [ 273 ] {31e5d8a9-a68c-4055-a446-4de147ee0a66} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001828 sec., 35010.9409190372 rows/sec., 2.73 MiB/sec. | ||
| 15065 | 2025.01.27 09:41:30.655524 [ 273 ] {31e5d8a9-a68c-4055-a446-4de147ee0a66} <Debug> TCPHandler: Processed in 0.0021585 sec. | ||
| 15066 | 2025.01.27 09:41:30.655663 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15067 | 2025.01.27 09:41:30.655783 [ 267 ] {20b59982-06c6-4a47-9ba9-5948b7a072ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15068 | 2025.01.27 09:41:30.655836 [ 267 ] {20b59982-06c6-4a47-9ba9-5948b7a072ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15069 | 2025.01.27 09:41:30.656390 [ 267 ] {20b59982-06c6-4a47-9ba9-5948b7a072ff} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15070 | 2025.01.27 09:41:30.656431 [ 267 ] {20b59982-06c6-4a47-9ba9-5948b7a072ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15071 | 2025.01.27 09:41:30.656826 [ 267 ] {20b59982-06c6-4a47-9ba9-5948b7a072ff} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15072 | 2025.01.27 09:41:30.657144 [ 267 ] {20b59982-06c6-4a47-9ba9-5948b7a072ff} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15073 | 2025.01.27 09:41:30.657537 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 5 parts from all_1_129_26 to all_133_133_0 | ||
| 15074 | 2025.01.27 09:41:30.657665 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15075 | 2025.01.27 09:41:30.657806 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15076 | 2025.01.27 09:41:30.657927 [ 267 ] {20b59982-06c6-4a47-9ba9-5948b7a072ff} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002141 sec., 59785.14712751051 rows/sec., 4.16 MiB/sec. | ||
| 15077 | 2025.01.27 09:41:30.658113 [ 267 ] {20b59982-06c6-4a47-9ba9-5948b7a072ff} <Debug> TCPHandler: Processed in 0.002504308 sec. | ||
| 15078 | 2025.01.27 09:41:30.658140 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_129_26 to all_133_133_0 into Compact with storage Full | ||
| 15079 | 2025.01.27 09:41:30.658295 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15080 | 2025.01.27 09:41:30.658315 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15081 | 2025.01.27 09:41:30.658370 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_129_26, total 38595 rows starting from the beginning of the part | ||
| 15082 | 2025.01.27 09:41:30.658534 [ 273 ] {7167fda1-b46f-46ed-84e9-ebbf0705df61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15083 | 2025.01.27 09:41:30.658664 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part | ||
| 15084 | 2025.01.27 09:41:30.658731 [ 273 ] {7167fda1-b46f-46ed-84e9-ebbf0705df61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15085 | 2025.01.27 09:41:30.659134 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 15086 | 2025.01.27 09:41:30.659537 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 15087 | 2025.01.27 09:41:30.659945 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 956 rows starting from the beginning of the part | ||
| 15088 | 2025.01.27 09:41:30.660969 [ 273 ] {7167fda1-b46f-46ed-84e9-ebbf0705df61} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15089 | 2025.01.27 09:41:30.661048 [ 273 ] {7167fda1-b46f-46ed-84e9-ebbf0705df61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 15090 | 2025.01.27 09:41:30.661686 [ 273 ] {7167fda1-b46f-46ed-84e9-ebbf0705df61} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15091 | 2025.01.27 09:41:30.662060 [ 273 ] {7167fda1-b46f-46ed-84e9-ebbf0705df61} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15092 | 2025.01.27 09:41:30.662630 [ 273 ] {7167fda1-b46f-46ed-84e9-ebbf0705df61} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004171 sec., 11508.03164708703 rows/sec., 794.17 KiB/sec. | ||
| 15093 | 2025.01.27 09:41:30.662823 [ 273 ] {7167fda1-b46f-46ed-84e9-ebbf0705df61} <Debug> TCPHandler: Processed in 0.004627577 sec. | ||
| 15094 | 2025.01.27 09:41:30.669159 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40108 rows, containing 5 columns (5 merged, 0 gathered) in 0.011150269 sec., 3597043.264158021 rows/sec., 242.83 MiB/sec. | ||
| 15095 | 2025.01.27 09:41:30.669577 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Trace> MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary) | ||
| 15096 | 2025.01.27 09:41:30.669864 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15097 | 2025.01.27 09:41:30.669940 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 5 parts: [all_1_129_26, all_133_133_0] -> all_1_133_27 | ||
| 15098 | 2025.01.27 09:41:30.670011 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 15099 | 2025.01.27 09:41:32.173044 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 15100 | 2025.01.27 09:41:32.173914 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15101 | 2025.01.27 09:41:32.173983 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15102 | 2025.01.27 09:41:32.174666 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15103 | 2025.01.27 09:41:32.175040 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15104 | 2025.01.27 09:41:32.175387 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 15105 | 2025.01.27 09:41:34.799150 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 15106 | 2025.01.27 09:41:34.821679 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15107 | 2025.01.27 09:41:34.821745 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15108 | 2025.01.27 09:41:34.829239 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15109 | 2025.01.27 09:41:34.830102 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15110 | 2025.01.27 09:41:34.835363 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 15111 | 2025.01.27 09:41:35.652252 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15112 | 2025.01.27 09:41:35.652442 [ 267 ] {b1361fc0-7a8d-417b-92c2-8b0805403fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15113 | 2025.01.27 09:41:35.652513 [ 267 ] {b1361fc0-7a8d-417b-92c2-8b0805403fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15114 | 2025.01.27 09:41:35.653247 [ 267 ] {b1361fc0-7a8d-417b-92c2-8b0805403fc0} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15115 | 2025.01.27 09:41:35.653288 [ 267 ] {b1361fc0-7a8d-417b-92c2-8b0805403fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15116 | 2025.01.27 09:41:35.653734 [ 267 ] {b1361fc0-7a8d-417b-92c2-8b0805403fc0} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15117 | 2025.01.27 09:41:35.653997 [ 267 ] {b1361fc0-7a8d-417b-92c2-8b0805403fc0} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15118 | 2025.01.27 09:41:35.654200 [ 267 ] {b1361fc0-7a8d-417b-92c2-8b0805403fc0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001812 sec., 30905.077262693158 rows/sec., 2.36 MiB/sec. | ||
| 15119 | 2025.01.27 09:41:35.654256 [ 267 ] {b1361fc0-7a8d-417b-92c2-8b0805403fc0} <Debug> TCPHandler: Processed in 0.00212766 sec. | ||
| 15120 | 2025.01.27 09:41:35.654502 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15121 | 2025.01.27 09:41:35.654725 [ 273 ] {f112826a-2732-4e04-9d76-bd3d6ecabc57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15122 | 2025.01.27 09:41:35.654807 [ 273 ] {f112826a-2732-4e04-9d76-bd3d6ecabc57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15123 | 2025.01.27 09:41:35.655625 [ 273 ] {f112826a-2732-4e04-9d76-bd3d6ecabc57} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15124 | 2025.01.27 09:41:35.655673 [ 273 ] {f112826a-2732-4e04-9d76-bd3d6ecabc57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15125 | 2025.01.27 09:41:35.656125 [ 273 ] {f112826a-2732-4e04-9d76-bd3d6ecabc57} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15126 | 2025.01.27 09:41:35.656391 [ 273 ] {f112826a-2732-4e04-9d76-bd3d6ecabc57} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15127 | 2025.01.27 09:41:35.656622 [ 273 ] {f112826a-2732-4e04-9d76-bd3d6ecabc57} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001961 sec., 32636.40999490056 rows/sec., 2.55 MiB/sec. | ||
| 15128 | 2025.01.27 09:41:35.656680 [ 273 ] {f112826a-2732-4e04-9d76-bd3d6ecabc57} <Debug> TCPHandler: Processed in 0.002321644 sec. | ||
| 15129 | 2025.01.27 09:41:35.656825 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15130 | 2025.01.27 09:41:35.656966 [ 267 ] {fb378793-0ec5-41a3-b171-762b1665be8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15131 | 2025.01.27 09:41:35.657028 [ 267 ] {fb378793-0ec5-41a3-b171-762b1665be8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15132 | 2025.01.27 09:41:35.657660 [ 267 ] {fb378793-0ec5-41a3-b171-762b1665be8e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15133 | 2025.01.27 09:41:35.657697 [ 267 ] {fb378793-0ec5-41a3-b171-762b1665be8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15134 | 2025.01.27 09:41:35.658117 [ 267 ] {fb378793-0ec5-41a3-b171-762b1665be8e} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15135 | 2025.01.27 09:41:35.658359 [ 267 ] {fb378793-0ec5-41a3-b171-762b1665be8e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15136 | 2025.01.27 09:41:35.658534 [ 267 ] {fb378793-0ec5-41a3-b171-762b1665be8e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 15137 | 2025.01.27 09:41:35.658584 [ 267 ] {fb378793-0ec5-41a3-b171-762b1665be8e} <Debug> TCPHandler: Processed in 0.001827062 sec. | ||
| 15138 | 2025.01.27 09:41:35.658769 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15139 | 2025.01.27 09:41:35.658910 [ 273 ] {939ec8bd-bef9-44de-b483-8cd8e9d4d231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15140 | 2025.01.27 09:41:35.658970 [ 273 ] {939ec8bd-bef9-44de-b483-8cd8e9d4d231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15141 | 2025.01.27 09:41:35.659503 [ 273 ] {939ec8bd-bef9-44de-b483-8cd8e9d4d231} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15142 | 2025.01.27 09:41:35.659542 [ 273 ] {939ec8bd-bef9-44de-b483-8cd8e9d4d231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15143 | 2025.01.27 09:41:35.659926 [ 273 ] {939ec8bd-bef9-44de-b483-8cd8e9d4d231} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15144 | 2025.01.27 09:41:35.660178 [ 273 ] {939ec8bd-bef9-44de-b483-8cd8e9d4d231} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15145 | 2025.01.27 09:41:35.660398 [ 273 ] {939ec8bd-bef9-44de-b483-8cd8e9d4d231} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec. | ||
| 15146 | 2025.01.27 09:41:35.660447 [ 273 ] {939ec8bd-bef9-44de-b483-8cd8e9d4d231} <Debug> TCPHandler: Processed in 0.00174836 sec. | ||
| 15147 | 2025.01.27 09:41:38.732133 [ 222 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15148 | 2025.01.27 09:41:38.732232 [ 222 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15149 | 2025.01.27 09:41:38.734022 [ 222 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 15150 | 2025.01.27 09:41:39.216754 [ 222 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15151 | 2025.01.27 09:41:39.216809 [ 222 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15152 | 2025.01.27 09:41:39.218828 [ 222 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15153 | 2025.01.27 09:41:39.401341 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15154 | 2025.01.27 09:41:39.401397 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15155 | 2025.01.27 09:41:39.590489 [ 225 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15156 | 2025.01.27 09:41:39.590558 [ 225 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15157 | 2025.01.27 09:41:39.592727 [ 225 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15158 | 2025.01.27 09:41:39.676470 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 15159 | 2025.01.27 09:41:39.677118 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15160 | 2025.01.27 09:41:39.677162 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15161 | 2025.01.27 09:41:39.677685 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15162 | 2025.01.27 09:41:39.677947 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15163 | 2025.01.27 09:41:39.678206 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 15164 | 2025.01.27 09:41:39.868148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2100 | ||
| 15165 | 2025.01.27 09:41:39.870888 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15166 | 2025.01.27 09:41:39.870939 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15167 | 2025.01.27 09:41:39.872445 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15168 | 2025.01.27 09:41:39.872753 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15169 | 2025.01.27 09:41:39.873284 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2100 | ||
| 15170 | 2025.01.27 09:41:40.002038 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001632928 sec. | ||
| 15171 | 2025.01.27 09:41:40.660113 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15172 | 2025.01.27 09:41:40.660311 [ 267 ] {b200dbcf-11c2-464e-a665-bf4d6327c6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15173 | 2025.01.27 09:41:40.660388 [ 267 ] {b200dbcf-11c2-464e-a665-bf4d6327c6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15174 | 2025.01.27 09:41:40.661161 [ 267 ] {b200dbcf-11c2-464e-a665-bf4d6327c6a1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15175 | 2025.01.27 09:41:40.661214 [ 267 ] {b200dbcf-11c2-464e-a665-bf4d6327c6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15176 | 2025.01.27 09:41:40.661668 [ 267 ] {b200dbcf-11c2-464e-a665-bf4d6327c6a1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15177 | 2025.01.27 09:41:40.661932 [ 267 ] {b200dbcf-11c2-464e-a665-bf4d6327c6a1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15178 | 2025.01.27 09:41:40.662164 [ 267 ] {b200dbcf-11c2-464e-a665-bf4d6327c6a1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 15179 | 2025.01.27 09:41:40.662222 [ 267 ] {b200dbcf-11c2-464e-a665-bf4d6327c6a1} <Debug> TCPHandler: Processed in 0.002245242 sec. | ||
| 15180 | 2025.01.27 09:41:40.662474 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15181 | 2025.01.27 09:41:40.662666 [ 273 ] {14f15683-ca8b-49d6-af06-102862343a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15182 | 2025.01.27 09:41:40.662737 [ 273 ] {14f15683-ca8b-49d6-af06-102862343a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15183 | 2025.01.27 09:41:40.663672 [ 273 ] {14f15683-ca8b-49d6-af06-102862343a81} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15184 | 2025.01.27 09:41:40.663711 [ 273 ] {14f15683-ca8b-49d6-af06-102862343a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15185 | 2025.01.27 09:41:40.664175 [ 273 ] {14f15683-ca8b-49d6-af06-102862343a81} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15186 | 2025.01.27 09:41:40.664448 [ 273 ] {14f15683-ca8b-49d6-af06-102862343a81} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15187 | 2025.01.27 09:41:40.664607 [ 139 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15188 | 2025.01.27 09:41:40.664649 [ 139 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15189 | 2025.01.27 09:41:40.664650 [ 273 ] {14f15683-ca8b-49d6-af06-102862343a81} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002038 sec., 137880.2747791953 rows/sec., 12.16 MiB/sec. | ||
| 15190 | 2025.01.27 09:41:40.664670 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15191 | 2025.01.27 09:41:40.664769 [ 273 ] {14f15683-ca8b-49d6-af06-102862343a81} <Debug> TCPHandler: Processed in 0.002427556 sec. | ||
| 15192 | 2025.01.27 09:41:40.664891 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15193 | 2025.01.27 09:41:40.664957 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15194 | 2025.01.27 09:41:40.665022 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15195 | 2025.01.27 09:41:40.665063 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1430 rows starting from the beginning of the part | ||
| 15196 | 2025.01.27 09:41:40.665098 [ 267 ] {8a2b507a-7d8a-4d06-8a31-eb08d457ff12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15197 | 2025.01.27 09:41:40.665163 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part | ||
| 15198 | 2025.01.27 09:41:40.665163 [ 267 ] {8a2b507a-7d8a-4d06-8a31-eb08d457ff12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15199 | 2025.01.27 09:41:40.665658 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1422 rows starting from the beginning of the part | ||
| 15200 | 2025.01.27 09:41:40.666054 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part | ||
| 15201 | 2025.01.27 09:41:40.666375 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part | ||
| 15202 | 2025.01.27 09:41:40.666788 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 281 rows starting from the beginning of the part | ||
| 15203 | 2025.01.27 09:41:40.667913 [ 267 ] {8a2b507a-7d8a-4d06-8a31-eb08d457ff12} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15204 | 2025.01.27 09:41:40.667958 [ 267 ] {8a2b507a-7d8a-4d06-8a31-eb08d457ff12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15205 | 2025.01.27 09:41:40.668545 [ 267 ] {8a2b507a-7d8a-4d06-8a31-eb08d457ff12} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15206 | 2025.01.27 09:41:40.668823 [ 267 ] {8a2b507a-7d8a-4d06-8a31-eb08d457ff12} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15207 | 2025.01.27 09:41:40.669035 [ 267 ] {8a2b507a-7d8a-4d06-8a31-eb08d457ff12} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003974 sec., 11575.239053850024 rows/sec., 852.71 KiB/sec. | ||
| 15208 | 2025.01.27 09:41:40.669133 [ 267 ] {8a2b507a-7d8a-4d06-8a31-eb08d457ff12} <Debug> TCPHandler: Processed in 0.004245049 sec. | ||
| 15209 | 2025.01.27 09:41:40.669355 [ 199 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.004583777 sec., 720148.4714461459 rows/sec., 62.88 MiB/sec. | ||
| 15210 | 2025.01.27 09:41:40.669358 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15211 | 2025.01.27 09:41:40.669527 [ 273 ] {222be038-e14c-4ac1-8a08-e72c333e2d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15212 | 2025.01.27 09:41:40.669590 [ 273 ] {222be038-e14c-4ac1-8a08-e72c333e2d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15213 | 2025.01.27 09:41:40.669596 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15214 | 2025.01.27 09:41:40.670299 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15215 | 2025.01.27 09:41:40.670457 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_136_27} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15216 | 2025.01.27 09:41:40.670598 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 15217 | 2025.01.27 09:41:40.670822 [ 273 ] {222be038-e14c-4ac1-8a08-e72c333e2d6b} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15218 | 2025.01.27 09:41:40.670867 [ 273 ] {222be038-e14c-4ac1-8a08-e72c333e2d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15219 | 2025.01.27 09:41:40.671234 [ 273 ] {222be038-e14c-4ac1-8a08-e72c333e2d6b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15220 | 2025.01.27 09:41:40.671484 [ 273 ] {222be038-e14c-4ac1-8a08-e72c333e2d6b} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15221 | 2025.01.27 09:41:40.671701 [ 273 ] {222be038-e14c-4ac1-8a08-e72c333e2d6b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00222 sec., 6306.3063063063055 rows/sec., 441.65 KiB/sec. | ||
| 15222 | 2025.01.27 09:41:40.671755 [ 273 ] {222be038-e14c-4ac1-8a08-e72c333e2d6b} <Debug> TCPHandler: Processed in 0.002512308 sec. | ||
| 15223 | 2025.01.27 09:41:40.671910 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15224 | 2025.01.27 09:41:40.672053 [ 267 ] {a0f86400-13b5-416b-a28a-7bd7446a69a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15225 | 2025.01.27 09:41:40.672109 [ 267 ] {a0f86400-13b5-416b-a28a-7bd7446a69a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15226 | 2025.01.27 09:41:40.672727 [ 267 ] {a0f86400-13b5-416b-a28a-7bd7446a69a0} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15227 | 2025.01.27 09:41:40.672765 [ 267 ] {a0f86400-13b5-416b-a28a-7bd7446a69a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15228 | 2025.01.27 09:41:40.673136 [ 267 ] {a0f86400-13b5-416b-a28a-7bd7446a69a0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15229 | 2025.01.27 09:41:40.673375 [ 267 ] {a0f86400-13b5-416b-a28a-7bd7446a69a0} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15230 | 2025.01.27 09:41:40.673583 [ 267 ] {a0f86400-13b5-416b-a28a-7bd7446a69a0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec. | ||
| 15231 | 2025.01.27 09:41:40.673633 [ 267 ] {a0f86400-13b5-416b-a28a-7bd7446a69a0} <Debug> TCPHandler: Processed in 0.001788942 sec. | ||
| 15232 | 2025.01.27 09:41:40.673804 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15233 | 2025.01.27 09:41:40.673943 [ 273 ] {97e48579-6255-4080-969e-4be853fb706e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15234 | 2025.01.27 09:41:40.674005 [ 273 ] {97e48579-6255-4080-969e-4be853fb706e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15235 | 2025.01.27 09:41:40.674828 [ 273 ] {97e48579-6255-4080-969e-4be853fb706e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15236 | 2025.01.27 09:41:40.674868 [ 273 ] {97e48579-6255-4080-969e-4be853fb706e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15237 | 2025.01.27 09:41:40.675263 [ 273 ] {97e48579-6255-4080-969e-4be853fb706e} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15238 | 2025.01.27 09:41:40.675517 [ 273 ] {97e48579-6255-4080-969e-4be853fb706e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15239 | 2025.01.27 09:41:40.675704 [ 136 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15240 | 2025.01.27 09:41:40.675725 [ 273 ] {97e48579-6255-4080-969e-4be853fb706e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001812 sec., 232339.9558498896 rows/sec., 16.60 MiB/sec. | ||
| 15241 | 2025.01.27 09:41:40.675784 [ 136 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15242 | 2025.01.27 09:41:40.675852 [ 273 ] {97e48579-6255-4080-969e-4be853fb706e} <Debug> TCPHandler: Processed in 0.002112119 sec. | ||
| 15243 | 2025.01.27 09:41:40.675856 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15244 | 2025.01.27 09:41:40.676063 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15245 | 2025.01.27 09:41:40.676073 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15246 | 2025.01.27 09:41:40.676274 [ 267 ] {41c8d6ac-95bf-4e72-a2dd-283046333b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15247 | 2025.01.27 09:41:40.676396 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15248 | 2025.01.27 09:41:40.676401 [ 267 ] {41c8d6ac-95bf-4e72-a2dd-283046333b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15249 | 2025.01.27 09:41:40.676479 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 913 rows starting from the beginning of the part | ||
| 15250 | 2025.01.27 09:41:40.676819 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part | ||
| 15251 | 2025.01.27 09:41:40.677164 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 879 rows starting from the beginning of the part | ||
| 15252 | 2025.01.27 09:41:40.677509 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
| 15253 | 2025.01.27 09:41:40.677800 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part | ||
| 15254 | 2025.01.27 09:41:40.678112 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 421 rows starting from the beginning of the part | ||
| 15255 | 2025.01.27 09:41:40.679032 [ 267 ] {41c8d6ac-95bf-4e72-a2dd-283046333b70} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15256 | 2025.01.27 09:41:40.679112 [ 267 ] {41c8d6ac-95bf-4e72-a2dd-283046333b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15257 | 2025.01.27 09:41:40.680072 [ 267 ] {41c8d6ac-95bf-4e72-a2dd-283046333b70} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15258 | 2025.01.27 09:41:40.680554 [ 267 ] {41c8d6ac-95bf-4e72-a2dd-283046333b70} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15259 | 2025.01.27 09:41:40.680969 [ 267 ] {41c8d6ac-95bf-4e72-a2dd-283046333b70} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004734 sec., 1267.4271229404308 rows/sec., 66.22 KiB/sec. | ||
| 15260 | 2025.01.27 09:41:40.681422 [ 267 ] {41c8d6ac-95bf-4e72-a2dd-283046333b70} <Debug> TCPHandler: Processed in 0.005444206 sec. | ||
| 15261 | 2025.01.27 09:41:40.681781 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.005785714 sec., 415679.03287303867 rows/sec., 31.87 MiB/sec. | ||
| 15262 | 2025.01.27 09:41:40.681823 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15263 | 2025.01.27 09:41:40.682070 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15264 | 2025.01.27 09:41:40.682209 [ 273 ] {1a293304-5217-4823-8129-5a33157e2563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15265 | 2025.01.27 09:41:40.682324 [ 273 ] {1a293304-5217-4823-8129-5a33157e2563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15266 | 2025.01.27 09:41:40.682690 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15267 | 2025.01.27 09:41:40.682892 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_136_27} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15268 | 2025.01.27 09:41:40.683011 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 15269 | 2025.01.27 09:41:40.683317 [ 273 ] {1a293304-5217-4823-8129-5a33157e2563} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15270 | 2025.01.27 09:41:40.683361 [ 273 ] {1a293304-5217-4823-8129-5a33157e2563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15271 | 2025.01.27 09:41:40.683889 [ 273 ] {1a293304-5217-4823-8129-5a33157e2563} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15272 | 2025.01.27 09:41:40.684141 [ 273 ] {1a293304-5217-4823-8129-5a33157e2563} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15273 | 2025.01.27 09:41:40.684348 [ 273 ] {1a293304-5217-4823-8129-5a33157e2563} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002243 sec., 105662.05974141773 rows/sec., 7.08 MiB/sec. | ||
| 15274 | 2025.01.27 09:41:40.684408 [ 273 ] {1a293304-5217-4823-8129-5a33157e2563} <Debug> TCPHandler: Processed in 0.002792135 sec. | ||
| 15275 | 2025.01.27 09:41:40.684576 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15276 | 2025.01.27 09:41:40.684719 [ 267 ] {dc7d35f0-4805-4865-ac86-662b00041301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15277 | 2025.01.27 09:41:40.684782 [ 267 ] {dc7d35f0-4805-4865-ac86-662b00041301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15278 | 2025.01.27 09:41:40.685336 [ 267 ] {dc7d35f0-4805-4865-ac86-662b00041301} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15279 | 2025.01.27 09:41:40.685375 [ 267 ] {dc7d35f0-4805-4865-ac86-662b00041301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15280 | 2025.01.27 09:41:40.685740 [ 267 ] {dc7d35f0-4805-4865-ac86-662b00041301} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15281 | 2025.01.27 09:41:40.685980 [ 267 ] {dc7d35f0-4805-4865-ac86-662b00041301} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15282 | 2025.01.27 09:41:40.686201 [ 267 ] {dc7d35f0-4805-4865-ac86-662b00041301} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001514 sec., 660.5019815059445 rows/sec., 44.51 KiB/sec. | ||
| 15283 | 2025.01.27 09:41:40.686250 [ 267 ] {dc7d35f0-4805-4865-ac86-662b00041301} <Debug> TCPHandler: Processed in 0.001744221 sec. | ||
| 15284 | 2025.01.27 09:41:40.686409 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15285 | 2025.01.27 09:41:40.686528 [ 273 ] {b8ee5094-68f7-41af-88a0-f496bf40c915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15286 | 2025.01.27 09:41:40.686608 [ 273 ] {b8ee5094-68f7-41af-88a0-f496bf40c915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15287 | 2025.01.27 09:41:40.687849 [ 273 ] {b8ee5094-68f7-41af-88a0-f496bf40c915} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15288 | 2025.01.27 09:41:40.687888 [ 273 ] {b8ee5094-68f7-41af-88a0-f496bf40c915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15289 | 2025.01.27 09:41:40.688597 [ 273 ] {b8ee5094-68f7-41af-88a0-f496bf40c915} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15290 | 2025.01.27 09:41:40.688864 [ 273 ] {b8ee5094-68f7-41af-88a0-f496bf40c915} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15291 | 2025.01.27 09:41:40.689103 [ 273 ] {b8ee5094-68f7-41af-88a0-f496bf40c915} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.0026 sec., 15000 rows/sec., 26.88 MiB/sec. | ||
| 15292 | 2025.01.27 09:41:40.689200 [ 273 ] {b8ee5094-68f7-41af-88a0-f496bf40c915} <Debug> TCPHandler: Processed in 0.002853046 sec. | ||
| 15293 | 2025.01.27 09:41:40.689361 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15294 | 2025.01.27 09:41:40.689499 [ 267 ] {2da234be-590b-409b-8bb8-4243685880b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15295 | 2025.01.27 09:41:40.689560 [ 267 ] {2da234be-590b-409b-8bb8-4243685880b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15296 | 2025.01.27 09:41:40.690140 [ 267 ] {2da234be-590b-409b-8bb8-4243685880b3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15297 | 2025.01.27 09:41:40.690186 [ 267 ] {2da234be-590b-409b-8bb8-4243685880b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15298 | 2025.01.27 09:41:40.690579 [ 267 ] {2da234be-590b-409b-8bb8-4243685880b3} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15299 | 2025.01.27 09:41:40.690815 [ 267 ] {2da234be-590b-409b-8bb8-4243685880b3} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15300 | 2025.01.27 09:41:40.690998 [ 136 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15301 | 2025.01.27 09:41:40.691038 [ 267 ] {2da234be-590b-409b-8bb8-4243685880b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec. | ||
| 15302 | 2025.01.27 09:41:40.691065 [ 136 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15303 | 2025.01.27 09:41:40.691127 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15304 | 2025.01.27 09:41:40.691154 [ 267 ] {2da234be-590b-409b-8bb8-4243685880b3} <Debug> TCPHandler: Processed in 0.001859584 sec. | ||
| 15305 | 2025.01.27 09:41:40.691374 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 15306 | 2025.01.27 09:41:40.691570 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15307 | 2025.01.27 09:41:40.691666 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 8000 rows starting from the beginning of the part | ||
| 15308 | 2025.01.27 09:41:40.692012 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 15309 | 2025.01.27 09:41:40.692545 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 34 rows starting from the beginning of the part | ||
| 15310 | 2025.01.27 09:41:40.692982 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 48 rows starting from the beginning of the part | ||
| 15311 | 2025.01.27 09:41:40.693295 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 15312 | 2025.01.27 09:41:40.693555 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part | ||
| 15313 | 2025.01.27 09:41:40.696054 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8284 rows, containing 4 columns (4 merged, 0 gathered) in 0.004824812 sec., 1716958.0908022944 rows/sec., 111.89 MiB/sec. | ||
| 15314 | 2025.01.27 09:41:40.696279 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15315 | 2025.01.27 09:41:40.696636 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15316 | 2025.01.27 09:41:40.696727 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_136_27} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15317 | 2025.01.27 09:41:40.696832 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 15318 | 2025.01.27 09:41:40.783502 [ 218 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15319 | 2025.01.27 09:41:40.783546 [ 218 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15320 | 2025.01.27 09:41:40.786071 [ 218 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15321 | 2025.01.27 09:41:41.000151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.27 MiB, peak 283.19 MiB, free memory in arenas 0.00 B, will set to 266.43 MiB (RSS), difference: 3.16 MiB | ||
| 15322 | 2025.01.27 09:41:42.336393 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 15323 | 2025.01.27 09:41:42.361664 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15324 | 2025.01.27 09:41:42.361732 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15325 | 2025.01.27 09:41:42.369383 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15326 | 2025.01.27 09:41:42.370174 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15327 | 2025.01.27 09:41:42.373320 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 15328 | 2025.01.27 09:41:45.652430 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15329 | 2025.01.27 09:41:45.652648 [ 267 ] {caf6bcd4-53b5-4d95-a92a-b59a02acf653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15330 | 2025.01.27 09:41:45.652730 [ 267 ] {caf6bcd4-53b5-4d95-a92a-b59a02acf653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15331 | 2025.01.27 09:41:45.653591 [ 267 ] {caf6bcd4-53b5-4d95-a92a-b59a02acf653} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15332 | 2025.01.27 09:41:45.653636 [ 267 ] {caf6bcd4-53b5-4d95-a92a-b59a02acf653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15333 | 2025.01.27 09:41:45.654078 [ 267 ] {caf6bcd4-53b5-4d95-a92a-b59a02acf653} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15334 | 2025.01.27 09:41:45.654342 [ 267 ] {caf6bcd4-53b5-4d95-a92a-b59a02acf653} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15335 | 2025.01.27 09:41:45.654562 [ 267 ] {caf6bcd4-53b5-4d95-a92a-b59a02acf653} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.16 MiB/sec. | ||
| 15336 | 2025.01.27 09:41:45.654618 [ 267 ] {caf6bcd4-53b5-4d95-a92a-b59a02acf653} <Debug> TCPHandler: Processed in 0.002329234 sec. | ||
| 15337 | 2025.01.27 09:41:45.654878 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15338 | 2025.01.27 09:41:45.655098 [ 273 ] {e2bf1a8e-f43f-4ce0-ae16-2dc473ebf200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15339 | 2025.01.27 09:41:45.655178 [ 273 ] {e2bf1a8e-f43f-4ce0-ae16-2dc473ebf200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15340 | 2025.01.27 09:41:45.655974 [ 273 ] {e2bf1a8e-f43f-4ce0-ae16-2dc473ebf200} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15341 | 2025.01.27 09:41:45.656014 [ 273 ] {e2bf1a8e-f43f-4ce0-ae16-2dc473ebf200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15342 | 2025.01.27 09:41:45.656454 [ 273 ] {e2bf1a8e-f43f-4ce0-ae16-2dc473ebf200} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15343 | 2025.01.27 09:41:45.656715 [ 273 ] {e2bf1a8e-f43f-4ce0-ae16-2dc473ebf200} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15344 | 2025.01.27 09:41:45.656917 [ 273 ] {e2bf1a8e-f43f-4ce0-ae16-2dc473ebf200} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001878 sec., 34078.80724174654 rows/sec., 2.66 MiB/sec. | ||
| 15345 | 2025.01.27 09:41:45.657008 [ 273 ] {e2bf1a8e-f43f-4ce0-ae16-2dc473ebf200} <Debug> TCPHandler: Processed in 0.002265433 sec. | ||
| 15346 | 2025.01.27 09:41:45.657210 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15347 | 2025.01.27 09:41:45.657392 [ 267 ] {67f2553b-3f2d-4be4-b6be-eee6fa6c6a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15348 | 2025.01.27 09:41:45.657477 [ 267 ] {67f2553b-3f2d-4be4-b6be-eee6fa6c6a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15349 | 2025.01.27 09:41:45.658109 [ 267 ] {67f2553b-3f2d-4be4-b6be-eee6fa6c6a63} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15350 | 2025.01.27 09:41:45.658147 [ 267 ] {67f2553b-3f2d-4be4-b6be-eee6fa6c6a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15351 | 2025.01.27 09:41:45.658540 [ 267 ] {67f2553b-3f2d-4be4-b6be-eee6fa6c6a63} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15352 | 2025.01.27 09:41:45.658784 [ 267 ] {67f2553b-3f2d-4be4-b6be-eee6fa6c6a63} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15353 | 2025.01.27 09:41:45.659011 [ 267 ] {67f2553b-3f2d-4be4-b6be-eee6fa6c6a63} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec. | ||
| 15354 | 2025.01.27 09:41:45.659063 [ 267 ] {67f2553b-3f2d-4be4-b6be-eee6fa6c6a63} <Debug> TCPHandler: Processed in 0.001946565 sec. | ||
| 15355 | 2025.01.27 09:41:45.659219 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15356 | 2025.01.27 09:41:45.659338 [ 273 ] {c61653fd-1dc7-4ae7-a1b0-530b550afc19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15357 | 2025.01.27 09:41:45.659389 [ 273 ] {c61653fd-1dc7-4ae7-a1b0-530b550afc19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15358 | 2025.01.27 09:41:45.659965 [ 273 ] {c61653fd-1dc7-4ae7-a1b0-530b550afc19} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15359 | 2025.01.27 09:41:45.660010 [ 273 ] {c61653fd-1dc7-4ae7-a1b0-530b550afc19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15360 | 2025.01.27 09:41:45.660459 [ 273 ] {c61653fd-1dc7-4ae7-a1b0-530b550afc19} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15361 | 2025.01.27 09:41:45.660713 [ 273 ] {c61653fd-1dc7-4ae7-a1b0-530b550afc19} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15362 | 2025.01.27 09:41:45.660894 [ 273 ] {c61653fd-1dc7-4ae7-a1b0-530b550afc19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001579 sec., 37998.73337555415 rows/sec., 2.56 MiB/sec. | ||
| 15363 | 2025.01.27 09:41:45.660955 [ 273 ] {c61653fd-1dc7-4ae7-a1b0-530b550afc19} <Debug> TCPHandler: Processed in 0.001791001 sec. | ||
| 15364 | 2025.01.27 09:41:47.179280 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 15365 | 2025.01.27 09:41:47.179985 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15366 | 2025.01.27 09:41:47.180027 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15367 | 2025.01.27 09:41:47.180552 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15368 | 2025.01.27 09:41:47.180804 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15369 | 2025.01.27 09:41:47.181034 [ 130 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15370 | 2025.01.27 09:41:47.181063 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 15371 | 2025.01.27 09:41:47.181111 [ 130 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15372 | 2025.01.27 09:41:47.181138 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15373 | 2025.01.27 09:41:47.181498 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15374 | 2025.01.27 09:41:47.181760 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15375 | 2025.01.27 09:41:47.181804 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 15376 | 2025.01.27 09:41:47.181886 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
| 15377 | 2025.01.27 09:41:47.182099 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
| 15378 | 2025.01.27 09:41:47.182316 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 15379 | 2025.01.27 09:41:47.182520 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 15380 | 2025.01.27 09:41:47.182710 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 15381 | 2025.01.27 09:41:47.185720 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004490004 sec., 8273712.005601778 rows/sec., 118.36 MiB/sec. | ||
| 15382 | 2025.01.27 09:41:47.186071 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15383 | 2025.01.27 09:41:47.186376 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15384 | 2025.01.27 09:41:47.186453 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_81_16} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15385 | 2025.01.27 09:41:47.186556 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 15386 | 2025.01.27 09:41:49.874370 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 15387 | 2025.01.27 09:41:49.874403 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2130 | ||
| 15388 | 2025.01.27 09:41:49.896554 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15389 | 2025.01.27 09:41:49.896624 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15390 | 2025.01.27 09:41:49.905541 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15391 | 2025.01.27 09:41:49.906829 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15392 | 2025.01.27 09:41:49.910974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2130 | ||
| 15393 | 2025.01.27 09:41:49.927722 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15394 | 2025.01.27 09:41:49.927793 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15395 | 2025.01.27 09:41:49.935445 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15396 | 2025.01.27 09:41:49.936319 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15397 | 2025.01.27 09:41:49.936801 [ 126 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15398 | 2025.01.27 09:41:49.936934 [ 126 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15399 | 2025.01.27 09:41:49.937015 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15400 | 2025.01.27 09:41:49.939928 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 15401 | 2025.01.27 09:41:49.957096 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 15402 | 2025.01.27 09:41:49.958460 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15403 | 2025.01.27 09:41:49.959840 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 15404 | 2025.01.27 09:41:49.965272 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 15405 | 2025.01.27 09:41:49.971240 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 15406 | 2025.01.27 09:41:49.977228 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 15407 | 2025.01.27 09:41:49.983206 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 15408 | 2025.01.27 09:41:49.988989 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 15409 | 2025.01.27 09:41:50.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.96 MiB, peak 283.19 MiB, free memory in arenas 0.00 B, will set to 266.43 MiB (RSS), difference: -4.53 MiB | ||
| 15410 | 2025.01.27 09:41:50.056713 [ 200 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.119451915 sec., 5115.028921888778 rows/sec., 26.45 MiB/sec. | ||
| 15411 | 2025.01.27 09:41:50.059358 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15412 | 2025.01.27 09:41:50.061953 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15413 | 2025.01.27 09:41:50.062065 [ 191 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_81_16} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15414 | 2025.01.27 09:41:50.063685 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 15415 | 2025.01.27 09:41:50.238646 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15416 | 2025.01.27 09:41:50.238707 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15417 | 2025.01.27 09:41:50.240759 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15418 | 2025.01.27 09:41:50.603224 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15419 | 2025.01.27 09:41:50.603309 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15420 | 2025.01.27 09:41:50.605466 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15421 | 2025.01.27 09:41:50.658310 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15422 | 2025.01.27 09:41:50.658511 [ 267 ] {3d794390-bafb-40d7-a2ef-5a3f7c34aa58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15423 | 2025.01.27 09:41:50.658587 [ 267 ] {3d794390-bafb-40d7-a2ef-5a3f7c34aa58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15424 | 2025.01.27 09:41:50.659374 [ 267 ] {3d794390-bafb-40d7-a2ef-5a3f7c34aa58} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15425 | 2025.01.27 09:41:50.659426 [ 267 ] {3d794390-bafb-40d7-a2ef-5a3f7c34aa58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15426 | 2025.01.27 09:41:50.659883 [ 267 ] {3d794390-bafb-40d7-a2ef-5a3f7c34aa58} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15427 | 2025.01.27 09:41:50.660146 [ 267 ] {3d794390-bafb-40d7-a2ef-5a3f7c34aa58} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15428 | 2025.01.27 09:41:50.660400 [ 267 ] {3d794390-bafb-40d7-a2ef-5a3f7c34aa58} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec. | ||
| 15429 | 2025.01.27 09:41:50.660479 [ 267 ] {3d794390-bafb-40d7-a2ef-5a3f7c34aa58} <Debug> TCPHandler: Processed in 0.002309984 sec. | ||
| 15430 | 2025.01.27 09:41:50.660776 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15431 | 2025.01.27 09:41:50.660968 [ 273 ] {567e68fb-56c6-4940-b229-0d79e53fa7fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15432 | 2025.01.27 09:41:50.661046 [ 273 ] {567e68fb-56c6-4940-b229-0d79e53fa7fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15433 | 2025.01.27 09:41:50.662019 [ 273 ] {567e68fb-56c6-4940-b229-0d79e53fa7fc} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15434 | 2025.01.27 09:41:50.662061 [ 273 ] {567e68fb-56c6-4940-b229-0d79e53fa7fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15435 | 2025.01.27 09:41:50.662505 [ 273 ] {567e68fb-56c6-4940-b229-0d79e53fa7fc} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15436 | 2025.01.27 09:41:50.662759 [ 273 ] {567e68fb-56c6-4940-b229-0d79e53fa7fc} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15437 | 2025.01.27 09:41:50.662995 [ 273 ] {567e68fb-56c6-4940-b229-0d79e53fa7fc} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002085 sec., 134772.18225419664 rows/sec., 11.89 MiB/sec. | ||
| 15438 | 2025.01.27 09:41:50.663063 [ 218 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15439 | 2025.01.27 09:41:50.663098 [ 273 ] {567e68fb-56c6-4940-b229-0d79e53fa7fc} <Debug> TCPHandler: Processed in 0.002477488 sec. | ||
| 15440 | 2025.01.27 09:41:50.663139 [ 218 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15441 | 2025.01.27 09:41:50.663371 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15442 | 2025.01.27 09:41:50.663667 [ 267 ] {9c37e5f8-33b5-41a3-949d-191e33014c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15443 | 2025.01.27 09:41:50.663749 [ 267 ] {9c37e5f8-33b5-41a3-949d-191e33014c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15444 | 2025.01.27 09:41:50.665122 [ 267 ] {9c37e5f8-33b5-41a3-949d-191e33014c77} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15445 | 2025.01.27 09:41:50.665191 [ 267 ] {9c37e5f8-33b5-41a3-949d-191e33014c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15446 | 2025.01.27 09:41:50.665908 [ 267 ] {9c37e5f8-33b5-41a3-949d-191e33014c77} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15447 | 2025.01.27 09:41:50.666312 [ 267 ] {9c37e5f8-33b5-41a3-949d-191e33014c77} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15448 | 2025.01.27 09:41:50.666692 [ 219 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15449 | 2025.01.27 09:41:50.666713 [ 267 ] {9c37e5f8-33b5-41a3-949d-191e33014c77} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003111 sec., 14786.242365798778 rows/sec., 1.06 MiB/sec. | ||
| 15450 | 2025.01.27 09:41:50.666739 [ 219 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15451 | 2025.01.27 09:41:50.667001 [ 267 ] {9c37e5f8-33b5-41a3-949d-191e33014c77} <Debug> TCPHandler: Processed in 0.003766978 sec. | ||
| 15452 | 2025.01.27 09:41:50.667020 [ 218 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15453 | 2025.01.27 09:41:50.667280 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15454 | 2025.01.27 09:41:50.667606 [ 273 ] {cd8d8c01-184b-4ab0-b45f-fc8c172b4186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15455 | 2025.01.27 09:41:50.667726 [ 273 ] {cd8d8c01-184b-4ab0-b45f-fc8c172b4186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15456 | 2025.01.27 09:41:50.670907 [ 273 ] {cd8d8c01-184b-4ab0-b45f-fc8c172b4186} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15457 | 2025.01.27 09:41:50.670953 [ 273 ] {cd8d8c01-184b-4ab0-b45f-fc8c172b4186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15458 | 2025.01.27 09:41:50.671389 [ 273 ] {cd8d8c01-184b-4ab0-b45f-fc8c172b4186} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15459 | 2025.01.27 09:41:50.671670 [ 273 ] {cd8d8c01-184b-4ab0-b45f-fc8c172b4186} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15460 | 2025.01.27 09:41:50.671824 [ 219 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15461 | 2025.01.27 09:41:50.672031 [ 222 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15462 | 2025.01.27 09:41:50.672151 [ 273 ] {cd8d8c01-184b-4ab0-b45f-fc8c172b4186} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004611 sec., 3036.2177401865106 rows/sec., 212.64 KiB/sec. | ||
| 15463 | 2025.01.27 09:41:50.672149 [ 222 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15464 | 2025.01.27 09:41:50.672459 [ 273 ] {cd8d8c01-184b-4ab0-b45f-fc8c172b4186} <Debug> TCPHandler: Processed in 0.005320723 sec. | ||
| 15465 | 2025.01.27 09:41:50.672906 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15466 | 2025.01.27 09:41:50.673156 [ 267 ] {a9d13d5c-38c3-4d96-a141-232e07cf9b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15467 | 2025.01.27 09:41:50.673257 [ 267 ] {a9d13d5c-38c3-4d96-a141-232e07cf9b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15468 | 2025.01.27 09:41:50.674700 [ 267 ] {a9d13d5c-38c3-4d96-a141-232e07cf9b07} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15469 | 2025.01.27 09:41:50.674765 [ 267 ] {a9d13d5c-38c3-4d96-a141-232e07cf9b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15470 | 2025.01.27 09:41:50.675469 [ 267 ] {a9d13d5c-38c3-4d96-a141-232e07cf9b07} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15471 | 2025.01.27 09:41:50.675877 [ 267 ] {a9d13d5c-38c3-4d96-a141-232e07cf9b07} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15472 | 2025.01.27 09:41:50.676223 [ 267 ] {a9d13d5c-38c3-4d96-a141-232e07cf9b07} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003159 sec., 4115.22633744856 rows/sec., 256.58 KiB/sec. | ||
| 15473 | 2025.01.27 09:41:50.676499 [ 222 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15474 | 2025.01.27 09:41:50.676554 [ 267 ] {a9d13d5c-38c3-4d96-a141-232e07cf9b07} <Debug> TCPHandler: Processed in 0.003931482 sec. | ||
| 15475 | 2025.01.27 09:41:50.676968 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15476 | 2025.01.27 09:41:50.677366 [ 273 ] {210bcf76-4b1a-4135-b346-b7973c0b140a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15477 | 2025.01.27 09:41:50.677500 [ 273 ] {210bcf76-4b1a-4135-b346-b7973c0b140a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15478 | 2025.01.27 09:41:50.678368 [ 273 ] {210bcf76-4b1a-4135-b346-b7973c0b140a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15479 | 2025.01.27 09:41:50.678408 [ 273 ] {210bcf76-4b1a-4135-b346-b7973c0b140a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15480 | 2025.01.27 09:41:50.678798 [ 273 ] {210bcf76-4b1a-4135-b346-b7973c0b140a} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15481 | 2025.01.27 09:41:50.679054 [ 273 ] {210bcf76-4b1a-4135-b346-b7973c0b140a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15482 | 2025.01.27 09:41:50.679255 [ 273 ] {210bcf76-4b1a-4135-b346-b7973c0b140a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002003 sec., 210184.72291562657 rows/sec., 15.02 MiB/sec. | ||
| 15483 | 2025.01.27 09:41:50.679308 [ 273 ] {210bcf76-4b1a-4135-b346-b7973c0b140a} <Debug> TCPHandler: Processed in 0.0026237 sec. | ||
| 15484 | 2025.01.27 09:41:50.679461 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15485 | 2025.01.27 09:41:50.679582 [ 267 ] {41cb1919-aefb-44b4-9f5a-be207c86b2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15486 | 2025.01.27 09:41:50.679634 [ 267 ] {41cb1919-aefb-44b4-9f5a-be207c86b2cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15487 | 2025.01.27 09:41:50.680130 [ 267 ] {41cb1919-aefb-44b4-9f5a-be207c86b2cb} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15488 | 2025.01.27 09:41:50.680169 [ 267 ] {41cb1919-aefb-44b4-9f5a-be207c86b2cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15489 | 2025.01.27 09:41:50.680543 [ 267 ] {41cb1919-aefb-44b4-9f5a-be207c86b2cb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15490 | 2025.01.27 09:41:50.680788 [ 267 ] {41cb1919-aefb-44b4-9f5a-be207c86b2cb} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15491 | 2025.01.27 09:41:50.681009 [ 267 ] {41cb1919-aefb-44b4-9f5a-be207c86b2cb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00145 sec., 4137.931034482759 rows/sec., 216.19 KiB/sec. | ||
| 15492 | 2025.01.27 09:41:50.681014 [ 221 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15493 | 2025.01.27 09:41:50.681065 [ 221 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15494 | 2025.01.27 09:41:50.681074 [ 267 ] {41cb1919-aefb-44b4-9f5a-be207c86b2cb} <Debug> TCPHandler: Processed in 0.001670979 sec. | ||
| 15495 | 2025.01.27 09:41:50.681261 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15496 | 2025.01.27 09:41:50.681422 [ 273 ] {6177739d-34c4-4c68-a20e-f12f83e59d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15497 | 2025.01.27 09:41:50.681500 [ 273 ] {6177739d-34c4-4c68-a20e-f12f83e59d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15498 | 2025.01.27 09:41:50.682772 [ 273 ] {6177739d-34c4-4c68-a20e-f12f83e59d43} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15499 | 2025.01.27 09:41:50.682822 [ 273 ] {6177739d-34c4-4c68-a20e-f12f83e59d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15500 | 2025.01.27 09:41:50.683575 [ 273 ] {6177739d-34c4-4c68-a20e-f12f83e59d43} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15501 | 2025.01.27 09:41:50.683918 [ 273 ] {6177739d-34c4-4c68-a20e-f12f83e59d43} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15502 | 2025.01.27 09:41:50.684166 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_133_27 to all_138_138_0 | ||
| 15503 | 2025.01.27 09:41:50.684277 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15504 | 2025.01.27 09:41:50.684333 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15505 | 2025.01.27 09:41:50.684386 [ 273 ] {6177739d-34c4-4c68-a20e-f12f83e59d43} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002999 sec., 79026.34211403801 rows/sec., 5.30 MiB/sec. | ||
| 15506 | 2025.01.27 09:41:50.684733 [ 273 ] {6177739d-34c4-4c68-a20e-f12f83e59d43} <Debug> TCPHandler: Processed in 0.003553132 sec. | ||
| 15507 | 2025.01.27 09:41:50.684795 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_133_27 to all_138_138_0 into Compact with storage Full | ||
| 15508 | 2025.01.27 09:41:50.684970 [ 221 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15509 | 2025.01.27 09:41:50.684977 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15510 | 2025.01.27 09:41:50.685484 [ 267 ] {f30d003b-22f7-4a60-8f70-912132e33047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15511 | 2025.01.27 09:41:50.685618 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15512 | 2025.01.27 09:41:50.685681 [ 267 ] {f30d003b-22f7-4a60-8f70-912132e33047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15513 | 2025.01.27 09:41:50.685817 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 40108 rows starting from the beginning of the part | ||
| 15514 | 2025.01.27 09:41:50.686361 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 128 rows starting from the beginning of the part | ||
| 15515 | 2025.01.27 09:41:50.686867 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 15516 | 2025.01.27 09:41:50.687220 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part | ||
| 15517 | 2025.01.27 09:41:50.687567 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part | ||
| 15518 | 2025.01.27 09:41:50.687871 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 237 rows starting from the beginning of the part | ||
| 15519 | 2025.01.27 09:41:50.689206 [ 267 ] {f30d003b-22f7-4a60-8f70-912132e33047} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15520 | 2025.01.27 09:41:50.689278 [ 267 ] {f30d003b-22f7-4a60-8f70-912132e33047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15521 | 2025.01.27 09:41:50.689794 [ 267 ] {f30d003b-22f7-4a60-8f70-912132e33047} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15522 | 2025.01.27 09:41:50.690066 [ 267 ] {f30d003b-22f7-4a60-8f70-912132e33047} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15523 | 2025.01.27 09:41:50.690375 [ 106 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 6 parts from all_1_54_12 to all_59_59_0 | ||
| 15524 | 2025.01.27 09:41:50.690482 [ 106 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15525 | 2025.01.27 09:41:50.690571 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15526 | 2025.01.27 09:41:50.690823 [ 267 ] {f30d003b-22f7-4a60-8f70-912132e33047} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005455 sec., 183.31805682859763 rows/sec., 12.35 KiB/sec. | ||
| 15527 | 2025.01.27 09:41:50.691032 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_12 to all_59_59_0 into Compact with storage Full | ||
| 15528 | 2025.01.27 09:41:50.691110 [ 267 ] {f30d003b-22f7-4a60-8f70-912132e33047} <Debug> TCPHandler: Processed in 0.006244196 sec. | ||
| 15529 | 2025.01.27 09:41:50.691495 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15530 | 2025.01.27 09:41:50.691582 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15531 | 2025.01.27 09:41:50.691611 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_12, total 54 rows starting from the beginning of the part | ||
| 15532 | 2025.01.27 09:41:50.692044 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 15533 | 2025.01.27 09:41:50.692180 [ 273 ] {bc133fb8-b15c-450b-8952-42e432c10d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15534 | 2025.01.27 09:41:50.692365 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 15535 | 2025.01.27 09:41:50.692630 [ 273 ] {bc133fb8-b15c-450b-8952-42e432c10d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15536 | 2025.01.27 09:41:50.692824 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 15537 | 2025.01.27 09:41:50.693289 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 15538 | 2025.01.27 09:41:50.693717 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 15539 | 2025.01.27 09:41:50.698411 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 59 rows, containing 4 columns (4 merged, 0 gathered) in 0.007690349 sec., 7671.95350952213 rows/sec., 516.96 KiB/sec. | ||
| 15540 | 2025.01.27 09:41:50.698669 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Trace> MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) | ||
| 15541 | 2025.01.27 09:41:50.699581 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15542 | 2025.01.27 09:41:50.699776 [ 273 ] {bc133fb8-b15c-450b-8952-42e432c10d99} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15543 | 2025.01.27 09:41:50.699837 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_59_13} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 6 parts: [all_1_54_12, all_59_59_0] -> all_1_59_13 | ||
| 15544 | 2025.01.27 09:41:50.699854 [ 273 ] {bc133fb8-b15c-450b-8952-42e432c10d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15545 | 2025.01.27 09:41:50.700067 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15546 | 2025.01.27 09:41:50.701255 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41030 rows, containing 5 columns (5 merged, 0 gathered) in 0.01680004 sec., 2442256.089866453 rows/sec., 164.92 MiB/sec. | ||
| 15547 | 2025.01.27 09:41:50.701372 [ 273 ] {bc133fb8-b15c-450b-8952-42e432c10d99} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15548 | 2025.01.27 09:41:50.701587 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Trace> MergedBlockOutputStream: filled checksums all_1_138_28 (state Temporary) | ||
| 15549 | 2025.01.27 09:41:50.701842 [ 273 ] {bc133fb8-b15c-450b-8952-42e432c10d99} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15550 | 2025.01.27 09:41:50.702237 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_138_28 to all_1_138_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15551 | 2025.01.27 09:41:50.702388 [ 273 ] {bc133fb8-b15c-450b-8952-42e432c10d99} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.010385 sec., 3755.4164660568126 rows/sec., 6.73 MiB/sec. | ||
| 15552 | 2025.01.27 09:41:50.702411 [ 186 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_133_27, all_138_138_0] -> all_1_138_28 | ||
| 15553 | 2025.01.27 09:41:50.702722 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 15554 | 2025.01.27 09:41:50.702800 [ 273 ] {bc133fb8-b15c-450b-8952-42e432c10d99} <Debug> TCPHandler: Processed in 0.011528988 sec. | ||
| 15555 | 2025.01.27 09:41:50.702978 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15556 | 2025.01.27 09:41:50.703120 [ 267 ] {be367ae6-d756-4ec2-8bf5-a4863768217e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15557 | 2025.01.27 09:41:50.703182 [ 267 ] {be367ae6-d756-4ec2-8bf5-a4863768217e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15558 | 2025.01.27 09:41:50.703735 [ 267 ] {be367ae6-d756-4ec2-8bf5-a4863768217e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15559 | 2025.01.27 09:41:50.703774 [ 267 ] {be367ae6-d756-4ec2-8bf5-a4863768217e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15560 | 2025.01.27 09:41:50.704156 [ 267 ] {be367ae6-d756-4ec2-8bf5-a4863768217e} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15561 | 2025.01.27 09:41:50.704396 [ 267 ] {be367ae6-d756-4ec2-8bf5-a4863768217e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15562 | 2025.01.27 09:41:50.704603 [ 267 ] {be367ae6-d756-4ec2-8bf5-a4863768217e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001513 sec., 54196.959682749504 rows/sec., 3.44 MiB/sec. | ||
| 15563 | 2025.01.27 09:41:50.704661 [ 267 ] {be367ae6-d756-4ec2-8bf5-a4863768217e} <Debug> TCPHandler: Processed in 0.001754471 sec. | ||
| 15564 | 2025.01.27 09:41:50.704704 [ 225 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15565 | 2025.01.27 09:41:50.704744 [ 225 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15566 | 2025.01.27 09:41:50.706788 [ 225 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15567 | 2025.01.27 09:41:51.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.82 MiB, peak 283.19 MiB, free memory in arenas 0.00 B, will set to 266.43 MiB (RSS), difference: 6.61 MiB | ||
| 15568 | 2025.01.27 09:41:51.259433 [ 225 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15569 | 2025.01.27 09:41:51.259480 [ 225 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15570 | 2025.01.27 09:41:51.261456 [ 225 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15571 | 2025.01.27 09:41:54.401433 [ 6 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15572 | 2025.01.27 09:41:54.401504 [ 6 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15573 | 2025.01.27 09:41:54.682166 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 15574 | 2025.01.27 09:41:54.682801 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15575 | 2025.01.27 09:41:54.682844 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15576 | 2025.01.27 09:41:54.683371 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15577 | 2025.01.27 09:41:54.683621 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15578 | 2025.01.27 09:41:54.683881 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 15579 | 2025.01.27 09:41:55.652833 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15580 | 2025.01.27 09:41:55.653046 [ 267 ] {97691ae8-4135-4186-8279-a51d98fa3b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15581 | 2025.01.27 09:41:55.653125 [ 267 ] {97691ae8-4135-4186-8279-a51d98fa3b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15582 | 2025.01.27 09:41:55.653981 [ 267 ] {97691ae8-4135-4186-8279-a51d98fa3b52} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15583 | 2025.01.27 09:41:55.654020 [ 267 ] {97691ae8-4135-4186-8279-a51d98fa3b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15584 | 2025.01.27 09:41:55.654466 [ 267 ] {97691ae8-4135-4186-8279-a51d98fa3b52} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15585 | 2025.01.27 09:41:55.654730 [ 267 ] {97691ae8-4135-4186-8279-a51d98fa3b52} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15586 | 2025.01.27 09:41:55.654936 [ 267 ] {97691ae8-4135-4186-8279-a51d98fa3b52} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001952 sec., 28688.524590163935 rows/sec., 2.19 MiB/sec. | ||
| 15587 | 2025.01.27 09:41:55.654991 [ 267 ] {97691ae8-4135-4186-8279-a51d98fa3b52} <Debug> TCPHandler: Processed in 0.002295203 sec. | ||
| 15588 | 2025.01.27 09:41:55.655264 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15589 | 2025.01.27 09:41:55.655486 [ 273 ] {4cb1c273-349b-4b5a-82dc-14687ef9665d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15590 | 2025.01.27 09:41:55.655569 [ 273 ] {4cb1c273-349b-4b5a-82dc-14687ef9665d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15591 | 2025.01.27 09:41:55.656384 [ 273 ] {4cb1c273-349b-4b5a-82dc-14687ef9665d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15592 | 2025.01.27 09:41:55.656432 [ 273 ] {4cb1c273-349b-4b5a-82dc-14687ef9665d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15593 | 2025.01.27 09:41:55.656886 [ 273 ] {4cb1c273-349b-4b5a-82dc-14687ef9665d} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15594 | 2025.01.27 09:41:55.657139 [ 273 ] {4cb1c273-349b-4b5a-82dc-14687ef9665d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15595 | 2025.01.27 09:41:55.657374 [ 273 ] {4cb1c273-349b-4b5a-82dc-14687ef9665d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001951 sec., 32803.6904151717 rows/sec., 2.56 MiB/sec. | ||
| 15596 | 2025.01.27 09:41:55.657441 [ 273 ] {4cb1c273-349b-4b5a-82dc-14687ef9665d} <Debug> TCPHandler: Processed in 0.002317114 sec. | ||
| 15597 | 2025.01.27 09:41:55.657643 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15598 | 2025.01.27 09:41:55.657822 [ 267 ] {fe673b73-b776-4d69-8349-f492ccba292e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15599 | 2025.01.27 09:41:55.657885 [ 267 ] {fe673b73-b776-4d69-8349-f492ccba292e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15600 | 2025.01.27 09:41:55.658569 [ 267 ] {fe673b73-b776-4d69-8349-f492ccba292e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15601 | 2025.01.27 09:41:55.658612 [ 267 ] {fe673b73-b776-4d69-8349-f492ccba292e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15602 | 2025.01.27 09:41:55.659021 [ 267 ] {fe673b73-b776-4d69-8349-f492ccba292e} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15603 | 2025.01.27 09:41:55.659254 [ 267 ] {fe673b73-b776-4d69-8349-f492ccba292e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15604 | 2025.01.27 09:41:55.659431 [ 267 ] {fe673b73-b776-4d69-8349-f492ccba292e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 15605 | 2025.01.27 09:41:55.659481 [ 267 ] {fe673b73-b776-4d69-8349-f492ccba292e} <Debug> TCPHandler: Processed in 0.001938076 sec. | ||
| 15606 | 2025.01.27 09:41:55.659636 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15607 | 2025.01.27 09:41:55.659769 [ 273 ] {3c97c8d7-8031-48e9-a7cc-1b3dcc1fb02f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15608 | 2025.01.27 09:41:55.659833 [ 273 ] {3c97c8d7-8031-48e9-a7cc-1b3dcc1fb02f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15609 | 2025.01.27 09:41:55.660431 [ 273 ] {3c97c8d7-8031-48e9-a7cc-1b3dcc1fb02f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15610 | 2025.01.27 09:41:55.660477 [ 273 ] {3c97c8d7-8031-48e9-a7cc-1b3dcc1fb02f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15611 | 2025.01.27 09:41:55.660898 [ 273 ] {3c97c8d7-8031-48e9-a7cc-1b3dcc1fb02f} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15612 | 2025.01.27 09:41:55.661145 [ 273 ] {3c97c8d7-8031-48e9-a7cc-1b3dcc1fb02f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15613 | 2025.01.27 09:41:55.661378 [ 273 ] {3c97c8d7-8031-48e9-a7cc-1b3dcc1fb02f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00164 sec., 36585.365853658535 rows/sec., 2.47 MiB/sec. | ||
| 15614 | 2025.01.27 09:41:55.661483 [ 273 ] {3c97c8d7-8031-48e9-a7cc-1b3dcc1fb02f} <Debug> TCPHandler: Processed in 0.001905204 sec. | ||
| 15615 | 2025.01.27 09:41:55.977533 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15616 | 2025.01.27 09:41:55.977807 [ 267 ] {bc813ac8-da3d-4ea2-9e06-0e18d82e7b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15617 | 2025.01.27 09:41:55.977873 [ 267 ] {bc813ac8-da3d-4ea2-9e06-0e18d82e7b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15618 | 2025.01.27 09:41:55.978634 [ 267 ] {bc813ac8-da3d-4ea2-9e06-0e18d82e7b48} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15619 | 2025.01.27 09:41:55.978675 [ 267 ] {bc813ac8-da3d-4ea2-9e06-0e18d82e7b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15620 | 2025.01.27 09:41:55.979107 [ 267 ] {bc813ac8-da3d-4ea2-9e06-0e18d82e7b48} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15621 | 2025.01.27 09:41:55.979358 [ 267 ] {bc813ac8-da3d-4ea2-9e06-0e18d82e7b48} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15622 | 2025.01.27 09:41:55.979584 [ 267 ] {bc813ac8-da3d-4ea2-9e06-0e18d82e7b48} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001839 sec., 7612.8330614464385 rows/sec., 548.02 KiB/sec. | ||
| 15623 | 2025.01.27 09:41:55.979675 [ 267 ] {bc813ac8-da3d-4ea2-9e06-0e18d82e7b48} <Debug> TCPHandler: Processed in 0.002312964 sec. | ||
| 15624 | 2025.01.27 09:41:55.979997 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15625 | 2025.01.27 09:41:55.980190 [ 273 ] {c414b1a3-3105-4450-9735-1880e1170f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15626 | 2025.01.27 09:41:55.980264 [ 273 ] {c414b1a3-3105-4450-9735-1880e1170f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15627 | 2025.01.27 09:41:55.981040 [ 273 ] {c414b1a3-3105-4450-9735-1880e1170f5c} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15628 | 2025.01.27 09:41:55.981084 [ 273 ] {c414b1a3-3105-4450-9735-1880e1170f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15629 | 2025.01.27 09:41:55.981492 [ 273 ] {c414b1a3-3105-4450-9735-1880e1170f5c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 15630 | 2025.01.27 09:41:55.981741 [ 273 ] {c414b1a3-3105-4450-9735-1880e1170f5c} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15631 | 2025.01.27 09:41:55.981974 [ 273 ] {c414b1a3-3105-4450-9735-1880e1170f5c} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001836 sec., 8714.596949891067 rows/sec., 710.61 KiB/sec. | ||
| 15632 | 2025.01.27 09:41:55.982035 [ 273 ] {c414b1a3-3105-4450-9735-1880e1170f5c} <Debug> TCPHandler: Processed in 0.002213192 sec. | ||
| 15633 | 2025.01.27 09:41:55.982195 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15634 | 2025.01.27 09:41:55.982318 [ 267 ] {e4901d72-6fce-4c49-83cb-4ed4986ec30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15635 | 2025.01.27 09:41:55.982370 [ 267 ] {e4901d72-6fce-4c49-83cb-4ed4986ec30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15636 | 2025.01.27 09:41:55.983515 [ 267 ] {e4901d72-6fce-4c49-83cb-4ed4986ec30c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15637 | 2025.01.27 09:41:55.983552 [ 267 ] {e4901d72-6fce-4c49-83cb-4ed4986ec30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15638 | 2025.01.27 09:41:55.984001 [ 267 ] {e4901d72-6fce-4c49-83cb-4ed4986ec30c} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15639 | 2025.01.27 09:41:55.984258 [ 267 ] {e4901d72-6fce-4c49-83cb-4ed4986ec30c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15640 | 2025.01.27 09:41:55.984443 [ 267 ] {e4901d72-6fce-4c49-83cb-4ed4986ec30c} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002153 sec., 663725.0348351138 rows/sec., 55.37 MiB/sec. | ||
| 15641 | 2025.01.27 09:41:55.984501 [ 267 ] {e4901d72-6fce-4c49-83cb-4ed4986ec30c} <Debug> TCPHandler: Processed in 0.002364105 sec. | ||
| 15642 | 2025.01.27 09:41:55.984662 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15643 | 2025.01.27 09:41:55.984799 [ 273 ] {fa5904bb-9afb-47f4-a0c3-3384acd7b4ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15644 | 2025.01.27 09:41:55.984859 [ 273 ] {fa5904bb-9afb-47f4-a0c3-3384acd7b4ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15645 | 2025.01.27 09:41:55.985596 [ 273 ] {fa5904bb-9afb-47f4-a0c3-3384acd7b4ea} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15646 | 2025.01.27 09:41:55.985645 [ 273 ] {fa5904bb-9afb-47f4-a0c3-3384acd7b4ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15647 | 2025.01.27 09:41:55.986044 [ 273 ] {fa5904bb-9afb-47f4-a0c3-3384acd7b4ea} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15648 | 2025.01.27 09:41:55.986282 [ 273 ] {fa5904bb-9afb-47f4-a0c3-3384acd7b4ea} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15649 | 2025.01.27 09:41:55.986516 [ 273 ] {fa5904bb-9afb-47f4-a0c3-3384acd7b4ea} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001745 sec., 35530.085959885386 rows/sec., 2.52 MiB/sec. | ||
| 15650 | 2025.01.27 09:41:55.986611 [ 273 ] {fa5904bb-9afb-47f4-a0c3-3384acd7b4ea} <Debug> TCPHandler: Processed in 0.002011257 sec. | ||
| 15651 | 2025.01.27 09:41:55.986857 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15652 | 2025.01.27 09:41:55.987039 [ 267 ] {b3af08d2-e5f8-4b87-9955-db893623409f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15653 | 2025.01.27 09:41:55.987098 [ 267 ] {b3af08d2-e5f8-4b87-9955-db893623409f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15654 | 2025.01.27 09:41:55.987832 [ 267 ] {b3af08d2-e5f8-4b87-9955-db893623409f} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15655 | 2025.01.27 09:41:55.987870 [ 267 ] {b3af08d2-e5f8-4b87-9955-db893623409f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15656 | 2025.01.27 09:41:55.988250 [ 267 ] {b3af08d2-e5f8-4b87-9955-db893623409f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15657 | 2025.01.27 09:41:55.988499 [ 267 ] {b3af08d2-e5f8-4b87-9955-db893623409f} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15658 | 2025.01.27 09:41:55.988676 [ 267 ] {b3af08d2-e5f8-4b87-9955-db893623409f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001671 sec., 144823.45900658288 rows/sec., 9.81 MiB/sec. | ||
| 15659 | 2025.01.27 09:41:55.988729 [ 267 ] {b3af08d2-e5f8-4b87-9955-db893623409f} <Debug> TCPHandler: Processed in 0.002029207 sec. | ||
| 15660 | 2025.01.27 09:41:55.988891 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15661 | 2025.01.27 09:41:55.989040 [ 273 ] {27cfb127-2cf1-4a6b-ba58-77a18f268897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15662 | 2025.01.27 09:41:55.989095 [ 273 ] {27cfb127-2cf1-4a6b-ba58-77a18f268897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15663 | 2025.01.27 09:41:55.989785 [ 273 ] {27cfb127-2cf1-4a6b-ba58-77a18f268897} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15664 | 2025.01.27 09:41:55.989825 [ 273 ] {27cfb127-2cf1-4a6b-ba58-77a18f268897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15665 | 2025.01.27 09:41:55.990190 [ 273 ] {27cfb127-2cf1-4a6b-ba58-77a18f268897} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15666 | 2025.01.27 09:41:55.990428 [ 273 ] {27cfb127-2cf1-4a6b-ba58-77a18f268897} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15667 | 2025.01.27 09:41:55.990635 [ 273 ] {27cfb127-2cf1-4a6b-ba58-77a18f268897} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec. | ||
| 15668 | 2025.01.27 09:41:55.990686 [ 273 ] {27cfb127-2cf1-4a6b-ba58-77a18f268897} <Debug> TCPHandler: Processed in 0.001863774 sec. | ||
| 15669 | 2025.01.27 09:41:55.990835 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15670 | 2025.01.27 09:41:55.990956 [ 267 ] {d691941a-0225-4dd0-b44a-53961579980f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15671 | 2025.01.27 09:41:55.991004 [ 267 ] {d691941a-0225-4dd0-b44a-53961579980f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15672 | 2025.01.27 09:41:55.991969 [ 267 ] {d691941a-0225-4dd0-b44a-53961579980f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15673 | 2025.01.27 09:41:55.992005 [ 267 ] {d691941a-0225-4dd0-b44a-53961579980f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15674 | 2025.01.27 09:41:55.992412 [ 267 ] {d691941a-0225-4dd0-b44a-53961579980f} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15675 | 2025.01.27 09:41:55.992647 [ 267 ] {d691941a-0225-4dd0-b44a-53961579980f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15676 | 2025.01.27 09:41:55.992844 [ 267 ] {d691941a-0225-4dd0-b44a-53961579980f} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001907 sec., 468274.7771368642 rows/sec., 34.00 MiB/sec. | ||
| 15677 | 2025.01.27 09:41:55.992918 [ 267 ] {d691941a-0225-4dd0-b44a-53961579980f} <Debug> TCPHandler: Processed in 0.002137809 sec. | ||
| 15678 | 2025.01.27 09:41:55.993092 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15679 | 2025.01.27 09:41:55.993372 [ 273 ] {b612a976-3f68-4bb5-9ccb-b4b3e865c784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15680 | 2025.01.27 09:41:55.993527 [ 273 ] {b612a976-3f68-4bb5-9ccb-b4b3e865c784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15681 | 2025.01.27 09:41:55.994321 [ 273 ] {b612a976-3f68-4bb5-9ccb-b4b3e865c784} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15682 | 2025.01.27 09:41:55.994361 [ 273 ] {b612a976-3f68-4bb5-9ccb-b4b3e865c784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15683 | 2025.01.27 09:41:55.994729 [ 273 ] {b612a976-3f68-4bb5-9ccb-b4b3e865c784} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15684 | 2025.01.27 09:41:55.994967 [ 273 ] {b612a976-3f68-4bb5-9ccb-b4b3e865c784} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15685 | 2025.01.27 09:41:55.995178 [ 273 ] {b612a976-3f68-4bb5-9ccb-b4b3e865c784} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001915 sec., 3133.159268929504 rows/sec., 163.70 KiB/sec. | ||
| 15686 | 2025.01.27 09:41:55.995228 [ 273 ] {b612a976-3f68-4bb5-9ccb-b4b3e865c784} <Debug> TCPHandler: Processed in 0.002217861 sec. | ||
| 15687 | 2025.01.27 09:41:55.995383 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15688 | 2025.01.27 09:41:55.995503 [ 267 ] {2e4574d0-ae35-4dfd-b44a-8c2291784778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15689 | 2025.01.27 09:41:55.995556 [ 267 ] {2e4574d0-ae35-4dfd-b44a-8c2291784778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15690 | 2025.01.27 09:41:55.996416 [ 267 ] {2e4574d0-ae35-4dfd-b44a-8c2291784778} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15691 | 2025.01.27 09:41:55.996452 [ 267 ] {2e4574d0-ae35-4dfd-b44a-8c2291784778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15692 | 2025.01.27 09:41:55.996945 [ 267 ] {2e4574d0-ae35-4dfd-b44a-8c2291784778} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15693 | 2025.01.27 09:41:55.997189 [ 267 ] {2e4574d0-ae35-4dfd-b44a-8c2291784778} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15694 | 2025.01.27 09:41:55.997372 [ 267 ] {2e4574d0-ae35-4dfd-b44a-8c2291784778} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001896 sec., 507911.3924050633 rows/sec., 33.75 MiB/sec. | ||
| 15695 | 2025.01.27 09:41:55.997424 [ 267 ] {2e4574d0-ae35-4dfd-b44a-8c2291784778} <Debug> TCPHandler: Processed in 0.002100799 sec. | ||
| 15696 | 2025.01.27 09:41:55.997585 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15697 | 2025.01.27 09:41:55.997728 [ 273 ] {ebd08521-38f8-4853-b544-112b0e77676c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15698 | 2025.01.27 09:41:55.997792 [ 273 ] {ebd08521-38f8-4853-b544-112b0e77676c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15699 | 2025.01.27 09:41:55.998262 [ 273 ] {ebd08521-38f8-4853-b544-112b0e77676c} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15700 | 2025.01.27 09:41:55.998300 [ 273 ] {ebd08521-38f8-4853-b544-112b0e77676c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15701 | 2025.01.27 09:41:55.998665 [ 273 ] {ebd08521-38f8-4853-b544-112b0e77676c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15702 | 2025.01.27 09:41:55.998905 [ 273 ] {ebd08521-38f8-4853-b544-112b0e77676c} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15703 | 2025.01.27 09:41:55.999114 [ 273 ] {ebd08521-38f8-4853-b544-112b0e77676c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec. | ||
| 15704 | 2025.01.27 09:41:55.999164 [ 273 ] {ebd08521-38f8-4853-b544-112b0e77676c} <Debug> TCPHandler: Processed in 0.001645288 sec. | ||
| 15705 | 2025.01.27 09:41:55.999298 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15706 | 2025.01.27 09:41:55.999415 [ 267 ] {28c21be4-3689-4070-933d-d6f9aa481c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15707 | 2025.01.27 09:41:55.999497 [ 267 ] {28c21be4-3689-4070-933d-d6f9aa481c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15708 | 2025.01.27 09:41:56.000787 [ 267 ] {28c21be4-3689-4070-933d-d6f9aa481c27} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15709 | 2025.01.27 09:41:56.000824 [ 267 ] {28c21be4-3689-4070-933d-d6f9aa481c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15710 | 2025.01.27 09:41:56.001510 [ 267 ] {28c21be4-3689-4070-933d-d6f9aa481c27} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15711 | 2025.01.27 09:41:56.001770 [ 267 ] {28c21be4-3689-4070-933d-d6f9aa481c27} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15712 | 2025.01.27 09:41:56.002009 [ 267 ] {28c21be4-3689-4070-933d-d6f9aa481c27} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002619 sec., 14891.179839633449 rows/sec., 26.68 MiB/sec. | ||
| 15713 | 2025.01.27 09:41:56.002101 [ 267 ] {28c21be4-3689-4070-933d-d6f9aa481c27} <Debug> TCPHandler: Processed in 0.002863127 sec. | ||
| 15714 | 2025.01.27 09:41:56.002271 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15715 | 2025.01.27 09:41:56.002412 [ 273 ] {3bb772d9-55bf-4c4a-a455-4fea53a1a68a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15716 | 2025.01.27 09:41:56.002470 [ 273 ] {3bb772d9-55bf-4c4a-a455-4fea53a1a68a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15717 | 2025.01.27 09:41:56.002991 [ 273 ] {3bb772d9-55bf-4c4a-a455-4fea53a1a68a} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15718 | 2025.01.27 09:41:56.003028 [ 273 ] {3bb772d9-55bf-4c4a-a455-4fea53a1a68a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15719 | 2025.01.27 09:41:56.003391 [ 273 ] {3bb772d9-55bf-4c4a-a455-4fea53a1a68a} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15720 | 2025.01.27 09:41:56.003632 [ 273 ] {3bb772d9-55bf-4c4a-a455-4fea53a1a68a} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15721 | 2025.01.27 09:41:56.003810 [ 273 ] {3bb772d9-55bf-4c4a-a455-4fea53a1a68a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00143 sec., 23776.223776223775 rows/sec., 1.38 MiB/sec. | ||
| 15722 | 2025.01.27 09:41:56.003858 [ 273 ] {3bb772d9-55bf-4c4a-a455-4fea53a1a68a} <Debug> TCPHandler: Processed in 0.001657169 sec. | ||
| 15723 | 2025.01.27 09:41:57.458144 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 619 | ||
| 15724 | 2025.01.27 09:41:57.481140 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15725 | 2025.01.27 09:41:57.481197 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15726 | 2025.01.27 09:41:57.488750 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15727 | 2025.01.27 09:41:57.489552 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15728 | 2025.01.27 09:41:57.492537 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 619 | ||
| 15729 | 2025.01.27 09:41:59.912122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2184 | ||
| 15730 | 2025.01.27 09:41:59.915762 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15731 | 2025.01.27 09:41:59.915814 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15732 | 2025.01.27 09:41:59.917432 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15733 | 2025.01.27 09:41:59.917745 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15734 | 2025.01.27 09:41:59.917964 [ 37 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15735 | 2025.01.27 09:41:59.918091 [ 37 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15736 | 2025.01.27 09:41:59.918156 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15737 | 2025.01.27 09:41:59.918557 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 15738 | 2025.01.27 09:41:59.919508 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2184 | ||
| 15739 | 2025.01.27 09:41:59.919915 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15740 | 2025.01.27 09:41:59.920088 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2000 rows starting from the beginning of the part | ||
| 15741 | 2025.01.27 09:41:59.920775 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part | ||
| 15742 | 2025.01.27 09:41:59.921356 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 54 rows starting from the beginning of the part | ||
| 15743 | 2025.01.27 09:41:59.921954 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
| 15744 | 2025.01.27 09:41:59.922610 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part | ||
| 15745 | 2025.01.27 09:41:59.923269 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 54 rows starting from the beginning of the part | ||
| 15746 | 2025.01.27 09:41:59.933379 [ 199 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2184 rows, containing 72 columns (72 merged, 0 gathered) in 0.01508973 sec., 144734.20001550723 rows/sec., 108.97 MiB/sec. | ||
| 15747 | 2025.01.27 09:41:59.935180 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15748 | 2025.01.27 09:41:59.935891 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15749 | 2025.01.27 09:41:59.935976 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_61_12} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15750 | 2025.01.27 09:41:59.936189 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.87 MiB. | ||
| 15751 | 2025.01.27 09:42:00.651001 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15752 | 2025.01.27 09:42:00.651215 [ 267 ] {e1f75a01-f6bf-4f03-90d7-c9678074df9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15753 | 2025.01.27 09:42:00.651298 [ 267 ] {e1f75a01-f6bf-4f03-90d7-c9678074df9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15754 | 2025.01.27 09:42:00.652186 [ 267 ] {e1f75a01-f6bf-4f03-90d7-c9678074df9c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15755 | 2025.01.27 09:42:00.652226 [ 267 ] {e1f75a01-f6bf-4f03-90d7-c9678074df9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15756 | 2025.01.27 09:42:00.652679 [ 267 ] {e1f75a01-f6bf-4f03-90d7-c9678074df9c} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15757 | 2025.01.27 09:42:00.652958 [ 267 ] {e1f75a01-f6bf-4f03-90d7-c9678074df9c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15758 | 2025.01.27 09:42:00.653128 [ 37 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15759 | 2025.01.27 09:42:00.653166 [ 37 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15760 | 2025.01.27 09:42:00.653170 [ 267 ] {e1f75a01-f6bf-4f03-90d7-c9678074df9c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002015 sec., 27791.563275434244 rows/sec., 2.12 MiB/sec. | ||
| 15761 | 2025.01.27 09:42:00.653189 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15762 | 2025.01.27 09:42:00.653266 [ 267 ] {e1f75a01-f6bf-4f03-90d7-c9678074df9c} <Debug> TCPHandler: Processed in 0.002418767 sec. | ||
| 15763 | 2025.01.27 09:42:00.653338 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15764 | 2025.01.27 09:42:00.653466 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15765 | 2025.01.27 09:42:00.653499 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1430 rows starting from the beginning of the part | ||
| 15766 | 2025.01.27 09:42:00.653578 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15767 | 2025.01.27 09:42:00.653609 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part | ||
| 15768 | 2025.01.27 09:42:00.654058 [ 273 ] {5a2bd46f-9fe7-4a9d-821e-5678a48d0b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15769 | 2025.01.27 09:42:00.654060 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 281 rows starting from the beginning of the part | ||
| 15770 | 2025.01.27 09:42:00.654253 [ 273 ] {5a2bd46f-9fe7-4a9d-821e-5678a48d0b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15771 | 2025.01.27 09:42:00.654336 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part | ||
| 15772 | 2025.01.27 09:42:00.654813 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1429 rows starting from the beginning of the part | ||
| 15773 | 2025.01.27 09:42:00.655170 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part | ||
| 15774 | 2025.01.27 09:42:00.658372 [ 273 ] {5a2bd46f-9fe7-4a9d-821e-5678a48d0b1b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15775 | 2025.01.27 09:42:00.658466 [ 273 ] {5a2bd46f-9fe7-4a9d-821e-5678a48d0b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15776 | 2025.01.27 09:42:00.659343 [ 273 ] {5a2bd46f-9fe7-4a9d-821e-5678a48d0b1b} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15777 | 2025.01.27 09:42:00.659846 [ 273 ] {5a2bd46f-9fe7-4a9d-821e-5678a48d0b1b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15778 | 2025.01.27 09:42:00.660033 [ 193 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006771728 sec., 488501.605498626 rows/sec., 42.64 MiB/sec. | ||
| 15779 | 2025.01.27 09:42:00.660165 [ 35 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15780 | 2025.01.27 09:42:00.660223 [ 35 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15781 | 2025.01.27 09:42:00.660278 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15782 | 2025.01.27 09:42:00.660278 [ 273 ] {5a2bd46f-9fe7-4a9d-821e-5678a48d0b1b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006422 sec., 9965.742759265027 rows/sec., 796.52 KiB/sec. | ||
| 15783 | 2025.01.27 09:42:00.660395 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15784 | 2025.01.27 09:42:00.660642 [ 273 ] {5a2bd46f-9fe7-4a9d-821e-5678a48d0b1b} <Debug> TCPHandler: Processed in 0.007234708 sec. | ||
| 15785 | 2025.01.27 09:42:00.660679 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15786 | 2025.01.27 09:42:00.660917 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15787 | 2025.01.27 09:42:00.661131 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15788 | 2025.01.27 09:42:00.661271 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 913 rows starting from the beginning of the part | ||
| 15789 | 2025.01.27 09:42:00.661285 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15790 | 2025.01.27 09:42:00.661286 [ 267 ] {1f735292-06f4-43dd-adc7-30e447fd9d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15791 | 2025.01.27 09:42:00.661599 [ 267 ] {1f735292-06f4-43dd-adc7-30e447fd9d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15792 | 2025.01.27 09:42:00.661690 [ 201 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_141_28} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15793 | 2025.01.27 09:42:00.661743 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part | ||
| 15794 | 2025.01.27 09:42:00.662005 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 15795 | 2025.01.27 09:42:00.662324 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 421 rows starting from the beginning of the part | ||
| 15796 | 2025.01.27 09:42:00.662712 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part | ||
| 15797 | 2025.01.27 09:42:00.663114 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 893 rows starting from the beginning of the part | ||
| 15798 | 2025.01.27 09:42:00.663474 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 15799 | 2025.01.27 09:42:00.664466 [ 267 ] {1f735292-06f4-43dd-adc7-30e447fd9d78} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15800 | 2025.01.27 09:42:00.664543 [ 267 ] {1f735292-06f4-43dd-adc7-30e447fd9d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15801 | 2025.01.27 09:42:00.665668 [ 267 ] {1f735292-06f4-43dd-adc7-30e447fd9d78} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15802 | 2025.01.27 09:42:00.666060 [ 267 ] {1f735292-06f4-43dd-adc7-30e447fd9d78} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15803 | 2025.01.27 09:42:00.666487 [ 267 ] {1f735292-06f4-43dd-adc7-30e447fd9d78} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005304 sec., 24132.730015082958 rows/sec., 1.68 MiB/sec. | ||
| 15804 | 2025.01.27 09:42:00.666809 [ 267 ] {1f735292-06f4-43dd-adc7-30e447fd9d78} <Debug> TCPHandler: Processed in 0.00603284 sec. | ||
| 15805 | 2025.01.27 09:42:00.666843 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.00646592 sec., 374115.36177373055 rows/sec., 28.70 MiB/sec. | ||
| 15806 | 2025.01.27 09:42:00.667021 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15807 | 2025.01.27 09:42:00.667032 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15808 | 2025.01.27 09:42:00.667216 [ 273 ] {437368d5-4e81-409d-98ef-5b7bf2e0cc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15809 | 2025.01.27 09:42:00.667335 [ 273 ] {437368d5-4e81-409d-98ef-5b7bf2e0cc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15810 | 2025.01.27 09:42:00.667536 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15811 | 2025.01.27 09:42:00.667795 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_141_28} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15812 | 2025.01.27 09:42:00.667980 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15813 | 2025.01.27 09:42:00.668308 [ 273 ] {437368d5-4e81-409d-98ef-5b7bf2e0cc77} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15814 | 2025.01.27 09:42:00.668351 [ 273 ] {437368d5-4e81-409d-98ef-5b7bf2e0cc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15815 | 2025.01.27 09:42:00.668737 [ 273 ] {437368d5-4e81-409d-98ef-5b7bf2e0cc77} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15816 | 2025.01.27 09:42:00.668985 [ 273 ] {437368d5-4e81-409d-98ef-5b7bf2e0cc77} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15817 | 2025.01.27 09:42:00.669120 [ 35 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15818 | 2025.01.27 09:42:00.669157 [ 35 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15819 | 2025.01.27 09:42:00.669166 [ 273 ] {437368d5-4e81-409d-98ef-5b7bf2e0cc77} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002008 sec., 23904.382470119523 rows/sec., 1.61 MiB/sec. | ||
| 15820 | 2025.01.27 09:42:00.669180 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15821 | 2025.01.27 09:42:00.669280 [ 273 ] {437368d5-4e81-409d-98ef-5b7bf2e0cc77} <Debug> TCPHandler: Processed in 0.002347075 sec. | ||
| 15822 | 2025.01.27 09:42:00.669391 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 15823 | 2025.01.27 09:42:00.669503 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15824 | 2025.01.27 09:42:00.669529 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8284 rows starting from the beginning of the part | ||
| 15825 | 2025.01.27 09:42:00.669622 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 15826 | 2025.01.27 09:42:00.669828 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part | ||
| 15827 | 2025.01.27 09:42:00.670056 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 15828 | 2025.01.27 09:42:00.670222 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 34 rows starting from the beginning of the part | ||
| 15829 | 2025.01.27 09:42:00.670427 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 48 rows starting from the beginning of the part | ||
| 15830 | 2025.01.27 09:42:00.673084 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8568 rows, containing 4 columns (4 merged, 0 gathered) in 0.003816969 sec., 2244713.0170562034 rows/sec., 146.28 MiB/sec. | ||
| 15831 | 2025.01.27 09:42:00.673325 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15832 | 2025.01.27 09:42:00.673690 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15833 | 2025.01.27 09:42:00.673785 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_141_28} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15834 | 2025.01.27 09:42:00.673896 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
| 15835 | 2025.01.27 09:42:02.184960 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 15836 | 2025.01.27 09:42:02.185643 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15837 | 2025.01.27 09:42:02.185688 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15838 | 2025.01.27 09:42:02.186223 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15839 | 2025.01.27 09:42:02.186488 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15840 | 2025.01.27 09:42:02.186763 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 15841 | 2025.01.27 09:42:04.993561 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 626 | ||
| 15842 | 2025.01.27 09:42:05.017371 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15843 | 2025.01.27 09:42:05.017429 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15844 | 2025.01.27 09:42:05.025002 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15845 | 2025.01.27 09:42:05.025819 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15846 | 2025.01.27 09:42:05.028764 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 15847 | 2025.01.27 09:42:05.652222 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15848 | 2025.01.27 09:42:05.652448 [ 267 ] {be399909-7279-4ef8-9329-87d2f0a62b25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15849 | 2025.01.27 09:42:05.652531 [ 267 ] {be399909-7279-4ef8-9329-87d2f0a62b25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15850 | 2025.01.27 09:42:05.653390 [ 267 ] {be399909-7279-4ef8-9329-87d2f0a62b25} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15851 | 2025.01.27 09:42:05.653445 [ 267 ] {be399909-7279-4ef8-9329-87d2f0a62b25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15852 | 2025.01.27 09:42:05.653909 [ 267 ] {be399909-7279-4ef8-9329-87d2f0a62b25} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15853 | 2025.01.27 09:42:05.654158 [ 267 ] {be399909-7279-4ef8-9329-87d2f0a62b25} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15854 | 2025.01.27 09:42:05.654394 [ 267 ] {be399909-7279-4ef8-9329-87d2f0a62b25} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002011 sec., 27846.8423669816 rows/sec., 2.13 MiB/sec. | ||
| 15855 | 2025.01.27 09:42:05.654451 [ 267 ] {be399909-7279-4ef8-9329-87d2f0a62b25} <Debug> TCPHandler: Processed in 0.002373685 sec. | ||
| 15856 | 2025.01.27 09:42:05.654709 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15857 | 2025.01.27 09:42:05.654924 [ 273 ] {96bcf581-b7f9-47da-a1c7-3d53ba8a7f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15858 | 2025.01.27 09:42:05.655006 [ 273 ] {96bcf581-b7f9-47da-a1c7-3d53ba8a7f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15859 | 2025.01.27 09:42:05.655776 [ 273 ] {96bcf581-b7f9-47da-a1c7-3d53ba8a7f55} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15860 | 2025.01.27 09:42:05.655816 [ 273 ] {96bcf581-b7f9-47da-a1c7-3d53ba8a7f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15861 | 2025.01.27 09:42:05.656258 [ 273 ] {96bcf581-b7f9-47da-a1c7-3d53ba8a7f55} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15862 | 2025.01.27 09:42:05.656514 [ 273 ] {96bcf581-b7f9-47da-a1c7-3d53ba8a7f55} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15863 | 2025.01.27 09:42:05.656709 [ 273 ] {96bcf581-b7f9-47da-a1c7-3d53ba8a7f55} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001848 sec., 34632.03463203463 rows/sec., 2.70 MiB/sec. | ||
| 15864 | 2025.01.27 09:42:05.656765 [ 273 ] {96bcf581-b7f9-47da-a1c7-3d53ba8a7f55} <Debug> TCPHandler: Processed in 0.002188791 sec. | ||
| 15865 | 2025.01.27 09:42:05.656966 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15866 | 2025.01.27 09:42:05.657212 [ 267 ] {f061fea5-2563-43f8-ad26-10b258ba194a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15867 | 2025.01.27 09:42:05.657317 [ 267 ] {f061fea5-2563-43f8-ad26-10b258ba194a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15868 | 2025.01.27 09:42:05.658230 [ 267 ] {f061fea5-2563-43f8-ad26-10b258ba194a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15869 | 2025.01.27 09:42:05.658270 [ 267 ] {f061fea5-2563-43f8-ad26-10b258ba194a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15870 | 2025.01.27 09:42:05.658671 [ 267 ] {f061fea5-2563-43f8-ad26-10b258ba194a} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15871 | 2025.01.27 09:42:05.658910 [ 267 ] {f061fea5-2563-43f8-ad26-10b258ba194a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15872 | 2025.01.27 09:42:05.659131 [ 267 ] {f061fea5-2563-43f8-ad26-10b258ba194a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001976 sec., 80971.65991902835 rows/sec., 5.64 MiB/sec. | ||
| 15873 | 2025.01.27 09:42:05.659183 [ 267 ] {f061fea5-2563-43f8-ad26-10b258ba194a} <Debug> TCPHandler: Processed in 0.002323804 sec. | ||
| 15874 | 2025.01.27 09:42:05.659326 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15875 | 2025.01.27 09:42:05.659445 [ 273 ] {e84eddda-e175-4786-85e1-da9c13568197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15876 | 2025.01.27 09:42:05.659497 [ 273 ] {e84eddda-e175-4786-85e1-da9c13568197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15877 | 2025.01.27 09:42:05.660063 [ 273 ] {e84eddda-e175-4786-85e1-da9c13568197} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15878 | 2025.01.27 09:42:05.660100 [ 273 ] {e84eddda-e175-4786-85e1-da9c13568197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15879 | 2025.01.27 09:42:05.660488 [ 273 ] {e84eddda-e175-4786-85e1-da9c13568197} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15880 | 2025.01.27 09:42:05.660727 [ 273 ] {e84eddda-e175-4786-85e1-da9c13568197} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15881 | 2025.01.27 09:42:05.660920 [ 273 ] {e84eddda-e175-4786-85e1-da9c13568197} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. | ||
| 15882 | 2025.01.27 09:42:05.660972 [ 273 ] {e84eddda-e175-4786-85e1-da9c13568197} <Debug> TCPHandler: Processed in 0.001704099 sec. | ||
| 15883 | 2025.01.27 09:42:06.636739 [ 63 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15884 | 2025.01.27 09:42:06.636797 [ 63 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15885 | 2025.01.27 09:42:06.636819 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15886 | 2025.01.27 09:42:06.637006 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 15887 | 2025.01.27 09:42:06.637273 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15888 | 2025.01.27 09:42:06.637316 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 64 rows starting from the beginning of the part | ||
| 15889 | 2025.01.27 09:42:06.637443 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
| 15890 | 2025.01.27 09:42:06.637663 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 46 rows starting from the beginning of the part | ||
| 15891 | 2025.01.27 09:42:06.637936 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 46 rows starting from the beginning of the part | ||
| 15892 | 2025.01.27 09:42:06.638082 [ 201 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 62 rows starting from the beginning of the part | ||
| 15893 | 2025.01.27 09:42:06.639210 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.002317854 sec., 114761.32664093598 rows/sec., 8.64 MiB/sec. | ||
| 15894 | 2025.01.27 09:42:06.639383 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15895 | 2025.01.27 09:42:06.639668 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15896 | 2025.01.27 09:42:06.639751 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_60_13} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15897 | 2025.01.27 09:42:06.639827 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15898 | 2025.01.27 09:42:07.320911 [ 122 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15899 | 2025.01.27 09:42:07.321020 [ 122 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15900 | 2025.01.27 09:42:07.321066 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15901 | 2025.01.27 09:42:07.321438 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 15902 | 2025.01.27 09:42:07.321813 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15903 | 2025.01.27 09:42:07.321852 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 242 rows starting from the beginning of the part | ||
| 15904 | 2025.01.27 09:42:07.321938 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 242 rows starting from the beginning of the part | ||
| 15905 | 2025.01.27 09:42:07.322171 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 15906 | 2025.01.27 09:42:07.322374 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 15907 | 2025.01.27 09:42:07.322565 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 242 rows starting from the beginning of the part | ||
| 15908 | 2025.01.27 09:42:07.323758 [ 197 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002562259 sec., 294271.57832209783 rows/sec., 21.07 MiB/sec. | ||
| 15909 | 2025.01.27 09:42:07.323976 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15910 | 2025.01.27 09:42:07.324370 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15911 | 2025.01.27 09:42:07.324470 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_60_13} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15912 | 2025.01.27 09:42:07.324583 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 15913 | 2025.01.27 09:42:08.818430 [ 121 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15914 | 2025.01.27 09:42:08.818525 [ 121 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15915 | 2025.01.27 09:42:08.818551 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15916 | 2025.01.27 09:42:08.818702 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 15917 | 2025.01.27 09:42:08.818962 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15918 | 2025.01.27 09:42:08.819008 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 336 rows starting from the beginning of the part | ||
| 15919 | 2025.01.27 09:42:08.819084 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 15920 | 2025.01.27 09:42:08.819216 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 15921 | 2025.01.27 09:42:08.819331 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 15922 | 2025.01.27 09:42:08.819425 [ 195 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 15923 | 2025.01.27 09:42:08.820352 [ 191 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.00172242 sec., 209008.25582610513 rows/sec., 10.66 MiB/sec. | ||
| 15924 | 2025.01.27 09:42:08.820622 [ 196 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15925 | 2025.01.27 09:42:08.821043 [ 196 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15926 | 2025.01.27 09:42:08.821146 [ 196 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_60_13} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15927 | 2025.01.27 09:42:08.821256 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15928 | 2025.01.27 09:42:09.401546 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15929 | 2025.01.27 09:42:09.401599 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15930 | 2025.01.27 09:42:09.687846 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 15931 | 2025.01.27 09:42:09.688514 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15932 | 2025.01.27 09:42:09.688552 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15933 | 2025.01.27 09:42:09.689067 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15934 | 2025.01.27 09:42:09.689323 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15935 | 2025.01.27 09:42:09.689510 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 15936 | 2025.01.27 09:42:09.920727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2200 | ||
| 15937 | 2025.01.27 09:42:09.923559 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15938 | 2025.01.27 09:42:09.923663 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15939 | 2025.01.27 09:42:09.925205 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15940 | 2025.01.27 09:42:09.925518 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15941 | 2025.01.27 09:42:09.927041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2200 | ||
| 15942 | 2025.01.27 09:42:10.320606 [ 224 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15943 | 2025.01.27 09:42:10.320661 [ 224 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15944 | 2025.01.27 09:42:10.322441 [ 224 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15945 | 2025.01.27 09:42:10.429130 [ 221 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15946 | 2025.01.27 09:42:10.429193 [ 221 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15947 | 2025.01.27 09:42:10.431188 [ 221 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15948 | 2025.01.27 09:42:10.523736 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15949 | 2025.01.27 09:42:10.523795 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15950 | 2025.01.27 09:42:10.526294 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15951 | 2025.01.27 09:42:10.660954 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15952 | 2025.01.27 09:42:10.661157 [ 267 ] {a33c860a-af4b-4b73-b76d-91e187cd4a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15953 | 2025.01.27 09:42:10.661229 [ 267 ] {a33c860a-af4b-4b73-b76d-91e187cd4a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15954 | 2025.01.27 09:42:10.661942 [ 267 ] {a33c860a-af4b-4b73-b76d-91e187cd4a13} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15955 | 2025.01.27 09:42:10.661989 [ 267 ] {a33c860a-af4b-4b73-b76d-91e187cd4a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15956 | 2025.01.27 09:42:10.662412 [ 267 ] {a33c860a-af4b-4b73-b76d-91e187cd4a13} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15957 | 2025.01.27 09:42:10.662669 [ 267 ] {a33c860a-af4b-4b73-b76d-91e187cd4a13} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15958 | 2025.01.27 09:42:10.662869 [ 118 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 15959 | 2025.01.27 09:42:10.662934 [ 267 ] {a33c860a-af4b-4b73-b76d-91e187cd4a13} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001833 sec., 7637.752318603382 rows/sec., 549.82 KiB/sec. | ||
| 15960 | 2025.01.27 09:42:10.662962 [ 118 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15961 | 2025.01.27 09:42:10.663027 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15962 | 2025.01.27 09:42:10.663062 [ 267 ] {a33c860a-af4b-4b73-b76d-91e187cd4a13} <Debug> TCPHandler: Processed in 0.002232752 sec. | ||
| 15963 | 2025.01.27 09:42:10.663259 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 15964 | 2025.01.27 09:42:10.663306 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15965 | 2025.01.27 09:42:10.663487 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15966 | 2025.01.27 09:42:10.663499 [ 273 ] {29c7f765-1da0-4763-91b2-4704afcabea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15967 | 2025.01.27 09:42:10.663542 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part | ||
| 15968 | 2025.01.27 09:42:10.663578 [ 273 ] {29c7f765-1da0-4763-91b2-4704afcabea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15969 | 2025.01.27 09:42:10.663785 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 15970 | 2025.01.27 09:42:10.664010 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 15971 | 2025.01.27 09:42:10.664226 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 15972 | 2025.01.27 09:42:10.664489 [ 191 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 15973 | 2025.01.27 09:42:10.665617 [ 273 ] {29c7f765-1da0-4763-91b2-4704afcabea9} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15974 | 2025.01.27 09:42:10.665666 [ 273 ] {29c7f765-1da0-4763-91b2-4704afcabea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15975 | 2025.01.27 09:42:10.666109 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002938508 sec., 23821.61287292735 rows/sec., 1.77 MiB/sec. | ||
| 15976 | 2025.01.27 09:42:10.666369 [ 196 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 15977 | 2025.01.27 09:42:10.666380 [ 273 ] {29c7f765-1da0-4763-91b2-4704afcabea9} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15978 | 2025.01.27 09:42:10.666864 [ 273 ] {29c7f765-1da0-4763-91b2-4704afcabea9} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15979 | 2025.01.27 09:42:10.666972 [ 187 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15980 | 2025.01.27 09:42:10.667163 [ 187 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_61_15} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 15981 | 2025.01.27 09:42:10.667217 [ 273 ] {29c7f765-1da0-4763-91b2-4704afcabea9} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.003774 sec., 74456.8097509274 rows/sec., 6.57 MiB/sec. | ||
| 15982 | 2025.01.27 09:42:10.667261 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15983 | 2025.01.27 09:42:10.667309 [ 273 ] {29c7f765-1da0-4763-91b2-4704afcabea9} <Debug> TCPHandler: Processed in 0.004134176 sec. | ||
| 15984 | 2025.01.27 09:42:10.667479 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15985 | 2025.01.27 09:42:10.667617 [ 267 ] {76459a93-8ebd-45b8-b059-5830b7a772a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15986 | 2025.01.27 09:42:10.667675 [ 267 ] {76459a93-8ebd-45b8-b059-5830b7a772a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15987 | 2025.01.27 09:42:10.668346 [ 267 ] {76459a93-8ebd-45b8-b059-5830b7a772a3} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15988 | 2025.01.27 09:42:10.668386 [ 267 ] {76459a93-8ebd-45b8-b059-5830b7a772a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15989 | 2025.01.27 09:42:10.668749 [ 267 ] {76459a93-8ebd-45b8-b059-5830b7a772a3} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15990 | 2025.01.27 09:42:10.668992 [ 267 ] {76459a93-8ebd-45b8-b059-5830b7a772a3} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15991 | 2025.01.27 09:42:10.669196 [ 267 ] {76459a93-8ebd-45b8-b059-5830b7a772a3} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001609 sec., 28589.185829707894 rows/sec., 2.06 MiB/sec. | ||
| 15992 | 2025.01.27 09:42:10.669248 [ 267 ] {76459a93-8ebd-45b8-b059-5830b7a772a3} <Debug> TCPHandler: Processed in 0.001836422 sec. | ||
| 15993 | 2025.01.27 09:42:10.669388 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15994 | 2025.01.27 09:42:10.669509 [ 273 ] {7bdd95c3-563f-4935-a200-ce877ffbd978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15995 | 2025.01.27 09:42:10.669559 [ 273 ] {7bdd95c3-563f-4935-a200-ce877ffbd978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15996 | 2025.01.27 09:42:10.670160 [ 273 ] {7bdd95c3-563f-4935-a200-ce877ffbd978} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15997 | 2025.01.27 09:42:10.670199 [ 273 ] {7bdd95c3-563f-4935-a200-ce877ffbd978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15998 | 2025.01.27 09:42:10.670561 [ 273 ] {7bdd95c3-563f-4935-a200-ce877ffbd978} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15999 | 2025.01.27 09:42:10.670811 [ 273 ] {7bdd95c3-563f-4935-a200-ce877ffbd978} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16000 | 2025.01.27 09:42:10.671010 [ 273 ] {7bdd95c3-563f-4935-a200-ce877ffbd978} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001528 sec., 9162.303664921466 rows/sec., 641.67 KiB/sec. | ||
| 16001 | 2025.01.27 09:42:10.671065 [ 273 ] {7bdd95c3-563f-4935-a200-ce877ffbd978} <Debug> TCPHandler: Processed in 0.001735601 sec. | ||
| 16002 | 2025.01.27 09:42:10.671238 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16003 | 2025.01.27 09:42:10.671376 [ 267 ] {6327fa0c-82df-4837-bb4c-081f7910df20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16004 | 2025.01.27 09:42:10.671433 [ 267 ] {6327fa0c-82df-4837-bb4c-081f7910df20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16005 | 2025.01.27 09:42:10.672096 [ 267 ] {6327fa0c-82df-4837-bb4c-081f7910df20} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16006 | 2025.01.27 09:42:10.672141 [ 267 ] {6327fa0c-82df-4837-bb4c-081f7910df20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16007 | 2025.01.27 09:42:10.672497 [ 267 ] {6327fa0c-82df-4837-bb4c-081f7910df20} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16008 | 2025.01.27 09:42:10.672742 [ 267 ] {6327fa0c-82df-4837-bb4c-081f7910df20} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16009 | 2025.01.27 09:42:10.672913 [ 118 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 16010 | 2025.01.27 09:42:10.672967 [ 118 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16011 | 2025.01.27 09:42:10.672982 [ 267 ] {6327fa0c-82df-4837-bb4c-081f7910df20} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001624 sec., 8004.926108374384 rows/sec., 499.11 KiB/sec. | ||
| 16012 | 2025.01.27 09:42:10.672998 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16013 | 2025.01.27 09:42:10.673134 [ 267 ] {6327fa0c-82df-4837-bb4c-081f7910df20} <Debug> TCPHandler: Processed in 0.001959856 sec. | ||
| 16014 | 2025.01.27 09:42:10.673233 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 16015 | 2025.01.27 09:42:10.673317 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16016 | 2025.01.27 09:42:10.673409 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16017 | 2025.01.27 09:42:10.673496 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part | ||
| 16018 | 2025.01.27 09:42:10.673561 [ 273 ] {6e0fa031-b7bb-448e-b7e9-f4684341e600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16019 | 2025.01.27 09:42:10.673737 [ 273 ] {6e0fa031-b7bb-448e-b7e9-f4684341e600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16020 | 2025.01.27 09:42:10.673801 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part | ||
| 16021 | 2025.01.27 09:42:10.674266 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 16022 | 2025.01.27 09:42:10.674595 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 16023 | 2025.01.27 09:42:10.674980 [ 196 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 16024 | 2025.01.27 09:42:10.676834 [ 273 ] {6e0fa031-b7bb-448e-b7e9-f4684341e600} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16025 | 2025.01.27 09:42:10.676910 [ 273 ] {6e0fa031-b7bb-448e-b7e9-f4684341e600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16026 | 2025.01.27 09:42:10.677757 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004628648 sec., 14042.977560618134 rows/sec., 930.43 KiB/sec. | ||
| 16027 | 2025.01.27 09:42:10.677914 [ 273 ] {6e0fa031-b7bb-448e-b7e9-f4684341e600} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16028 | 2025.01.27 09:42:10.678004 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 16029 | 2025.01.27 09:42:10.678378 [ 273 ] {6e0fa031-b7bb-448e-b7e9-f4684341e600} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16030 | 2025.01.27 09:42:10.678723 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16031 | 2025.01.27 09:42:10.678823 [ 218 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16032 | 2025.01.27 09:42:10.678870 [ 273 ] {6e0fa031-b7bb-448e-b7e9-f4684341e600} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005383 sec., 78209.17703882593 rows/sec., 5.59 MiB/sec. | ||
| 16033 | 2025.01.27 09:42:10.678895 [ 218 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16034 | 2025.01.27 09:42:10.679009 [ 186 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_61_15} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 16035 | 2025.01.27 09:42:10.679160 [ 273 ] {6e0fa031-b7bb-448e-b7e9-f4684341e600} <Debug> TCPHandler: Processed in 0.005919237 sec. | ||
| 16036 | 2025.01.27 09:42:10.679278 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16037 | 2025.01.27 09:42:10.679496 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16038 | 2025.01.27 09:42:10.679681 [ 267 ] {18555104-22eb-47d1-88eb-19844df39a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16039 | 2025.01.27 09:42:10.679790 [ 267 ] {18555104-22eb-47d1-88eb-19844df39a8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16040 | 2025.01.27 09:42:10.680889 [ 267 ] {18555104-22eb-47d1-88eb-19844df39a8a} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16041 | 2025.01.27 09:42:10.680939 [ 267 ] {18555104-22eb-47d1-88eb-19844df39a8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16042 | 2025.01.27 09:42:10.681634 [ 267 ] {18555104-22eb-47d1-88eb-19844df39a8a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16043 | 2025.01.27 09:42:10.682094 [ 267 ] {18555104-22eb-47d1-88eb-19844df39a8a} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16044 | 2025.01.27 09:42:10.682604 [ 267 ] {18555104-22eb-47d1-88eb-19844df39a8a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002907 sec., 2063.983488132095 rows/sec., 107.84 KiB/sec. | ||
| 16045 | 2025.01.27 09:42:10.683217 [ 267 ] {18555104-22eb-47d1-88eb-19844df39a8a} <Debug> TCPHandler: Processed in 0.003922631 sec. | ||
| 16046 | 2025.01.27 09:42:10.683464 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16047 | 2025.01.27 09:42:10.683511 [ 218 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16048 | 2025.01.27 09:42:10.683728 [ 273 ] {ce23ecd0-be82-4a9b-a046-2058b33a0a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16049 | 2025.01.27 09:42:10.683799 [ 273 ] {ce23ecd0-be82-4a9b-a046-2058b33a0a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16050 | 2025.01.27 09:42:10.685327 [ 273 ] {ce23ecd0-be82-4a9b-a046-2058b33a0a34} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16051 | 2025.01.27 09:42:10.685367 [ 273 ] {ce23ecd0-be82-4a9b-a046-2058b33a0a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16052 | 2025.01.27 09:42:10.685768 [ 273 ] {ce23ecd0-be82-4a9b-a046-2058b33a0a34} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16053 | 2025.01.27 09:42:10.686018 [ 273 ] {ce23ecd0-be82-4a9b-a046-2058b33a0a34} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16054 | 2025.01.27 09:42:10.686202 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_138_28 to all_143_143_0 | ||
| 16055 | 2025.01.27 09:42:10.686262 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16056 | 2025.01.27 09:42:10.686267 [ 273 ] {ce23ecd0-be82-4a9b-a046-2058b33a0a34} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002639 sec., 89806.74497915877 rows/sec., 6.02 MiB/sec. | ||
| 16057 | 2025.01.27 09:42:10.686304 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16058 | 2025.01.27 09:42:10.686414 [ 273 ] {ce23ecd0-be82-4a9b-a046-2058b33a0a34} <Debug> TCPHandler: Processed in 0.003067841 sec. | ||
| 16059 | 2025.01.27 09:42:10.686642 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16060 | 2025.01.27 09:42:10.686698 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_138_28 to all_143_143_0 into Compact with storage Full | ||
| 16061 | 2025.01.27 09:42:10.686832 [ 267 ] {046120b5-18ba-42ba-9925-7c98c69d7951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16062 | 2025.01.27 09:42:10.686954 [ 267 ] {046120b5-18ba-42ba-9925-7c98c69d7951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16063 | 2025.01.27 09:42:10.687204 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16064 | 2025.01.27 09:42:10.687325 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_138_28, total 41030 rows starting from the beginning of the part | ||
| 16065 | 2025.01.27 09:42:10.687633 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 16066 | 2025.01.27 09:42:10.687975 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 963 rows starting from the beginning of the part | ||
| 16067 | 2025.01.27 09:42:10.688245 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 128 rows starting from the beginning of the part | ||
| 16068 | 2025.01.27 09:42:10.688546 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part | ||
| 16069 | 2025.01.27 09:42:10.688840 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 237 rows starting from the beginning of the part | ||
| 16070 | 2025.01.27 09:42:10.689656 [ 267 ] {046120b5-18ba-42ba-9925-7c98c69d7951} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16071 | 2025.01.27 09:42:10.689719 [ 267 ] {046120b5-18ba-42ba-9925-7c98c69d7951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16072 | 2025.01.27 09:42:10.690385 [ 267 ] {046120b5-18ba-42ba-9925-7c98c69d7951} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16073 | 2025.01.27 09:42:10.690696 [ 267 ] {046120b5-18ba-42ba-9925-7c98c69d7951} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16074 | 2025.01.27 09:42:10.690969 [ 267 ] {046120b5-18ba-42ba-9925-7c98c69d7951} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004175 sec., 239.52095808383234 rows/sec., 16.14 KiB/sec. | ||
| 16075 | 2025.01.27 09:42:10.691272 [ 267 ] {046120b5-18ba-42ba-9925-7c98c69d7951} <Debug> TCPHandler: Processed in 0.0047479 sec. | ||
| 16076 | 2025.01.27 09:42:10.691730 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16077 | 2025.01.27 09:42:10.692350 [ 273 ] {5ede7974-b2ec-4989-aac4-26a35217ee11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16078 | 2025.01.27 09:42:10.692680 [ 273 ] {5ede7974-b2ec-4989-aac4-26a35217ee11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16079 | 2025.01.27 09:42:10.694905 [ 273 ] {5ede7974-b2ec-4989-aac4-26a35217ee11} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16080 | 2025.01.27 09:42:10.694947 [ 273 ] {5ede7974-b2ec-4989-aac4-26a35217ee11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16081 | 2025.01.27 09:42:10.695809 [ 273 ] {5ede7974-b2ec-4989-aac4-26a35217ee11} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16082 | 2025.01.27 09:42:10.696182 [ 273 ] {5ede7974-b2ec-4989-aac4-26a35217ee11} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16083 | 2025.01.27 09:42:10.696441 [ 117 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 16084 | 2025.01.27 09:42:10.696519 [ 117 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16085 | 2025.01.27 09:42:10.696555 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16086 | 2025.01.27 09:42:10.696569 [ 273 ] {5ede7974-b2ec-4989-aac4-26a35217ee11} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004445 sec., 8773.903262092239 rows/sec., 15.72 MiB/sec. | ||
| 16087 | 2025.01.27 09:42:10.697001 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 16088 | 2025.01.27 09:42:10.697110 [ 273 ] {5ede7974-b2ec-4989-aac4-26a35217ee11} <Debug> TCPHandler: Processed in 0.005705143 sec. | ||
| 16089 | 2025.01.27 09:42:10.697379 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16090 | 2025.01.27 09:42:10.697772 [ 267 ] {ada5f9af-3f24-4843-b813-2306a37c7768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16091 | 2025.01.27 09:42:10.697906 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16092 | 2025.01.27 09:42:10.697918 [ 267 ] {ada5f9af-3f24-4843-b813-2306a37c7768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16093 | 2025.01.27 09:42:10.698231 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2072 rows starting from the beginning of the part | ||
| 16094 | 2025.01.27 09:42:10.699357 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 39 rows starting from the beginning of the part | ||
| 16095 | 2025.01.27 09:42:10.700231 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part | ||
| 16096 | 2025.01.27 09:42:10.701049 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 39 rows starting from the beginning of the part | ||
| 16097 | 2025.01.27 09:42:10.701409 [ 267 ] {ada5f9af-3f24-4843-b813-2306a37c7768} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16098 | 2025.01.27 09:42:10.702059 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part | ||
| 16099 | 2025.01.27 09:42:10.701966 [ 267 ] {ada5f9af-3f24-4843-b813-2306a37c7768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16100 | 2025.01.27 09:42:10.702317 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42678 rows, containing 5 columns (5 merged, 0 gathered) in 0.015861468 sec., 2690671.506571775 rows/sec., 181.68 MiB/sec. | ||
| 16101 | 2025.01.27 09:42:10.702912 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Trace> MergedBlockOutputStream: filled checksums all_1_143_29 (state Temporary) | ||
| 16102 | 2025.01.27 09:42:10.703130 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 39 rows starting from the beginning of the part | ||
| 16103 | 2025.01.27 09:42:10.704135 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_143_29 to all_1_143_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16104 | 2025.01.27 09:42:10.704530 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_138_28, all_143_143_0] -> all_1_143_29 | ||
| 16105 | 2025.01.27 09:42:10.704827 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 16106 | 2025.01.27 09:42:10.705018 [ 267 ] {ada5f9af-3f24-4843-b813-2306a37c7768} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16107 | 2025.01.27 09:42:10.705545 [ 267 ] {ada5f9af-3f24-4843-b813-2306a37c7768} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16108 | 2025.01.27 09:42:10.705998 [ 267 ] {ada5f9af-3f24-4843-b813-2306a37c7768} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.008373 sec., 9793.383494565865 rows/sec., 636.93 KiB/sec. | ||
| 16109 | 2025.01.27 09:42:10.706173 [ 267 ] {ada5f9af-3f24-4843-b813-2306a37c7768} <Debug> TCPHandler: Processed in 0.008939377 sec. | ||
| 16110 | 2025.01.27 09:42:10.713575 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2267 rows, containing 19 columns (19 merged, 0 gathered) in 0.016918963 sec., 133991.66367347693 rows/sec., 240.11 MiB/sec. | ||
| 16111 | 2025.01.27 09:42:10.715596 [ 193 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 16112 | 2025.01.27 09:42:10.716046 [ 193 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16113 | 2025.01.27 09:42:10.716132 [ 193 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 16114 | 2025.01.27 09:42:10.716298 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.56 MiB. | ||
| 16115 | 2025.01.27 09:42:11.054352 [ 224 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16116 | 2025.01.27 09:42:11.054408 [ 224 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16117 | 2025.01.27 09:42:11.056533 [ 224 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16118 | 2025.01.27 09:42:11.677138 [ 223 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16119 | 2025.01.27 09:42:11.677197 [ 223 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16120 | 2025.01.27 09:42:11.679450 [ 223 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 16121 | 2025.01.27 09:42:12.529783 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 16122 | 2025.01.27 09:42:12.553299 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16123 | 2025.01.27 09:42:12.553372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16124 | 2025.01.27 09:42:12.561184 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16125 | 2025.01.27 09:42:12.562073 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16126 | 2025.01.27 09:42:12.565693 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 16127 | 2025.01.27 09:42:15.651806 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16128 | 2025.01.27 09:42:15.651997 [ 267 ] {898e99ea-5f69-4fd6-bdd4-320a2382a861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16129 | 2025.01.27 09:42:15.652067 [ 267 ] {898e99ea-5f69-4fd6-bdd4-320a2382a861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16130 | 2025.01.27 09:42:15.652852 [ 267 ] {898e99ea-5f69-4fd6-bdd4-320a2382a861} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16131 | 2025.01.27 09:42:15.652893 [ 267 ] {898e99ea-5f69-4fd6-bdd4-320a2382a861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16132 | 2025.01.27 09:42:15.653335 [ 267 ] {898e99ea-5f69-4fd6-bdd4-320a2382a861} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16133 | 2025.01.27 09:42:15.653590 [ 267 ] {898e99ea-5f69-4fd6-bdd4-320a2382a861} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16134 | 2025.01.27 09:42:15.653785 [ 267 ] {898e99ea-5f69-4fd6-bdd4-320a2382a861} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001843 sec., 30385.24145415084 rows/sec., 2.32 MiB/sec. | ||
| 16135 | 2025.01.27 09:42:15.653843 [ 267 ] {898e99ea-5f69-4fd6-bdd4-320a2382a861} <Debug> TCPHandler: Processed in 0.0021639 sec. | ||
| 16136 | 2025.01.27 09:42:15.654102 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16137 | 2025.01.27 09:42:15.654295 [ 273 ] {4e05d61b-cf56-46a0-adb1-2828ed02c6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16138 | 2025.01.27 09:42:15.654368 [ 273 ] {4e05d61b-cf56-46a0-adb1-2828ed02c6f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16139 | 2025.01.27 09:42:15.655173 [ 273 ] {4e05d61b-cf56-46a0-adb1-2828ed02c6f2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16140 | 2025.01.27 09:42:15.655219 [ 273 ] {4e05d61b-cf56-46a0-adb1-2828ed02c6f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16141 | 2025.01.27 09:42:15.655729 [ 273 ] {4e05d61b-cf56-46a0-adb1-2828ed02c6f2} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16142 | 2025.01.27 09:42:15.656002 [ 273 ] {4e05d61b-cf56-46a0-adb1-2828ed02c6f2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16143 | 2025.01.27 09:42:15.656240 [ 273 ] {4e05d61b-cf56-46a0-adb1-2828ed02c6f2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002 sec., 32000 rows/sec., 2.50 MiB/sec. | ||
| 16144 | 2025.01.27 09:42:15.656299 [ 273 ] {4e05d61b-cf56-46a0-adb1-2828ed02c6f2} <Debug> TCPHandler: Processed in 0.002323914 sec. | ||
| 16145 | 2025.01.27 09:42:15.656475 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16146 | 2025.01.27 09:42:15.656606 [ 267 ] {33e8d558-68a4-42cc-8a8d-ecc1df2293be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16147 | 2025.01.27 09:42:15.656664 [ 267 ] {33e8d558-68a4-42cc-8a8d-ecc1df2293be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16148 | 2025.01.27 09:42:15.657250 [ 267 ] {33e8d558-68a4-42cc-8a8d-ecc1df2293be} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16149 | 2025.01.27 09:42:15.657288 [ 267 ] {33e8d558-68a4-42cc-8a8d-ecc1df2293be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16150 | 2025.01.27 09:42:15.657694 [ 267 ] {33e8d558-68a4-42cc-8a8d-ecc1df2293be} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16151 | 2025.01.27 09:42:15.657941 [ 267 ] {33e8d558-68a4-42cc-8a8d-ecc1df2293be} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16152 | 2025.01.27 09:42:15.658126 [ 267 ] {33e8d558-68a4-42cc-8a8d-ecc1df2293be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
| 16153 | 2025.01.27 09:42:15.658177 [ 267 ] {33e8d558-68a4-42cc-8a8d-ecc1df2293be} <Debug> TCPHandler: Processed in 0.001761161 sec. | ||
| 16154 | 2025.01.27 09:42:15.658328 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16155 | 2025.01.27 09:42:15.658452 [ 273 ] {a355b8b0-8ae1-418a-ae27-f806683afcbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16156 | 2025.01.27 09:42:15.658507 [ 273 ] {a355b8b0-8ae1-418a-ae27-f806683afcbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16157 | 2025.01.27 09:42:15.659023 [ 273 ] {a355b8b0-8ae1-418a-ae27-f806683afcbc} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16158 | 2025.01.27 09:42:15.659062 [ 273 ] {a355b8b0-8ae1-418a-ae27-f806683afcbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16159 | 2025.01.27 09:42:15.659447 [ 273 ] {a355b8b0-8ae1-418a-ae27-f806683afcbc} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16160 | 2025.01.27 09:42:15.659684 [ 273 ] {a355b8b0-8ae1-418a-ae27-f806683afcbc} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16161 | 2025.01.27 09:42:15.659895 [ 273 ] {a355b8b0-8ae1-418a-ae27-f806683afcbc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001471 sec., 40788.579197824605 rows/sec., 2.75 MiB/sec. | ||
| 16162 | 2025.01.27 09:42:15.659945 [ 273 ] {a355b8b0-8ae1-418a-ae27-f806683afcbc} <Debug> TCPHandler: Processed in 0.001677779 sec. | ||
| 16163 | 2025.01.27 09:42:17.190584 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 16164 | 2025.01.27 09:42:17.191279 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16165 | 2025.01.27 09:42:17.191321 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16166 | 2025.01.27 09:42:17.191869 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16167 | 2025.01.27 09:42:17.192280 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16168 | 2025.01.27 09:42:17.192498 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 16169 | 2025.01.27 09:42:17.192564 [ 218 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16170 | 2025.01.27 09:42:17.192615 [ 218 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16171 | 2025.01.27 09:42:17.194342 [ 218 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16172 | 2025.01.27 09:42:18.409893 [ 218 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16173 | 2025.01.27 09:42:18.409939 [ 218 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16174 | 2025.01.27 09:42:18.411753 [ 218 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16175 | 2025.01.27 09:42:19.928108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2230 | ||
| 16176 | 2025.01.27 09:42:19.931253 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16177 | 2025.01.27 09:42:19.931293 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16178 | 2025.01.27 09:42:19.932802 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16179 | 2025.01.27 09:42:19.933121 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16180 | 2025.01.27 09:42:19.933804 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2230 | ||
| 16181 | 2025.01.27 09:42:20.066718 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 16182 | 2025.01.27 09:42:20.089090 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16183 | 2025.01.27 09:42:20.089165 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16184 | 2025.01.27 09:42:20.090737 [ 223 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Found 6 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16185 | 2025.01.27 09:42:20.090859 [ 223 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 6 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16186 | 2025.01.27 09:42:20.097961 [ 223 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16187 | 2025.01.27 09:42:20.104230 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16188 | 2025.01.27 09:42:20.105491 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16189 | 2025.01.27 09:42:20.110948 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 16190 | 2025.01.27 09:42:20.658047 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16191 | 2025.01.27 09:42:20.658269 [ 267 ] {bfc466ea-06af-4e26-a1e5-2e27cb906f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16192 | 2025.01.27 09:42:20.658352 [ 267 ] {bfc466ea-06af-4e26-a1e5-2e27cb906f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16193 | 2025.01.27 09:42:20.659157 [ 267 ] {bfc466ea-06af-4e26-a1e5-2e27cb906f1f} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16194 | 2025.01.27 09:42:20.659212 [ 267 ] {bfc466ea-06af-4e26-a1e5-2e27cb906f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16195 | 2025.01.27 09:42:20.659675 [ 267 ] {bfc466ea-06af-4e26-a1e5-2e27cb906f1f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16196 | 2025.01.27 09:42:20.659942 [ 267 ] {bfc466ea-06af-4e26-a1e5-2e27cb906f1f} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16197 | 2025.01.27 09:42:20.660188 [ 267 ] {bfc466ea-06af-4e26-a1e5-2e27cb906f1f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec. | ||
| 16198 | 2025.01.27 09:42:20.660260 [ 267 ] {bfc466ea-06af-4e26-a1e5-2e27cb906f1f} <Debug> TCPHandler: Processed in 0.002360155 sec. | ||
| 16199 | 2025.01.27 09:42:20.660557 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16200 | 2025.01.27 09:42:20.660761 [ 273 ] {1716b25b-0d50-449f-a115-cd1ec0eae70e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16201 | 2025.01.27 09:42:20.660845 [ 273 ] {1716b25b-0d50-449f-a115-cd1ec0eae70e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16202 | 2025.01.27 09:42:20.661830 [ 273 ] {1716b25b-0d50-449f-a115-cd1ec0eae70e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16203 | 2025.01.27 09:42:20.661887 [ 273 ] {1716b25b-0d50-449f-a115-cd1ec0eae70e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16204 | 2025.01.27 09:42:20.662371 [ 273 ] {1716b25b-0d50-449f-a115-cd1ec0eae70e} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16205 | 2025.01.27 09:42:20.662642 [ 273 ] {1716b25b-0d50-449f-a115-cd1ec0eae70e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16206 | 2025.01.27 09:42:20.662905 [ 273 ] {1716b25b-0d50-449f-a115-cd1ec0eae70e} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002201 sec., 127669.24125397547 rows/sec., 11.26 MiB/sec. | ||
| 16207 | 2025.01.27 09:42:20.662982 [ 273 ] {1716b25b-0d50-449f-a115-cd1ec0eae70e} <Debug> TCPHandler: Processed in 0.00257931 sec. | ||
| 16208 | 2025.01.27 09:42:20.663142 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16209 | 2025.01.27 09:42:20.663267 [ 267 ] {53615871-a537-42f4-ae8a-f0ba71428ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16210 | 2025.01.27 09:42:20.663318 [ 267 ] {53615871-a537-42f4-ae8a-f0ba71428ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16211 | 2025.01.27 09:42:20.663927 [ 267 ] {53615871-a537-42f4-ae8a-f0ba71428ae5} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16212 | 2025.01.27 09:42:20.663968 [ 267 ] {53615871-a537-42f4-ae8a-f0ba71428ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16213 | 2025.01.27 09:42:20.664355 [ 267 ] {53615871-a537-42f4-ae8a-f0ba71428ae5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16214 | 2025.01.27 09:42:20.664611 [ 267 ] {53615871-a537-42f4-ae8a-f0ba71428ae5} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16215 | 2025.01.27 09:42:20.664828 [ 267 ] {53615871-a537-42f4-ae8a-f0ba71428ae5} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001588 sec., 28967.254408060453 rows/sec., 2.08 MiB/sec. | ||
| 16216 | 2025.01.27 09:42:20.664881 [ 267 ] {53615871-a537-42f4-ae8a-f0ba71428ae5} <Debug> TCPHandler: Processed in 0.001800842 sec. | ||
| 16217 | 2025.01.27 09:42:20.665052 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16218 | 2025.01.27 09:42:20.665189 [ 273 ] {181d487b-9b16-4d95-8a5b-63920c27365a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16219 | 2025.01.27 09:42:20.665244 [ 273 ] {181d487b-9b16-4d95-8a5b-63920c27365a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16220 | 2025.01.27 09:42:20.665856 [ 273 ] {181d487b-9b16-4d95-8a5b-63920c27365a} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16221 | 2025.01.27 09:42:20.665898 [ 273 ] {181d487b-9b16-4d95-8a5b-63920c27365a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16222 | 2025.01.27 09:42:20.666287 [ 273 ] {181d487b-9b16-4d95-8a5b-63920c27365a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16223 | 2025.01.27 09:42:20.666528 [ 273 ] {181d487b-9b16-4d95-8a5b-63920c27365a} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16224 | 2025.01.27 09:42:20.666742 [ 273 ] {181d487b-9b16-4d95-8a5b-63920c27365a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001588 sec., 8816.120906801007 rows/sec., 617.42 KiB/sec. | ||
| 16225 | 2025.01.27 09:42:20.666795 [ 273 ] {181d487b-9b16-4d95-8a5b-63920c27365a} <Debug> TCPHandler: Processed in 0.001808893 sec. | ||
| 16226 | 2025.01.27 09:42:20.666937 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16227 | 2025.01.27 09:42:20.667054 [ 267 ] {c676a336-566b-40cf-ae15-d24d6968558c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16228 | 2025.01.27 09:42:20.667102 [ 267 ] {c676a336-566b-40cf-ae15-d24d6968558c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16229 | 2025.01.27 09:42:20.667673 [ 267 ] {c676a336-566b-40cf-ae15-d24d6968558c} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16230 | 2025.01.27 09:42:20.667717 [ 267 ] {c676a336-566b-40cf-ae15-d24d6968558c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16231 | 2025.01.27 09:42:20.668078 [ 267 ] {c676a336-566b-40cf-ae15-d24d6968558c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16232 | 2025.01.27 09:42:20.668309 [ 267 ] {c676a336-566b-40cf-ae15-d24d6968558c} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16233 | 2025.01.27 09:42:20.668519 [ 267 ] {c676a336-566b-40cf-ae15-d24d6968558c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001488 sec., 8736.559139784946 rows/sec., 544.72 KiB/sec. | ||
| 16234 | 2025.01.27 09:42:20.668571 [ 267 ] {c676a336-566b-40cf-ae15-d24d6968558c} <Debug> TCPHandler: Processed in 0.001690859 sec. | ||
| 16235 | 2025.01.27 09:42:20.668722 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16236 | 2025.01.27 09:42:20.668843 [ 273 ] {4425dced-dc90-4ac4-8721-0b3947bad0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16237 | 2025.01.27 09:42:20.668892 [ 273 ] {4425dced-dc90-4ac4-8721-0b3947bad0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16238 | 2025.01.27 09:42:20.669616 [ 273 ] {4425dced-dc90-4ac4-8721-0b3947bad0cf} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16239 | 2025.01.27 09:42:20.669655 [ 273 ] {4425dced-dc90-4ac4-8721-0b3947bad0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16240 | 2025.01.27 09:42:20.670045 [ 273 ] {4425dced-dc90-4ac4-8721-0b3947bad0cf} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16241 | 2025.01.27 09:42:20.670288 [ 273 ] {4425dced-dc90-4ac4-8721-0b3947bad0cf} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16242 | 2025.01.27 09:42:20.670515 [ 273 ] {4425dced-dc90-4ac4-8721-0b3947bad0cf} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001696 sec., 248231.1320754717 rows/sec., 17.74 MiB/sec. | ||
| 16243 | 2025.01.27 09:42:20.670568 [ 273 ] {4425dced-dc90-4ac4-8721-0b3947bad0cf} <Debug> TCPHandler: Processed in 0.001903494 sec. | ||
| 16244 | 2025.01.27 09:42:20.670731 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16245 | 2025.01.27 09:42:20.670852 [ 267 ] {4f85cafe-887a-464a-bc09-c20d3886c389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16246 | 2025.01.27 09:42:20.670903 [ 267 ] {4f85cafe-887a-464a-bc09-c20d3886c389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16247 | 2025.01.27 09:42:20.671389 [ 267 ] {4f85cafe-887a-464a-bc09-c20d3886c389} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16248 | 2025.01.27 09:42:20.671428 [ 267 ] {4f85cafe-887a-464a-bc09-c20d3886c389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16249 | 2025.01.27 09:42:20.671796 [ 267 ] {4f85cafe-887a-464a-bc09-c20d3886c389} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16250 | 2025.01.27 09:42:20.672041 [ 267 ] {4f85cafe-887a-464a-bc09-c20d3886c389} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16251 | 2025.01.27 09:42:20.672248 [ 267 ] {4f85cafe-887a-464a-bc09-c20d3886c389} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00142 sec., 4225.352112676056 rows/sec., 220.76 KiB/sec. | ||
| 16252 | 2025.01.27 09:42:20.672297 [ 267 ] {4f85cafe-887a-464a-bc09-c20d3886c389} <Debug> TCPHandler: Processed in 0.001634627 sec. | ||
| 16253 | 2025.01.27 09:42:20.672442 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16254 | 2025.01.27 09:42:20.672561 [ 273 ] {27881234-0b6a-42cb-8e02-2cfaf9b50d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16255 | 2025.01.27 09:42:20.672612 [ 273 ] {27881234-0b6a-42cb-8e02-2cfaf9b50d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16256 | 2025.01.27 09:42:20.673212 [ 273 ] {27881234-0b6a-42cb-8e02-2cfaf9b50d92} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16257 | 2025.01.27 09:42:20.673252 [ 273 ] {27881234-0b6a-42cb-8e02-2cfaf9b50d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16258 | 2025.01.27 09:42:20.673652 [ 273 ] {27881234-0b6a-42cb-8e02-2cfaf9b50d92} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16259 | 2025.01.27 09:42:20.673889 [ 273 ] {27881234-0b6a-42cb-8e02-2cfaf9b50d92} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16260 | 2025.01.27 09:42:20.674067 [ 273 ] {27881234-0b6a-42cb-8e02-2cfaf9b50d92} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001531 sec., 154800.78380143698 rows/sec., 10.38 MiB/sec. | ||
| 16261 | 2025.01.27 09:42:20.674118 [ 273 ] {27881234-0b6a-42cb-8e02-2cfaf9b50d92} <Debug> TCPHandler: Processed in 0.00173467 sec. | ||
| 16262 | 2025.01.27 09:42:20.674247 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16263 | 2025.01.27 09:42:20.674364 [ 267 ] {e775caa8-3c7a-4fe6-9579-287cc1edabc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16264 | 2025.01.27 09:42:20.674417 [ 267 ] {e775caa8-3c7a-4fe6-9579-287cc1edabc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16265 | 2025.01.27 09:42:20.674959 [ 267 ] {e775caa8-3c7a-4fe6-9579-287cc1edabc4} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16266 | 2025.01.27 09:42:20.675004 [ 267 ] {e775caa8-3c7a-4fe6-9579-287cc1edabc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16267 | 2025.01.27 09:42:20.675421 [ 267 ] {e775caa8-3c7a-4fe6-9579-287cc1edabc4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16268 | 2025.01.27 09:42:20.675658 [ 267 ] {e775caa8-3c7a-4fe6-9579-287cc1edabc4} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16269 | 2025.01.27 09:42:20.675876 [ 267 ] {e775caa8-3c7a-4fe6-9579-287cc1edabc4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001535 sec., 651.4657980456027 rows/sec., 43.90 KiB/sec. | ||
| 16270 | 2025.01.27 09:42:20.675925 [ 267 ] {e775caa8-3c7a-4fe6-9579-287cc1edabc4} <Debug> TCPHandler: Processed in 0.00173254 sec. | ||
| 16271 | 2025.01.27 09:42:20.676060 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16272 | 2025.01.27 09:42:20.676179 [ 273 ] {069fc6d5-2024-486c-b619-8207969ca8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16273 | 2025.01.27 09:42:20.676260 [ 273 ] {069fc6d5-2024-486c-b619-8207969ca8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16274 | 2025.01.27 09:42:20.677471 [ 273 ] {069fc6d5-2024-486c-b619-8207969ca8a2} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16275 | 2025.01.27 09:42:20.677508 [ 273 ] {069fc6d5-2024-486c-b619-8207969ca8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16276 | 2025.01.27 09:42:20.678188 [ 273 ] {069fc6d5-2024-486c-b619-8207969ca8a2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16277 | 2025.01.27 09:42:20.678452 [ 273 ] {069fc6d5-2024-486c-b619-8207969ca8a2} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16278 | 2025.01.27 09:42:20.678648 [ 273 ] {069fc6d5-2024-486c-b619-8207969ca8a2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002493 sec., 15643.802647412756 rows/sec., 28.03 MiB/sec. | ||
| 16279 | 2025.01.27 09:42:20.678739 [ 273 ] {069fc6d5-2024-486c-b619-8207969ca8a2} <Debug> TCPHandler: Processed in 0.002734733 sec. | ||
| 16280 | 2025.01.27 09:42:20.678882 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16281 | 2025.01.27 09:42:20.679019 [ 267 ] {a577be09-b8f1-4305-9a50-aeb7a851bde2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16282 | 2025.01.27 09:42:20.679078 [ 267 ] {a577be09-b8f1-4305-9a50-aeb7a851bde2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16283 | 2025.01.27 09:42:20.679606 [ 267 ] {a577be09-b8f1-4305-9a50-aeb7a851bde2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16284 | 2025.01.27 09:42:20.679644 [ 267 ] {a577be09-b8f1-4305-9a50-aeb7a851bde2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16285 | 2025.01.27 09:42:20.680012 [ 267 ] {a577be09-b8f1-4305-9a50-aeb7a851bde2} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16286 | 2025.01.27 09:42:20.680248 [ 267 ] {a577be09-b8f1-4305-9a50-aeb7a851bde2} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16287 | 2025.01.27 09:42:20.680459 [ 267 ] {a577be09-b8f1-4305-9a50-aeb7a851bde2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00147 sec., 55782.31292517007 rows/sec., 3.54 MiB/sec. | ||
| 16288 | 2025.01.27 09:42:20.680509 [ 267 ] {a577be09-b8f1-4305-9a50-aeb7a851bde2} <Debug> TCPHandler: Processed in 0.001695439 sec. | ||
| 16289 | 2025.01.27 09:42:21.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.81 MiB, peak 285.87 MiB, free memory in arenas 0.00 B, will set to 267.50 MiB (RSS), difference: -1.30 MiB | ||
| 16290 | 2025.01.27 09:42:24.401636 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16291 | 2025.01.27 09:42:24.401707 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16292 | 2025.01.27 09:42:24.693580 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 16293 | 2025.01.27 09:42:24.694208 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16294 | 2025.01.27 09:42:24.694244 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16295 | 2025.01.27 09:42:24.694771 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16296 | 2025.01.27 09:42:24.695030 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16297 | 2025.01.27 09:42:24.695243 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 16298 | 2025.01.27 09:42:24.695260 [ 102 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16299 | 2025.01.27 09:42:24.695338 [ 102 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16300 | 2025.01.27 09:42:24.695366 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16301 | 2025.01.27 09:42:24.695591 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16302 | 2025.01.27 09:42:24.696068 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16303 | 2025.01.27 09:42:24.696158 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 16304 | 2025.01.27 09:42:24.696261 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
| 16305 | 2025.01.27 09:42:24.696487 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
| 16306 | 2025.01.27 09:42:24.696705 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 16307 | 2025.01.27 09:42:24.696878 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
| 16308 | 2025.01.27 09:42:24.697061 [ 189 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
| 16309 | 2025.01.27 09:42:24.700062 [ 198 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004610847 sec., 8546369.029377898 rows/sec., 122.26 MiB/sec. | ||
| 16310 | 2025.01.27 09:42:24.700488 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16311 | 2025.01.27 09:42:24.700852 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16312 | 2025.01.27 09:42:24.700937 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_86_17} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16313 | 2025.01.27 09:42:24.701055 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 16314 | 2025.01.27 09:42:25.652254 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16315 | 2025.01.27 09:42:25.652447 [ 267 ] {c51d3e11-0abb-4b83-880a-599f65fc1515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16316 | 2025.01.27 09:42:25.652520 [ 267 ] {c51d3e11-0abb-4b83-880a-599f65fc1515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16317 | 2025.01.27 09:42:25.653268 [ 267 ] {c51d3e11-0abb-4b83-880a-599f65fc1515} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16318 | 2025.01.27 09:42:25.653314 [ 267 ] {c51d3e11-0abb-4b83-880a-599f65fc1515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16319 | 2025.01.27 09:42:25.653758 [ 267 ] {c51d3e11-0abb-4b83-880a-599f65fc1515} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16320 | 2025.01.27 09:42:25.654030 [ 267 ] {c51d3e11-0abb-4b83-880a-599f65fc1515} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16321 | 2025.01.27 09:42:25.654235 [ 102 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16322 | 2025.01.27 09:42:25.654260 [ 267 ] {c51d3e11-0abb-4b83-880a-599f65fc1515} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.29 MiB/sec. | ||
| 16323 | 2025.01.27 09:42:25.654315 [ 102 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16324 | 2025.01.27 09:42:25.654392 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16325 | 2025.01.27 09:42:25.654394 [ 267 ] {c51d3e11-0abb-4b83-880a-599f65fc1515} <Debug> TCPHandler: Processed in 0.002264412 sec. | ||
| 16326 | 2025.01.27 09:42:25.654548 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16327 | 2025.01.27 09:42:25.654692 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16328 | 2025.01.27 09:42:25.654717 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16329 | 2025.01.27 09:42:25.654789 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1430 rows starting from the beginning of the part | ||
| 16330 | 2025.01.27 09:42:25.655043 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 56 rows starting from the beginning of the part | ||
| 16331 | 2025.01.27 09:42:25.655090 [ 273 ] {68c44ee4-03ee-4124-9692-bed321a847b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16332 | 2025.01.27 09:42:25.655283 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 281 rows starting from the beginning of the part | ||
| 16333 | 2025.01.27 09:42:25.655305 [ 273 ] {68c44ee4-03ee-4124-9692-bed321a847b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16334 | 2025.01.27 09:42:25.655732 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part | ||
| 16335 | 2025.01.27 09:42:25.656034 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 281 rows starting from the beginning of the part | ||
| 16336 | 2025.01.27 09:42:25.656379 [ 189 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part | ||
| 16337 | 2025.01.27 09:42:25.658208 [ 273 ] {68c44ee4-03ee-4124-9692-bed321a847b7} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16338 | 2025.01.27 09:42:25.658292 [ 273 ] {68c44ee4-03ee-4124-9692-bed321a847b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16339 | 2025.01.27 09:42:25.659255 [ 273 ] {68c44ee4-03ee-4124-9692-bed321a847b7} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16340 | 2025.01.27 09:42:25.659710 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 5 columns (5 merged, 0 gathered) in 0.005230381 sec., 412971.8274825486 rows/sec., 36.31 MiB/sec. | ||
| 16341 | 2025.01.27 09:42:25.659779 [ 273 ] {68c44ee4-03ee-4124-9692-bed321a847b7} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16342 | 2025.01.27 09:42:25.659996 [ 102 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16343 | 2025.01.27 09:42:25.660083 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16344 | 2025.01.27 09:42:25.660084 [ 102 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16345 | 2025.01.27 09:42:25.660145 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16346 | 2025.01.27 09:42:25.660288 [ 273 ] {68c44ee4-03ee-4124-9692-bed321a847b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005302 sec., 12070.916635231988 rows/sec., 964.77 KiB/sec. | ||
| 16347 | 2025.01.27 09:42:25.660412 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16348 | 2025.01.27 09:42:25.660607 [ 273 ] {68c44ee4-03ee-4124-9692-bed321a847b7} <Debug> TCPHandler: Processed in 0.006071991 sec. | ||
| 16349 | 2025.01.27 09:42:25.660925 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16350 | 2025.01.27 09:42:25.661007 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16351 | 2025.01.27 09:42:25.661037 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16352 | 2025.01.27 09:42:25.661036 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 913 rows starting from the beginning of the part | ||
| 16353 | 2025.01.27 09:42:25.661304 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_146_29} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16354 | 2025.01.27 09:42:25.661445 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part | ||
| 16355 | 2025.01.27 09:42:25.661668 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 16356 | 2025.01.27 09:42:25.661875 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 421 rows starting from the beginning of the part | ||
| 16357 | 2025.01.27 09:42:25.661900 [ 267 ] {4a35ef0b-0a0a-45e5-8651-1291a044b935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16358 | 2025.01.27 09:42:25.662156 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part | ||
| 16359 | 2025.01.27 09:42:25.662231 [ 267 ] {4a35ef0b-0a0a-45e5-8651-1291a044b935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16360 | 2025.01.27 09:42:25.662484 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 421 rows starting from the beginning of the part | ||
| 16361 | 2025.01.27 09:42:25.662828 [ 194 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part | ||
| 16362 | 2025.01.27 09:42:25.664737 [ 267 ] {4a35ef0b-0a0a-45e5-8651-1291a044b935} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16363 | 2025.01.27 09:42:25.664821 [ 267 ] {4a35ef0b-0a0a-45e5-8651-1291a044b935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16364 | 2025.01.27 09:42:25.665834 [ 267 ] {4a35ef0b-0a0a-45e5-8651-1291a044b935} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16365 | 2025.01.27 09:42:25.666282 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.00602239 sec., 323293.57613837696 rows/sec., 24.74 MiB/sec. | ||
| 16366 | 2025.01.27 09:42:25.666298 [ 267 ] {4a35ef0b-0a0a-45e5-8651-1291a044b935} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16367 | 2025.01.27 09:42:25.666521 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16368 | 2025.01.27 09:42:25.666655 [ 267 ] {4a35ef0b-0a0a-45e5-8651-1291a044b935} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005297 sec., 30205.776854823485 rows/sec., 2.10 MiB/sec. | ||
| 16369 | 2025.01.27 09:42:25.666826 [ 267 ] {4a35ef0b-0a0a-45e5-8651-1291a044b935} <Debug> TCPHandler: Processed in 0.006088041 sec. | ||
| 16370 | 2025.01.27 09:42:25.667084 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16371 | 2025.01.27 09:42:25.667375 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16372 | 2025.01.27 09:42:25.667446 [ 273 ] {ddf9b392-25d0-4e8f-af6c-45bad01b0919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16373 | 2025.01.27 09:42:25.667626 [ 273 ] {ddf9b392-25d0-4e8f-af6c-45bad01b0919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16374 | 2025.01.27 09:42:25.667808 [ 201 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_146_29} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16375 | 2025.01.27 09:42:25.668165 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 16376 | 2025.01.27 09:42:25.668922 [ 273 ] {ddf9b392-25d0-4e8f-af6c-45bad01b0919} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16377 | 2025.01.27 09:42:25.668965 [ 273 ] {ddf9b392-25d0-4e8f-af6c-45bad01b0919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16378 | 2025.01.27 09:42:25.669350 [ 273 ] {ddf9b392-25d0-4e8f-af6c-45bad01b0919} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16379 | 2025.01.27 09:42:25.669602 [ 273 ] {ddf9b392-25d0-4e8f-af6c-45bad01b0919} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16380 | 2025.01.27 09:42:25.669791 [ 102 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16381 | 2025.01.27 09:42:25.669851 [ 273 ] {ddf9b392-25d0-4e8f-af6c-45bad01b0919} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002516 sec., 23847.376788553258 rows/sec., 1.61 MiB/sec. | ||
| 16382 | 2025.01.27 09:42:25.669859 [ 102 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16383 | 2025.01.27 09:42:25.669939 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16384 | 2025.01.27 09:42:25.669976 [ 273 ] {ddf9b392-25d0-4e8f-af6c-45bad01b0919} <Debug> TCPHandler: Processed in 0.003055611 sec. | ||
| 16385 | 2025.01.27 09:42:25.670128 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 16386 | 2025.01.27 09:42:25.670229 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16387 | 2025.01.27 09:42:25.670261 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8568 rows starting from the beginning of the part | ||
| 16388 | 2025.01.27 09:42:25.670324 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part | ||
| 16389 | 2025.01.27 09:42:25.670435 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 82 rows starting from the beginning of the part | ||
| 16390 | 2025.01.27 09:42:25.670540 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 16391 | 2025.01.27 09:42:25.670634 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part | ||
| 16392 | 2025.01.27 09:42:25.670718 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part | ||
| 16393 | 2025.01.27 09:42:25.673249 [ 201 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8912 rows, containing 4 columns (4 merged, 0 gathered) in 0.003200574 sec., 2784500.5302173924 rows/sec., 181.49 MiB/sec. | ||
| 16394 | 2025.01.27 09:42:25.673413 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16395 | 2025.01.27 09:42:25.673695 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16396 | 2025.01.27 09:42:25.673770 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_146_29} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16397 | 2025.01.27 09:42:25.673847 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. | ||
| 16398 | 2025.01.27 09:42:25.977683 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16399 | 2025.01.27 09:42:25.977873 [ 267 ] {cfb1cc2b-cd74-4ec2-9ac1-61c61546a98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16400 | 2025.01.27 09:42:25.977946 [ 267 ] {cfb1cc2b-cd74-4ec2-9ac1-61c61546a98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16401 | 2025.01.27 09:42:25.978707 [ 267 ] {cfb1cc2b-cd74-4ec2-9ac1-61c61546a98a} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16402 | 2025.01.27 09:42:25.978768 [ 267 ] {cfb1cc2b-cd74-4ec2-9ac1-61c61546a98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16403 | 2025.01.27 09:42:25.979217 [ 267 ] {cfb1cc2b-cd74-4ec2-9ac1-61c61546a98a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16404 | 2025.01.27 09:42:25.979504 [ 267 ] {cfb1cc2b-cd74-4ec2-9ac1-61c61546a98a} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16405 | 2025.01.27 09:42:25.979754 [ 267 ] {cfb1cc2b-cd74-4ec2-9ac1-61c61546a98a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec. | ||
| 16406 | 2025.01.27 09:42:25.979824 [ 267 ] {cfb1cc2b-cd74-4ec2-9ac1-61c61546a98a} <Debug> TCPHandler: Processed in 0.002261612 sec. | ||
| 16407 | 2025.01.27 09:42:25.980085 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16408 | 2025.01.27 09:42:25.980278 [ 273 ] {2bbcd900-bd8e-4a52-8aea-74f77fda7497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16409 | 2025.01.27 09:42:25.980356 [ 273 ] {2bbcd900-bd8e-4a52-8aea-74f77fda7497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16410 | 2025.01.27 09:42:25.981173 [ 273 ] {2bbcd900-bd8e-4a52-8aea-74f77fda7497} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16411 | 2025.01.27 09:42:25.981243 [ 273 ] {2bbcd900-bd8e-4a52-8aea-74f77fda7497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16412 | 2025.01.27 09:42:25.981778 [ 273 ] {2bbcd900-bd8e-4a52-8aea-74f77fda7497} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 16413 | 2025.01.27 09:42:25.982062 [ 273 ] {2bbcd900-bd8e-4a52-8aea-74f77fda7497} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16414 | 2025.01.27 09:42:25.982346 [ 273 ] {2bbcd900-bd8e-4a52-8aea-74f77fda7497} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002116 sec., 945.179584120983 rows/sec., 77.07 KiB/sec. | ||
| 16415 | 2025.01.27 09:42:25.982569 [ 273 ] {2bbcd900-bd8e-4a52-8aea-74f77fda7497} <Debug> TCPHandler: Processed in 0.002610681 sec. | ||
| 16416 | 2025.01.27 09:42:25.982762 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16417 | 2025.01.27 09:42:25.982891 [ 267 ] {8ab97929-612d-4ebf-98ef-8d12796c025e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16418 | 2025.01.27 09:42:25.982946 [ 267 ] {8ab97929-612d-4ebf-98ef-8d12796c025e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16419 | 2025.01.27 09:42:25.984143 [ 267 ] {8ab97929-612d-4ebf-98ef-8d12796c025e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16420 | 2025.01.27 09:42:25.984187 [ 267 ] {8ab97929-612d-4ebf-98ef-8d12796c025e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16421 | 2025.01.27 09:42:25.984795 [ 267 ] {8ab97929-612d-4ebf-98ef-8d12796c025e} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16422 | 2025.01.27 09:42:25.985075 [ 267 ] {8ab97929-612d-4ebf-98ef-8d12796c025e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16423 | 2025.01.27 09:42:25.985318 [ 267 ] {8ab97929-612d-4ebf-98ef-8d12796c025e} <Debug> executeQuery: Read 1422 rows, 121.57 KiB in 0.002457 sec., 578754.5787545787 rows/sec., 48.32 MiB/sec. | ||
| 16424 | 2025.01.27 09:42:25.985391 [ 267 ] {8ab97929-612d-4ebf-98ef-8d12796c025e} <Debug> TCPHandler: Processed in 0.002707612 sec. | ||
| 16425 | 2025.01.27 09:42:25.985601 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16426 | 2025.01.27 09:42:25.985932 [ 273 ] {3f332dad-cfaf-44f8-82a2-0c0585cf8089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16427 | 2025.01.27 09:42:25.986024 [ 273 ] {3f332dad-cfaf-44f8-82a2-0c0585cf8089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16428 | 2025.01.27 09:42:25.986676 [ 273 ] {3f332dad-cfaf-44f8-82a2-0c0585cf8089} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16429 | 2025.01.27 09:42:25.986719 [ 273 ] {3f332dad-cfaf-44f8-82a2-0c0585cf8089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16430 | 2025.01.27 09:42:25.987102 [ 273 ] {3f332dad-cfaf-44f8-82a2-0c0585cf8089} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16431 | 2025.01.27 09:42:25.987344 [ 273 ] {3f332dad-cfaf-44f8-82a2-0c0585cf8089} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16432 | 2025.01.27 09:42:25.987559 [ 273 ] {3f332dad-cfaf-44f8-82a2-0c0585cf8089} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001752 sec., 27397.260273972603 rows/sec., 1.97 MiB/sec. | ||
| 16433 | 2025.01.27 09:42:25.987620 [ 273 ] {3f332dad-cfaf-44f8-82a2-0c0585cf8089} <Debug> TCPHandler: Processed in 0.002124669 sec. | ||
| 16434 | 2025.01.27 09:42:25.987762 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16435 | 2025.01.27 09:42:25.987892 [ 267 ] {e8c637a2-2deb-48f6-a0e3-5a3e2f5c7b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16436 | 2025.01.27 09:42:25.987947 [ 267 ] {e8c637a2-2deb-48f6-a0e3-5a3e2f5c7b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16437 | 2025.01.27 09:42:25.988635 [ 267 ] {e8c637a2-2deb-48f6-a0e3-5a3e2f5c7b3e} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16438 | 2025.01.27 09:42:25.988676 [ 267 ] {e8c637a2-2deb-48f6-a0e3-5a3e2f5c7b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16439 | 2025.01.27 09:42:25.989066 [ 267 ] {e8c637a2-2deb-48f6-a0e3-5a3e2f5c7b3e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16440 | 2025.01.27 09:42:25.989334 [ 267 ] {e8c637a2-2deb-48f6-a0e3-5a3e2f5c7b3e} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16441 | 2025.01.27 09:42:25.989590 [ 267 ] {e8c637a2-2deb-48f6-a0e3-5a3e2f5c7b3e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001719 sec., 140779.52297847584 rows/sec., 9.54 MiB/sec. | ||
| 16442 | 2025.01.27 09:42:25.989668 [ 267 ] {e8c637a2-2deb-48f6-a0e3-5a3e2f5c7b3e} <Debug> TCPHandler: Processed in 0.001964386 sec. | ||
| 16443 | 2025.01.27 09:42:25.989900 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16444 | 2025.01.27 09:42:25.990056 [ 273 ] {ca7dbbb9-b8f1-4341-9966-520fa186b6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16445 | 2025.01.27 09:42:25.990108 [ 273 ] {ca7dbbb9-b8f1-4341-9966-520fa186b6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16446 | 2025.01.27 09:42:25.990709 [ 273 ] {ca7dbbb9-b8f1-4341-9966-520fa186b6d0} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16447 | 2025.01.27 09:42:25.990750 [ 273 ] {ca7dbbb9-b8f1-4341-9966-520fa186b6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16448 | 2025.01.27 09:42:25.991130 [ 273 ] {ca7dbbb9-b8f1-4341-9966-520fa186b6d0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16449 | 2025.01.27 09:42:25.991394 [ 273 ] {ca7dbbb9-b8f1-4341-9966-520fa186b6d0} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16450 | 2025.01.27 09:42:25.991626 [ 273 ] {ca7dbbb9-b8f1-4341-9966-520fa186b6d0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 16451 | 2025.01.27 09:42:25.991721 [ 273 ] {ca7dbbb9-b8f1-4341-9966-520fa186b6d0} <Debug> TCPHandler: Processed in 0.001953725 sec. | ||
| 16452 | 2025.01.27 09:42:25.991918 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16453 | 2025.01.27 09:42:25.992048 [ 267 ] {a72c88bc-0fb4-4184-baf7-3d9f42a2e934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16454 | 2025.01.27 09:42:25.992097 [ 267 ] {a72c88bc-0fb4-4184-baf7-3d9f42a2e934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16455 | 2025.01.27 09:42:25.993040 [ 267 ] {a72c88bc-0fb4-4184-baf7-3d9f42a2e934} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16456 | 2025.01.27 09:42:25.993081 [ 267 ] {a72c88bc-0fb4-4184-baf7-3d9f42a2e934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16457 | 2025.01.27 09:42:25.993494 [ 267 ] {a72c88bc-0fb4-4184-baf7-3d9f42a2e934} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16458 | 2025.01.27 09:42:25.993764 [ 267 ] {a72c88bc-0fb4-4184-baf7-3d9f42a2e934} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16459 | 2025.01.27 09:42:25.993974 [ 267 ] {a72c88bc-0fb4-4184-baf7-3d9f42a2e934} <Debug> executeQuery: Read 879 rows, 65.26 KiB in 0.001951 sec., 450538.1855458739 rows/sec., 32.66 MiB/sec. | ||
| 16460 | 2025.01.27 09:42:25.994029 [ 267 ] {a72c88bc-0fb4-4184-baf7-3d9f42a2e934} <Debug> TCPHandler: Processed in 0.002222532 sec. | ||
| 16461 | 2025.01.27 09:42:25.994172 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16462 | 2025.01.27 09:42:25.994293 [ 273 ] {ed95499a-592a-4bb6-80df-1eb9ca2095fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16463 | 2025.01.27 09:42:25.994344 [ 273 ] {ed95499a-592a-4bb6-80df-1eb9ca2095fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16464 | 2025.01.27 09:42:25.994841 [ 273 ] {ed95499a-592a-4bb6-80df-1eb9ca2095fb} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16465 | 2025.01.27 09:42:25.994880 [ 273 ] {ed95499a-592a-4bb6-80df-1eb9ca2095fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16466 | 2025.01.27 09:42:25.995244 [ 273 ] {ed95499a-592a-4bb6-80df-1eb9ca2095fb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16467 | 2025.01.27 09:42:25.995500 [ 273 ] {ed95499a-592a-4bb6-80df-1eb9ca2095fb} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16468 | 2025.01.27 09:42:25.995702 [ 273 ] {ed95499a-592a-4bb6-80df-1eb9ca2095fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00143 sec., 4195.804195804196 rows/sec., 219.21 KiB/sec. | ||
| 16469 | 2025.01.27 09:42:25.995809 [ 273 ] {ed95499a-592a-4bb6-80df-1eb9ca2095fb} <Debug> TCPHandler: Processed in 0.001692229 sec. | ||
| 16470 | 2025.01.27 09:42:25.996056 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16471 | 2025.01.27 09:42:25.996216 [ 267 ] {83aa8340-2b7c-4bcf-a666-2e0090529604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16472 | 2025.01.27 09:42:25.996269 [ 267 ] {83aa8340-2b7c-4bcf-a666-2e0090529604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16473 | 2025.01.27 09:42:25.997029 [ 267 ] {83aa8340-2b7c-4bcf-a666-2e0090529604} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16474 | 2025.01.27 09:42:25.997071 [ 267 ] {83aa8340-2b7c-4bcf-a666-2e0090529604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16475 | 2025.01.27 09:42:25.997523 [ 267 ] {83aa8340-2b7c-4bcf-a666-2e0090529604} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16476 | 2025.01.27 09:42:25.997774 [ 267 ] {83aa8340-2b7c-4bcf-a666-2e0090529604} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16477 | 2025.01.27 09:42:25.997994 [ 267 ] {83aa8340-2b7c-4bcf-a666-2e0090529604} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001803 sec., 530227.3987798115 rows/sec., 35.23 MiB/sec. | ||
| 16478 | 2025.01.27 09:42:25.998048 [ 267 ] {83aa8340-2b7c-4bcf-a666-2e0090529604} <Debug> TCPHandler: Processed in 0.00216532 sec. | ||
| 16479 | 2025.01.27 09:42:25.998202 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16480 | 2025.01.27 09:42:25.998323 [ 273 ] {8314e335-fe17-4b39-a6c4-742970f77eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16481 | 2025.01.27 09:42:25.998375 [ 273 ] {8314e335-fe17-4b39-a6c4-742970f77eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16482 | 2025.01.27 09:42:25.998850 [ 273 ] {8314e335-fe17-4b39-a6c4-742970f77eb5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16483 | 2025.01.27 09:42:25.998886 [ 273 ] {8314e335-fe17-4b39-a6c4-742970f77eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16484 | 2025.01.27 09:42:25.999244 [ 273 ] {8314e335-fe17-4b39-a6c4-742970f77eb5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16485 | 2025.01.27 09:42:25.999485 [ 273 ] {8314e335-fe17-4b39-a6c4-742970f77eb5} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16486 | 2025.01.27 09:42:25.999662 [ 273 ] {8314e335-fe17-4b39-a6c4-742970f77eb5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001364 sec., 733.1378299120234 rows/sec., 49.40 KiB/sec. | ||
| 16487 | 2025.01.27 09:42:25.999711 [ 273 ] {8314e335-fe17-4b39-a6c4-742970f77eb5} <Debug> TCPHandler: Processed in 0.001567486 sec. | ||
| 16488 | 2025.01.27 09:42:25.999849 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16489 | 2025.01.27 09:42:25.999970 [ 267 ] {60977271-ad9d-424e-8c08-3577eba10ea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16490 | 2025.01.27 09:42:26.000051 [ 267 ] {60977271-ad9d-424e-8c08-3577eba10ea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16491 | 2025.01.27 09:42:26.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.59 MiB, peak 285.87 MiB, free memory in arenas 0.00 B, will set to 267.50 MiB (RSS), difference: -1.08 MiB | ||
| 16492 | 2025.01.27 09:42:26.001550 [ 267 ] {60977271-ad9d-424e-8c08-3577eba10ea6} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16493 | 2025.01.27 09:42:26.001589 [ 267 ] {60977271-ad9d-424e-8c08-3577eba10ea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16494 | 2025.01.27 09:42:26.002274 [ 267 ] {60977271-ad9d-424e-8c08-3577eba10ea6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16495 | 2025.01.27 09:42:26.002544 [ 267 ] {60977271-ad9d-424e-8c08-3577eba10ea6} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16496 | 2025.01.27 09:42:26.002793 [ 267 ] {60977271-ad9d-424e-8c08-3577eba10ea6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002849 sec., 13689.01368901369 rows/sec., 24.53 MiB/sec. | ||
| 16497 | 2025.01.27 09:42:26.002887 [ 267 ] {60977271-ad9d-424e-8c08-3577eba10ea6} <Debug> TCPHandler: Processed in 0.003093992 sec. | ||
| 16498 | 2025.01.27 09:42:26.003028 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16499 | 2025.01.27 09:42:26.003152 [ 273 ] {23fc1e09-aa57-4227-9c12-62df0f5ee04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16500 | 2025.01.27 09:42:26.003202 [ 273 ] {23fc1e09-aa57-4227-9c12-62df0f5ee04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16501 | 2025.01.27 09:42:26.003757 [ 273 ] {23fc1e09-aa57-4227-9c12-62df0f5ee04c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16502 | 2025.01.27 09:42:26.003808 [ 273 ] {23fc1e09-aa57-4227-9c12-62df0f5ee04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 16503 | 2025.01.27 09:42:26.004351 [ 273 ] {23fc1e09-aa57-4227-9c12-62df0f5ee04c} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16504 | 2025.01.27 09:42:26.004738 [ 273 ] {23fc1e09-aa57-4227-9c12-62df0f5ee04c} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16505 | 2025.01.27 09:42:26.004956 [ 273 ] {23fc1e09-aa57-4227-9c12-62df0f5ee04c} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001828 sec., 18599.56236323851 rows/sec., 1.08 MiB/sec. | ||
| 16506 | 2025.01.27 09:42:26.005009 [ 273 ] {23fc1e09-aa57-4227-9c12-62df0f5ee04c} <Debug> TCPHandler: Processed in 0.002037387 sec. | ||
| 16507 | 2025.01.27 09:42:27.611968 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 16508 | 2025.01.27 09:42:27.634236 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16509 | 2025.01.27 09:42:27.634279 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16510 | 2025.01.27 09:42:27.641816 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16511 | 2025.01.27 09:42:27.642649 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16512 | 2025.01.27 09:42:27.642943 [ 100 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16513 | 2025.01.27 09:42:27.643016 [ 100 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16514 | 2025.01.27 09:42:27.643060 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16515 | 2025.01.27 09:42:27.643473 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 16516 | 2025.01.27 09:42:27.658583 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 16517 | 2025.01.27 09:42:27.660144 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16518 | 2025.01.27 09:42:27.661461 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 16519 | 2025.01.27 09:42:27.667057 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 16520 | 2025.01.27 09:42:27.672933 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part | ||
| 16521 | 2025.01.27 09:42:27.678690 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 16522 | 2025.01.27 09:42:27.686388 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
| 16523 | 2025.01.27 09:42:27.692439 [ 195 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 16524 | 2025.01.27 09:42:27.756448 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.113254561 sec., 5730.453539968249 rows/sec., 29.63 MiB/sec. | ||
| 16525 | 2025.01.27 09:42:27.759890 [ 190 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16526 | 2025.01.27 09:42:27.762830 [ 190 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16527 | 2025.01.27 09:42:27.762958 [ 190 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_86_17} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16528 | 2025.01.27 09:42:27.765465 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 16529 | 2025.01.27 09:42:29.586746 [ 220 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16530 | 2025.01.27 09:42:29.586800 [ 220 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16531 | 2025.01.27 09:42:29.588933 [ 220 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16532 | 2025.01.27 09:42:29.934939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2284 | ||
| 16533 | 2025.01.27 09:42:29.938739 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16534 | 2025.01.27 09:42:29.938790 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16535 | 2025.01.27 09:42:29.940420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16536 | 2025.01.27 09:42:29.940726 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16537 | 2025.01.27 09:42:29.941267 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2284 | ||
| 16538 | 2025.01.27 09:42:30.475787 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16539 | 2025.01.27 09:42:30.475869 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16540 | 2025.01.27 09:42:30.478233 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16541 | 2025.01.27 09:42:30.651584 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16542 | 2025.01.27 09:42:30.651815 [ 267 ] {36b89996-1260-4607-899d-057c9b2d93fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16543 | 2025.01.27 09:42:30.651916 [ 267 ] {36b89996-1260-4607-899d-057c9b2d93fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16544 | 2025.01.27 09:42:30.652763 [ 267 ] {36b89996-1260-4607-899d-057c9b2d93fa} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16545 | 2025.01.27 09:42:30.652819 [ 267 ] {36b89996-1260-4607-899d-057c9b2d93fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16546 | 2025.01.27 09:42:30.653296 [ 267 ] {36b89996-1260-4607-899d-057c9b2d93fa} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16547 | 2025.01.27 09:42:30.653563 [ 267 ] {36b89996-1260-4607-899d-057c9b2d93fa} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16548 | 2025.01.27 09:42:30.653796 [ 267 ] {36b89996-1260-4607-899d-057c9b2d93fa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002051 sec., 27303.754266211607 rows/sec., 2.08 MiB/sec. | ||
| 16549 | 2025.01.27 09:42:30.653888 [ 267 ] {36b89996-1260-4607-899d-057c9b2d93fa} <Debug> TCPHandler: Processed in 0.002443306 sec. | ||
| 16550 | 2025.01.27 09:42:30.653911 [ 219 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16551 | 2025.01.27 09:42:30.653977 [ 219 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16552 | 2025.01.27 09:42:30.654131 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16553 | 2025.01.27 09:42:30.654300 [ 273 ] {02b0f79d-7f8d-4528-93e3-c6786ef71b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16554 | 2025.01.27 09:42:30.654375 [ 273 ] {02b0f79d-7f8d-4528-93e3-c6786ef71b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16555 | 2025.01.27 09:42:30.655309 [ 273 ] {02b0f79d-7f8d-4528-93e3-c6786ef71b73} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16556 | 2025.01.27 09:42:30.655350 [ 273 ] {02b0f79d-7f8d-4528-93e3-c6786ef71b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16557 | 2025.01.27 09:42:30.655883 [ 273 ] {02b0f79d-7f8d-4528-93e3-c6786ef71b73} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16558 | 2025.01.27 09:42:30.656205 [ 273 ] {02b0f79d-7f8d-4528-93e3-c6786ef71b73} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16559 | 2025.01.27 09:42:30.656425 [ 273 ] {02b0f79d-7f8d-4528-93e3-c6786ef71b73} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002178 sec., 29384.756657483933 rows/sec., 2.29 MiB/sec. | ||
| 16560 | 2025.01.27 09:42:30.656437 [ 223 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16561 | 2025.01.27 09:42:30.656478 [ 223 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16562 | 2025.01.27 09:42:30.656579 [ 273 ] {02b0f79d-7f8d-4528-93e3-c6786ef71b73} <Debug> TCPHandler: Processed in 0.00257902 sec. | ||
| 16563 | 2025.01.27 09:42:30.656862 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16564 | 2025.01.27 09:42:30.657017 [ 267 ] {9bd6acf3-a344-4884-b37e-82d5f3ea02be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16565 | 2025.01.27 09:42:30.657139 [ 267 ] {9bd6acf3-a344-4884-b37e-82d5f3ea02be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16566 | 2025.01.27 09:42:30.657487 [ 219 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16567 | 2025.01.27 09:42:30.661569 [ 267 ] {9bd6acf3-a344-4884-b37e-82d5f3ea02be} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16568 | 2025.01.27 09:42:30.661614 [ 267 ] {9bd6acf3-a344-4884-b37e-82d5f3ea02be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16569 | 2025.01.27 09:42:30.662355 [ 267 ] {9bd6acf3-a344-4884-b37e-82d5f3ea02be} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16570 | 2025.01.27 09:42:30.662670 [ 223 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16571 | 2025.01.27 09:42:30.662848 [ 267 ] {9bd6acf3-a344-4884-b37e-82d5f3ea02be} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16572 | 2025.01.27 09:42:30.663153 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 5 parts from all_1_143_29 to all_147_147_0 | ||
| 16573 | 2025.01.27 09:42:30.663279 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16574 | 2025.01.27 09:42:30.663355 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16575 | 2025.01.27 09:42:30.663429 [ 267 ] {9bd6acf3-a344-4884-b37e-82d5f3ea02be} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006413 sec., 19959.457352253234 rows/sec., 1.39 MiB/sec. | ||
| 16576 | 2025.01.27 09:42:30.663892 [ 267 ] {9bd6acf3-a344-4884-b37e-82d5f3ea02be} <Debug> TCPHandler: Processed in 0.007212467 sec. | ||
| 16577 | 2025.01.27 09:42:30.663908 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_143_29 to all_147_147_0 into Compact with storage Full | ||
| 16578 | 2025.01.27 09:42:30.664194 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16579 | 2025.01.27 09:42:30.664617 [ 273 ] {956c3542-6b8e-49de-be06-fef32e1c0160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16580 | 2025.01.27 09:42:30.664623 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16581 | 2025.01.27 09:42:30.664790 [ 273 ] {956c3542-6b8e-49de-be06-fef32e1c0160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16582 | 2025.01.27 09:42:30.664796 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_143_29, total 42678 rows starting from the beginning of the part | ||
| 16583 | 2025.01.27 09:42:30.665380 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part | ||
| 16584 | 2025.01.27 09:42:30.665814 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 16585 | 2025.01.27 09:42:30.666227 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
| 16586 | 2025.01.27 09:42:30.666589 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 956 rows starting from the beginning of the part | ||
| 16587 | 2025.01.27 09:42:30.667565 [ 273 ] {956c3542-6b8e-49de-be06-fef32e1c0160} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16588 | 2025.01.27 09:42:30.667649 [ 273 ] {956c3542-6b8e-49de-be06-fef32e1c0160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16589 | 2025.01.27 09:42:30.668241 [ 273 ] {956c3542-6b8e-49de-be06-fef32e1c0160} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16590 | 2025.01.27 09:42:30.668499 [ 273 ] {956c3542-6b8e-49de-be06-fef32e1c0160} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16591 | 2025.01.27 09:42:30.668923 [ 273 ] {956c3542-6b8e-49de-be06-fef32e1c0160} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004457 sec., 10769.575947947049 rows/sec., 743.21 KiB/sec. | ||
| 16592 | 2025.01.27 09:42:30.669084 [ 273 ] {956c3542-6b8e-49de-be06-fef32e1c0160} <Debug> TCPHandler: Processed in 0.005036437 sec. | ||
| 16593 | 2025.01.27 09:42:30.675672 [ 193 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44191 rows, containing 5 columns (5 merged, 0 gathered) in 0.012139542 sec., 3640252.655330819 rows/sec., 245.76 MiB/sec. | ||
| 16594 | 2025.01.27 09:42:30.676407 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Trace> MergedBlockOutputStream: filled checksums all_1_147_30 (state Temporary) | ||
| 16595 | 2025.01.27 09:42:30.676815 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_147_30 to all_1_147_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16596 | 2025.01.27 09:42:30.676911 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 5 parts: [all_1_143_29, all_147_147_0] -> all_1_147_30 | ||
| 16597 | 2025.01.27 09:42:30.677023 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 16598 | 2025.01.27 09:42:31.655938 [ 224 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16599 | 2025.01.27 09:42:31.655987 [ 224 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16600 | 2025.01.27 09:42:31.658314 [ 224 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 16601 | 2025.01.27 09:42:32.196332 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 16602 | 2025.01.27 09:42:32.197019 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16603 | 2025.01.27 09:42:32.197067 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16604 | 2025.01.27 09:42:32.197609 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16605 | 2025.01.27 09:42:32.197867 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16606 | 2025.01.27 09:42:32.198074 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 16607 | 2025.01.27 09:42:35.159625 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 16608 | 2025.01.27 09:42:35.182570 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16609 | 2025.01.27 09:42:35.182630 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16610 | 2025.01.27 09:42:35.190228 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16611 | 2025.01.27 09:42:35.191085 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16612 | 2025.01.27 09:42:35.194061 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 16613 | 2025.01.27 09:42:35.651843 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16614 | 2025.01.27 09:42:35.652039 [ 267 ] {3c447f8e-9cc7-4bf6-a3a0-643392829457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16615 | 2025.01.27 09:42:35.652111 [ 267 ] {3c447f8e-9cc7-4bf6-a3a0-643392829457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16616 | 2025.01.27 09:42:35.652860 [ 267 ] {3c447f8e-9cc7-4bf6-a3a0-643392829457} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16617 | 2025.01.27 09:42:35.653001 [ 267 ] {3c447f8e-9cc7-4bf6-a3a0-643392829457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16618 | 2025.01.27 09:42:35.653437 [ 267 ] {3c447f8e-9cc7-4bf6-a3a0-643392829457} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16619 | 2025.01.27 09:42:35.653694 [ 267 ] {3c447f8e-9cc7-4bf6-a3a0-643392829457} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16620 | 2025.01.27 09:42:35.653943 [ 267 ] {3c447f8e-9cc7-4bf6-a3a0-643392829457} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.19 MiB/sec. | ||
| 16621 | 2025.01.27 09:42:35.654027 [ 267 ] {3c447f8e-9cc7-4bf6-a3a0-643392829457} <Debug> TCPHandler: Processed in 0.002311794 sec. | ||
| 16622 | 2025.01.27 09:42:35.654285 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16623 | 2025.01.27 09:42:35.654709 [ 273 ] {8dac6415-a279-4418-ad75-a7552965fb1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16624 | 2025.01.27 09:42:35.654881 [ 273 ] {8dac6415-a279-4418-ad75-a7552965fb1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16625 | 2025.01.27 09:42:35.655878 [ 273 ] {8dac6415-a279-4418-ad75-a7552965fb1c} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16626 | 2025.01.27 09:42:35.655918 [ 273 ] {8dac6415-a279-4418-ad75-a7552965fb1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16627 | 2025.01.27 09:42:35.656368 [ 273 ] {8dac6415-a279-4418-ad75-a7552965fb1c} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16628 | 2025.01.27 09:42:35.656614 [ 273 ] {8dac6415-a279-4418-ad75-a7552965fb1c} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16629 | 2025.01.27 09:42:35.656807 [ 273 ] {8dac6415-a279-4418-ad75-a7552965fb1c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002261 sec., 28306.05926581159 rows/sec., 2.21 MiB/sec. | ||
| 16630 | 2025.01.27 09:42:35.656862 [ 273 ] {8dac6415-a279-4418-ad75-a7552965fb1c} <Debug> TCPHandler: Processed in 0.002733364 sec. | ||
| 16631 | 2025.01.27 09:42:35.657004 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16632 | 2025.01.27 09:42:35.657145 [ 267 ] {32fcae97-2bd5-4d98-9589-5d04747da4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16633 | 2025.01.27 09:42:35.657207 [ 267 ] {32fcae97-2bd5-4d98-9589-5d04747da4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16634 | 2025.01.27 09:42:35.657857 [ 267 ] {32fcae97-2bd5-4d98-9589-5d04747da4fc} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16635 | 2025.01.27 09:42:35.657898 [ 267 ] {32fcae97-2bd5-4d98-9589-5d04747da4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16636 | 2025.01.27 09:42:35.658299 [ 267 ] {32fcae97-2bd5-4d98-9589-5d04747da4fc} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16637 | 2025.01.27 09:42:35.658546 [ 267 ] {32fcae97-2bd5-4d98-9589-5d04747da4fc} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16638 | 2025.01.27 09:42:35.658746 [ 267 ] {32fcae97-2bd5-4d98-9589-5d04747da4fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec. | ||
| 16639 | 2025.01.27 09:42:35.658797 [ 267 ] {32fcae97-2bd5-4d98-9589-5d04747da4fc} <Debug> TCPHandler: Processed in 0.001856633 sec. | ||
| 16640 | 2025.01.27 09:42:35.658938 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16641 | 2025.01.27 09:42:35.659077 [ 273 ] {82bc2980-1e0e-468e-a437-dd28cd778a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16642 | 2025.01.27 09:42:35.659138 [ 273 ] {82bc2980-1e0e-468e-a437-dd28cd778a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16643 | 2025.01.27 09:42:35.659736 [ 273 ] {82bc2980-1e0e-468e-a437-dd28cd778a40} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16644 | 2025.01.27 09:42:35.659780 [ 273 ] {82bc2980-1e0e-468e-a437-dd28cd778a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16645 | 2025.01.27 09:42:35.660167 [ 273 ] {82bc2980-1e0e-468e-a437-dd28cd778a40} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16646 | 2025.01.27 09:42:35.660424 [ 273 ] {82bc2980-1e0e-468e-a437-dd28cd778a40} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16647 | 2025.01.27 09:42:35.660607 [ 273 ] {82bc2980-1e0e-468e-a437-dd28cd778a40} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec. | ||
| 16648 | 2025.01.27 09:42:35.660669 [ 273 ] {82bc2980-1e0e-468e-a437-dd28cd778a40} <Debug> TCPHandler: Processed in 0.001790581 sec. | ||
| 16649 | 2025.01.27 09:42:36.437571 [ 90 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 5 parts from all_1_59_13 to all_63_63_0 | ||
| 16650 | 2025.01.27 09:42:36.437641 [ 90 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16651 | 2025.01.27 09:42:36.437667 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16652 | 2025.01.27 09:42:36.437879 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_59_13 to all_63_63_0 into Compact with storage Full | ||
| 16653 | 2025.01.27 09:42:36.438333 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16654 | 2025.01.27 09:42:36.438404 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_13, total 59 rows starting from the beginning of the part | ||
| 16655 | 2025.01.27 09:42:36.438501 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 16656 | 2025.01.27 09:42:36.438787 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 16657 | 2025.01.27 09:42:36.439112 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 16658 | 2025.01.27 09:42:36.439303 [ 193 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 16659 | 2025.01.27 09:42:36.440529 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 63 rows, containing 4 columns (4 merged, 0 gathered) in 0.002767745 sec., 22762.21255932176 rows/sec., 1.50 MiB/sec. | ||
| 16660 | 2025.01.27 09:42:36.440737 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Trace> MergedBlockOutputStream: filled checksums all_1_63_14 (state Temporary) | ||
| 16661 | 2025.01.27 09:42:36.441084 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_63_14 to all_1_63_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16662 | 2025.01.27 09:42:36.441172 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_63_14} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 5 parts: [all_1_59_13, all_63_63_0] -> all_1_63_14 | ||
| 16663 | 2025.01.27 09:42:36.441269 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16664 | 2025.01.27 09:42:36.851704 [ 224 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16665 | 2025.01.27 09:42:36.851761 [ 224 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16666 | 2025.01.27 09:42:36.853389 [ 224 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16667 | 2025.01.27 09:42:37.413032 [ 222 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16668 | 2025.01.27 09:42:37.413097 [ 222 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16669 | 2025.01.27 09:42:37.414666 [ 222 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16670 | 2025.01.27 09:42:38.078626 [ 223 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16671 | 2025.01.27 09:42:38.078709 [ 223 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16672 | 2025.01.27 09:42:38.080621 [ 223 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16673 | 2025.01.27 09:42:39.401752 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16674 | 2025.01.27 09:42:39.401810 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16675 | 2025.01.27 09:42:39.699160 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 16676 | 2025.01.27 09:42:39.699813 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16677 | 2025.01.27 09:42:39.699861 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16678 | 2025.01.27 09:42:39.700395 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16679 | 2025.01.27 09:42:39.700655 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16680 | 2025.01.27 09:42:39.700878 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 16681 | 2025.01.27 09:42:39.942470 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2300 | ||
| 16682 | 2025.01.27 09:42:39.945221 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16683 | 2025.01.27 09:42:39.945262 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16684 | 2025.01.27 09:42:39.946770 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16685 | 2025.01.27 09:42:39.947078 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16686 | 2025.01.27 09:42:39.948447 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2300 | ||
| 16687 | 2025.01.27 09:42:40.324267 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16688 | 2025.01.27 09:42:40.324350 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16689 | 2025.01.27 09:42:40.326620 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16690 | 2025.01.27 09:42:40.659313 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16691 | 2025.01.27 09:42:40.659502 [ 267 ] {8b573692-713a-471f-a2e2-9b4b2d2f5054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16692 | 2025.01.27 09:42:40.659575 [ 267 ] {8b573692-713a-471f-a2e2-9b4b2d2f5054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16693 | 2025.01.27 09:42:40.660325 [ 267 ] {8b573692-713a-471f-a2e2-9b4b2d2f5054} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16694 | 2025.01.27 09:42:40.660375 [ 267 ] {8b573692-713a-471f-a2e2-9b4b2d2f5054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16695 | 2025.01.27 09:42:40.660828 [ 267 ] {8b573692-713a-471f-a2e2-9b4b2d2f5054} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16696 | 2025.01.27 09:42:40.661080 [ 267 ] {8b573692-713a-471f-a2e2-9b4b2d2f5054} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16697 | 2025.01.27 09:42:40.661307 [ 267 ] {8b573692-713a-471f-a2e2-9b4b2d2f5054} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec. | ||
| 16698 | 2025.01.27 09:42:40.661363 [ 267 ] {8b573692-713a-471f-a2e2-9b4b2d2f5054} <Debug> TCPHandler: Processed in 0.002181581 sec. | ||
| 16699 | 2025.01.27 09:42:40.661619 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16700 | 2025.01.27 09:42:40.661813 [ 273 ] {39d40d85-f2a5-44d3-a8ca-f47a988ae9cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16701 | 2025.01.27 09:42:40.661887 [ 273 ] {39d40d85-f2a5-44d3-a8ca-f47a988ae9cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16702 | 2025.01.27 09:42:40.662784 [ 273 ] {39d40d85-f2a5-44d3-a8ca-f47a988ae9cf} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16703 | 2025.01.27 09:42:40.662830 [ 273 ] {39d40d85-f2a5-44d3-a8ca-f47a988ae9cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16704 | 2025.01.27 09:42:40.663285 [ 273 ] {39d40d85-f2a5-44d3-a8ca-f47a988ae9cf} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16705 | 2025.01.27 09:42:40.663543 [ 273 ] {39d40d85-f2a5-44d3-a8ca-f47a988ae9cf} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16706 | 2025.01.27 09:42:40.663778 [ 273 ] {39d40d85-f2a5-44d3-a8ca-f47a988ae9cf} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002021 sec., 139040.07916872838 rows/sec., 12.26 MiB/sec. | ||
| 16707 | 2025.01.27 09:42:40.663834 [ 273 ] {39d40d85-f2a5-44d3-a8ca-f47a988ae9cf} <Debug> TCPHandler: Processed in 0.002343725 sec. | ||
| 16708 | 2025.01.27 09:42:40.664030 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16709 | 2025.01.27 09:42:40.664159 [ 267 ] {9d01ea81-e468-4d91-8400-78b9485c2cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16710 | 2025.01.27 09:42:40.664211 [ 267 ] {9d01ea81-e468-4d91-8400-78b9485c2cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16711 | 2025.01.27 09:42:40.664967 [ 267 ] {9d01ea81-e468-4d91-8400-78b9485c2cdc} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16712 | 2025.01.27 09:42:40.665010 [ 267 ] {9d01ea81-e468-4d91-8400-78b9485c2cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16713 | 2025.01.27 09:42:40.665399 [ 267 ] {9d01ea81-e468-4d91-8400-78b9485c2cdc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16714 | 2025.01.27 09:42:40.665651 [ 267 ] {9d01ea81-e468-4d91-8400-78b9485c2cdc} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16715 | 2025.01.27 09:42:40.665867 [ 267 ] {9d01ea81-e468-4d91-8400-78b9485c2cdc} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001735 sec., 26512.968299711814 rows/sec., 1.91 MiB/sec. | ||
| 16716 | 2025.01.27 09:42:40.665918 [ 267 ] {9d01ea81-e468-4d91-8400-78b9485c2cdc} <Debug> TCPHandler: Processed in 0.001947865 sec. | ||
| 16717 | 2025.01.27 09:42:40.666081 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16718 | 2025.01.27 09:42:40.666200 [ 273 ] {b9447d5b-ba4d-43a2-959e-854e93006bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16719 | 2025.01.27 09:42:40.666249 [ 273 ] {b9447d5b-ba4d-43a2-959e-854e93006bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16720 | 2025.01.27 09:42:40.666836 [ 273 ] {b9447d5b-ba4d-43a2-959e-854e93006bcb} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16721 | 2025.01.27 09:42:40.666876 [ 273 ] {b9447d5b-ba4d-43a2-959e-854e93006bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16722 | 2025.01.27 09:42:40.667237 [ 273 ] {b9447d5b-ba4d-43a2-959e-854e93006bcb} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16723 | 2025.01.27 09:42:40.667479 [ 273 ] {b9447d5b-ba4d-43a2-959e-854e93006bcb} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16724 | 2025.01.27 09:42:40.667676 [ 273 ] {b9447d5b-ba4d-43a2-959e-854e93006bcb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001486 sec., 9421.265141318978 rows/sec., 659.80 KiB/sec. | ||
| 16725 | 2025.01.27 09:42:40.667779 [ 273 ] {b9447d5b-ba4d-43a2-959e-854e93006bcb} <Debug> TCPHandler: Processed in 0.001754131 sec. | ||
| 16726 | 2025.01.27 09:42:40.667970 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16727 | 2025.01.27 09:42:40.668100 [ 267 ] {86801b32-620b-4bc5-ab02-b7824e359799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16728 | 2025.01.27 09:42:40.668147 [ 267 ] {86801b32-620b-4bc5-ab02-b7824e359799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16729 | 2025.01.27 09:42:40.668705 [ 267 ] {86801b32-620b-4bc5-ab02-b7824e359799} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16730 | 2025.01.27 09:42:40.668743 [ 267 ] {86801b32-620b-4bc5-ab02-b7824e359799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16731 | 2025.01.27 09:42:40.669106 [ 267 ] {86801b32-620b-4bc5-ab02-b7824e359799} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16732 | 2025.01.27 09:42:40.669345 [ 267 ] {86801b32-620b-4bc5-ab02-b7824e359799} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16733 | 2025.01.27 09:42:40.669582 [ 267 ] {86801b32-620b-4bc5-ab02-b7824e359799} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001494 sec., 8701.472556894243 rows/sec., 542.53 KiB/sec. | ||
| 16734 | 2025.01.27 09:42:40.669655 [ 267 ] {86801b32-620b-4bc5-ab02-b7824e359799} <Debug> TCPHandler: Processed in 0.001777161 sec. | ||
| 16735 | 2025.01.27 09:42:40.669855 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16736 | 2025.01.27 09:42:40.669975 [ 273 ] {be14ce99-0874-4ed1-8394-fefb55208c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16737 | 2025.01.27 09:42:40.670021 [ 273 ] {be14ce99-0874-4ed1-8394-fefb55208c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16738 | 2025.01.27 09:42:40.670769 [ 273 ] {be14ce99-0874-4ed1-8394-fefb55208c96} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16739 | 2025.01.27 09:42:40.670806 [ 273 ] {be14ce99-0874-4ed1-8394-fefb55208c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16740 | 2025.01.27 09:42:40.671191 [ 273 ] {be14ce99-0874-4ed1-8394-fefb55208c96} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16741 | 2025.01.27 09:42:40.671454 [ 273 ] {be14ce99-0874-4ed1-8394-fefb55208c96} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16742 | 2025.01.27 09:42:40.671630 [ 273 ] {be14ce99-0874-4ed1-8394-fefb55208c96} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001677 sec., 251043.53011329754 rows/sec., 17.94 MiB/sec. | ||
| 16743 | 2025.01.27 09:42:40.671685 [ 273 ] {be14ce99-0874-4ed1-8394-fefb55208c96} <Debug> TCPHandler: Processed in 0.001920615 sec. | ||
| 16744 | 2025.01.27 09:42:40.671835 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16745 | 2025.01.27 09:42:40.671954 [ 267 ] {ec37d17c-eb8e-4332-91db-d27dcd053da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16746 | 2025.01.27 09:42:40.672005 [ 267 ] {ec37d17c-eb8e-4332-91db-d27dcd053da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16747 | 2025.01.27 09:42:40.672482 [ 267 ] {ec37d17c-eb8e-4332-91db-d27dcd053da7} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16748 | 2025.01.27 09:42:40.672521 [ 267 ] {ec37d17c-eb8e-4332-91db-d27dcd053da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16749 | 2025.01.27 09:42:40.672900 [ 267 ] {ec37d17c-eb8e-4332-91db-d27dcd053da7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16750 | 2025.01.27 09:42:40.673146 [ 267 ] {ec37d17c-eb8e-4332-91db-d27dcd053da7} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16751 | 2025.01.27 09:42:40.673399 [ 267 ] {ec37d17c-eb8e-4332-91db-d27dcd053da7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec. | ||
| 16752 | 2025.01.27 09:42:40.673471 [ 267 ] {ec37d17c-eb8e-4332-91db-d27dcd053da7} <Debug> TCPHandler: Processed in 0.001689969 sec. | ||
| 16753 | 2025.01.27 09:42:40.673671 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16754 | 2025.01.27 09:42:40.673798 [ 273 ] {79827db5-928b-4db4-a404-895b0e962e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16755 | 2025.01.27 09:42:40.673850 [ 273 ] {79827db5-928b-4db4-a404-895b0e962e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16756 | 2025.01.27 09:42:40.674441 [ 273 ] {79827db5-928b-4db4-a404-895b0e962e16} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16757 | 2025.01.27 09:42:40.674479 [ 273 ] {79827db5-928b-4db4-a404-895b0e962e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16758 | 2025.01.27 09:42:40.674882 [ 273 ] {79827db5-928b-4db4-a404-895b0e962e16} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16759 | 2025.01.27 09:42:40.675134 [ 273 ] {79827db5-928b-4db4-a404-895b0e962e16} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16760 | 2025.01.27 09:42:40.675313 [ 273 ] {79827db5-928b-4db4-a404-895b0e962e16} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001539 sec., 153996.10136452242 rows/sec., 10.32 MiB/sec. | ||
| 16761 | 2025.01.27 09:42:40.675363 [ 273 ] {79827db5-928b-4db4-a404-895b0e962e16} <Debug> TCPHandler: Processed in 0.001781801 sec. | ||
| 16762 | 2025.01.27 09:42:40.675513 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16763 | 2025.01.27 09:42:40.675633 [ 267 ] {99be7ff8-e4a7-435e-b273-1da078528efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16764 | 2025.01.27 09:42:40.675686 [ 267 ] {99be7ff8-e4a7-435e-b273-1da078528efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16765 | 2025.01.27 09:42:40.676182 [ 267 ] {99be7ff8-e4a7-435e-b273-1da078528efa} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16766 | 2025.01.27 09:42:40.676221 [ 267 ] {99be7ff8-e4a7-435e-b273-1da078528efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16767 | 2025.01.27 09:42:40.676596 [ 267 ] {99be7ff8-e4a7-435e-b273-1da078528efa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16768 | 2025.01.27 09:42:40.676832 [ 267 ] {99be7ff8-e4a7-435e-b273-1da078528efa} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16769 | 2025.01.27 09:42:40.677035 [ 267 ] {99be7ff8-e4a7-435e-b273-1da078528efa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001427 sec., 700.7708479327259 rows/sec., 47.22 KiB/sec. | ||
| 16770 | 2025.01.27 09:42:40.677084 [ 267 ] {99be7ff8-e4a7-435e-b273-1da078528efa} <Debug> TCPHandler: Processed in 0.001632888 sec. | ||
| 16771 | 2025.01.27 09:42:40.677240 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16772 | 2025.01.27 09:42:40.677358 [ 273 ] {d9f25f0a-aab2-4f6e-8f70-9fc0abbc463a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16773 | 2025.01.27 09:42:40.677437 [ 273 ] {d9f25f0a-aab2-4f6e-8f70-9fc0abbc463a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16774 | 2025.01.27 09:42:40.678697 [ 273 ] {d9f25f0a-aab2-4f6e-8f70-9fc0abbc463a} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16775 | 2025.01.27 09:42:40.678737 [ 273 ] {d9f25f0a-aab2-4f6e-8f70-9fc0abbc463a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16776 | 2025.01.27 09:42:40.679418 [ 273 ] {d9f25f0a-aab2-4f6e-8f70-9fc0abbc463a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16777 | 2025.01.27 09:42:40.679675 [ 273 ] {d9f25f0a-aab2-4f6e-8f70-9fc0abbc463a} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16778 | 2025.01.27 09:42:40.679864 [ 273 ] {d9f25f0a-aab2-4f6e-8f70-9fc0abbc463a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002531 sec., 15408.929276965628 rows/sec., 27.61 MiB/sec. | ||
| 16779 | 2025.01.27 09:42:40.679954 [ 273 ] {d9f25f0a-aab2-4f6e-8f70-9fc0abbc463a} <Debug> TCPHandler: Processed in 0.002769274 sec. | ||
| 16780 | 2025.01.27 09:42:40.680125 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16781 | 2025.01.27 09:42:40.680267 [ 267 ] {2946a501-ca57-4bf0-8261-bd368e835859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16782 | 2025.01.27 09:42:40.680327 [ 267 ] {2946a501-ca57-4bf0-8261-bd368e835859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16783 | 2025.01.27 09:42:40.680919 [ 267 ] {2946a501-ca57-4bf0-8261-bd368e835859} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16784 | 2025.01.27 09:42:40.680964 [ 267 ] {2946a501-ca57-4bf0-8261-bd368e835859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16785 | 2025.01.27 09:42:40.681338 [ 267 ] {2946a501-ca57-4bf0-8261-bd368e835859} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16786 | 2025.01.27 09:42:40.681581 [ 267 ] {2946a501-ca57-4bf0-8261-bd368e835859} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16787 | 2025.01.27 09:42:40.681806 [ 267 ] {2946a501-ca57-4bf0-8261-bd368e835859} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001571 sec., 52196.053469127946 rows/sec., 3.32 MiB/sec. | ||
| 16788 | 2025.01.27 09:42:40.681855 [ 267 ] {2946a501-ca57-4bf0-8261-bd368e835859} <Debug> TCPHandler: Processed in 0.001801652 sec. | ||
| 16789 | 2025.01.27 09:42:42.695097 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 16790 | 2025.01.27 09:42:42.718435 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16791 | 2025.01.27 09:42:42.718489 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16792 | 2025.01.27 09:42:42.726144 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16793 | 2025.01.27 09:42:42.726959 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16794 | 2025.01.27 09:42:42.731602 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 16795 | 2025.01.27 09:42:45.652194 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16796 | 2025.01.27 09:42:45.652386 [ 267 ] {aaaa7265-2dfa-48c6-9265-f9c5ec5fe0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16797 | 2025.01.27 09:42:45.652458 [ 267 ] {aaaa7265-2dfa-48c6-9265-f9c5ec5fe0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16798 | 2025.01.27 09:42:45.653258 [ 267 ] {aaaa7265-2dfa-48c6-9265-f9c5ec5fe0f5} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16799 | 2025.01.27 09:42:45.653302 [ 267 ] {aaaa7265-2dfa-48c6-9265-f9c5ec5fe0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16800 | 2025.01.27 09:42:45.653742 [ 267 ] {aaaa7265-2dfa-48c6-9265-f9c5ec5fe0f5} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16801 | 2025.01.27 09:42:45.654002 [ 267 ] {aaaa7265-2dfa-48c6-9265-f9c5ec5fe0f5} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16802 | 2025.01.27 09:42:45.654211 [ 79 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16803 | 2025.01.27 09:42:45.654248 [ 267 ] {aaaa7265-2dfa-48c6-9265-f9c5ec5fe0f5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.23 MiB/sec. | ||
| 16804 | 2025.01.27 09:42:45.654303 [ 79 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16805 | 2025.01.27 09:42:45.654380 [ 267 ] {aaaa7265-2dfa-48c6-9265-f9c5ec5fe0f5} <Debug> TCPHandler: Processed in 0.002315974 sec. | ||
| 16806 | 2025.01.27 09:42:45.654380 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16807 | 2025.01.27 09:42:45.654610 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 16808 | 2025.01.27 09:42:45.654659 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16809 | 2025.01.27 09:42:45.654872 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16810 | 2025.01.27 09:42:45.654947 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1430 rows starting from the beginning of the part | ||
| 16811 | 2025.01.27 09:42:45.654981 [ 273 ] {bba25742-3c69-4538-be3a-46c3e54bf06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16812 | 2025.01.27 09:42:45.655135 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1422 rows starting from the beginning of the part | ||
| 16813 | 2025.01.27 09:42:45.655195 [ 273 ] {bba25742-3c69-4538-be3a-46c3e54bf06f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16814 | 2025.01.27 09:42:45.655542 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part | ||
| 16815 | 2025.01.27 09:42:45.655900 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 56 rows starting from the beginning of the part | ||
| 16816 | 2025.01.27 09:42:45.656203 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 281 rows starting from the beginning of the part | ||
| 16817 | 2025.01.27 09:42:45.656636 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part | ||
| 16818 | 2025.01.27 09:42:45.658345 [ 273 ] {bba25742-3c69-4538-be3a-46c3e54bf06f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16819 | 2025.01.27 09:42:45.658426 [ 273 ] {bba25742-3c69-4538-be3a-46c3e54bf06f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16820 | 2025.01.27 09:42:45.659553 [ 273 ] {bba25742-3c69-4538-be3a-46c3e54bf06f} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16821 | 2025.01.27 09:42:45.659866 [ 273 ] {bba25742-3c69-4538-be3a-46c3e54bf06f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16822 | 2025.01.27 09:42:45.660092 [ 79 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16823 | 2025.01.27 09:42:45.660170 [ 79 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16824 | 2025.01.27 09:42:45.660257 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16825 | 2025.01.27 09:42:45.660349 [ 273 ] {bba25742-3c69-4538-be3a-46c3e54bf06f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005445 sec., 11753.902662993572 rows/sec., 939.44 KiB/sec. | ||
| 16826 | 2025.01.27 09:42:45.660972 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 16827 | 2025.01.27 09:42:45.661029 [ 273 ] {bba25742-3c69-4538-be3a-46c3e54bf06f} <Debug> TCPHandler: Processed in 0.00650596 sec. | ||
| 16828 | 2025.01.27 09:42:45.661062 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006540943 sec., 504667.2933856785 rows/sec., 44.06 MiB/sec. | ||
| 16829 | 2025.01.27 09:42:45.661363 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16830 | 2025.01.27 09:42:45.661391 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16831 | 2025.01.27 09:42:45.661436 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16832 | 2025.01.27 09:42:45.661476 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 913 rows starting from the beginning of the part | ||
| 16833 | 2025.01.27 09:42:45.661760 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 879 rows starting from the beginning of the part | ||
| 16834 | 2025.01.27 09:42:45.662194 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part | ||
| 16835 | 2025.01.27 09:42:45.662470 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16836 | 2025.01.27 09:42:45.662541 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part | ||
| 16837 | 2025.01.27 09:42:45.662809 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_151_30} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16838 | 2025.01.27 09:42:45.662856 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 421 rows starting from the beginning of the part | ||
| 16839 | 2025.01.27 09:42:45.663117 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 16840 | 2025.01.27 09:42:45.663150 [ 186 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part | ||
| 16841 | 2025.01.27 09:42:45.663521 [ 267 ] {0753733c-a043-4735-bf3c-a225fbae3942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16842 | 2025.01.27 09:42:45.663678 [ 267 ] {0753733c-a043-4735-bf3c-a225fbae3942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16843 | 2025.01.27 09:42:45.665495 [ 267 ] {0753733c-a043-4735-bf3c-a225fbae3942} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16844 | 2025.01.27 09:42:45.665580 [ 267 ] {0753733c-a043-4735-bf3c-a225fbae3942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16845 | 2025.01.27 09:42:45.666418 [ 267 ] {0753733c-a043-4735-bf3c-a225fbae3942} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16846 | 2025.01.27 09:42:45.666857 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.00643534 sec., 373717.6279730364 rows/sec., 28.65 MiB/sec. | ||
| 16847 | 2025.01.27 09:42:45.666897 [ 267 ] {0753733c-a043-4735-bf3c-a225fbae3942} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16848 | 2025.01.27 09:42:45.667200 [ 188 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16849 | 2025.01.27 09:42:45.667414 [ 267 ] {0753733c-a043-4735-bf3c-a225fbae3942} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005543 sec., 28865.235432076493 rows/sec., 2.01 MiB/sec. | ||
| 16850 | 2025.01.27 09:42:45.667922 [ 267 ] {0753733c-a043-4735-bf3c-a225fbae3942} <Debug> TCPHandler: Processed in 0.006729936 sec. | ||
| 16851 | 2025.01.27 09:42:45.668143 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16852 | 2025.01.27 09:42:45.668314 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16853 | 2025.01.27 09:42:45.668580 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_151_30} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16854 | 2025.01.27 09:42:45.668740 [ 273 ] {9d481749-c175-4d8a-b22f-882502451f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16855 | 2025.01.27 09:42:45.668989 [ 273 ] {9d481749-c175-4d8a-b22f-882502451f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16856 | 2025.01.27 09:42:45.669036 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 16857 | 2025.01.27 09:42:45.669853 [ 273 ] {9d481749-c175-4d8a-b22f-882502451f4f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16858 | 2025.01.27 09:42:45.669896 [ 273 ] {9d481749-c175-4d8a-b22f-882502451f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16859 | 2025.01.27 09:42:45.670298 [ 273 ] {9d481749-c175-4d8a-b22f-882502451f4f} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16860 | 2025.01.27 09:42:45.670550 [ 273 ] {9d481749-c175-4d8a-b22f-882502451f4f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16861 | 2025.01.27 09:42:45.670690 [ 79 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16862 | 2025.01.27 09:42:45.670729 [ 79 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16863 | 2025.01.27 09:42:45.670739 [ 273 ] {9d481749-c175-4d8a-b22f-882502451f4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002181 sec., 27510.316368638236 rows/sec., 1.85 MiB/sec. | ||
| 16864 | 2025.01.27 09:42:45.670756 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16865 | 2025.01.27 09:42:45.670835 [ 273 ] {9d481749-c175-4d8a-b22f-882502451f4f} <Debug> TCPHandler: Processed in 0.002723313 sec. | ||
| 16866 | 2025.01.27 09:42:45.670953 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 16867 | 2025.01.27 09:42:45.671119 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16868 | 2025.01.27 09:42:45.671224 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8912 rows starting from the beginning of the part | ||
| 16869 | 2025.01.27 09:42:45.671577 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 34 rows starting from the beginning of the part | ||
| 16870 | 2025.01.27 09:42:45.671946 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 48 rows starting from the beginning of the part | ||
| 16871 | 2025.01.27 09:42:45.672293 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part | ||
| 16872 | 2025.01.27 09:42:45.672620 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 82 rows starting from the beginning of the part | ||
| 16873 | 2025.01.27 09:42:45.672966 [ 187 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part | ||
| 16874 | 2025.01.27 09:42:45.675686 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9196 rows, containing 4 columns (4 merged, 0 gathered) in 0.004845352 sec., 1897901.328943697 rows/sec., 123.70 MiB/sec. | ||
| 16875 | 2025.01.27 09:42:45.675929 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16876 | 2025.01.27 09:42:45.676266 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16877 | 2025.01.27 09:42:45.676358 [ 194 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_151_30} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16878 | 2025.01.27 09:42:45.676456 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 16879 | 2025.01.27 09:42:47.201960 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 16880 | 2025.01.27 09:42:47.202643 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16881 | 2025.01.27 09:42:47.202686 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16882 | 2025.01.27 09:42:47.203216 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16883 | 2025.01.27 09:42:47.203473 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16884 | 2025.01.27 09:42:47.203655 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 16885 | 2025.01.27 09:42:49.949522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2330 | ||
| 16886 | 2025.01.27 09:42:49.952610 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16887 | 2025.01.27 09:42:49.952659 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16888 | 2025.01.27 09:42:49.954179 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 16889 | 2025.01.27 09:42:49.954488 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16890 | 2025.01.27 09:42:49.954669 [ 74 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 16891 | 2025.01.27 09:42:49.954727 [ 74 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16892 | 2025.01.27 09:42:49.954762 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16893 | 2025.01.27 09:42:49.955112 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 16894 | 2025.01.27 09:42:49.956879 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2330 | ||
| 16895 | 2025.01.27 09:42:49.957121 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16896 | 2025.01.27 09:42:49.957260 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2184 rows starting from the beginning of the part | ||
| 16897 | 2025.01.27 09:42:49.957737 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part | ||
| 16898 | 2025.01.27 09:42:49.958161 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 30 rows starting from the beginning of the part | ||
| 16899 | 2025.01.27 09:42:49.958590 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 54 rows starting from the beginning of the part | ||
| 16900 | 2025.01.27 09:42:49.959023 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part | ||
| 16901 | 2025.01.27 09:42:49.959490 [ 198 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 30 rows starting from the beginning of the part | ||
| 16902 | 2025.01.27 09:42:49.970776 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2330 rows, containing 72 columns (72 merged, 0 gathered) in 0.0159266 sec., 146296.13351248854 rows/sec., 109.72 MiB/sec. | ||
| 16903 | 2025.01.27 09:42:49.973103 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 16904 | 2025.01.27 09:42:49.973941 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16905 | 2025.01.27 09:42:49.974041 [ 197 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_66_13} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 16906 | 2025.01.27 09:42:49.974401 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
| 16907 | 2025.01.27 09:42:50.232619 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 16908 | 2025.01.27 09:42:50.255854 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16909 | 2025.01.27 09:42:50.255911 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16910 | 2025.01.27 09:42:50.263489 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16911 | 2025.01.27 09:42:50.264324 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16912 | 2025.01.27 09:42:50.269820 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 16913 | 2025.01.27 09:42:50.658930 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16914 | 2025.01.27 09:42:50.659124 [ 267 ] {b40000bb-2de0-43ca-ba46-23ac4c158451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16915 | 2025.01.27 09:42:50.659202 [ 267 ] {b40000bb-2de0-43ca-ba46-23ac4c158451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16916 | 2025.01.27 09:42:50.659987 [ 267 ] {b40000bb-2de0-43ca-ba46-23ac4c158451} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16917 | 2025.01.27 09:42:50.660028 [ 267 ] {b40000bb-2de0-43ca-ba46-23ac4c158451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16918 | 2025.01.27 09:42:50.660473 [ 267 ] {b40000bb-2de0-43ca-ba46-23ac4c158451} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16919 | 2025.01.27 09:42:50.660798 [ 267 ] {b40000bb-2de0-43ca-ba46-23ac4c158451} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16920 | 2025.01.27 09:42:50.660949 [ 73 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 16921 | 2025.01.27 09:42:50.660987 [ 73 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16922 | 2025.01.27 09:42:50.661013 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16923 | 2025.01.27 09:42:50.661013 [ 267 ] {b40000bb-2de0-43ca-ba46-23ac4c158451} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001942 sec., 7209.062821833162 rows/sec., 518.96 KiB/sec. | ||
| 16924 | 2025.01.27 09:42:50.661204 [ 224 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 16925 | 2025.01.27 09:42:50.661247 [ 267 ] {b40000bb-2de0-43ca-ba46-23ac4c158451} <Debug> TCPHandler: Processed in 0.002453107 sec. | ||
| 16926 | 2025.01.27 09:42:50.661280 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 16927 | 2025.01.27 09:42:50.661291 [ 224 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 16928 | 2025.01.27 09:42:50.661571 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16929 | 2025.01.27 09:42:50.661637 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16930 | 2025.01.27 09:42:50.661742 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 14 rows starting from the beginning of the part | ||
| 16931 | 2025.01.27 09:42:50.662069 [ 273 ] {0a7aeb53-9740-45f0-985f-89b343e4d875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16932 | 2025.01.27 09:42:50.662303 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 16933 | 2025.01.27 09:42:50.662418 [ 273 ] {0a7aeb53-9740-45f0-985f-89b343e4d875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16934 | 2025.01.27 09:42:50.662960 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 16935 | 2025.01.27 09:42:50.663639 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 16936 | 2025.01.27 09:42:50.664356 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 16937 | 2025.01.27 09:42:50.666461 [ 224 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 16938 | 2025.01.27 09:42:50.666871 [ 273 ] {0a7aeb53-9740-45f0-985f-89b343e4d875} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16939 | 2025.01.27 09:42:50.666983 [ 273 ] {0a7aeb53-9740-45f0-985f-89b343e4d875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16940 | 2025.01.27 09:42:50.668700 [ 189 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007625737 sec., 9179.440623247301 rows/sec., 696.65 KiB/sec. | ||
| 16941 | 2025.01.27 09:42:50.668770 [ 273 ] {0a7aeb53-9740-45f0-985f-89b343e4d875} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16942 | 2025.01.27 09:42:50.668888 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 16943 | 2025.01.27 09:42:50.669119 [ 273 ] {0a7aeb53-9740-45f0-985f-89b343e4d875} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16944 | 2025.01.27 09:42:50.669279 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16945 | 2025.01.27 09:42:50.669421 [ 273 ] {0a7aeb53-9740-45f0-985f-89b343e4d875} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.007557 sec., 37184.06775175334 rows/sec., 3.28 MiB/sec. | ||
| 16946 | 2025.01.27 09:42:50.669432 [ 199 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_65_16} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 16947 | 2025.01.27 09:42:50.669516 [ 273 ] {0a7aeb53-9740-45f0-985f-89b343e4d875} <Debug> TCPHandler: Processed in 0.008090908 sec. | ||
| 16948 | 2025.01.27 09:42:50.669559 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16949 | 2025.01.27 09:42:50.669698 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16950 | 2025.01.27 09:42:50.669820 [ 267 ] {c025ed32-4a8e-486b-8e06-34fed74934c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16951 | 2025.01.27 09:42:50.669872 [ 267 ] {c025ed32-4a8e-486b-8e06-34fed74934c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16952 | 2025.01.27 09:42:50.670500 [ 267 ] {c025ed32-4a8e-486b-8e06-34fed74934c9} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16953 | 2025.01.27 09:42:50.670540 [ 267 ] {c025ed32-4a8e-486b-8e06-34fed74934c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16954 | 2025.01.27 09:42:50.670917 [ 267 ] {c025ed32-4a8e-486b-8e06-34fed74934c9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16955 | 2025.01.27 09:42:50.671164 [ 267 ] {c025ed32-4a8e-486b-8e06-34fed74934c9} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16956 | 2025.01.27 09:42:50.671294 [ 73 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 16957 | 2025.01.27 09:42:50.671331 [ 73 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16958 | 2025.01.27 09:42:50.671352 [ 267 ] {c025ed32-4a8e-486b-8e06-34fed74934c9} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001558 sec., 29525.03209242619 rows/sec., 2.12 MiB/sec. | ||
| 16959 | 2025.01.27 09:42:50.671355 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16960 | 2025.01.27 09:42:50.671455 [ 267 ] {c025ed32-4a8e-486b-8e06-34fed74934c9} <Debug> TCPHandler: Processed in 0.001809382 sec. | ||
| 16961 | 2025.01.27 09:42:50.671643 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 16962 | 2025.01.27 09:42:50.671665 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16963 | 2025.01.27 09:42:50.671933 [ 273 ] {73052593-b9ee-42b7-9af4-0f897f264499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16964 | 2025.01.27 09:42:50.671951 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16965 | 2025.01.27 09:42:50.672034 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 64 rows starting from the beginning of the part | ||
| 16966 | 2025.01.27 09:42:50.672042 [ 273 ] {73052593-b9ee-42b7-9af4-0f897f264499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16967 | 2025.01.27 09:42:50.672438 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 46 rows starting from the beginning of the part | ||
| 16968 | 2025.01.27 09:42:50.672772 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 46 rows starting from the beginning of the part | ||
| 16969 | 2025.01.27 09:42:50.673154 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 48 rows starting from the beginning of the part | ||
| 16970 | 2025.01.27 09:42:50.673595 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 46 rows starting from the beginning of the part | ||
| 16971 | 2025.01.27 09:42:50.673972 [ 190 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 46 rows starting from the beginning of the part | ||
| 16972 | 2025.01.27 09:42:50.675019 [ 273 ] {73052593-b9ee-42b7-9af4-0f897f264499} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16973 | 2025.01.27 09:42:50.675091 [ 273 ] {73052593-b9ee-42b7-9af4-0f897f264499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16974 | 2025.01.27 09:42:50.676121 [ 273 ] {73052593-b9ee-42b7-9af4-0f897f264499} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16975 | 2025.01.27 09:42:50.676733 [ 273 ] {73052593-b9ee-42b7-9af4-0f897f264499} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16976 | 2025.01.27 09:42:50.676784 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 5 columns (5 merged, 0 gathered) in 0.005314243 sec., 55699.37242237512 rows/sec., 4.21 MiB/sec. | ||
| 16977 | 2025.01.27 09:42:50.676970 [ 73 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 16978 | 2025.01.27 09:42:50.677024 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 16979 | 2025.01.27 09:42:50.677077 [ 73 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16980 | 2025.01.27 09:42:50.677149 [ 273 ] {73052593-b9ee-42b7-9af4-0f897f264499} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00529 sec., 2646.502835538752 rows/sec., 185.34 KiB/sec. | ||
| 16981 | 2025.01.27 09:42:50.677169 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16982 | 2025.01.27 09:42:50.677428 [ 273 ] {73052593-b9ee-42b7-9af4-0f897f264499} <Debug> TCPHandler: Processed in 0.005868406 sec. | ||
| 16983 | 2025.01.27 09:42:50.677500 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 16984 | 2025.01.27 09:42:50.677722 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16985 | 2025.01.27 09:42:50.677754 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16986 | 2025.01.27 09:42:50.677803 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16987 | 2025.01.27 09:42:50.677922 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 242 rows starting from the beginning of the part | ||
| 16988 | 2025.01.27 09:42:50.677947 [ 199 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_65_14} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 16989 | 2025.01.27 09:42:50.678209 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16990 | 2025.01.27 09:42:50.678257 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 16991 | 2025.01.27 09:42:50.678362 [ 267 ] {53922b2b-6493-4468-acdf-d75412835dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16992 | 2025.01.27 09:42:50.678619 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 16993 | 2025.01.27 09:42:50.678622 [ 267 ] {53922b2b-6493-4468-acdf-d75412835dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16994 | 2025.01.27 09:42:50.678985 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 242 rows starting from the beginning of the part | ||
| 16995 | 2025.01.27 09:42:50.679284 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 16996 | 2025.01.27 09:42:50.679632 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 14 rows starting from the beginning of the part | ||
| 16997 | 2025.01.27 09:42:50.681350 [ 267 ] {53922b2b-6493-4468-acdf-d75412835dea} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16998 | 2025.01.27 09:42:50.681429 [ 267 ] {53922b2b-6493-4468-acdf-d75412835dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 16999 | 2025.01.27 09:42:50.682471 [ 267 ] {53922b2b-6493-4468-acdf-d75412835dea} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17000 | 2025.01.27 09:42:50.682588 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005274712 sec., 102375.2576443984 rows/sec., 7.33 MiB/sec. | ||
| 17001 | 2025.01.27 09:42:50.682808 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 17002 | 2025.01.27 09:42:50.682977 [ 267 ] {53922b2b-6493-4468-acdf-d75412835dea} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17003 | 2025.01.27 09:42:50.683226 [ 71 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 17004 | 2025.01.27 09:42:50.683331 [ 71 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17005 | 2025.01.27 09:42:50.683397 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17006 | 2025.01.27 09:42:50.683604 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17007 | 2025.01.27 09:42:50.683621 [ 267 ] {53922b2b-6493-4468-acdf-d75412835dea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005581 sec., 2329.3316609926537 rows/sec., 145.23 KiB/sec. | ||
| 17008 | 2025.01.27 09:42:50.683680 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 17009 | 2025.01.27 09:42:50.683932 [ 191 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_65_14} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 17010 | 2025.01.27 09:42:50.683942 [ 267 ] {53922b2b-6493-4468-acdf-d75412835dea} <Debug> TCPHandler: Processed in 0.006364768 sec. | ||
| 17011 | 2025.01.27 09:42:50.684153 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17012 | 2025.01.27 09:42:50.684202 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 17013 | 2025.01.27 09:42:50.684250 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17014 | 2025.01.27 09:42:50.684256 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 13 rows starting from the beginning of the part | ||
| 17015 | 2025.01.27 09:42:50.684395 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 13 rows starting from the beginning of the part | ||
| 17016 | 2025.01.27 09:42:50.684465 [ 273 ] {ad6b4b36-4cc4-447e-81b1-3c000e99cab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17017 | 2025.01.27 09:42:50.684617 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 13 rows starting from the beginning of the part | ||
| 17018 | 2025.01.27 09:42:50.684636 [ 273 ] {ad6b4b36-4cc4-447e-81b1-3c000e99cab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17019 | 2025.01.27 09:42:50.685010 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 13 rows starting from the beginning of the part | ||
| 17020 | 2025.01.27 09:42:50.685188 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 13 rows starting from the beginning of the part | ||
| 17021 | 2025.01.27 09:42:50.686442 [ 273 ] {ad6b4b36-4cc4-447e-81b1-3c000e99cab7} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17022 | 2025.01.27 09:42:50.686503 [ 273 ] {ad6b4b36-4cc4-447e-81b1-3c000e99cab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17023 | 2025.01.27 09:42:50.686552 [ 191 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003079632 sec., 21106.417909672324 rows/sec., 1.37 MiB/sec. | ||
| 17024 | 2025.01.27 09:42:50.686680 [ 191 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 17025 | 2025.01.27 09:42:50.687005 [ 273 ] {ad6b4b36-4cc4-447e-81b1-3c000e99cab7} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17026 | 2025.01.27 09:42:50.687009 [ 191 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17027 | 2025.01.27 09:42:50.687105 [ 191 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_65_16} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 17028 | 2025.01.27 09:42:50.687187 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17029 | 2025.01.27 09:42:50.687296 [ 273 ] {ad6b4b36-4cc4-447e-81b1-3c000e99cab7} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17030 | 2025.01.27 09:42:50.687476 [ 273 ] {ad6b4b36-4cc4-447e-81b1-3c000e99cab7} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003069 sec., 137178.2339524275 rows/sec., 9.80 MiB/sec. | ||
| 17031 | 2025.01.27 09:42:50.687545 [ 273 ] {ad6b4b36-4cc4-447e-81b1-3c000e99cab7} <Debug> TCPHandler: Processed in 0.003467721 sec. | ||
| 17032 | 2025.01.27 09:42:50.687759 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17033 | 2025.01.27 09:42:50.687949 [ 267 ] {c5b1909f-7943-490c-9f19-8d94c9fa21c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17034 | 2025.01.27 09:42:50.688012 [ 267 ] {c5b1909f-7943-490c-9f19-8d94c9fa21c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17035 | 2025.01.27 09:42:50.688548 [ 267 ] {c5b1909f-7943-490c-9f19-8d94c9fa21c8} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17036 | 2025.01.27 09:42:50.688588 [ 267 ] {c5b1909f-7943-490c-9f19-8d94c9fa21c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17037 | 2025.01.27 09:42:50.688960 [ 267 ] {c5b1909f-7943-490c-9f19-8d94c9fa21c8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17038 | 2025.01.27 09:42:50.689195 [ 267 ] {c5b1909f-7943-490c-9f19-8d94c9fa21c8} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17039 | 2025.01.27 09:42:50.689367 [ 71 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 17040 | 2025.01.27 09:42:50.689421 [ 71 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17041 | 2025.01.27 09:42:50.689437 [ 267 ] {c5b1909f-7943-490c-9f19-8d94c9fa21c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec. | ||
| 17042 | 2025.01.27 09:42:50.689460 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17043 | 2025.01.27 09:42:50.689598 [ 267 ] {c5b1909f-7943-490c-9f19-8d94c9fa21c8} <Debug> TCPHandler: Processed in 0.001961645 sec. | ||
| 17044 | 2025.01.27 09:42:50.689921 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17045 | 2025.01.27 09:42:50.689977 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 17046 | 2025.01.27 09:42:50.690366 [ 273 ] {e2c54cdd-e19f-44e6-b4cc-2d265f84d58d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17047 | 2025.01.27 09:42:50.690606 [ 273 ] {e2c54cdd-e19f-44e6-b4cc-2d265f84d58d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17048 | 2025.01.27 09:42:50.690614 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17049 | 2025.01.27 09:42:50.690736 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 360 rows starting from the beginning of the part | ||
| 17050 | 2025.01.27 09:42:50.691149 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 17051 | 2025.01.27 09:42:50.691373 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 17052 | 2025.01.27 09:42:50.691631 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 17053 | 2025.01.27 09:42:50.691814 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 17054 | 2025.01.27 09:42:50.692047 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 17055 | 2025.01.27 09:42:50.692810 [ 273 ] {e2c54cdd-e19f-44e6-b4cc-2d265f84d58d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17056 | 2025.01.27 09:42:50.692857 [ 273 ] {e2c54cdd-e19f-44e6-b4cc-2d265f84d58d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17057 | 2025.01.27 09:42:50.693504 [ 201 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.003918131 sec., 99537.25385904657 rows/sec., 5.08 MiB/sec. | ||
| 17058 | 2025.01.27 09:42:50.693514 [ 273 ] {e2c54cdd-e19f-44e6-b4cc-2d265f84d58d} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17059 | 2025.01.27 09:42:50.693647 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 17060 | 2025.01.27 09:42:50.693848 [ 273 ] {e2c54cdd-e19f-44e6-b4cc-2d265f84d58d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17061 | 2025.01.27 09:42:50.694015 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17062 | 2025.01.27 09:42:50.694043 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_147_30 to all_152_152_0 | ||
| 17063 | 2025.01.27 09:42:50.694104 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17064 | 2025.01.27 09:42:50.694137 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17065 | 2025.01.27 09:42:50.694158 [ 273 ] {e2c54cdd-e19f-44e6-b4cc-2d265f84d58d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003943 sec., 60106.51787978696 rows/sec., 4.03 MiB/sec. | ||
| 17066 | 2025.01.27 09:42:50.694164 [ 199 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_65_14} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 17067 | 2025.01.27 09:42:50.694527 [ 273 ] {e2c54cdd-e19f-44e6-b4cc-2d265f84d58d} <Debug> TCPHandler: Processed in 0.004786431 sec. | ||
| 17068 | 2025.01.27 09:42:50.694545 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 17069 | 2025.01.27 09:42:50.694623 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_147_30 to all_152_152_0 into Compact with storage Full | ||
| 17070 | 2025.01.27 09:42:50.694718 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17071 | 2025.01.27 09:42:50.694769 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17072 | 2025.01.27 09:42:50.694807 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_147_30, total 44191 rows starting from the beginning of the part | ||
| 17073 | 2025.01.27 09:42:50.694931 [ 267 ] {04014b73-5efe-4e7a-9d0c-b233d881ee21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17074 | 2025.01.27 09:42:50.695014 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 128 rows starting from the beginning of the part | ||
| 17075 | 2025.01.27 09:42:50.695115 [ 267 ] {04014b73-5efe-4e7a-9d0c-b233d881ee21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17076 | 2025.01.27 09:42:50.695418 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part | ||
| 17077 | 2025.01.27 09:42:50.695769 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 237 rows starting from the beginning of the part | ||
| 17078 | 2025.01.27 09:42:50.696102 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part | ||
| 17079 | 2025.01.27 09:42:50.696483 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 237 rows starting from the beginning of the part | ||
| 17080 | 2025.01.27 09:42:50.697224 [ 267 ] {04014b73-5efe-4e7a-9d0c-b233d881ee21} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17081 | 2025.01.27 09:42:50.697266 [ 267 ] {04014b73-5efe-4e7a-9d0c-b233d881ee21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17082 | 2025.01.27 09:42:50.697710 [ 267 ] {04014b73-5efe-4e7a-9d0c-b233d881ee21} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17083 | 2025.01.27 09:42:50.698004 [ 267 ] {04014b73-5efe-4e7a-9d0c-b233d881ee21} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17084 | 2025.01.27 09:42:50.698304 [ 267 ] {04014b73-5efe-4e7a-9d0c-b233d881ee21} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003462 sec., 288.85037550548816 rows/sec., 19.46 KiB/sec. | ||
| 17085 | 2025.01.27 09:42:50.698396 [ 267 ] {04014b73-5efe-4e7a-9d0c-b233d881ee21} <Debug> TCPHandler: Processed in 0.003750068 sec. | ||
| 17086 | 2025.01.27 09:42:50.698612 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17087 | 2025.01.27 09:42:50.698899 [ 273 ] {e1e58257-bdab-4200-af52-4ba4267a33f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17088 | 2025.01.27 09:42:50.699039 [ 273 ] {e1e58257-bdab-4200-af52-4ba4267a33f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17089 | 2025.01.27 09:42:50.700855 [ 273 ] {e1e58257-bdab-4200-af52-4ba4267a33f8} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17090 | 2025.01.27 09:42:50.700894 [ 273 ] {e1e58257-bdab-4200-af52-4ba4267a33f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17091 | 2025.01.27 09:42:50.701804 [ 273 ] {e1e58257-bdab-4200-af52-4ba4267a33f8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17092 | 2025.01.27 09:42:50.702177 [ 273 ] {e1e58257-bdab-4200-af52-4ba4267a33f8} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17093 | 2025.01.27 09:42:50.702415 [ 273 ] {e1e58257-bdab-4200-af52-4ba4267a33f8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003625 sec., 10758.620689655172 rows/sec., 19.28 MiB/sec. | ||
| 17094 | 2025.01.27 09:42:50.702527 [ 273 ] {e1e58257-bdab-4200-af52-4ba4267a33f8} <Debug> TCPHandler: Processed in 0.004030864 sec. | ||
| 17095 | 2025.01.27 09:42:50.702704 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17096 | 2025.01.27 09:42:50.702844 [ 267 ] {165f37a6-b88e-4bfc-aaa8-d8a12ee41ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17097 | 2025.01.27 09:42:50.702919 [ 267 ] {165f37a6-b88e-4bfc-aaa8-d8a12ee41ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17098 | 2025.01.27 09:42:50.703561 [ 267 ] {165f37a6-b88e-4bfc-aaa8-d8a12ee41ea0} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17099 | 2025.01.27 09:42:50.703599 [ 267 ] {165f37a6-b88e-4bfc-aaa8-d8a12ee41ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17100 | 2025.01.27 09:42:50.704019 [ 267 ] {165f37a6-b88e-4bfc-aaa8-d8a12ee41ea0} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17101 | 2025.01.27 09:42:50.704291 [ 267 ] {165f37a6-b88e-4bfc-aaa8-d8a12ee41ea0} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17102 | 2025.01.27 09:42:50.704604 [ 267 ] {165f37a6-b88e-4bfc-aaa8-d8a12ee41ea0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001783 sec., 45989.90465507571 rows/sec., 2.92 MiB/sec. | ||
| 17103 | 2025.01.27 09:42:50.704682 [ 267 ] {165f37a6-b88e-4bfc-aaa8-d8a12ee41ea0} <Debug> TCPHandler: Processed in 0.002054048 sec. | ||
| 17104 | 2025.01.27 09:42:50.706166 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45113 rows, containing 5 columns (5 merged, 0 gathered) in 0.011920857 sec., 3784375.5696423505 rows/sec., 255.55 MiB/sec. | ||
| 17105 | 2025.01.27 09:42:50.706667 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Trace> MergedBlockOutputStream: filled checksums all_1_152_31 (state Temporary) | ||
| 17106 | 2025.01.27 09:42:50.707017 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_152_31 to all_1_152_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17107 | 2025.01.27 09:42:50.707110 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_147_30, all_152_152_0] -> all_1_152_31 | ||
| 17108 | 2025.01.27 09:42:50.707226 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 17109 | 2025.01.27 09:42:51.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.39 MiB, peak 286.00 MiB, free memory in arenas 0.00 B, will set to 267.91 MiB (RSS), difference: -1.47 MiB | ||
| 17110 | 2025.01.27 09:42:51.867617 [ 222 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17111 | 2025.01.27 09:42:51.867688 [ 222 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17112 | 2025.01.27 09:42:51.869751 [ 222 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 17113 | 2025.01.27 09:42:54.402054 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17114 | 2025.01.27 09:42:54.402118 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17115 | 2025.01.27 09:42:54.704770 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 17116 | 2025.01.27 09:42:54.705417 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17117 | 2025.01.27 09:42:54.705458 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17118 | 2025.01.27 09:42:54.705997 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 17119 | 2025.01.27 09:42:54.706262 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17120 | 2025.01.27 09:42:54.706544 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 17121 | 2025.01.27 09:42:54.706611 [ 224 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17122 | 2025.01.27 09:42:54.706665 [ 224 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17123 | 2025.01.27 09:42:54.708416 [ 224 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17124 | 2025.01.27 09:42:55.394060 [ 219 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17125 | 2025.01.27 09:42:55.394144 [ 219 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17126 | 2025.01.27 09:42:55.396092 [ 219 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17127 | 2025.01.27 09:42:55.651913 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17128 | 2025.01.27 09:42:55.652109 [ 267 ] {f8d70c82-3df5-48c4-b9ed-8a1b7407b743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17129 | 2025.01.27 09:42:55.652187 [ 267 ] {f8d70c82-3df5-48c4-b9ed-8a1b7407b743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17130 | 2025.01.27 09:42:55.652982 [ 267 ] {f8d70c82-3df5-48c4-b9ed-8a1b7407b743} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17131 | 2025.01.27 09:42:55.653028 [ 267 ] {f8d70c82-3df5-48c4-b9ed-8a1b7407b743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17132 | 2025.01.27 09:42:55.653468 [ 267 ] {f8d70c82-3df5-48c4-b9ed-8a1b7407b743} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17133 | 2025.01.27 09:42:55.653738 [ 267 ] {f8d70c82-3df5-48c4-b9ed-8a1b7407b743} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17134 | 2025.01.27 09:42:55.653973 [ 267 ] {f8d70c82-3df5-48c4-b9ed-8a1b7407b743} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001916 sec., 29227.557411273487 rows/sec., 2.23 MiB/sec. | ||
| 17135 | 2025.01.27 09:42:55.654030 [ 267 ] {f8d70c82-3df5-48c4-b9ed-8a1b7407b743} <Debug> TCPHandler: Processed in 0.002246872 sec. | ||
| 17136 | 2025.01.27 09:42:55.654287 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17137 | 2025.01.27 09:42:55.654486 [ 273 ] {7cddc321-f9b6-47bd-a3b2-fcf827a98798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17138 | 2025.01.27 09:42:55.654564 [ 273 ] {7cddc321-f9b6-47bd-a3b2-fcf827a98798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17139 | 2025.01.27 09:42:55.655410 [ 273 ] {7cddc321-f9b6-47bd-a3b2-fcf827a98798} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17140 | 2025.01.27 09:42:55.655453 [ 273 ] {7cddc321-f9b6-47bd-a3b2-fcf827a98798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17141 | 2025.01.27 09:42:55.655895 [ 273 ] {7cddc321-f9b6-47bd-a3b2-fcf827a98798} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17142 | 2025.01.27 09:42:55.656155 [ 273 ] {7cddc321-f9b6-47bd-a3b2-fcf827a98798} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17143 | 2025.01.27 09:42:55.656404 [ 273 ] {7cddc321-f9b6-47bd-a3b2-fcf827a98798} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.54 MiB/sec. | ||
| 17144 | 2025.01.27 09:42:55.656477 [ 273 ] {7cddc321-f9b6-47bd-a3b2-fcf827a98798} <Debug> TCPHandler: Processed in 0.002320914 sec. | ||
| 17145 | 2025.01.27 09:42:55.656526 [ 222 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17146 | 2025.01.27 09:42:55.656613 [ 222 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17147 | 2025.01.27 09:42:55.656715 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17148 | 2025.01.27 09:42:55.656988 [ 267 ] {6b897d36-7aa2-4066-bcbe-a5c7dda19afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17149 | 2025.01.27 09:42:55.657157 [ 267 ] {6b897d36-7aa2-4066-bcbe-a5c7dda19afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17150 | 2025.01.27 09:42:55.658584 [ 267 ] {6b897d36-7aa2-4066-bcbe-a5c7dda19afb} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17151 | 2025.01.27 09:42:55.658649 [ 267 ] {6b897d36-7aa2-4066-bcbe-a5c7dda19afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17152 | 2025.01.27 09:42:55.659425 [ 267 ] {6b897d36-7aa2-4066-bcbe-a5c7dda19afb} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17153 | 2025.01.27 09:42:55.660024 [ 267 ] {6b897d36-7aa2-4066-bcbe-a5c7dda19afb} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17154 | 2025.01.27 09:42:55.660395 [ 267 ] {6b897d36-7aa2-4066-bcbe-a5c7dda19afb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003474 sec., 46056.41911341393 rows/sec., 3.21 MiB/sec. | ||
| 17155 | 2025.01.27 09:42:55.660408 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17156 | 2025.01.27 09:42:55.660516 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17157 | 2025.01.27 09:42:55.660560 [ 222 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17158 | 2025.01.27 09:42:55.660701 [ 267 ] {6b897d36-7aa2-4066-bcbe-a5c7dda19afb} <Debug> TCPHandler: Processed in 0.004103315 sec. | ||
| 17159 | 2025.01.27 09:42:55.661077 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17160 | 2025.01.27 09:42:55.661550 [ 273 ] {d2e5b2a4-494c-4916-836a-2dc7c5252f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17161 | 2025.01.27 09:42:55.661750 [ 273 ] {d2e5b2a4-494c-4916-836a-2dc7c5252f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17162 | 2025.01.27 09:42:55.664556 [ 273 ] {d2e5b2a4-494c-4916-836a-2dc7c5252f6f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17163 | 2025.01.27 09:42:55.664600 [ 273 ] {d2e5b2a4-494c-4916-836a-2dc7c5252f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17164 | 2025.01.27 09:42:55.665244 [ 273 ] {d2e5b2a4-494c-4916-836a-2dc7c5252f6f} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17165 | 2025.01.27 09:42:55.665670 [ 273 ] {d2e5b2a4-494c-4916-836a-2dc7c5252f6f} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17166 | 2025.01.27 09:42:55.666049 [ 273 ] {d2e5b2a4-494c-4916-836a-2dc7c5252f6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004671 sec., 12845.215157353887 rows/sec., 886.45 KiB/sec. | ||
| 17167 | 2025.01.27 09:42:55.666159 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17168 | 2025.01.27 09:42:55.666209 [ 225 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17169 | 2025.01.27 09:42:55.666249 [ 273 ] {d2e5b2a4-494c-4916-836a-2dc7c5252f6f} <Debug> TCPHandler: Processed in 0.005388065 sec. | ||
| 17170 | 2025.01.27 09:42:55.666371 [ 225 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17171 | 2025.01.27 09:42:55.668694 [ 225 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 17172 | 2025.01.27 09:42:55.733718 [ 220 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17173 | 2025.01.27 09:42:55.733787 [ 220 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17174 | 2025.01.27 09:42:55.736386 [ 220 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17175 | 2025.01.27 09:42:55.979006 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17176 | 2025.01.27 09:42:55.979229 [ 267 ] {a2e4e867-45ca-4500-aeaa-a7ed6066ac62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17177 | 2025.01.27 09:42:55.979313 [ 267 ] {a2e4e867-45ca-4500-aeaa-a7ed6066ac62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17178 | 2025.01.27 09:42:55.980094 [ 267 ] {a2e4e867-45ca-4500-aeaa-a7ed6066ac62} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17179 | 2025.01.27 09:42:55.980145 [ 267 ] {a2e4e867-45ca-4500-aeaa-a7ed6066ac62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17180 | 2025.01.27 09:42:55.980598 [ 267 ] {a2e4e867-45ca-4500-aeaa-a7ed6066ac62} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17181 | 2025.01.27 09:42:55.980856 [ 267 ] {a2e4e867-45ca-4500-aeaa-a7ed6066ac62} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17182 | 2025.01.27 09:42:55.981090 [ 267 ] {a2e4e867-45ca-4500-aeaa-a7ed6066ac62} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001923 sec., 7280.291211648466 rows/sec., 524.08 KiB/sec. | ||
| 17183 | 2025.01.27 09:42:55.981148 [ 267 ] {a2e4e867-45ca-4500-aeaa-a7ed6066ac62} <Debug> TCPHandler: Processed in 0.002287153 sec. | ||
| 17184 | 2025.01.27 09:42:55.981383 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17185 | 2025.01.27 09:42:55.981569 [ 273 ] {2ceaa5ae-03f9-4aeb-9c7d-ce5d5d8a6b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17186 | 2025.01.27 09:42:55.981648 [ 273 ] {2ceaa5ae-03f9-4aeb-9c7d-ce5d5d8a6b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17187 | 2025.01.27 09:42:55.982452 [ 273 ] {2ceaa5ae-03f9-4aeb-9c7d-ce5d5d8a6b22} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17188 | 2025.01.27 09:42:55.982494 [ 273 ] {2ceaa5ae-03f9-4aeb-9c7d-ce5d5d8a6b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17189 | 2025.01.27 09:42:55.982908 [ 273 ] {2ceaa5ae-03f9-4aeb-9c7d-ce5d5d8a6b22} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 17190 | 2025.01.27 09:42:55.983159 [ 273 ] {2ceaa5ae-03f9-4aeb-9c7d-ce5d5d8a6b22} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17191 | 2025.01.27 09:42:55.983375 [ 273 ] {2ceaa5ae-03f9-4aeb-9c7d-ce5d5d8a6b22} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001853 sec., 8634.646519158121 rows/sec., 704.09 KiB/sec. | ||
| 17192 | 2025.01.27 09:42:55.983430 [ 273 ] {2ceaa5ae-03f9-4aeb-9c7d-ce5d5d8a6b22} <Debug> TCPHandler: Processed in 0.0021548 sec. | ||
| 17193 | 2025.01.27 09:42:55.983596 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17194 | 2025.01.27 09:42:55.983736 [ 267 ] {bc362e1b-31d6-4dcb-b6ed-31d5448d58ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17195 | 2025.01.27 09:42:55.983794 [ 267 ] {bc362e1b-31d6-4dcb-b6ed-31d5448d58ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17196 | 2025.01.27 09:42:55.984994 [ 267 ] {bc362e1b-31d6-4dcb-b6ed-31d5448d58ef} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17197 | 2025.01.27 09:42:55.985033 [ 267 ] {bc362e1b-31d6-4dcb-b6ed-31d5448d58ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17198 | 2025.01.27 09:42:55.985490 [ 267 ] {bc362e1b-31d6-4dcb-b6ed-31d5448d58ef} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17199 | 2025.01.27 09:42:55.985749 [ 267 ] {bc362e1b-31d6-4dcb-b6ed-31d5448d58ef} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17200 | 2025.01.27 09:42:55.985957 [ 267 ] {bc362e1b-31d6-4dcb-b6ed-31d5448d58ef} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002253 sec., 634265.4238792722 rows/sec., 52.92 MiB/sec. | ||
| 17201 | 2025.01.27 09:42:55.986007 [ 267 ] {bc362e1b-31d6-4dcb-b6ed-31d5448d58ef} <Debug> TCPHandler: Processed in 0.002480218 sec. | ||
| 17202 | 2025.01.27 09:42:55.986169 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17203 | 2025.01.27 09:42:55.986309 [ 273 ] {028d1338-7baa-47f5-8d1b-8672554ca13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17204 | 2025.01.27 09:42:55.986368 [ 273 ] {028d1338-7baa-47f5-8d1b-8672554ca13d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17205 | 2025.01.27 09:42:55.987073 [ 273 ] {028d1338-7baa-47f5-8d1b-8672554ca13d} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17206 | 2025.01.27 09:42:55.987119 [ 273 ] {028d1338-7baa-47f5-8d1b-8672554ca13d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17207 | 2025.01.27 09:42:55.987535 [ 273 ] {028d1338-7baa-47f5-8d1b-8672554ca13d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17208 | 2025.01.27 09:42:55.987780 [ 273 ] {028d1338-7baa-47f5-8d1b-8672554ca13d} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17209 | 2025.01.27 09:42:55.988009 [ 273 ] {028d1338-7baa-47f5-8d1b-8672554ca13d} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001726 sec., 35921.20509849362 rows/sec., 2.55 MiB/sec. | ||
| 17210 | 2025.01.27 09:42:55.988088 [ 273 ] {028d1338-7baa-47f5-8d1b-8672554ca13d} <Debug> TCPHandler: Processed in 0.001985626 sec. | ||
| 17211 | 2025.01.27 09:42:55.988329 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17212 | 2025.01.27 09:42:55.988570 [ 267 ] {cd68c3fb-c0ab-433c-be18-006e1fb8d3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17213 | 2025.01.27 09:42:55.988662 [ 267 ] {cd68c3fb-c0ab-433c-be18-006e1fb8d3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17214 | 2025.01.27 09:42:55.989665 [ 267 ] {cd68c3fb-c0ab-433c-be18-006e1fb8d3c1} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17215 | 2025.01.27 09:42:55.989706 [ 267 ] {cd68c3fb-c0ab-433c-be18-006e1fb8d3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17216 | 2025.01.27 09:42:55.990078 [ 267 ] {cd68c3fb-c0ab-433c-be18-006e1fb8d3c1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17217 | 2025.01.27 09:42:55.990320 [ 267 ] {cd68c3fb-c0ab-433c-be18-006e1fb8d3c1} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17218 | 2025.01.27 09:42:55.990549 [ 267 ] {cd68c3fb-c0ab-433c-be18-006e1fb8d3c1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002031 sec., 119153.12653865092 rows/sec., 8.07 MiB/sec. | ||
| 17219 | 2025.01.27 09:42:55.990623 [ 267 ] {cd68c3fb-c0ab-433c-be18-006e1fb8d3c1} <Debug> TCPHandler: Processed in 0.002439657 sec. | ||
| 17220 | 2025.01.27 09:42:55.990831 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17221 | 2025.01.27 09:42:55.990974 [ 273 ] {a9a91b13-3156-4554-a904-e643ebf52baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17222 | 2025.01.27 09:42:55.991028 [ 273 ] {a9a91b13-3156-4554-a904-e643ebf52baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17223 | 2025.01.27 09:42:55.991679 [ 273 ] {a9a91b13-3156-4554-a904-e643ebf52baa} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17224 | 2025.01.27 09:42:55.991717 [ 273 ] {a9a91b13-3156-4554-a904-e643ebf52baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17225 | 2025.01.27 09:42:55.992081 [ 273 ] {a9a91b13-3156-4554-a904-e643ebf52baa} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17226 | 2025.01.27 09:42:55.992323 [ 273 ] {a9a91b13-3156-4554-a904-e643ebf52baa} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17227 | 2025.01.27 09:42:55.992518 [ 273 ] {a9a91b13-3156-4554-a904-e643ebf52baa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001574 sec., 8259.212198221092 rows/sec., 514.96 KiB/sec. | ||
| 17228 | 2025.01.27 09:42:55.992571 [ 273 ] {a9a91b13-3156-4554-a904-e643ebf52baa} <Debug> TCPHandler: Processed in 0.001842133 sec. | ||
| 17229 | 2025.01.27 09:42:55.992786 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17230 | 2025.01.27 09:42:55.993007 [ 267 ] {9fb57c9b-5735-41c5-b29f-532fe9fa43a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17231 | 2025.01.27 09:42:55.993097 [ 267 ] {9fb57c9b-5735-41c5-b29f-532fe9fa43a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17232 | 2025.01.27 09:42:55.994199 [ 267 ] {9fb57c9b-5735-41c5-b29f-532fe9fa43a8} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17233 | 2025.01.27 09:42:55.994240 [ 267 ] {9fb57c9b-5735-41c5-b29f-532fe9fa43a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17234 | 2025.01.27 09:42:55.994637 [ 267 ] {9fb57c9b-5735-41c5-b29f-532fe9fa43a8} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17235 | 2025.01.27 09:42:55.994878 [ 267 ] {9fb57c9b-5735-41c5-b29f-532fe9fa43a8} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17236 | 2025.01.27 09:42:55.995087 [ 267 ] {9fb57c9b-5735-41c5-b29f-532fe9fa43a8} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002135 sec., 418266.9789227166 rows/sec., 30.37 MiB/sec. | ||
| 17237 | 2025.01.27 09:42:55.995137 [ 267 ] {9fb57c9b-5735-41c5-b29f-532fe9fa43a8} <Debug> TCPHandler: Processed in 0.002464628 sec. | ||
| 17238 | 2025.01.27 09:42:55.995293 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17239 | 2025.01.27 09:42:55.995432 [ 273 ] {16c7167c-2e27-4c0d-a505-fae6e9e680ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17240 | 2025.01.27 09:42:55.995492 [ 273 ] {16c7167c-2e27-4c0d-a505-fae6e9e680ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17241 | 2025.01.27 09:42:55.996070 [ 273 ] {16c7167c-2e27-4c0d-a505-fae6e9e680ef} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17242 | 2025.01.27 09:42:55.996116 [ 273 ] {16c7167c-2e27-4c0d-a505-fae6e9e680ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17243 | 2025.01.27 09:42:55.996538 [ 273 ] {16c7167c-2e27-4c0d-a505-fae6e9e680ef} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17244 | 2025.01.27 09:42:55.996788 [ 273 ] {16c7167c-2e27-4c0d-a505-fae6e9e680ef} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17245 | 2025.01.27 09:42:55.996986 [ 273 ] {16c7167c-2e27-4c0d-a505-fae6e9e680ef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 197.90 KiB/sec. | ||
| 17246 | 2025.01.27 09:42:55.997034 [ 273 ] {16c7167c-2e27-4c0d-a505-fae6e9e680ef} <Debug> TCPHandler: Processed in 0.001810432 sec. | ||
| 17247 | 2025.01.27 09:42:55.997176 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17248 | 2025.01.27 09:42:55.997293 [ 267 ] {61a1e346-36d4-4b77-b651-8050dc3a7bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17249 | 2025.01.27 09:42:55.997345 [ 267 ] {61a1e346-36d4-4b77-b651-8050dc3a7bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17250 | 2025.01.27 09:42:55.998542 [ 267 ] {61a1e346-36d4-4b77-b651-8050dc3a7bfa} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17251 | 2025.01.27 09:42:55.998583 [ 267 ] {61a1e346-36d4-4b77-b651-8050dc3a7bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17252 | 2025.01.27 09:42:55.999021 [ 267 ] {61a1e346-36d4-4b77-b651-8050dc3a7bfa} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17253 | 2025.01.27 09:42:55.999268 [ 267 ] {61a1e346-36d4-4b77-b651-8050dc3a7bfa} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17254 | 2025.01.27 09:42:55.999474 [ 267 ] {61a1e346-36d4-4b77-b651-8050dc3a7bfa} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.002205 sec., 436734.693877551 rows/sec., 29.02 MiB/sec. | ||
| 17255 | 2025.01.27 09:42:55.999524 [ 267 ] {61a1e346-36d4-4b77-b651-8050dc3a7bfa} <Debug> TCPHandler: Processed in 0.002404156 sec. | ||
| 17256 | 2025.01.27 09:42:55.999721 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17257 | 2025.01.27 09:42:55.999945 [ 273 ] {f8bd68c0-1559-4378-aeb1-91a4eba8718e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17258 | 2025.01.27 09:42:56.000041 [ 273 ] {f8bd68c0-1559-4378-aeb1-91a4eba8718e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17259 | 2025.01.27 09:42:56.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.83 MiB, peak 286.00 MiB, free memory in arenas 0.00 B, will set to 267.91 MiB (RSS), difference: 7.09 MiB | ||
| 17260 | 2025.01.27 09:42:56.000985 [ 273 ] {f8bd68c0-1559-4378-aeb1-91a4eba8718e} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17261 | 2025.01.27 09:42:56.001027 [ 273 ] {f8bd68c0-1559-4378-aeb1-91a4eba8718e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17262 | 2025.01.27 09:42:56.001397 [ 273 ] {f8bd68c0-1559-4378-aeb1-91a4eba8718e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17263 | 2025.01.27 09:42:56.001642 [ 273 ] {f8bd68c0-1559-4378-aeb1-91a4eba8718e} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17264 | 2025.01.27 09:42:56.001880 [ 273 ] {f8bd68c0-1559-4378-aeb1-91a4eba8718e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001989 sec., 502.7652086475616 rows/sec., 33.88 KiB/sec. | ||
| 17265 | 2025.01.27 09:42:56.001939 [ 273 ] {f8bd68c0-1559-4378-aeb1-91a4eba8718e} <Debug> TCPHandler: Processed in 0.002324894 sec. | ||
| 17266 | 2025.01.27 09:42:56.002209 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17267 | 2025.01.27 09:42:56.002371 [ 267 ] {97b545f4-2702-4dcb-a3d3-ef3ed758397c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17268 | 2025.01.27 09:42:56.002456 [ 267 ] {97b545f4-2702-4dcb-a3d3-ef3ed758397c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17269 | 2025.01.27 09:42:56.003709 [ 267 ] {97b545f4-2702-4dcb-a3d3-ef3ed758397c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17270 | 2025.01.27 09:42:56.003749 [ 267 ] {97b545f4-2702-4dcb-a3d3-ef3ed758397c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17271 | 2025.01.27 09:42:56.004457 [ 267 ] {97b545f4-2702-4dcb-a3d3-ef3ed758397c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17272 | 2025.01.27 09:42:56.004719 [ 267 ] {97b545f4-2702-4dcb-a3d3-ef3ed758397c} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17273 | 2025.01.27 09:42:56.004914 [ 62 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 17274 | 2025.01.27 09:42:56.004989 [ 62 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17275 | 2025.01.27 09:42:56.004996 [ 267 ] {97b545f4-2702-4dcb-a3d3-ef3ed758397c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002649 sec., 14722.536806342017 rows/sec., 26.38 MiB/sec. | ||
| 17276 | 2025.01.27 09:42:56.005027 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17277 | 2025.01.27 09:42:56.005388 [ 267 ] {97b545f4-2702-4dcb-a3d3-ef3ed758397c} <Debug> TCPHandler: Processed in 0.003335338 sec. | ||
| 17278 | 2025.01.27 09:42:56.005396 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 17279 | 2025.01.27 09:42:56.005581 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17280 | 2025.01.27 09:42:56.005765 [ 273 ] {2055c531-08e3-4fef-9fe1-670f06c4379e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17281 | 2025.01.27 09:42:56.005822 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17282 | 2025.01.27 09:42:56.005876 [ 273 ] {2055c531-08e3-4fef-9fe1-670f06c4379e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17283 | 2025.01.27 09:42:56.005905 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2267 rows starting from the beginning of the part | ||
| 17284 | 2025.01.27 09:42:56.006463 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 39 rows starting from the beginning of the part | ||
| 17285 | 2025.01.27 09:42:56.006883 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 39 rows starting from the beginning of the part | ||
| 17286 | 2025.01.27 09:42:56.007342 [ 273 ] {2055c531-08e3-4fef-9fe1-670f06c4379e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17287 | 2025.01.27 09:42:56.007352 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 39 rows starting from the beginning of the part | ||
| 17288 | 2025.01.27 09:42:56.007384 [ 273 ] {2055c531-08e3-4fef-9fe1-670f06c4379e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17289 | 2025.01.27 09:42:56.007810 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 39 rows starting from the beginning of the part | ||
| 17290 | 2025.01.27 09:42:56.008216 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 39 rows starting from the beginning of the part | ||
| 17291 | 2025.01.27 09:42:56.008254 [ 273 ] {2055c531-08e3-4fef-9fe1-670f06c4379e} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17292 | 2025.01.27 09:42:56.008708 [ 273 ] {2055c531-08e3-4fef-9fe1-670f06c4379e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17293 | 2025.01.27 09:42:56.008985 [ 273 ] {2055c531-08e3-4fef-9fe1-670f06c4379e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003268 sec., 10403.916768665851 rows/sec., 618.27 KiB/sec. | ||
| 17294 | 2025.01.27 09:42:56.009056 [ 273 ] {2055c531-08e3-4fef-9fe1-670f06c4379e} <Debug> TCPHandler: Processed in 0.003572093 sec. | ||
| 17295 | 2025.01.27 09:42:56.015824 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2462 rows, containing 19 columns (19 merged, 0 gathered) in 0.010662027 sec., 230912.93991283272 rows/sec., 413.79 MiB/sec. | ||
| 17296 | 2025.01.27 09:42:56.017646 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 17297 | 2025.01.27 09:42:56.018038 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17298 | 2025.01.27 09:42:56.018123 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 17299 | 2025.01.27 09:42:56.018235 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.84 MiB. | ||
| 17300 | 2025.01.27 09:42:57.770843 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 17301 | 2025.01.27 09:42:57.792973 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17302 | 2025.01.27 09:42:57.793017 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17303 | 2025.01.27 09:42:57.800682 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 17304 | 2025.01.27 09:42:57.801469 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17305 | 2025.01.27 09:42:57.804200 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 17306 | 2025.01.27 09:42:59.958004 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2384 | ||
| 17307 | 2025.01.27 09:42:59.961577 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17308 | 2025.01.27 09:42:59.961622 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17309 | 2025.01.27 09:42:59.963132 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17310 | 2025.01.27 09:42:59.963447 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17311 | 2025.01.27 09:42:59.963991 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2384 | ||
| 17312 | 2025.01.27 09:43:00.651981 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17313 | 2025.01.27 09:43:00.652193 [ 267 ] {44fa1cd8-f7cb-40c0-9f78-22f01c0e3805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17314 | 2025.01.27 09:43:00.652273 [ 267 ] {44fa1cd8-f7cb-40c0-9f78-22f01c0e3805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17315 | 2025.01.27 09:43:00.653120 [ 267 ] {44fa1cd8-f7cb-40c0-9f78-22f01c0e3805} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17316 | 2025.01.27 09:43:00.653167 [ 267 ] {44fa1cd8-f7cb-40c0-9f78-22f01c0e3805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17317 | 2025.01.27 09:43:00.653613 [ 267 ] {44fa1cd8-f7cb-40c0-9f78-22f01c0e3805} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17318 | 2025.01.27 09:43:00.653870 [ 267 ] {44fa1cd8-f7cb-40c0-9f78-22f01c0e3805} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17319 | 2025.01.27 09:43:00.654129 [ 267 ] {44fa1cd8-f7cb-40c0-9f78-22f01c0e3805} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001995 sec., 28070.175438596492 rows/sec., 2.14 MiB/sec. | ||
| 17320 | 2025.01.27 09:43:00.654186 [ 267 ] {44fa1cd8-f7cb-40c0-9f78-22f01c0e3805} <Debug> TCPHandler: Processed in 0.002394815 sec. | ||
| 17321 | 2025.01.27 09:43:00.654452 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17322 | 2025.01.27 09:43:00.654660 [ 273 ] {6fee71af-dac7-4624-9a60-6a5a74c688d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17323 | 2025.01.27 09:43:00.654746 [ 273 ] {6fee71af-dac7-4624-9a60-6a5a74c688d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17324 | 2025.01.27 09:43:00.655635 [ 273 ] {6fee71af-dac7-4624-9a60-6a5a74c688d0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17325 | 2025.01.27 09:43:00.655684 [ 273 ] {6fee71af-dac7-4624-9a60-6a5a74c688d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17326 | 2025.01.27 09:43:00.656142 [ 273 ] {6fee71af-dac7-4624-9a60-6a5a74c688d0} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17327 | 2025.01.27 09:43:00.656423 [ 273 ] {6fee71af-dac7-4624-9a60-6a5a74c688d0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17328 | 2025.01.27 09:43:00.656663 [ 273 ] {6fee71af-dac7-4624-9a60-6a5a74c688d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002063 sec., 31022.782355792533 rows/sec., 2.42 MiB/sec. | ||
| 17329 | 2025.01.27 09:43:00.656720 [ 273 ] {6fee71af-dac7-4624-9a60-6a5a74c688d0} <Debug> TCPHandler: Processed in 0.002398236 sec. | ||
| 17330 | 2025.01.27 09:43:00.656877 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17331 | 2025.01.27 09:43:00.657004 [ 267 ] {e7d1bf48-a2e7-4b98-8319-a74fed85f2f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17332 | 2025.01.27 09:43:00.657060 [ 267 ] {e7d1bf48-a2e7-4b98-8319-a74fed85f2f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17333 | 2025.01.27 09:43:00.657669 [ 267 ] {e7d1bf48-a2e7-4b98-8319-a74fed85f2f0} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17334 | 2025.01.27 09:43:00.657709 [ 267 ] {e7d1bf48-a2e7-4b98-8319-a74fed85f2f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17335 | 2025.01.27 09:43:00.658119 [ 267 ] {e7d1bf48-a2e7-4b98-8319-a74fed85f2f0} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17336 | 2025.01.27 09:43:00.658365 [ 267 ] {e7d1bf48-a2e7-4b98-8319-a74fed85f2f0} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17337 | 2025.01.27 09:43:00.658603 [ 267 ] {e7d1bf48-a2e7-4b98-8319-a74fed85f2f0} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001632 sec., 78431.37254901961 rows/sec., 5.46 MiB/sec. | ||
| 17338 | 2025.01.27 09:43:00.658655 [ 267 ] {e7d1bf48-a2e7-4b98-8319-a74fed85f2f0} <Debug> TCPHandler: Processed in 0.001836703 sec. | ||
| 17339 | 2025.01.27 09:43:00.658831 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17340 | 2025.01.27 09:43:00.658949 [ 273 ] {a7d8250c-c87a-4d16-8bf2-3feb5ed5a8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17341 | 2025.01.27 09:43:00.659001 [ 273 ] {a7d8250c-c87a-4d16-8bf2-3feb5ed5a8d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17342 | 2025.01.27 09:43:00.659499 [ 273 ] {a7d8250c-c87a-4d16-8bf2-3feb5ed5a8d8} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17343 | 2025.01.27 09:43:00.659539 [ 273 ] {a7d8250c-c87a-4d16-8bf2-3feb5ed5a8d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 17344 | 2025.01.27 09:43:00.659924 [ 273 ] {a7d8250c-c87a-4d16-8bf2-3feb5ed5a8d8} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17345 | 2025.01.27 09:43:00.660170 [ 273 ] {a7d8250c-c87a-4d16-8bf2-3feb5ed5a8d8} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17346 | 2025.01.27 09:43:00.660385 [ 273 ] {a7d8250c-c87a-4d16-8bf2-3feb5ed5a8d8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00146 sec., 32876.71232876713 rows/sec., 2.22 MiB/sec. | ||
| 17347 | 2025.01.27 09:43:00.660435 [ 273 ] {a7d8250c-c87a-4d16-8bf2-3feb5ed5a8d8} <Debug> TCPHandler: Processed in 0.001662908 sec. | ||
| 17348 | 2025.01.27 09:43:02.207657 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 17349 | 2025.01.27 09:43:02.208441 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17350 | 2025.01.27 09:43:02.208492 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17351 | 2025.01.27 09:43:02.209072 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17352 | 2025.01.27 09:43:02.209417 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17353 | 2025.01.27 09:43:02.209652 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 17354 | 2025.01.27 09:43:02.209679 [ 52 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17355 | 2025.01.27 09:43:02.209764 [ 52 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17356 | 2025.01.27 09:43:02.209796 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17357 | 2025.01.27 09:43:02.209926 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 17358 | 2025.01.27 09:43:02.210060 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17359 | 2025.01.27 09:43:02.210106 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 17360 | 2025.01.27 09:43:02.210191 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part | ||
| 17361 | 2025.01.27 09:43:02.210485 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part | ||
| 17362 | 2025.01.27 09:43:02.210617 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part | ||
| 17363 | 2025.01.27 09:43:02.210826 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part | ||
| 17364 | 2025.01.27 09:43:02.211002 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part | ||
| 17365 | 2025.01.27 09:43:02.214401 [ 199 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004534925 sec., 9200593.174087774 rows/sec., 131.62 MiB/sec. | ||
| 17366 | 2025.01.27 09:43:02.214587 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17367 | 2025.01.27 09:43:02.214895 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17368 | 2025.01.27 09:43:02.214976 [ 188 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_91_18} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17369 | 2025.01.27 09:43:02.215068 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17370 | 2025.01.27 09:43:05.305218 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 17371 | 2025.01.27 09:43:05.327556 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17372 | 2025.01.27 09:43:05.327608 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17373 | 2025.01.27 09:43:05.335198 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17374 | 2025.01.27 09:43:05.336025 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17375 | 2025.01.27 09:43:05.336345 [ 48 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17376 | 2025.01.27 09:43:05.336421 [ 48 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17377 | 2025.01.27 09:43:05.336468 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17378 | 2025.01.27 09:43:05.336725 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 17379 | 2025.01.27 09:43:05.346312 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 17380 | 2025.01.27 09:43:05.347673 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17381 | 2025.01.27 09:43:05.348613 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 17382 | 2025.01.27 09:43:05.353526 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 17383 | 2025.01.27 09:43:05.358718 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 17384 | 2025.01.27 09:43:05.364249 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 17385 | 2025.01.27 09:43:05.370088 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 17386 | 2025.01.27 09:43:05.376129 [ 196 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 17387 | 2025.01.27 09:43:05.441623 [ 199 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.105057201 sec., 6529.776097880239 rows/sec., 33.76 MiB/sec. | ||
| 17388 | 2025.01.27 09:43:05.445428 [ 194 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17389 | 2025.01.27 09:43:05.448525 [ 194 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17390 | 2025.01.27 09:43:05.448658 [ 194 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_91_18} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17391 | 2025.01.27 09:43:05.451496 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 17392 | 2025.01.27 09:43:05.651471 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17393 | 2025.01.27 09:43:05.651698 [ 267 ] {d3d6c138-ae81-4f3b-bc2b-8163e5256146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17394 | 2025.01.27 09:43:05.651772 [ 267 ] {d3d6c138-ae81-4f3b-bc2b-8163e5256146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17395 | 2025.01.27 09:43:05.652586 [ 267 ] {d3d6c138-ae81-4f3b-bc2b-8163e5256146} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17396 | 2025.01.27 09:43:05.652631 [ 267 ] {d3d6c138-ae81-4f3b-bc2b-8163e5256146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17397 | 2025.01.27 09:43:05.653098 [ 267 ] {d3d6c138-ae81-4f3b-bc2b-8163e5256146} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17398 | 2025.01.27 09:43:05.653359 [ 267 ] {d3d6c138-ae81-4f3b-bc2b-8163e5256146} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17399 | 2025.01.27 09:43:05.653582 [ 48 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17400 | 2025.01.27 09:43:05.653603 [ 267 ] {d3d6c138-ae81-4f3b-bc2b-8163e5256146} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.17 MiB/sec. | ||
| 17401 | 2025.01.27 09:43:05.653696 [ 48 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17402 | 2025.01.27 09:43:05.653782 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17403 | 2025.01.27 09:43:05.653788 [ 267 ] {d3d6c138-ae81-4f3b-bc2b-8163e5256146} <Debug> TCPHandler: Processed in 0.002458777 sec. | ||
| 17404 | 2025.01.27 09:43:05.653959 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17405 | 2025.01.27 09:43:05.654092 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17406 | 2025.01.27 09:43:05.654126 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1430 rows starting from the beginning of the part | ||
| 17407 | 2025.01.27 09:43:05.654182 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17408 | 2025.01.27 09:43:05.654296 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 281 rows starting from the beginning of the part | ||
| 17409 | 2025.01.27 09:43:05.654648 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part | ||
| 17410 | 2025.01.27 09:43:05.654668 [ 273 ] {2fbb0e43-706b-4897-965d-7ffd62b26095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17411 | 2025.01.27 09:43:05.654902 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1429 rows starting from the beginning of the part | ||
| 17412 | 2025.01.27 09:43:05.654918 [ 273 ] {2fbb0e43-706b-4897-965d-7ffd62b26095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17413 | 2025.01.27 09:43:05.655301 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part | ||
| 17414 | 2025.01.27 09:43:05.655610 [ 197 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 56 rows starting from the beginning of the part | ||
| 17415 | 2025.01.27 09:43:05.657499 [ 273 ] {2fbb0e43-706b-4897-965d-7ffd62b26095} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17416 | 2025.01.27 09:43:05.657594 [ 273 ] {2fbb0e43-706b-4897-965d-7ffd62b26095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17417 | 2025.01.27 09:43:05.658460 [ 273 ] {2fbb0e43-706b-4897-965d-7ffd62b26095} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17418 | 2025.01.27 09:43:05.658815 [ 273 ] {2fbb0e43-706b-4897-965d-7ffd62b26095} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17419 | 2025.01.27 09:43:05.659158 [ 46 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17420 | 2025.01.27 09:43:05.659291 [ 46 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17421 | 2025.01.27 09:43:05.659386 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17422 | 2025.01.27 09:43:05.659517 [ 273 ] {2fbb0e43-706b-4897-965d-7ffd62b26095} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005013 sec., 12766.806303610612 rows/sec., 1020.39 KiB/sec. | ||
| 17423 | 2025.01.27 09:43:05.659666 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.005770584 sec., 573252.2046295488 rows/sec., 50.04 MiB/sec. | ||
| 17424 | 2025.01.27 09:43:05.659936 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17425 | 2025.01.27 09:43:05.659970 [ 273 ] {2fbb0e43-706b-4897-965d-7ffd62b26095} <Debug> TCPHandler: Processed in 0.005953098 sec. | ||
| 17426 | 2025.01.27 09:43:05.660442 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17427 | 2025.01.27 09:43:05.660510 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17428 | 2025.01.27 09:43:05.660826 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17429 | 2025.01.27 09:43:05.661086 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 913 rows starting from the beginning of the part | ||
| 17430 | 2025.01.27 09:43:05.661738 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 421 rows starting from the beginning of the part | ||
| 17431 | 2025.01.27 09:43:05.661886 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17432 | 2025.01.27 09:43:05.662323 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part | ||
| 17433 | 2025.01.27 09:43:05.662429 [ 267 ] {29a66a34-851f-41e8-b31c-c3469ed2817e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17434 | 2025.01.27 09:43:05.662464 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_156_31} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17435 | 2025.01.27 09:43:05.662995 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 893 rows starting from the beginning of the part | ||
| 17436 | 2025.01.27 09:43:05.662994 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 17437 | 2025.01.27 09:43:05.663452 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part | ||
| 17438 | 2025.01.27 09:43:05.663503 [ 267 ] {29a66a34-851f-41e8-b31c-c3469ed2817e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17439 | 2025.01.27 09:43:05.663989 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part | ||
| 17440 | 2025.01.27 09:43:05.666166 [ 267 ] {29a66a34-851f-41e8-b31c-c3469ed2817e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17441 | 2025.01.27 09:43:05.666243 [ 267 ] {29a66a34-851f-41e8-b31c-c3469ed2817e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17442 | 2025.01.27 09:43:05.667093 [ 267 ] {29a66a34-851f-41e8-b31c-c3469ed2817e} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17443 | 2025.01.27 09:43:05.667479 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007961745 sec., 303827.8668809413 rows/sec., 23.31 MiB/sec. | ||
| 17444 | 2025.01.27 09:43:05.667574 [ 267 ] {29a66a34-851f-41e8-b31c-c3469ed2817e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17445 | 2025.01.27 09:43:05.667816 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17446 | 2025.01.27 09:43:05.668065 [ 267 ] {29a66a34-851f-41e8-b31c-c3469ed2817e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007046 sec., 22707.919386886177 rows/sec., 1.58 MiB/sec. | ||
| 17447 | 2025.01.27 09:43:05.668323 [ 267 ] {29a66a34-851f-41e8-b31c-c3469ed2817e} <Debug> TCPHandler: Processed in 0.00817369 sec. | ||
| 17448 | 2025.01.27 09:43:05.668777 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17449 | 2025.01.27 09:43:05.668853 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17450 | 2025.01.27 09:43:05.669230 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_156_31} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17451 | 2025.01.27 09:43:05.669257 [ 273 ] {e7a2a8f7-bb8e-4eaf-bf01-1a3d77a3676d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17452 | 2025.01.27 09:43:05.669507 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 17453 | 2025.01.27 09:43:05.669566 [ 273 ] {e7a2a8f7-bb8e-4eaf-bf01-1a3d77a3676d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17454 | 2025.01.27 09:43:05.670213 [ 273 ] {e7a2a8f7-bb8e-4eaf-bf01-1a3d77a3676d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17455 | 2025.01.27 09:43:05.670253 [ 273 ] {e7a2a8f7-bb8e-4eaf-bf01-1a3d77a3676d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17456 | 2025.01.27 09:43:05.670650 [ 273 ] {e7a2a8f7-bb8e-4eaf-bf01-1a3d77a3676d} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17457 | 2025.01.27 09:43:05.670903 [ 273 ] {e7a2a8f7-bb8e-4eaf-bf01-1a3d77a3676d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17458 | 2025.01.27 09:43:05.671092 [ 46 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17459 | 2025.01.27 09:43:05.671153 [ 273 ] {e7a2a8f7-bb8e-4eaf-bf01-1a3d77a3676d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002064 sec., 29069.767441860466 rows/sec., 1.96 MiB/sec. | ||
| 17460 | 2025.01.27 09:43:05.671163 [ 46 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17461 | 2025.01.27 09:43:05.671236 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17462 | 2025.01.27 09:43:05.671266 [ 273 ] {e7a2a8f7-bb8e-4eaf-bf01-1a3d77a3676d} <Debug> TCPHandler: Processed in 0.002801726 sec. | ||
| 17463 | 2025.01.27 09:43:05.671551 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 17464 | 2025.01.27 09:43:05.671990 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17465 | 2025.01.27 09:43:05.672079 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9196 rows starting from the beginning of the part | ||
| 17466 | 2025.01.27 09:43:05.672457 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 82 rows starting from the beginning of the part | ||
| 17467 | 2025.01.27 09:43:05.672837 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part | ||
| 17468 | 2025.01.27 09:43:05.673179 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 34 rows starting from the beginning of the part | ||
| 17469 | 2025.01.27 09:43:05.673378 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 48 rows starting from the beginning of the part | ||
| 17470 | 2025.01.27 09:43:05.673531 [ 192 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part | ||
| 17471 | 2025.01.27 09:43:05.676405 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9480 rows, containing 4 columns (4 merged, 0 gathered) in 0.005072448 sec., 1868920.0953858965 rows/sec., 121.81 MiB/sec. | ||
| 17472 | 2025.01.27 09:43:05.676713 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17473 | 2025.01.27 09:43:05.677008 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17474 | 2025.01.27 09:43:05.677088 [ 198 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_156_31} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17475 | 2025.01.27 09:43:05.677173 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. | ||
| 17476 | 2025.01.27 09:43:06.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.75 MiB, peak 286.97 MiB, free memory in arenas 0.00 B, will set to 268.31 MiB (RSS), difference: -1.44 MiB | ||
| 17477 | 2025.01.27 09:43:06.049899 [ 46 ] {} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 17478 | 2025.01.27 09:43:06.050004 [ 46 ] {} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17479 | 2025.01.27 09:43:06.050045 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 17480 | 2025.01.27 09:43:06.050304 [ 200 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::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 | ||
| 17481 | 2025.01.27 09:43:06.050587 [ 200 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17482 | 2025.01.27 09:43:06.050654 [ 200 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 17483 | 2025.01.27 09:43:06.050817 [ 200 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 17484 | 2025.01.27 09:43:06.051037 [ 200 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
| 17485 | 2025.01.27 09:43:06.051304 [ 200 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 17486 | 2025.01.27 09:43:06.051467 [ 200 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
| 17487 | 2025.01.27 09:43:06.052630 [ 192 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002468148 sec., 21878.75281385071 rows/sec., 1.83 MiB/sec. | ||
| 17488 | 2025.01.27 09:43:06.052832 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 17489 | 2025.01.27 09:43:06.053171 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_21_5} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17490 | 2025.01.27 09:43:06.053264 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_21_5} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 17491 | 2025.01.27 09:43:06.053369 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17492 | 2025.01.27 09:43:08.892157 [ 220 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Found 5 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17493 | 2025.01.27 09:43:08.892227 [ 220 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 5 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17494 | 2025.01.27 09:43:08.893712 [ 220 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 5 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17495 | 2025.01.27 09:43:09.402286 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17496 | 2025.01.27 09:43:09.402342 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17497 | 2025.01.27 09:43:09.443585 [ 223 ] {} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17498 | 2025.01.27 09:43:09.443620 [ 223 ] {} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17499 | 2025.01.27 09:43:09.445030 [ 223 ] {} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17500 | 2025.01.27 09:43:09.710783 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 17501 | 2025.01.27 09:43:09.711697 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17502 | 2025.01.27 09:43:09.711752 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17503 | 2025.01.27 09:43:09.712512 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17504 | 2025.01.27 09:43:09.712895 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17505 | 2025.01.27 09:43:09.713127 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 17506 | 2025.01.27 09:43:09.965191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2400 | ||
| 17507 | 2025.01.27 09:43:09.967948 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17508 | 2025.01.27 09:43:09.967993 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17509 | 2025.01.27 09:43:09.969484 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17510 | 2025.01.27 09:43:09.969812 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17511 | 2025.01.27 09:43:09.970304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2400 | ||
| 17512 | 2025.01.27 09:43:10.658299 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17513 | 2025.01.27 09:43:10.658527 [ 267 ] {15009d8e-3022-4dc3-8bbb-6804dc4e3cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17514 | 2025.01.27 09:43:10.658611 [ 267 ] {15009d8e-3022-4dc3-8bbb-6804dc4e3cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17515 | 2025.01.27 09:43:10.659426 [ 267 ] {15009d8e-3022-4dc3-8bbb-6804dc4e3cf1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17516 | 2025.01.27 09:43:10.659477 [ 267 ] {15009d8e-3022-4dc3-8bbb-6804dc4e3cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17517 | 2025.01.27 09:43:10.659914 [ 267 ] {15009d8e-3022-4dc3-8bbb-6804dc4e3cf1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17518 | 2025.01.27 09:43:10.660176 [ 267 ] {15009d8e-3022-4dc3-8bbb-6804dc4e3cf1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17519 | 2025.01.27 09:43:10.660409 [ 267 ] {15009d8e-3022-4dc3-8bbb-6804dc4e3cf1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 17520 | 2025.01.27 09:43:10.660524 [ 267 ] {15009d8e-3022-4dc3-8bbb-6804dc4e3cf1} <Debug> TCPHandler: Processed in 0.002368635 sec. | ||
| 17521 | 2025.01.27 09:43:10.660810 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17522 | 2025.01.27 09:43:10.661009 [ 273 ] {681d01c6-733c-47ed-a8fc-9c72f499c312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17523 | 2025.01.27 09:43:10.661082 [ 273 ] {681d01c6-733c-47ed-a8fc-9c72f499c312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17524 | 2025.01.27 09:43:10.662001 [ 273 ] {681d01c6-733c-47ed-a8fc-9c72f499c312} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17525 | 2025.01.27 09:43:10.662047 [ 273 ] {681d01c6-733c-47ed-a8fc-9c72f499c312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17526 | 2025.01.27 09:43:10.662525 [ 273 ] {681d01c6-733c-47ed-a8fc-9c72f499c312} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17527 | 2025.01.27 09:43:10.662801 [ 273 ] {681d01c6-733c-47ed-a8fc-9c72f499c312} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17528 | 2025.01.27 09:43:10.663030 [ 273 ] {681d01c6-733c-47ed-a8fc-9c72f499c312} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002078 sec., 135226.1790182868 rows/sec., 11.93 MiB/sec. | ||
| 17529 | 2025.01.27 09:43:10.663110 [ 273 ] {681d01c6-733c-47ed-a8fc-9c72f499c312} <Debug> TCPHandler: Processed in 0.002443466 sec. | ||
| 17530 | 2025.01.27 09:43:10.663261 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17531 | 2025.01.27 09:43:10.663380 [ 267 ] {8438c1af-c406-4cc7-9082-3bae813216ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17532 | 2025.01.27 09:43:10.663430 [ 267 ] {8438c1af-c406-4cc7-9082-3bae813216ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17533 | 2025.01.27 09:43:10.664051 [ 267 ] {8438c1af-c406-4cc7-9082-3bae813216ed} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17534 | 2025.01.27 09:43:10.664091 [ 267 ] {8438c1af-c406-4cc7-9082-3bae813216ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17535 | 2025.01.27 09:43:10.664463 [ 267 ] {8438c1af-c406-4cc7-9082-3bae813216ed} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17536 | 2025.01.27 09:43:10.664722 [ 267 ] {8438c1af-c406-4cc7-9082-3bae813216ed} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17537 | 2025.01.27 09:43:10.664938 [ 267 ] {8438c1af-c406-4cc7-9082-3bae813216ed} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001583 sec., 29058.749210360074 rows/sec., 2.09 MiB/sec. | ||
| 17538 | 2025.01.27 09:43:10.664991 [ 267 ] {8438c1af-c406-4cc7-9082-3bae813216ed} <Debug> TCPHandler: Processed in 0.001785001 sec. | ||
| 17539 | 2025.01.27 09:43:10.665140 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17540 | 2025.01.27 09:43:10.665266 [ 273 ] {486b5f0c-603d-4de0-961c-86f08b682cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17541 | 2025.01.27 09:43:10.665318 [ 273 ] {486b5f0c-603d-4de0-961c-86f08b682cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17542 | 2025.01.27 09:43:10.665920 [ 273 ] {486b5f0c-603d-4de0-961c-86f08b682cb7} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17543 | 2025.01.27 09:43:10.665961 [ 273 ] {486b5f0c-603d-4de0-961c-86f08b682cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17544 | 2025.01.27 09:43:10.666327 [ 273 ] {486b5f0c-603d-4de0-961c-86f08b682cb7} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17545 | 2025.01.27 09:43:10.666573 [ 273 ] {486b5f0c-603d-4de0-961c-86f08b682cb7} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17546 | 2025.01.27 09:43:10.666783 [ 273 ] {486b5f0c-603d-4de0-961c-86f08b682cb7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001546 sec., 9055.627425614488 rows/sec., 634.20 KiB/sec. | ||
| 17547 | 2025.01.27 09:43:10.666836 [ 273 ] {486b5f0c-603d-4de0-961c-86f08b682cb7} <Debug> TCPHandler: Processed in 0.001753681 sec. | ||
| 17548 | 2025.01.27 09:43:10.667001 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17549 | 2025.01.27 09:43:10.667137 [ 267 ] {ddf0bcc4-be16-4ee1-8999-e0afd2dd8954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17550 | 2025.01.27 09:43:10.667193 [ 267 ] {ddf0bcc4-be16-4ee1-8999-e0afd2dd8954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17551 | 2025.01.27 09:43:10.667855 [ 267 ] {ddf0bcc4-be16-4ee1-8999-e0afd2dd8954} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17552 | 2025.01.27 09:43:10.667895 [ 267 ] {ddf0bcc4-be16-4ee1-8999-e0afd2dd8954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17553 | 2025.01.27 09:43:10.668249 [ 267 ] {ddf0bcc4-be16-4ee1-8999-e0afd2dd8954} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17554 | 2025.01.27 09:43:10.668487 [ 267 ] {ddf0bcc4-be16-4ee1-8999-e0afd2dd8954} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17555 | 2025.01.27 09:43:10.668674 [ 267 ] {ddf0bcc4-be16-4ee1-8999-e0afd2dd8954} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec. | ||
| 17556 | 2025.01.27 09:43:10.668781 [ 267 ] {ddf0bcc4-be16-4ee1-8999-e0afd2dd8954} <Debug> TCPHandler: Processed in 0.001846943 sec. | ||
| 17557 | 2025.01.27 09:43:10.668978 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17558 | 2025.01.27 09:43:10.669131 [ 273 ] {de55c33c-7002-4311-98ef-f383dfd8e7af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17559 | 2025.01.27 09:43:10.669181 [ 273 ] {de55c33c-7002-4311-98ef-f383dfd8e7af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17560 | 2025.01.27 09:43:10.669957 [ 273 ] {de55c33c-7002-4311-98ef-f383dfd8e7af} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17561 | 2025.01.27 09:43:10.669996 [ 273 ] {de55c33c-7002-4311-98ef-f383dfd8e7af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17562 | 2025.01.27 09:43:10.670433 [ 273 ] {de55c33c-7002-4311-98ef-f383dfd8e7af} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17563 | 2025.01.27 09:43:10.670706 [ 273 ] {de55c33c-7002-4311-98ef-f383dfd8e7af} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17564 | 2025.01.27 09:43:10.670923 [ 273 ] {de55c33c-7002-4311-98ef-f383dfd8e7af} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001816 sec., 231828.19383259912 rows/sec., 16.57 MiB/sec. | ||
| 17565 | 2025.01.27 09:43:10.670976 [ 273 ] {de55c33c-7002-4311-98ef-f383dfd8e7af} <Debug> TCPHandler: Processed in 0.002103039 sec. | ||
| 17566 | 2025.01.27 09:43:10.671138 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17567 | 2025.01.27 09:43:10.671278 [ 267 ] {6a5ef418-87aa-437f-905a-9b1390b877e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17568 | 2025.01.27 09:43:10.671336 [ 267 ] {6a5ef418-87aa-437f-905a-9b1390b877e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17569 | 2025.01.27 09:43:10.671904 [ 267 ] {6a5ef418-87aa-437f-905a-9b1390b877e2} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17570 | 2025.01.27 09:43:10.671941 [ 267 ] {6a5ef418-87aa-437f-905a-9b1390b877e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17571 | 2025.01.27 09:43:10.672310 [ 267 ] {6a5ef418-87aa-437f-905a-9b1390b877e2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17572 | 2025.01.27 09:43:10.672556 [ 267 ] {6a5ef418-87aa-437f-905a-9b1390b877e2} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17573 | 2025.01.27 09:43:10.672727 [ 267 ] {6a5ef418-87aa-437f-905a-9b1390b877e2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec. | ||
| 17574 | 2025.01.27 09:43:10.672776 [ 267 ] {6a5ef418-87aa-437f-905a-9b1390b877e2} <Debug> TCPHandler: Processed in 0.00170564 sec. | ||
| 17575 | 2025.01.27 09:43:10.672921 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17576 | 2025.01.27 09:43:10.673050 [ 273 ] {ed50d22f-73b7-453b-8365-24445ac6264e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17577 | 2025.01.27 09:43:10.673103 [ 273 ] {ed50d22f-73b7-453b-8365-24445ac6264e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17578 | 2025.01.27 09:43:10.673704 [ 273 ] {ed50d22f-73b7-453b-8365-24445ac6264e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17579 | 2025.01.27 09:43:10.673744 [ 273 ] {ed50d22f-73b7-453b-8365-24445ac6264e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17580 | 2025.01.27 09:43:10.674151 [ 273 ] {ed50d22f-73b7-453b-8365-24445ac6264e} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17581 | 2025.01.27 09:43:10.674401 [ 273 ] {ed50d22f-73b7-453b-8365-24445ac6264e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17582 | 2025.01.27 09:43:10.674577 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_152_31 to all_157_157_0 | ||
| 17583 | 2025.01.27 09:43:10.674640 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17584 | 2025.01.27 09:43:10.674647 [ 273 ] {ed50d22f-73b7-453b-8365-24445ac6264e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001612 sec., 147022.33250620347 rows/sec., 9.85 MiB/sec. | ||
| 17585 | 2025.01.27 09:43:10.674674 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17586 | 2025.01.27 09:43:10.674811 [ 273 ] {ed50d22f-73b7-453b-8365-24445ac6264e} <Debug> TCPHandler: Processed in 0.001940595 sec. | ||
| 17587 | 2025.01.27 09:43:10.675096 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_152_31 to all_157_157_0 into Compact with storage Full | ||
| 17588 | 2025.01.27 09:43:10.675375 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17589 | 2025.01.27 09:43:10.675678 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17590 | 2025.01.27 09:43:10.675810 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_152_31, total 45113 rows starting from the beginning of the part | ||
| 17591 | 2025.01.27 09:43:10.675893 [ 267 ] {60d1bee8-87fd-4bed-9133-9ddd5197a864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17592 | 2025.01.27 09:43:10.676187 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part | ||
| 17593 | 2025.01.27 09:43:10.676179 [ 267 ] {60d1bee8-87fd-4bed-9133-9ddd5197a864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17594 | 2025.01.27 09:43:10.676563 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 963 rows starting from the beginning of the part | ||
| 17595 | 2025.01.27 09:43:10.676876 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 128 rows starting from the beginning of the part | ||
| 17596 | 2025.01.27 09:43:10.677213 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part | ||
| 17597 | 2025.01.27 09:43:10.677489 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 237 rows starting from the beginning of the part | ||
| 17598 | 2025.01.27 09:43:10.679450 [ 267 ] {60d1bee8-87fd-4bed-9133-9ddd5197a864} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17599 | 2025.01.27 09:43:10.679492 [ 267 ] {60d1bee8-87fd-4bed-9133-9ddd5197a864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17600 | 2025.01.27 09:43:10.679965 [ 267 ] {60d1bee8-87fd-4bed-9133-9ddd5197a864} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17601 | 2025.01.27 09:43:10.680516 [ 267 ] {60d1bee8-87fd-4bed-9133-9ddd5197a864} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17602 | 2025.01.27 09:43:10.681057 [ 267 ] {60d1bee8-87fd-4bed-9133-9ddd5197a864} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005347 sec., 187.02075930428276 rows/sec., 12.60 KiB/sec. | ||
| 17603 | 2025.01.27 09:43:10.681237 [ 267 ] {60d1bee8-87fd-4bed-9133-9ddd5197a864} <Debug> TCPHandler: Processed in 0.006081142 sec. | ||
| 17604 | 2025.01.27 09:43:10.681453 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17605 | 2025.01.27 09:43:10.681674 [ 273 ] {be5897fb-f225-4c10-91b5-7941b4cb2b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17606 | 2025.01.27 09:43:10.681797 [ 273 ] {be5897fb-f225-4c10-91b5-7941b4cb2b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17607 | 2025.01.27 09:43:10.683354 [ 273 ] {be5897fb-f225-4c10-91b5-7941b4cb2b0d} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17608 | 2025.01.27 09:43:10.683394 [ 273 ] {be5897fb-f225-4c10-91b5-7941b4cb2b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17609 | 2025.01.27 09:43:10.684293 [ 273 ] {be5897fb-f225-4c10-91b5-7941b4cb2b0d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17610 | 2025.01.27 09:43:10.684592 [ 273 ] {be5897fb-f225-4c10-91b5-7941b4cb2b0d} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17611 | 2025.01.27 09:43:10.684892 [ 273 ] {be5897fb-f225-4c10-91b5-7941b4cb2b0d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003302 sec., 11811.023622047245 rows/sec., 21.16 MiB/sec. | ||
| 17612 | 2025.01.27 09:43:10.685039 [ 273 ] {be5897fb-f225-4c10-91b5-7941b4cb2b0d} <Debug> TCPHandler: Processed in 0.003684536 sec. | ||
| 17613 | 2025.01.27 09:43:10.685208 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17614 | 2025.01.27 09:43:10.685423 [ 267 ] {61c8443a-62e3-49b7-a576-a49e661a4ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17615 | 2025.01.27 09:43:10.685494 [ 267 ] {61c8443a-62e3-49b7-a576-a49e661a4ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17616 | 2025.01.27 09:43:10.686290 [ 267 ] {61c8443a-62e3-49b7-a576-a49e661a4ac8} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17617 | 2025.01.27 09:43:10.686331 [ 267 ] {61c8443a-62e3-49b7-a576-a49e661a4ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17618 | 2025.01.27 09:43:10.686729 [ 267 ] {61c8443a-62e3-49b7-a576-a49e661a4ac8} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17619 | 2025.01.27 09:43:10.687180 [ 267 ] {61c8443a-62e3-49b7-a576-a49e661a4ac8} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17620 | 2025.01.27 09:43:10.687402 [ 267 ] {61c8443a-62e3-49b7-a576-a49e661a4ac8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002035 sec., 40294.840294840295 rows/sec., 2.56 MiB/sec. | ||
| 17621 | 2025.01.27 09:43:10.687456 [ 267 ] {61c8443a-62e3-49b7-a576-a49e661a4ac8} <Debug> TCPHandler: Processed in 0.002317024 sec. | ||
| 17622 | 2025.01.27 09:43:10.688982 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46761 rows, containing 5 columns (5 merged, 0 gathered) in 0.014157508 sec., 3302911.783627458 rows/sec., 223.02 MiB/sec. | ||
| 17623 | 2025.01.27 09:43:10.689599 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Trace> MergedBlockOutputStream: filled checksums all_1_157_32 (state Temporary) | ||
| 17624 | 2025.01.27 09:43:10.689942 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_157_32 to all_1_157_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17625 | 2025.01.27 09:43:10.690018 [ 191 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_152_31, all_157_157_0] -> all_1_157_32 | ||
| 17626 | 2025.01.27 09:43:10.690110 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 17627 | 2025.01.27 09:43:12.847348 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 17628 | 2025.01.27 09:43:12.873114 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17629 | 2025.01.27 09:43:12.873189 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17630 | 2025.01.27 09:43:12.880764 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17631 | 2025.01.27 09:43:12.881587 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17632 | 2025.01.27 09:43:12.885342 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 17633 | 2025.01.27 09:43:15.652721 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17634 | 2025.01.27 09:43:15.652927 [ 267 ] {6b01d14f-2890-4a4f-b781-dbff82947c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17635 | 2025.01.27 09:43:15.653003 [ 267 ] {6b01d14f-2890-4a4f-b781-dbff82947c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17636 | 2025.01.27 09:43:15.653797 [ 267 ] {6b01d14f-2890-4a4f-b781-dbff82947c88} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17637 | 2025.01.27 09:43:15.653848 [ 267 ] {6b01d14f-2890-4a4f-b781-dbff82947c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17638 | 2025.01.27 09:43:15.654300 [ 267 ] {6b01d14f-2890-4a4f-b781-dbff82947c88} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17639 | 2025.01.27 09:43:15.654560 [ 267 ] {6b01d14f-2890-4a4f-b781-dbff82947c88} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17640 | 2025.01.27 09:43:15.654814 [ 267 ] {6b01d14f-2890-4a4f-b781-dbff82947c88} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.21 MiB/sec. | ||
| 17641 | 2025.01.27 09:43:15.654895 [ 267 ] {6b01d14f-2890-4a4f-b781-dbff82947c88} <Debug> TCPHandler: Processed in 0.002307083 sec. | ||
| 17642 | 2025.01.27 09:43:15.654956 [ 224 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17643 | 2025.01.27 09:43:15.655037 [ 224 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17644 | 2025.01.27 09:43:15.655171 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17645 | 2025.01.27 09:43:15.655414 [ 273 ] {50ca3c06-2ee2-4d28-a368-2cf30f4a731a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17646 | 2025.01.27 09:43:15.655529 [ 273 ] {50ca3c06-2ee2-4d28-a368-2cf30f4a731a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17647 | 2025.01.27 09:43:15.657198 [ 273 ] {50ca3c06-2ee2-4d28-a368-2cf30f4a731a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17648 | 2025.01.27 09:43:15.657250 [ 273 ] {50ca3c06-2ee2-4d28-a368-2cf30f4a731a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17649 | 2025.01.27 09:43:15.657956 [ 273 ] {50ca3c06-2ee2-4d28-a368-2cf30f4a731a} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17650 | 2025.01.27 09:43:15.658392 [ 273 ] {50ca3c06-2ee2-4d28-a368-2cf30f4a731a} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17651 | 2025.01.27 09:43:15.658750 [ 224 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17652 | 2025.01.27 09:43:15.658806 [ 273 ] {50ca3c06-2ee2-4d28-a368-2cf30f4a731a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003466 sec., 18465.089440276977 rows/sec., 1.44 MiB/sec. | ||
| 17653 | 2025.01.27 09:43:15.659134 [ 273 ] {50ca3c06-2ee2-4d28-a368-2cf30f4a731a} <Debug> TCPHandler: Processed in 0.004114196 sec. | ||
| 17654 | 2025.01.27 09:43:15.659353 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17655 | 2025.01.27 09:43:15.659645 [ 267 ] {49597082-169b-4413-9514-7c91b3588cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17656 | 2025.01.27 09:43:15.659735 [ 267 ] {49597082-169b-4413-9514-7c91b3588cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17657 | 2025.01.27 09:43:15.660354 [ 267 ] {49597082-169b-4413-9514-7c91b3588cb1} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17658 | 2025.01.27 09:43:15.660395 [ 267 ] {49597082-169b-4413-9514-7c91b3588cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17659 | 2025.01.27 09:43:15.660826 [ 267 ] {49597082-169b-4413-9514-7c91b3588cb1} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17660 | 2025.01.27 09:43:15.661073 [ 267 ] {49597082-169b-4413-9514-7c91b3588cb1} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17661 | 2025.01.27 09:43:15.661300 [ 267 ] {49597082-169b-4413-9514-7c91b3588cb1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00174 sec., 91954.02298850575 rows/sec., 6.40 MiB/sec. | ||
| 17662 | 2025.01.27 09:43:15.661365 [ 267 ] {49597082-169b-4413-9514-7c91b3588cb1} <Debug> TCPHandler: Processed in 0.00211943 sec. | ||
| 17663 | 2025.01.27 09:43:15.661394 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17664 | 2025.01.27 09:43:15.661468 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17665 | 2025.01.27 09:43:15.661549 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17666 | 2025.01.27 09:43:15.661692 [ 273 ] {beaf5ed4-f1ca-4a50-bd71-b8c29afb52bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17667 | 2025.01.27 09:43:15.661745 [ 273 ] {beaf5ed4-f1ca-4a50-bd71-b8c29afb52bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17668 | 2025.01.27 09:43:15.662995 [ 273 ] {beaf5ed4-f1ca-4a50-bd71-b8c29afb52bf} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17669 | 2025.01.27 09:43:15.663045 [ 273 ] {beaf5ed4-f1ca-4a50-bd71-b8c29afb52bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17670 | 2025.01.27 09:43:15.663712 [ 273 ] {beaf5ed4-f1ca-4a50-bd71-b8c29afb52bf} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17671 | 2025.01.27 09:43:15.664212 [ 273 ] {beaf5ed4-f1ca-4a50-bd71-b8c29afb52bf} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17672 | 2025.01.27 09:43:15.664445 [ 273 ] {beaf5ed4-f1ca-4a50-bd71-b8c29afb52bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002777 sec., 21606.049693914298 rows/sec., 1.46 MiB/sec. | ||
| 17673 | 2025.01.27 09:43:15.664542 [ 273 ] {beaf5ed4-f1ca-4a50-bd71-b8c29afb52bf} <Debug> TCPHandler: Processed in 0.003070281 sec. | ||
| 17674 | 2025.01.27 09:43:15.665000 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17675 | 2025.01.27 09:43:16.407634 [ 225 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17676 | 2025.01.27 09:43:16.407696 [ 225 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17677 | 2025.01.27 09:43:16.409789 [ 225 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17678 | 2025.01.27 09:43:16.814104 [ 225 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17679 | 2025.01.27 09:43:16.814161 [ 225 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17680 | 2025.01.27 09:43:16.816197 [ 225 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 17681 | 2025.01.27 09:43:17.214215 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 17682 | 2025.01.27 09:43:17.214879 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17683 | 2025.01.27 09:43:17.214923 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17684 | 2025.01.27 09:43:17.215465 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17685 | 2025.01.27 09:43:17.215738 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17686 | 2025.01.27 09:43:17.215973 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 17687 | 2025.01.27 09:43:19.971400 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2430 | ||
| 17688 | 2025.01.27 09:43:19.974909 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17689 | 2025.01.27 09:43:19.974968 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17690 | 2025.01.27 09:43:19.976652 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17691 | 2025.01.27 09:43:19.977058 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17692 | 2025.01.27 09:43:19.977448 [ 224 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17693 | 2025.01.27 09:43:19.977574 [ 224 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17694 | 2025.01.27 09:43:19.978160 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2430 | ||
| 17695 | 2025.01.27 09:43:19.980466 [ 224 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17696 | 2025.01.27 09:43:20.348989 [ 224 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17697 | 2025.01.27 09:43:20.349039 [ 224 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17698 | 2025.01.27 09:43:20.351164 [ 224 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17699 | 2025.01.27 09:43:20.386367 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 17700 | 2025.01.27 09:43:20.413004 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17701 | 2025.01.27 09:43:20.413080 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17702 | 2025.01.27 09:43:20.421089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17703 | 2025.01.27 09:43:20.422217 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17704 | 2025.01.27 09:43:20.429740 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 17705 | 2025.01.27 09:43:20.659534 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17706 | 2025.01.27 09:43:20.659740 [ 267 ] {d5eb1fa9-b5a8-4dc5-8f86-4e08e9d142b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17707 | 2025.01.27 09:43:20.659815 [ 267 ] {d5eb1fa9-b5a8-4dc5-8f86-4e08e9d142b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17708 | 2025.01.27 09:43:20.660588 [ 267 ] {d5eb1fa9-b5a8-4dc5-8f86-4e08e9d142b3} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17709 | 2025.01.27 09:43:20.660643 [ 267 ] {d5eb1fa9-b5a8-4dc5-8f86-4e08e9d142b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17710 | 2025.01.27 09:43:20.661110 [ 267 ] {d5eb1fa9-b5a8-4dc5-8f86-4e08e9d142b3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17711 | 2025.01.27 09:43:20.661378 [ 267 ] {d5eb1fa9-b5a8-4dc5-8f86-4e08e9d142b3} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17712 | 2025.01.27 09:43:20.661599 [ 267 ] {d5eb1fa9-b5a8-4dc5-8f86-4e08e9d142b3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec. | ||
| 17713 | 2025.01.27 09:43:20.661670 [ 267 ] {d5eb1fa9-b5a8-4dc5-8f86-4e08e9d142b3} <Debug> TCPHandler: Processed in 0.002273303 sec. | ||
| 17714 | 2025.01.27 09:43:20.661957 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17715 | 2025.01.27 09:43:20.662154 [ 273 ] {d4859796-0d80-40ed-b284-a50d8a7ffef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17716 | 2025.01.27 09:43:20.662232 [ 273 ] {d4859796-0d80-40ed-b284-a50d8a7ffef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17717 | 2025.01.27 09:43:20.663153 [ 273 ] {d4859796-0d80-40ed-b284-a50d8a7ffef8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17718 | 2025.01.27 09:43:20.663205 [ 273 ] {d4859796-0d80-40ed-b284-a50d8a7ffef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17719 | 2025.01.27 09:43:20.663686 [ 273 ] {d4859796-0d80-40ed-b284-a50d8a7ffef8} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17720 | 2025.01.27 09:43:20.663957 [ 273 ] {d4859796-0d80-40ed-b284-a50d8a7ffef8} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17721 | 2025.01.27 09:43:20.664193 [ 273 ] {d4859796-0d80-40ed-b284-a50d8a7ffef8} <Debug> executeQuery: Read 303 rows, 27.46 KiB in 0.002088 sec., 145114.94252873564 rows/sec., 12.84 MiB/sec. | ||
| 17722 | 2025.01.27 09:43:20.664272 [ 273 ] {d4859796-0d80-40ed-b284-a50d8a7ffef8} <Debug> TCPHandler: Processed in 0.002469878 sec. | ||
| 17723 | 2025.01.27 09:43:20.664449 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17724 | 2025.01.27 09:43:20.664628 [ 267 ] {fad8053b-f5db-4530-8113-1edc52bad5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17725 | 2025.01.27 09:43:20.664703 [ 267 ] {fad8053b-f5db-4530-8113-1edc52bad5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17726 | 2025.01.27 09:43:20.665397 [ 267 ] {fad8053b-f5db-4530-8113-1edc52bad5ed} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17727 | 2025.01.27 09:43:20.665435 [ 267 ] {fad8053b-f5db-4530-8113-1edc52bad5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17728 | 2025.01.27 09:43:20.665809 [ 267 ] {fad8053b-f5db-4530-8113-1edc52bad5ed} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17729 | 2025.01.27 09:43:20.666066 [ 267 ] {fad8053b-f5db-4530-8113-1edc52bad5ed} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17730 | 2025.01.27 09:43:20.666276 [ 267 ] {fad8053b-f5db-4530-8113-1edc52bad5ed} <Debug> executeQuery: Read 57 rows, 4.22 KiB in 0.001698 sec., 33568.90459363958 rows/sec., 2.42 MiB/sec. | ||
| 17731 | 2025.01.27 09:43:20.666295 [ 225 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17732 | 2025.01.27 09:43:20.666330 [ 225 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17733 | 2025.01.27 09:43:20.666346 [ 267 ] {fad8053b-f5db-4530-8113-1edc52bad5ed} <Debug> TCPHandler: Processed in 0.001963676 sec. | ||
| 17734 | 2025.01.27 09:43:20.666515 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17735 | 2025.01.27 09:43:20.666650 [ 273 ] {9b65f41e-4839-4198-b490-80ddc89bb8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17736 | 2025.01.27 09:43:20.666724 [ 273 ] {9b65f41e-4839-4198-b490-80ddc89bb8bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17737 | 2025.01.27 09:43:20.667910 [ 273 ] {9b65f41e-4839-4198-b490-80ddc89bb8bb} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17738 | 2025.01.27 09:43:20.667974 [ 273 ] {9b65f41e-4839-4198-b490-80ddc89bb8bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17739 | 2025.01.27 09:43:20.668634 [ 273 ] {9b65f41e-4839-4198-b490-80ddc89bb8bb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17740 | 2025.01.27 09:43:20.668990 [ 273 ] {9b65f41e-4839-4198-b490-80ddc89bb8bb} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17741 | 2025.01.27 09:43:20.669398 [ 221 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17742 | 2025.01.27 09:43:20.669475 [ 221 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17743 | 2025.01.27 09:43:20.669591 [ 273 ] {9b65f41e-4839-4198-b490-80ddc89bb8bb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002938 sec., 4765.146358066712 rows/sec., 333.72 KiB/sec. | ||
| 17744 | 2025.01.27 09:43:20.669925 [ 273 ] {9b65f41e-4839-4198-b490-80ddc89bb8bb} <Debug> TCPHandler: Processed in 0.003465551 sec. | ||
| 17745 | 2025.01.27 09:43:20.670089 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17746 | 2025.01.27 09:43:20.670163 [ 225 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17747 | 2025.01.27 09:43:20.670309 [ 267 ] {8596bee5-3743-4330-83bb-6f3ca5e0b904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17748 | 2025.01.27 09:43:20.670437 [ 267 ] {8596bee5-3743-4330-83bb-6f3ca5e0b904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17749 | 2025.01.27 09:43:20.671785 [ 267 ] {8596bee5-3743-4330-83bb-6f3ca5e0b904} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17750 | 2025.01.27 09:43:20.671832 [ 267 ] {8596bee5-3743-4330-83bb-6f3ca5e0b904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17751 | 2025.01.27 09:43:20.672696 [ 267 ] {8596bee5-3743-4330-83bb-6f3ca5e0b904} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17752 | 2025.01.27 09:43:20.672829 [ 221 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 17753 | 2025.01.27 09:43:20.673036 [ 267 ] {8596bee5-3743-4330-83bb-6f3ca5e0b904} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17754 | 2025.01.27 09:43:20.673458 [ 267 ] {8596bee5-3743-4330-83bb-6f3ca5e0b904} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003229 sec., 4026.0142458965624 rows/sec., 251.02 KiB/sec. | ||
| 17755 | 2025.01.27 09:43:20.673617 [ 267 ] {8596bee5-3743-4330-83bb-6f3ca5e0b904} <Debug> TCPHandler: Processed in 0.003580904 sec. | ||
| 17756 | 2025.01.27 09:43:20.673819 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17757 | 2025.01.27 09:43:20.673937 [ 273 ] {f6a71237-cb81-400e-bf6e-f2464aa37fde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17758 | 2025.01.27 09:43:20.673984 [ 273 ] {f6a71237-cb81-400e-bf6e-f2464aa37fde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17759 | 2025.01.27 09:43:20.674724 [ 273 ] {f6a71237-cb81-400e-bf6e-f2464aa37fde} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17760 | 2025.01.27 09:43:20.674761 [ 273 ] {f6a71237-cb81-400e-bf6e-f2464aa37fde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17761 | 2025.01.27 09:43:20.675168 [ 273 ] {f6a71237-cb81-400e-bf6e-f2464aa37fde} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17762 | 2025.01.27 09:43:20.675431 [ 273 ] {f6a71237-cb81-400e-bf6e-f2464aa37fde} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17763 | 2025.01.27 09:43:20.675615 [ 273 ] {f6a71237-cb81-400e-bf6e-f2464aa37fde} <Debug> executeQuery: Read 438 rows, 32.20 KiB in 0.001701 sec., 257495.59082892415 rows/sec., 18.48 MiB/sec. | ||
| 17764 | 2025.01.27 09:43:20.675666 [ 273 ] {f6a71237-cb81-400e-bf6e-f2464aa37fde} <Debug> TCPHandler: Processed in 0.001940515 sec. | ||
| 17765 | 2025.01.27 09:43:20.675815 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17766 | 2025.01.27 09:43:20.675932 [ 267 ] {c86e89d3-7ed0-4de1-847a-b33f447282e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17767 | 2025.01.27 09:43:20.675982 [ 267 ] {c86e89d3-7ed0-4de1-847a-b33f447282e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17768 | 2025.01.27 09:43:20.676452 [ 267 ] {c86e89d3-7ed0-4de1-847a-b33f447282e1} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17769 | 2025.01.27 09:43:20.676491 [ 267 ] {c86e89d3-7ed0-4de1-847a-b33f447282e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17770 | 2025.01.27 09:43:20.676871 [ 267 ] {c86e89d3-7ed0-4de1-847a-b33f447282e1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17771 | 2025.01.27 09:43:20.677111 [ 267 ] {c86e89d3-7ed0-4de1-847a-b33f447282e1} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17772 | 2025.01.27 09:43:20.677334 [ 267 ] {c86e89d3-7ed0-4de1-847a-b33f447282e1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001426 sec., 4207.57363253857 rows/sec., 219.83 KiB/sec. | ||
| 17773 | 2025.01.27 09:43:20.677383 [ 267 ] {c86e89d3-7ed0-4de1-847a-b33f447282e1} <Debug> TCPHandler: Processed in 0.001626517 sec. | ||
| 17774 | 2025.01.27 09:43:20.677534 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17775 | 2025.01.27 09:43:20.677649 [ 273 ] {c9ce1a84-130f-4432-ac5f-de045a9bab02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17776 | 2025.01.27 09:43:20.677702 [ 273 ] {c9ce1a84-130f-4432-ac5f-de045a9bab02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17777 | 2025.01.27 09:43:20.678279 [ 273 ] {c9ce1a84-130f-4432-ac5f-de045a9bab02} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17778 | 2025.01.27 09:43:20.678317 [ 273 ] {c9ce1a84-130f-4432-ac5f-de045a9bab02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17779 | 2025.01.27 09:43:20.678740 [ 273 ] {c9ce1a84-130f-4432-ac5f-de045a9bab02} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17780 | 2025.01.27 09:43:20.678992 [ 273 ] {c9ce1a84-130f-4432-ac5f-de045a9bab02} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17781 | 2025.01.27 09:43:20.679162 [ 273 ] {c9ce1a84-130f-4432-ac5f-de045a9bab02} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001538 sec., 154096.22886866058 rows/sec., 10.33 MiB/sec. | ||
| 17782 | 2025.01.27 09:43:20.679212 [ 273 ] {c9ce1a84-130f-4432-ac5f-de045a9bab02} <Debug> TCPHandler: Processed in 0.00173296 sec. | ||
| 17783 | 2025.01.27 09:43:20.679351 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17784 | 2025.01.27 09:43:20.679467 [ 267 ] {878e0e01-419b-4b00-9090-c6aee826cec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17785 | 2025.01.27 09:43:20.679519 [ 267 ] {878e0e01-419b-4b00-9090-c6aee826cec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17786 | 2025.01.27 09:43:20.679980 [ 267 ] {878e0e01-419b-4b00-9090-c6aee826cec6} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17787 | 2025.01.27 09:43:20.680019 [ 267 ] {878e0e01-419b-4b00-9090-c6aee826cec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17788 | 2025.01.27 09:43:20.680392 [ 267 ] {878e0e01-419b-4b00-9090-c6aee826cec6} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17789 | 2025.01.27 09:43:20.680634 [ 267 ] {878e0e01-419b-4b00-9090-c6aee826cec6} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17790 | 2025.01.27 09:43:20.680791 [ 51 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 6 parts from all_1_63_14 to all_68_68_0 | ||
| 17791 | 2025.01.27 09:43:20.680849 [ 51 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17792 | 2025.01.27 09:43:20.680862 [ 267 ] {878e0e01-419b-4b00-9090-c6aee826cec6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec. | ||
| 17793 | 2025.01.27 09:43:20.680884 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17794 | 2025.01.27 09:43:20.681009 [ 267 ] {878e0e01-419b-4b00-9090-c6aee826cec6} <Debug> TCPHandler: Processed in 0.001713099 sec. | ||
| 17795 | 2025.01.27 09:43:20.681197 [ 189 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_14 to all_68_68_0 into Compact with storage Full | ||
| 17796 | 2025.01.27 09:43:20.681243 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17797 | 2025.01.27 09:43:20.681677 [ 273 ] {37f26af6-bc73-44dd-906f-bc834c74f16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17798 | 2025.01.27 09:43:20.681776 [ 189 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17799 | 2025.01.27 09:43:20.681952 [ 189 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_14, total 63 rows starting from the beginning of the part | ||
| 17800 | 2025.01.27 09:43:20.682118 [ 273 ] {37f26af6-bc73-44dd-906f-bc834c74f16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17801 | 2025.01.27 09:43:20.682444 [ 189 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 17802 | 2025.01.27 09:43:20.682834 [ 189 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 17803 | 2025.01.27 09:43:20.683188 [ 189 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
| 17804 | 2025.01.27 09:43:20.683573 [ 189 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
| 17805 | 2025.01.27 09:43:20.683898 [ 189 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
| 17806 | 2025.01.27 09:43:20.687706 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 4 columns (4 merged, 0 gathered) in 0.006685196 sec., 10171.728697258839 rows/sec., 685.40 KiB/sec. | ||
| 17807 | 2025.01.27 09:43:20.688033 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Trace> MergedBlockOutputStream: filled checksums all_1_68_15 (state Temporary) | ||
| 17808 | 2025.01.27 09:43:20.688193 [ 273 ] {37f26af6-bc73-44dd-906f-bc834c74f16b} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17809 | 2025.01.27 09:43:20.688273 [ 273 ] {37f26af6-bc73-44dd-906f-bc834c74f16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17810 | 2025.01.27 09:43:20.688777 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_68_15 to all_1_68_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17811 | 2025.01.27 09:43:20.688977 [ 192 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_68_15} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 6 parts: [all_1_63_14, all_68_68_0] -> all_1_68_15 | ||
| 17812 | 2025.01.27 09:43:20.689161 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17813 | 2025.01.27 09:43:20.689537 [ 273 ] {37f26af6-bc73-44dd-906f-bc834c74f16b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17814 | 2025.01.27 09:43:20.689832 [ 273 ] {37f26af6-bc73-44dd-906f-bc834c74f16b} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17815 | 2025.01.27 09:43:20.690038 [ 273 ] {37f26af6-bc73-44dd-906f-bc834c74f16b} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.008533 sec., 5859.6038907769835 rows/sec., 10.50 MiB/sec. | ||
| 17816 | 2025.01.27 09:43:20.690144 [ 273 ] {37f26af6-bc73-44dd-906f-bc834c74f16b} <Debug> TCPHandler: Processed in 0.00903696 sec. | ||
| 17817 | 2025.01.27 09:43:20.690312 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17818 | 2025.01.27 09:43:20.690459 [ 267 ] {4a88bfc0-95d2-4276-bf78-aaceb4b87519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17819 | 2025.01.27 09:43:20.690519 [ 267 ] {4a88bfc0-95d2-4276-bf78-aaceb4b87519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17820 | 2025.01.27 09:43:20.691001 [ 267 ] {4a88bfc0-95d2-4276-bf78-aaceb4b87519} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17821 | 2025.01.27 09:43:20.691040 [ 267 ] {4a88bfc0-95d2-4276-bf78-aaceb4b87519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17822 | 2025.01.27 09:43:20.691507 [ 267 ] {4a88bfc0-95d2-4276-bf78-aaceb4b87519} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 17823 | 2025.01.27 09:43:20.691767 [ 267 ] {4a88bfc0-95d2-4276-bf78-aaceb4b87519} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17824 | 2025.01.27 09:43:20.692049 [ 267 ] {4a88bfc0-95d2-4276-bf78-aaceb4b87519} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001605 sec., 5607.476635514018 rows/sec., 431.39 KiB/sec. | ||
| 17825 | 2025.01.27 09:43:20.692305 [ 267 ] {4a88bfc0-95d2-4276-bf78-aaceb4b87519} <Debug> TCPHandler: Processed in 0.002051728 sec. | ||
| 17826 | 2025.01.27 09:43:20.692464 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17827 | 2025.01.27 09:43:20.692584 [ 273 ] {39179924-7f2a-4c89-9046-e90fcd7dfc15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17828 | 2025.01.27 09:43:20.692636 [ 273 ] {39179924-7f2a-4c89-9046-e90fcd7dfc15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17829 | 2025.01.27 09:43:20.693132 [ 273 ] {39179924-7f2a-4c89-9046-e90fcd7dfc15} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17830 | 2025.01.27 09:43:20.693171 [ 273 ] {39179924-7f2a-4c89-9046-e90fcd7dfc15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17831 | 2025.01.27 09:43:20.693568 [ 273 ] {39179924-7f2a-4c89-9046-e90fcd7dfc15} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17832 | 2025.01.27 09:43:20.693822 [ 273 ] {39179924-7f2a-4c89-9046-e90fcd7dfc15} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17833 | 2025.01.27 09:43:20.694001 [ 273 ] {39179924-7f2a-4c89-9046-e90fcd7dfc15} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001444 sec., 56786.703601108034 rows/sec., 3.61 MiB/sec. | ||
| 17834 | 2025.01.27 09:43:20.694051 [ 273 ] {39179924-7f2a-4c89-9046-e90fcd7dfc15} <Debug> TCPHandler: Processed in 0.001646018 sec. | ||
| 17835 | 2025.01.27 09:43:21.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.72 MiB, peak 286.97 MiB, free memory in arenas 0.00 B, will set to 268.32 MiB (RSS), difference: -1.40 MiB | ||
| 17836 | 2025.01.27 09:43:24.402399 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17837 | 2025.01.27 09:43:24.402481 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17838 | 2025.01.27 09:43:24.717052 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
| 17839 | 2025.01.27 09:43:24.717688 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17840 | 2025.01.27 09:43:24.717731 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17841 | 2025.01.27 09:43:24.718263 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 17842 | 2025.01.27 09:43:24.718520 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17843 | 2025.01.27 09:43:24.718784 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 17844 | 2025.01.27 09:43:25.652244 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17845 | 2025.01.27 09:43:25.652470 [ 267 ] {f3ab0c0d-58ca-423c-bbcf-34df755bc66e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17846 | 2025.01.27 09:43:25.652552 [ 267 ] {f3ab0c0d-58ca-423c-bbcf-34df755bc66e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17847 | 2025.01.27 09:43:25.653420 [ 267 ] {f3ab0c0d-58ca-423c-bbcf-34df755bc66e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17848 | 2025.01.27 09:43:25.653470 [ 267 ] {f3ab0c0d-58ca-423c-bbcf-34df755bc66e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17849 | 2025.01.27 09:43:25.653919 [ 267 ] {f3ab0c0d-58ca-423c-bbcf-34df755bc66e} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17850 | 2025.01.27 09:43:25.654175 [ 267 ] {f3ab0c0d-58ca-423c-bbcf-34df755bc66e} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17851 | 2025.01.27 09:43:25.654441 [ 267 ] {f3ab0c0d-58ca-423c-bbcf-34df755bc66e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002027 sec., 27627.035027133694 rows/sec., 2.11 MiB/sec. | ||
| 17852 | 2025.01.27 09:43:25.654554 [ 267 ] {f3ab0c0d-58ca-423c-bbcf-34df755bc66e} <Debug> TCPHandler: Processed in 0.002446047 sec. | ||
| 17853 | 2025.01.27 09:43:25.654865 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17854 | 2025.01.27 09:43:25.655081 [ 273 ] {f5d20bb8-cf1d-4417-bf54-0f16ea898b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17855 | 2025.01.27 09:43:25.655165 [ 273 ] {f5d20bb8-cf1d-4417-bf54-0f16ea898b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17856 | 2025.01.27 09:43:25.655973 [ 273 ] {f5d20bb8-cf1d-4417-bf54-0f16ea898b66} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17857 | 2025.01.27 09:43:25.656020 [ 273 ] {f5d20bb8-cf1d-4417-bf54-0f16ea898b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17858 | 2025.01.27 09:43:25.656469 [ 273 ] {f5d20bb8-cf1d-4417-bf54-0f16ea898b66} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17859 | 2025.01.27 09:43:25.656727 [ 273 ] {f5d20bb8-cf1d-4417-bf54-0f16ea898b66} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17860 | 2025.01.27 09:43:25.656968 [ 273 ] {f5d20bb8-cf1d-4417-bf54-0f16ea898b66} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001948 sec., 32854.20944558521 rows/sec., 2.56 MiB/sec. | ||
| 17861 | 2025.01.27 09:43:25.657024 [ 273 ] {f5d20bb8-cf1d-4417-bf54-0f16ea898b66} <Debug> TCPHandler: Processed in 0.002339675 sec. | ||
| 17862 | 2025.01.27 09:43:25.657260 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17863 | 2025.01.27 09:43:25.657486 [ 267 ] {50bde5c9-3fe0-4e2a-9008-8b70bb42478f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17864 | 2025.01.27 09:43:25.657585 [ 267 ] {50bde5c9-3fe0-4e2a-9008-8b70bb42478f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17865 | 2025.01.27 09:43:25.658466 [ 267 ] {50bde5c9-3fe0-4e2a-9008-8b70bb42478f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17866 | 2025.01.27 09:43:25.658506 [ 267 ] {50bde5c9-3fe0-4e2a-9008-8b70bb42478f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17867 | 2025.01.27 09:43:25.658919 [ 267 ] {50bde5c9-3fe0-4e2a-9008-8b70bb42478f} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17868 | 2025.01.27 09:43:25.659164 [ 267 ] {50bde5c9-3fe0-4e2a-9008-8b70bb42478f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17869 | 2025.01.27 09:43:25.659381 [ 267 ] {50bde5c9-3fe0-4e2a-9008-8b70bb42478f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001957 sec., 81757.79253960143 rows/sec., 5.69 MiB/sec. | ||
| 17870 | 2025.01.27 09:43:25.659434 [ 267 ] {50bde5c9-3fe0-4e2a-9008-8b70bb42478f} <Debug> TCPHandler: Processed in 0.002289913 sec. | ||
| 17871 | 2025.01.27 09:43:25.659601 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17872 | 2025.01.27 09:43:25.659740 [ 273 ] {0d4ce4db-205d-4791-a6a5-133e880ae92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17873 | 2025.01.27 09:43:25.659801 [ 273 ] {0d4ce4db-205d-4791-a6a5-133e880ae92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17874 | 2025.01.27 09:43:25.660357 [ 273 ] {0d4ce4db-205d-4791-a6a5-133e880ae92a} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17875 | 2025.01.27 09:43:25.660397 [ 273 ] {0d4ce4db-205d-4791-a6a5-133e880ae92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17876 | 2025.01.27 09:43:25.660780 [ 273 ] {0d4ce4db-205d-4791-a6a5-133e880ae92a} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17877 | 2025.01.27 09:43:25.661026 [ 273 ] {0d4ce4db-205d-4791-a6a5-133e880ae92a} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17878 | 2025.01.27 09:43:25.661262 [ 273 ] {0d4ce4db-205d-4791-a6a5-133e880ae92a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001549 sec., 38734.66752743706 rows/sec., 2.61 MiB/sec. | ||
| 17879 | 2025.01.27 09:43:25.661356 [ 273 ] {0d4ce4db-205d-4791-a6a5-133e880ae92a} <Debug> TCPHandler: Processed in 0.001823142 sec. | ||
| 17880 | 2025.01.27 09:43:25.980598 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17881 | 2025.01.27 09:43:25.980776 [ 267 ] {d03ab46b-d455-4bff-b4a1-4322bf5f42bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17882 | 2025.01.27 09:43:25.980851 [ 267 ] {d03ab46b-d455-4bff-b4a1-4322bf5f42bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17883 | 2025.01.27 09:43:25.981613 [ 267 ] {d03ab46b-d455-4bff-b4a1-4322bf5f42bb} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17884 | 2025.01.27 09:43:25.981664 [ 267 ] {d03ab46b-d455-4bff-b4a1-4322bf5f42bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17885 | 2025.01.27 09:43:25.982108 [ 267 ] {d03ab46b-d455-4bff-b4a1-4322bf5f42bb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17886 | 2025.01.27 09:43:25.982398 [ 267 ] {d03ab46b-d455-4bff-b4a1-4322bf5f42bb} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17887 | 2025.01.27 09:43:25.982609 [ 138 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 17888 | 2025.01.27 09:43:25.982679 [ 267 ] {d03ab46b-d455-4bff-b4a1-4322bf5f42bb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 17889 | 2025.01.27 09:43:25.982686 [ 138 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17890 | 2025.01.27 09:43:25.982752 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17891 | 2025.01.27 09:43:25.982836 [ 267 ] {d03ab46b-d455-4bff-b4a1-4322bf5f42bb} <Debug> TCPHandler: Processed in 0.002359475 sec. | ||
| 17892 | 2025.01.27 09:43:25.983050 [ 187 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 17893 | 2025.01.27 09:43:25.983162 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17894 | 2025.01.27 09:43:25.983243 [ 187 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17895 | 2025.01.27 09:43:25.983294 [ 187 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 14 rows starting from the beginning of the part | ||
| 17896 | 2025.01.27 09:43:25.983358 [ 273 ] {28dab827-e5aa-4bc5-87e9-013510b0672e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17897 | 2025.01.27 09:43:25.983430 [ 187 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 17898 | 2025.01.27 09:43:25.983463 [ 273 ] {28dab827-e5aa-4bc5-87e9-013510b0672e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17899 | 2025.01.27 09:43:25.983617 [ 187 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 17900 | 2025.01.27 09:43:25.983792 [ 187 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 17901 | 2025.01.27 09:43:25.983949 [ 187 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 14 rows starting from the beginning of the part | ||
| 17902 | 2025.01.27 09:43:25.984870 [ 273 ] {28dab827-e5aa-4bc5-87e9-013510b0672e} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17903 | 2025.01.27 09:43:25.984919 [ 273 ] {28dab827-e5aa-4bc5-87e9-013510b0672e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17904 | 2025.01.27 09:43:25.985458 [ 188 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00257983 sec., 27133.57081668172 rows/sec., 2.01 MiB/sec. | ||
| 17905 | 2025.01.27 09:43:25.985494 [ 273 ] {28dab827-e5aa-4bc5-87e9-013510b0672e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 17906 | 2025.01.27 09:43:25.985765 [ 188 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 17907 | 2025.01.27 09:43:25.985956 [ 273 ] {28dab827-e5aa-4bc5-87e9-013510b0672e} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17908 | 2025.01.27 09:43:25.986387 [ 273 ] {28dab827-e5aa-4bc5-87e9-013510b0672e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003098 sec., 645.5777921239509 rows/sec., 52.64 KiB/sec. | ||
| 17909 | 2025.01.27 09:43:25.986488 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17910 | 2025.01.27 09:43:25.986505 [ 273 ] {28dab827-e5aa-4bc5-87e9-013510b0672e} <Debug> TCPHandler: Processed in 0.003534342 sec. | ||
| 17911 | 2025.01.27 09:43:25.986612 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_69_17} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 17912 | 2025.01.27 09:43:25.986734 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17913 | 2025.01.27 09:43:25.986780 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17914 | 2025.01.27 09:43:25.986924 [ 267 ] {d3cdb27e-a9d7-4f30-b5c3-203264278a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17915 | 2025.01.27 09:43:25.986984 [ 267 ] {d3cdb27e-a9d7-4f30-b5c3-203264278a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17916 | 2025.01.27 09:43:25.988706 [ 267 ] {d3cdb27e-a9d7-4f30-b5c3-203264278a3b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17917 | 2025.01.27 09:43:25.988745 [ 267 ] {d3cdb27e-a9d7-4f30-b5c3-203264278a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17918 | 2025.01.27 09:43:25.989224 [ 267 ] {d3cdb27e-a9d7-4f30-b5c3-203264278a3b} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 17919 | 2025.01.27 09:43:25.989492 [ 267 ] {d3cdb27e-a9d7-4f30-b5c3-203264278a3b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17920 | 2025.01.27 09:43:25.989650 [ 125 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 17921 | 2025.01.27 09:43:25.989686 [ 267 ] {d3cdb27e-a9d7-4f30-b5c3-203264278a3b} <Debug> executeQuery: Read 1450 rows, 124.22 KiB in 0.002797 sec., 518412.58491240616 rows/sec., 43.37 MiB/sec. | ||
| 17922 | 2025.01.27 09:43:25.989700 [ 125 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17923 | 2025.01.27 09:43:25.989740 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17924 | 2025.01.27 09:43:25.989767 [ 267 ] {d3cdb27e-a9d7-4f30-b5c3-203264278a3b} <Debug> TCPHandler: Processed in 0.003093902 sec. | ||
| 17925 | 2025.01.27 09:43:25.989969 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 17926 | 2025.01.27 09:43:25.989991 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17927 | 2025.01.27 09:43:25.990260 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17928 | 2025.01.27 09:43:25.990259 [ 273 ] {7489cabb-9bbb-4e17-ade3-4fe3c4775635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17929 | 2025.01.27 09:43:25.990328 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1430 rows starting from the beginning of the part | ||
| 17930 | 2025.01.27 09:43:25.990366 [ 273 ] {7489cabb-9bbb-4e17-ade3-4fe3c4775635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17931 | 2025.01.27 09:43:25.990658 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 281 rows starting from the beginning of the part | ||
| 17932 | 2025.01.27 09:43:25.991025 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 56 rows starting from the beginning of the part | ||
| 17933 | 2025.01.27 09:43:25.991377 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 303 rows starting from the beginning of the part | ||
| 17934 | 2025.01.27 09:43:25.991758 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 56 rows starting from the beginning of the part | ||
| 17935 | 2025.01.27 09:43:25.992148 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1450 rows starting from the beginning of the part | ||
| 17936 | 2025.01.27 09:43:25.993465 [ 273 ] {7489cabb-9bbb-4e17-ade3-4fe3c4775635} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17937 | 2025.01.27 09:43:25.993516 [ 273 ] {7489cabb-9bbb-4e17-ade3-4fe3c4775635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17938 | 2025.01.27 09:43:25.994443 [ 273 ] {7489cabb-9bbb-4e17-ade3-4fe3c4775635} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17939 | 2025.01.27 09:43:25.994995 [ 273 ] {7489cabb-9bbb-4e17-ade3-4fe3c4775635} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17940 | 2025.01.27 09:43:25.995284 [ 273 ] {7489cabb-9bbb-4e17-ade3-4fe3c4775635} <Debug> executeQuery: Read 62 rows, 4.58 KiB in 0.005126 sec., 12095.200936402653 rows/sec., 893.69 KiB/sec. | ||
| 17941 | 2025.01.27 09:43:25.995345 [ 273 ] {7489cabb-9bbb-4e17-ade3-4fe3c4775635} <Debug> TCPHandler: Processed in 0.005461077 sec. | ||
| 17942 | 2025.01.27 09:43:25.995548 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17943 | 2025.01.27 09:43:25.995935 [ 267 ] {aef94d0c-55b5-47d3-b6c8-5efebb893d99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17944 | 2025.01.27 09:43:25.995981 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3576 rows, containing 5 columns (5 merged, 0 gathered) in 0.006139953 sec., 582414.881677433 rows/sec., 51.20 MiB/sec. | ||
| 17945 | 2025.01.27 09:43:25.996026 [ 267 ] {aef94d0c-55b5-47d3-b6c8-5efebb893d99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17946 | 2025.01.27 09:43:25.996306 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 17947 | 2025.01.27 09:43:25.996924 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17948 | 2025.01.27 09:43:25.997055 [ 195 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_161_32} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 17949 | 2025.01.27 09:43:25.997171 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 17950 | 2025.01.27 09:43:25.997325 [ 267 ] {aef94d0c-55b5-47d3-b6c8-5efebb893d99} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17951 | 2025.01.27 09:43:25.997365 [ 267 ] {aef94d0c-55b5-47d3-b6c8-5efebb893d99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17952 | 2025.01.27 09:43:25.997754 [ 267 ] {aef94d0c-55b5-47d3-b6c8-5efebb893d99} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17953 | 2025.01.27 09:43:25.998009 [ 267 ] {aef94d0c-55b5-47d3-b6c8-5efebb893d99} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17954 | 2025.01.27 09:43:25.998228 [ 267 ] {aef94d0c-55b5-47d3-b6c8-5efebb893d99} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002432 sec., 99506.57894736841 rows/sec., 6.74 MiB/sec. | ||
| 17955 | 2025.01.27 09:43:25.998304 [ 267 ] {aef94d0c-55b5-47d3-b6c8-5efebb893d99} <Debug> TCPHandler: Processed in 0.002841266 sec. | ||
| 17956 | 2025.01.27 09:43:25.998579 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17957 | 2025.01.27 09:43:25.998752 [ 273 ] {64c7f289-2daf-4b28-8bec-c0ee858079df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17958 | 2025.01.27 09:43:25.998810 [ 273 ] {64c7f289-2daf-4b28-8bec-c0ee858079df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17959 | 2025.01.27 09:43:25.999478 [ 273 ] {64c7f289-2daf-4b28-8bec-c0ee858079df} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17960 | 2025.01.27 09:43:25.999518 [ 273 ] {64c7f289-2daf-4b28-8bec-c0ee858079df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17961 | 2025.01.27 09:43:25.999884 [ 273 ] {64c7f289-2daf-4b28-8bec-c0ee858079df} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17962 | 2025.01.27 09:43:26.000134 [ 273 ] {64c7f289-2daf-4b28-8bec-c0ee858079df} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17963 | 2025.01.27 09:43:26.000331 [ 273 ] {64c7f289-2daf-4b28-8bec-c0ee858079df} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00161 sec., 8074.534161490683 rows/sec., 503.45 KiB/sec. | ||
| 17964 | 2025.01.27 09:43:26.000408 [ 125 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 17965 | 2025.01.27 09:43:26.000494 [ 125 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17966 | 2025.01.27 09:43:26.000509 [ 273 ] {64c7f289-2daf-4b28-8bec-c0ee858079df} <Debug> TCPHandler: Processed in 0.002083918 sec. | ||
| 17967 | 2025.01.27 09:43:26.000552 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17968 | 2025.01.27 09:43:26.000869 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17969 | 2025.01.27 09:43:26.000890 [ 225 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17970 | 2025.01.27 09:43:26.000977 [ 225 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17971 | 2025.01.27 09:43:26.001013 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 17972 | 2025.01.27 09:43:26.001172 [ 267 ] {cc2fcbca-0f67-4a9f-a151-9bcee83e9672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17973 | 2025.01.27 09:43:26.001312 [ 267 ] {cc2fcbca-0f67-4a9f-a151-9bcee83e9672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17974 | 2025.01.27 09:43:26.001588 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17975 | 2025.01.27 09:43:26.001667 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 13 rows starting from the beginning of the part | ||
| 17976 | 2025.01.27 09:43:26.002036 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 13 rows starting from the beginning of the part | ||
| 17977 | 2025.01.27 09:43:26.002547 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 13 rows starting from the beginning of the part | ||
| 17978 | 2025.01.27 09:43:26.003056 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 13 rows starting from the beginning of the part | ||
| 17979 | 2025.01.27 09:43:26.003570 [ 193 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 13 rows starting from the beginning of the part | ||
| 17980 | 2025.01.27 09:43:26.005716 [ 267 ] {cc2fcbca-0f67-4a9f-a151-9bcee83e9672} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17981 | 2025.01.27 09:43:26.005767 [ 267 ] {cc2fcbca-0f67-4a9f-a151-9bcee83e9672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17982 | 2025.01.27 09:43:26.006123 [ 195 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005419756 sec., 11993.159839668058 rows/sec., 794.62 KiB/sec. | ||
| 17983 | 2025.01.27 09:43:26.006244 [ 225 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17984 | 2025.01.27 09:43:26.006611 [ 198 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 17985 | 2025.01.27 09:43:26.007145 [ 267 ] {cc2fcbca-0f67-4a9f-a151-9bcee83e9672} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 17986 | 2025.01.27 09:43:26.007537 [ 198 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17987 | 2025.01.27 09:43:26.007660 [ 267 ] {cc2fcbca-0f67-4a9f-a151-9bcee83e9672} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17988 | 2025.01.27 09:43:26.007772 [ 198 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_69_17} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 17989 | 2025.01.27 09:43:26.007918 [ 125 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 17990 | 2025.01.27 09:43:26.008017 [ 125 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17991 | 2025.01.27 09:43:26.008057 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 17992 | 2025.01.27 09:43:26.008083 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 17993 | 2025.01.27 09:43:26.008148 [ 267 ] {cc2fcbca-0f67-4a9f-a151-9bcee83e9672} <Debug> executeQuery: Read 899 rows, 66.83 KiB in 0.007083 sec., 126923.61993505577 rows/sec., 9.21 MiB/sec. | ||
| 17994 | 2025.01.27 09:43:26.008431 [ 267 ] {cc2fcbca-0f67-4a9f-a151-9bcee83e9672} <Debug> TCPHandler: Processed in 0.00775676 sec. | ||
| 17995 | 2025.01.27 09:43:26.008468 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 17996 | 2025.01.27 09:43:26.008767 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17997 | 2025.01.27 09:43:26.008896 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17998 | 2025.01.27 09:43:26.009029 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 913 rows starting from the beginning of the part | ||
| 17999 | 2025.01.27 09:43:26.009229 [ 273 ] {414f1978-4ef6-4765-b9d9-feef163dbf84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18000 | 2025.01.27 09:43:26.009492 [ 273 ] {414f1978-4ef6-4765-b9d9-feef163dbf84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18001 | 2025.01.27 09:43:26.009627 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 421 rows starting from the beginning of the part | ||
| 18002 | 2025.01.27 09:43:26.010190 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 64 rows starting from the beginning of the part | ||
| 18003 | 2025.01.27 09:43:26.010882 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 438 rows starting from the beginning of the part | ||
| 18004 | 2025.01.27 09:43:26.011550 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 64 rows starting from the beginning of the part | ||
| 18005 | 2025.01.27 09:43:26.012107 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 899 rows starting from the beginning of the part | ||
| 18006 | 2025.01.27 09:43:26.012940 [ 273 ] {414f1978-4ef6-4765-b9d9-feef163dbf84} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18007 | 2025.01.27 09:43:26.013004 [ 273 ] {414f1978-4ef6-4765-b9d9-feef163dbf84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18008 | 2025.01.27 09:43:26.013911 [ 273 ] {414f1978-4ef6-4765-b9d9-feef163dbf84} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18009 | 2025.01.27 09:43:26.014437 [ 273 ] {414f1978-4ef6-4765-b9d9-feef163dbf84} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18010 | 2025.01.27 09:43:26.014795 [ 273 ] {414f1978-4ef6-4765-b9d9-feef163dbf84} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005761 sec., 1041.4858531504947 rows/sec., 54.41 KiB/sec. | ||
| 18011 | 2025.01.27 09:43:26.014883 [ 273 ] {414f1978-4ef6-4765-b9d9-feef163dbf84} <Debug> TCPHandler: Processed in 0.006326877 sec. | ||
| 18012 | 2025.01.27 09:43:26.015076 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18013 | 2025.01.27 09:43:26.015408 [ 267 ] {15fdbf16-65f2-4964-a81e-f089fb2b2ee3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18014 | 2025.01.27 09:43:26.015433 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2799 rows, containing 5 columns (5 merged, 0 gathered) in 0.007230108 sec., 387131.1465886817 rows/sec., 29.58 MiB/sec. | ||
| 18015 | 2025.01.27 09:43:26.015509 [ 267 ] {15fdbf16-65f2-4964-a81e-f089fb2b2ee3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18016 | 2025.01.27 09:43:26.015704 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 18017 | 2025.01.27 09:43:26.016289 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18018 | 2025.01.27 09:43:26.016379 [ 198 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_161_32} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 18019 | 2025.01.27 09:43:26.016546 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 18020 | 2025.01.27 09:43:26.016872 [ 267 ] {15fdbf16-65f2-4964-a81e-f089fb2b2ee3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18021 | 2025.01.27 09:43:26.016915 [ 267 ] {15fdbf16-65f2-4964-a81e-f089fb2b2ee3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18022 | 2025.01.27 09:43:26.017361 [ 267 ] {15fdbf16-65f2-4964-a81e-f089fb2b2ee3} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18023 | 2025.01.27 09:43:26.017607 [ 267 ] {15fdbf16-65f2-4964-a81e-f089fb2b2ee3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18024 | 2025.01.27 09:43:26.017793 [ 267 ] {15fdbf16-65f2-4964-a81e-f089fb2b2ee3} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002496 sec., 383012.8205128205 rows/sec., 25.45 MiB/sec. | ||
| 18025 | 2025.01.27 09:43:26.017847 [ 267 ] {15fdbf16-65f2-4964-a81e-f089fb2b2ee3} <Debug> TCPHandler: Processed in 0.002859136 sec. | ||
| 18026 | 2025.01.27 09:43:26.018018 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18027 | 2025.01.27 09:43:26.018168 [ 273 ] {74b8d69e-d63a-4705-9914-52ca763d27ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18028 | 2025.01.27 09:43:26.018239 [ 273 ] {74b8d69e-d63a-4705-9914-52ca763d27ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18029 | 2025.01.27 09:43:26.018905 [ 273 ] {74b8d69e-d63a-4705-9914-52ca763d27ae} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18030 | 2025.01.27 09:43:26.018952 [ 273 ] {74b8d69e-d63a-4705-9914-52ca763d27ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18031 | 2025.01.27 09:43:26.019452 [ 273 ] {74b8d69e-d63a-4705-9914-52ca763d27ae} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18032 | 2025.01.27 09:43:26.019802 [ 273 ] {74b8d69e-d63a-4705-9914-52ca763d27ae} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18033 | 2025.01.27 09:43:26.020055 [ 273 ] {74b8d69e-d63a-4705-9914-52ca763d27ae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001919 sec., 521.1047420531527 rows/sec., 35.11 KiB/sec. | ||
| 18034 | 2025.01.27 09:43:26.020122 [ 273 ] {74b8d69e-d63a-4705-9914-52ca763d27ae} <Debug> TCPHandler: Processed in 0.002175321 sec. | ||
| 18035 | 2025.01.27 09:43:26.020291 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18036 | 2025.01.27 09:43:26.020430 [ 267 ] {d19b64b6-64fb-4a2a-bca7-2704aa3eb340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18037 | 2025.01.27 09:43:26.020521 [ 267 ] {d19b64b6-64fb-4a2a-bca7-2704aa3eb340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18038 | 2025.01.27 09:43:26.021914 [ 267 ] {d19b64b6-64fb-4a2a-bca7-2704aa3eb340} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18039 | 2025.01.27 09:43:26.021952 [ 267 ] {d19b64b6-64fb-4a2a-bca7-2704aa3eb340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18040 | 2025.01.27 09:43:26.022665 [ 267 ] {d19b64b6-64fb-4a2a-bca7-2704aa3eb340} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18041 | 2025.01.27 09:43:26.022930 [ 267 ] {d19b64b6-64fb-4a2a-bca7-2704aa3eb340} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18042 | 2025.01.27 09:43:26.023129 [ 267 ] {d19b64b6-64fb-4a2a-bca7-2704aa3eb340} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.002731 sec., 19406.810692054194 rows/sec., 34.78 MiB/sec. | ||
| 18043 | 2025.01.27 09:43:26.023221 [ 267 ] {d19b64b6-64fb-4a2a-bca7-2704aa3eb340} <Debug> TCPHandler: Processed in 0.00299568 sec. | ||
| 18044 | 2025.01.27 09:43:26.023383 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18045 | 2025.01.27 09:43:26.023506 [ 273 ] {916f4d8e-8f5f-4959-ae2e-807f6cf31bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 18046 | 2025.01.27 09:43:26.023558 [ 273 ] {916f4d8e-8f5f-4959-ae2e-807f6cf31bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 18047 | 2025.01.27 09:43:26.024023 [ 273 ] {916f4d8e-8f5f-4959-ae2e-807f6cf31bef} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18048 | 2025.01.27 09:43:26.024062 [ 273 ] {916f4d8e-8f5f-4959-ae2e-807f6cf31bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18049 | 2025.01.27 09:43:26.024424 [ 273 ] {916f4d8e-8f5f-4959-ae2e-807f6cf31bef} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 18050 | 2025.01.27 09:43:26.024673 [ 273 ] {916f4d8e-8f5f-4959-ae2e-807f6cf31bef} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18051 | 2025.01.27 09:43:26.024879 [ 273 ] {916f4d8e-8f5f-4959-ae2e-807f6cf31bef} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 283.11 KiB/sec. | ||
| 18052 | 2025.01.27 09:43:26.024928 [ 273 ] {916f4d8e-8f5f-4959-ae2e-807f6cf31bef} <Debug> TCPHandler: Processed in 0.001603717 sec. | ||
| 18053 | 2025.01.27 09:43:26.025075 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18054 | 2025.01.27 09:43:26.025192 [ 267 ] {d13aa043-b0bc-43d5-86bd-674b7e8517e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18055 | 2025.01.27 09:43:26.025246 [ 267 ] {d13aa043-b0bc-43d5-86bd-674b7e8517e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18056 | 2025.01.27 09:43:26.025829 [ 267 ] {d13aa043-b0bc-43d5-86bd-674b7e8517e1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18057 | 2025.01.27 09:43:26.025874 [ 267 ] {d13aa043-b0bc-43d5-86bd-674b7e8517e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18058 | 2025.01.27 09:43:26.026312 [ 267 ] {d13aa043-b0bc-43d5-86bd-674b7e8517e1} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18059 | 2025.01.27 09:43:26.026558 [ 267 ] {d13aa043-b0bc-43d5-86bd-674b7e8517e1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18060 | 2025.01.27 09:43:26.026700 [ 125 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 18061 | 2025.01.27 09:43:26.026741 [ 125 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18062 | 2025.01.27 09:43:26.026747 [ 267 ] {d13aa043-b0bc-43d5-86bd-674b7e8517e1} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001579 sec., 21532.615579480684 rows/sec., 1.25 MiB/sec. | ||
| 18063 | 2025.01.27 09:43:26.026768 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18064 | 2025.01.27 09:43:26.026842 [ 267 ] {d13aa043-b0bc-43d5-86bd-674b7e8517e1} <Debug> TCPHandler: Processed in 0.001821252 sec. | ||
| 18065 | 2025.01.27 09:43:26.027005 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 18066 | 2025.01.27 09:43:26.027131 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18067 | 2025.01.27 09:43:26.027166 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9480 rows starting from the beginning of the part | ||
| 18068 | 2025.01.27 09:43:26.027278 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 82 rows starting from the beginning of the part | ||
| 18069 | 2025.01.27 09:43:26.027469 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part | ||
| 18070 | 2025.01.27 09:43:26.027611 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 82 rows starting from the beginning of the part | ||
| 18071 | 2025.01.27 09:43:26.027773 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part | ||
| 18072 | 2025.01.27 09:43:26.027862 [ 195 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 34 rows starting from the beginning of the part | ||
| 18073 | 2025.01.27 09:43:26.030667 [ 190 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9798 rows, containing 4 columns (4 merged, 0 gathered) in 0.003808679 sec., 2572545.4941201396 rows/sec., 167.61 MiB/sec. | ||
| 18074 | 2025.01.27 09:43:26.030911 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 18075 | 2025.01.27 09:43:26.031242 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18076 | 2025.01.27 09:43:26.031314 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_161_32} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 18077 | 2025.01.27 09:43:26.031394 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. | ||
| 18078 | 2025.01.27 09:43:26.548969 [ 221 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18079 | 2025.01.27 09:43:26.549020 [ 221 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18080 | 2025.01.27 09:43:26.550756 [ 221 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18081 | 2025.01.27 09:43:27.333287 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18082 | 2025.01.27 09:43:27.333350 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18083 | 2025.01.27 09:43:27.335307 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 18084 | 2025.01.27 09:43:27.930768 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 18085 | 2025.01.27 09:43:27.954694 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18086 | 2025.01.27 09:43:27.954747 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18087 | 2025.01.27 09:43:27.962258 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 18088 | 2025.01.27 09:43:27.963081 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18089 | 2025.01.27 09:43:27.966083 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 18090 | 2025.01.27 09:43:29.979313 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2488 | ||
| 18091 | 2025.01.27 09:43:29.983169 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18092 | 2025.01.27 09:43:29.983222 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18093 | 2025.01.27 09:43:29.984772 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18094 | 2025.01.27 09:43:29.985101 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18095 | 2025.01.27 09:43:29.986465 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2488 | ||
| 18096 | 2025.01.27 09:43:30.650543 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18097 | 2025.01.27 09:43:30.650764 [ 267 ] {2b5f931f-6bb8-4192-8291-a86aa7236f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18098 | 2025.01.27 09:43:30.650844 [ 267 ] {2b5f931f-6bb8-4192-8291-a86aa7236f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18099 | 2025.01.27 09:43:30.651696 [ 267 ] {2b5f931f-6bb8-4192-8291-a86aa7236f05} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18100 | 2025.01.27 09:43:30.651769 [ 267 ] {2b5f931f-6bb8-4192-8291-a86aa7236f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18101 | 2025.01.27 09:43:30.652287 [ 267 ] {2b5f931f-6bb8-4192-8291-a86aa7236f05} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18102 | 2025.01.27 09:43:30.652561 [ 267 ] {2b5f931f-6bb8-4192-8291-a86aa7236f05} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18103 | 2025.01.27 09:43:30.652797 [ 267 ] {2b5f931f-6bb8-4192-8291-a86aa7236f05} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002087 sec., 26832.774317201725 rows/sec., 2.05 MiB/sec. | ||
| 18104 | 2025.01.27 09:43:30.652878 [ 267 ] {2b5f931f-6bb8-4192-8291-a86aa7236f05} <Debug> TCPHandler: Processed in 0.002507858 sec. | ||
| 18105 | 2025.01.27 09:43:30.653159 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18106 | 2025.01.27 09:43:30.653378 [ 273 ] {f1abaeb2-99a3-4a6c-8d97-bec121993720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18107 | 2025.01.27 09:43:30.653475 [ 273 ] {f1abaeb2-99a3-4a6c-8d97-bec121993720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18108 | 2025.01.27 09:43:30.654361 [ 273 ] {f1abaeb2-99a3-4a6c-8d97-bec121993720} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18109 | 2025.01.27 09:43:30.654428 [ 273 ] {f1abaeb2-99a3-4a6c-8d97-bec121993720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18110 | 2025.01.27 09:43:30.654911 [ 273 ] {f1abaeb2-99a3-4a6c-8d97-bec121993720} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18111 | 2025.01.27 09:43:30.655183 [ 273 ] {f1abaeb2-99a3-4a6c-8d97-bec121993720} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18112 | 2025.01.27 09:43:30.655441 [ 273 ] {f1abaeb2-99a3-4a6c-8d97-bec121993720} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002126 sec., 30103.48071495767 rows/sec., 2.35 MiB/sec. | ||
| 18113 | 2025.01.27 09:43:30.655522 [ 273 ] {f1abaeb2-99a3-4a6c-8d97-bec121993720} <Debug> TCPHandler: Processed in 0.002497758 sec. | ||
| 18114 | 2025.01.27 09:43:30.655685 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18115 | 2025.01.27 09:43:30.655992 [ 267 ] {be4eda8e-5051-4305-b732-be51cd2695bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18116 | 2025.01.27 09:43:30.656155 [ 267 ] {be4eda8e-5051-4305-b732-be51cd2695bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18117 | 2025.01.27 09:43:30.657100 [ 267 ] {be4eda8e-5051-4305-b732-be51cd2695bc} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18118 | 2025.01.27 09:43:30.657139 [ 267 ] {be4eda8e-5051-4305-b732-be51cd2695bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18119 | 2025.01.27 09:43:30.657576 [ 267 ] {be4eda8e-5051-4305-b732-be51cd2695bc} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18120 | 2025.01.27 09:43:30.657844 [ 267 ] {be4eda8e-5051-4305-b732-be51cd2695bc} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18121 | 2025.01.27 09:43:30.657986 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 5 parts from all_1_157_32 to all_161_161_0 | ||
| 18122 | 2025.01.27 09:43:30.658034 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18123 | 2025.01.27 09:43:30.658037 [ 267 ] {be4eda8e-5051-4305-b732-be51cd2695bc} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002162 sec., 59204.440333024984 rows/sec., 4.12 MiB/sec. | ||
| 18124 | 2025.01.27 09:43:30.658058 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18125 | 2025.01.27 09:43:30.658114 [ 267 ] {be4eda8e-5051-4305-b732-be51cd2695bc} <Debug> TCPHandler: Processed in 0.002496138 sec. | ||
| 18126 | 2025.01.27 09:43:30.658366 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18127 | 2025.01.27 09:43:30.658374 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_157_32 to all_161_161_0 into Compact with storage Full | ||
| 18128 | 2025.01.27 09:43:30.658669 [ 273 ] {baa83f8b-a7c9-4e99-bd2b-b7f5942dbc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18129 | 2025.01.27 09:43:30.658784 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18130 | 2025.01.27 09:43:30.658826 [ 273 ] {baa83f8b-a7c9-4e99-bd2b-b7f5942dbc9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18131 | 2025.01.27 09:43:30.658893 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_157_32, total 46761 rows starting from the beginning of the part | ||
| 18132 | 2025.01.27 09:43:30.659446 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part | ||
| 18133 | 2025.01.27 09:43:30.660095 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 237 rows starting from the beginning of the part | ||
| 18134 | 2025.01.27 09:43:30.660352 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 160 rows starting from the beginning of the part | ||
| 18135 | 2025.01.27 09:43:30.660553 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 956 rows starting from the beginning of the part | ||
| 18136 | 2025.01.27 09:43:30.661081 [ 273 ] {baa83f8b-a7c9-4e99-bd2b-b7f5942dbc9d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18137 | 2025.01.27 09:43:30.661128 [ 273 ] {baa83f8b-a7c9-4e99-bd2b-b7f5942dbc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18138 | 2025.01.27 09:43:30.661692 [ 273 ] {baa83f8b-a7c9-4e99-bd2b-b7f5942dbc9d} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18139 | 2025.01.27 09:43:30.662025 [ 273 ] {baa83f8b-a7c9-4e99-bd2b-b7f5942dbc9d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18140 | 2025.01.27 09:43:30.662321 [ 273 ] {baa83f8b-a7c9-4e99-bd2b-b7f5942dbc9d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003758 sec., 12772.751463544439 rows/sec., 881.45 KiB/sec. | ||
| 18141 | 2025.01.27 09:43:30.662505 [ 273 ] {baa83f8b-a7c9-4e99-bd2b-b7f5942dbc9d} <Debug> TCPHandler: Processed in 0.004253349 sec. | ||
| 18142 | 2025.01.27 09:43:30.672307 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48274 rows, containing 5 columns (5 merged, 0 gathered) in 0.014128948 sec., 3416673.343266604 rows/sec., 230.67 MiB/sec. | ||
| 18143 | 2025.01.27 09:43:30.673004 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Trace> MergedBlockOutputStream: filled checksums all_1_161_33 (state Temporary) | ||
| 18144 | 2025.01.27 09:43:30.673415 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_161_33 to all_1_161_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18145 | 2025.01.27 09:43:30.673512 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 5 parts: [all_1_157_32, all_161_161_0] -> all_1_161_33 | ||
| 18146 | 2025.01.27 09:43:30.673623 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 18147 | 2025.01.27 09:43:32.220011 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 | ||
| 18148 | 2025.01.27 09:43:32.220817 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18149 | 2025.01.27 09:43:32.220865 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18150 | 2025.01.27 09:43:32.221416 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 18151 | 2025.01.27 09:43:32.221673 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18152 | 2025.01.27 09:43:32.221864 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
| 18153 | 2025.01.27 09:43:32.221898 [ 223 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18154 | 2025.01.27 09:43:32.221930 [ 223 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18155 | 2025.01.27 09:43:32.223753 [ 223 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18156 | 2025.01.27 09:43:34.882085 [ 225 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18157 | 2025.01.27 09:43:34.882141 [ 225 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18158 | 2025.01.27 09:43:34.884130 [ 225 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18159 | 2025.01.27 09:43:35.000262 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.33 MiB, peak 286.97 MiB, free memory in arenas 0.00 B, will set to 268.33 MiB (RSS), difference: 4.00 MiB | ||
| 18160 | 2025.01.27 09:43:35.467106 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 717 | ||
| 18161 | 2025.01.27 09:43:35.489739 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18162 | 2025.01.27 09:43:35.489796 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18163 | 2025.01.27 09:43:35.497383 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 18164 | 2025.01.27 09:43:35.498163 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18165 | 2025.01.27 09:43:35.501065 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 717 | ||
| 18166 | 2025.01.27 09:43:35.652429 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18167 | 2025.01.27 09:43:35.652638 [ 267 ] {b180d85f-439b-46ac-a13f-de046707703b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18168 | 2025.01.27 09:43:35.652711 [ 267 ] {b180d85f-439b-46ac-a13f-de046707703b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18169 | 2025.01.27 09:43:35.653562 [ 267 ] {b180d85f-439b-46ac-a13f-de046707703b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18170 | 2025.01.27 09:43:35.653606 [ 267 ] {b180d85f-439b-46ac-a13f-de046707703b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18171 | 2025.01.27 09:43:35.654054 [ 267 ] {b180d85f-439b-46ac-a13f-de046707703b} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18172 | 2025.01.27 09:43:35.654305 [ 267 ] {b180d85f-439b-46ac-a13f-de046707703b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18173 | 2025.01.27 09:43:35.654555 [ 267 ] {b180d85f-439b-46ac-a13f-de046707703b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.17 MiB/sec. | ||
| 18174 | 2025.01.27 09:43:35.654613 [ 267 ] {b180d85f-439b-46ac-a13f-de046707703b} <Debug> TCPHandler: Processed in 0.002327354 sec. | ||
| 18175 | 2025.01.27 09:43:35.654862 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18176 | 2025.01.27 09:43:35.655056 [ 273 ] {040fded6-d172-4899-b543-253b464f5c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18177 | 2025.01.27 09:43:35.655129 [ 273 ] {040fded6-d172-4899-b543-253b464f5c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18178 | 2025.01.27 09:43:35.655888 [ 273 ] {040fded6-d172-4899-b543-253b464f5c58} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18179 | 2025.01.27 09:43:35.655934 [ 273 ] {040fded6-d172-4899-b543-253b464f5c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18180 | 2025.01.27 09:43:35.656387 [ 273 ] {040fded6-d172-4899-b543-253b464f5c58} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18181 | 2025.01.27 09:43:35.656650 [ 273 ] {040fded6-d172-4899-b543-253b464f5c58} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18182 | 2025.01.27 09:43:35.656889 [ 273 ] {040fded6-d172-4899-b543-253b464f5c58} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001887 sec., 33916.269210386854 rows/sec., 2.65 MiB/sec. | ||
| 18183 | 2025.01.27 09:43:35.656953 [ 220 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18184 | 2025.01.27 09:43:35.657000 [ 273 ] {040fded6-d172-4899-b543-253b464f5c58} <Debug> TCPHandler: Processed in 0.002265743 sec. | ||
| 18185 | 2025.01.27 09:43:35.657009 [ 220 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18186 | 2025.01.27 09:43:35.657232 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18187 | 2025.01.27 09:43:35.657384 [ 267 ] {1fb725ed-be57-448e-ad76-5e9f0ac1340a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18188 | 2025.01.27 09:43:35.657493 [ 267 ] {1fb725ed-be57-448e-ad76-5e9f0ac1340a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18189 | 2025.01.27 09:43:35.658896 [ 267 ] {1fb725ed-be57-448e-ad76-5e9f0ac1340a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18190 | 2025.01.27 09:43:35.658955 [ 267 ] {1fb725ed-be57-448e-ad76-5e9f0ac1340a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18191 | 2025.01.27 09:43:35.659787 [ 267 ] {1fb725ed-be57-448e-ad76-5e9f0ac1340a} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18192 | 2025.01.27 09:43:35.660039 [ 267 ] {1fb725ed-be57-448e-ad76-5e9f0ac1340a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18193 | 2025.01.27 09:43:35.660352 [ 267 ] {1fb725ed-be57-448e-ad76-5e9f0ac1340a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00299 sec., 53511.70568561873 rows/sec., 3.73 MiB/sec. | ||
| 18194 | 2025.01.27 09:43:35.660405 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18195 | 2025.01.27 09:43:35.660484 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18196 | 2025.01.27 09:43:35.660660 [ 267 ] {1fb725ed-be57-448e-ad76-5e9f0ac1340a} <Debug> TCPHandler: Processed in 0.003557362 sec. | ||
| 18197 | 2025.01.27 09:43:35.660977 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18198 | 2025.01.27 09:43:35.661234 [ 273 ] {f17fe850-43ab-48c9-8170-d7eff4373188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18199 | 2025.01.27 09:43:35.661375 [ 273 ] {f17fe850-43ab-48c9-8170-d7eff4373188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18200 | 2025.01.27 09:43:35.661491 [ 220 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18201 | 2025.01.27 09:43:35.664146 [ 273 ] {f17fe850-43ab-48c9-8170-d7eff4373188} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18202 | 2025.01.27 09:43:35.664259 [ 273 ] {f17fe850-43ab-48c9-8170-d7eff4373188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18203 | 2025.01.27 09:43:35.665216 [ 273 ] {f17fe850-43ab-48c9-8170-d7eff4373188} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18204 | 2025.01.27 09:43:35.665539 [ 273 ] {f17fe850-43ab-48c9-8170-d7eff4373188} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18205 | 2025.01.27 09:43:35.665852 [ 273 ] {f17fe850-43ab-48c9-8170-d7eff4373188} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004698 sec., 12771.392081736909 rows/sec., 881.36 KiB/sec. | ||
| 18206 | 2025.01.27 09:43:35.665897 [ 221 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18207 | 2025.01.27 09:43:35.665989 [ 221 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18208 | 2025.01.27 09:43:35.665992 [ 273 ] {f17fe850-43ab-48c9-8170-d7eff4373188} <Debug> TCPHandler: Processed in 0.00519993 sec. | ||
| 18209 | 2025.01.27 09:43:35.666004 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18210 | 2025.01.27 09:43:35.668586 [ 221 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18211 | 2025.01.27 09:43:36.005773 [ 221 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18212 | 2025.01.27 09:43:36.005826 [ 221 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18213 | 2025.01.27 09:43:36.007766 [ 221 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 18214 | 2025.01.27 09:43:36.122442 [ 142 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0 | ||
| 18215 | 2025.01.27 09:43:36.122519 [ 142 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18216 | 2025.01.27 09:43:36.122545 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18217 | 2025.01.27 09:43:36.122746 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_14 to all_69_69_0 into Compact with storage Full | ||
| 18218 | 2025.01.27 09:43:36.123191 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18219 | 2025.01.27 09:43:36.123288 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 64 rows starting from the beginning of the part | ||
| 18220 | 2025.01.27 09:43:36.123402 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 62 rows starting from the beginning of the part | ||
| 18221 | 2025.01.27 09:43:36.123692 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 46 rows starting from the beginning of the part | ||
| 18222 | 2025.01.27 09:43:36.123912 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 57 rows starting from the beginning of the part | ||
| 18223 | 2025.01.27 09:43:36.124038 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 62 rows starting from the beginning of the part | ||
| 18224 | 2025.01.27 09:43:36.125261 [ 194 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 5 columns (5 merged, 0 gathered) in 0.002633981 sec., 110479.15683522394 rows/sec., 8.33 MiB/sec. | ||
| 18225 | 2025.01.27 09:43:36.125402 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 18226 | 2025.01.27 09:43:36.125672 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18227 | 2025.01.27 09:43:36.125748 [ 196 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_69_15} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15 | ||
| 18228 | 2025.01.27 09:43:36.125822 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18229 | 2025.01.27 09:43:37.556644 [ 137 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0 | ||
| 18230 | 2025.01.27 09:43:37.556720 [ 137 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18231 | 2025.01.27 09:43:37.556748 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18232 | 2025.01.27 09:43:37.556912 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_14 to all_69_69_0 into Compact with storage Full | ||
| 18233 | 2025.01.27 09:43:37.557291 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18234 | 2025.01.27 09:43:37.557399 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 242 rows starting from the beginning of the part | ||
| 18235 | 2025.01.27 09:43:37.557537 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 242 rows starting from the beginning of the part | ||
| 18236 | 2025.01.27 09:43:37.557796 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 18237 | 2025.01.27 09:43:37.558018 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 18238 | 2025.01.27 09:43:37.558227 [ 201 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 242 rows starting from the beginning of the part | ||
| 18239 | 2025.01.27 09:43:37.559470 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 754 rows, containing 5 columns (5 merged, 0 gathered) in 0.002648862 sec., 284650.54049625836 rows/sec., 20.38 MiB/sec. | ||
| 18240 | 2025.01.27 09:43:37.559693 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 18241 | 2025.01.27 09:43:37.560029 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18242 | 2025.01.27 09:43:37.560120 [ 196 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_69_15} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15 | ||
| 18243 | 2025.01.27 09:43:37.560225 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 18244 | 2025.01.27 09:43:39.402538 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18245 | 2025.01.27 09:43:39.402617 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18246 | 2025.01.27 09:43:39.722947 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 | ||
| 18247 | 2025.01.27 09:43:39.723580 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18248 | 2025.01.27 09:43:39.723628 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18249 | 2025.01.27 09:43:39.724170 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 18250 | 2025.01.27 09:43:39.724450 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18251 | 2025.01.27 09:43:39.724668 [ 136 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 18252 | 2025.01.27 09:43:39.724692 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 18253 | 2025.01.27 09:43:39.724752 [ 136 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18254 | 2025.01.27 09:43:39.724786 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18255 | 2025.01.27 09:43:39.724956 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 18256 | 2025.01.27 09:43:39.725229 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18257 | 2025.01.27 09:43:39.725298 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part | ||
| 18258 | 2025.01.27 09:43:39.725386 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part | ||
| 18259 | 2025.01.27 09:43:39.725677 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part | ||
| 18260 | 2025.01.27 09:43:39.725863 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part | ||
| 18261 | 2025.01.27 09:43:39.726050 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part | ||
| 18262 | 2025.01.27 09:43:39.726236 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part | ||
| 18263 | 2025.01.27 09:43:39.729569 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004692659 sec., 9372298.306780867 rows/sec., 134.07 MiB/sec. | ||
| 18264 | 2025.01.27 09:43:39.730005 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 18265 | 2025.01.27 09:43:39.730373 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18266 | 2025.01.27 09:43:39.730471 [ 201 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_96_19} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 18267 | 2025.01.27 09:43:39.730592 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 18268 | 2025.01.27 09:43:39.987701 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2504 | ||
| 18269 | 2025.01.27 09:43:39.990484 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18270 | 2025.01.27 09:43:39.990536 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18271 | 2025.01.27 09:43:39.992049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18272 | 2025.01.27 09:43:39.992368 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18273 | 2025.01.27 09:43:39.992610 [ 136 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18274 | 2025.01.27 09:43:39.992732 [ 136 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18275 | 2025.01.27 09:43:39.992798 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18276 | 2025.01.27 09:43:39.993370 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::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 | ||
| 18277 | 2025.01.27 09:43:39.994541 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2504 | ||
| 18278 | 2025.01.27 09:43:39.995112 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18279 | 2025.01.27 09:43:39.995309 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2330 rows starting from the beginning of the part | ||
| 18280 | 2025.01.27 09:43:39.995963 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 54 rows starting from the beginning of the part | ||
| 18281 | 2025.01.27 09:43:39.996564 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part | ||
| 18282 | 2025.01.27 09:43:39.997084 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part | ||
| 18283 | 2025.01.27 09:43:39.997580 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part | ||
| 18284 | 2025.01.27 09:43:39.998066 [ 191 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part | ||
| 18285 | 2025.01.27 09:43:40.000263 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.38 MiB, peak 286.97 MiB, free memory in arenas 0.00 B, will set to 268.33 MiB (RSS), difference: -4.05 MiB | ||
| 18286 | 2025.01.27 09:43:40.006033 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.005371355 sec. | ||
| 18287 | 2025.01.27 09:43:40.010823 [ 192 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2504 rows, containing 72 columns (72 merged, 0 gathered) in 0.017841174 sec., 140349.50838997477 rows/sec., 104.85 MiB/sec. | ||
| 18288 | 2025.01.27 09:43:40.013045 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18289 | 2025.01.27 09:43:40.013879 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18290 | 2025.01.27 09:43:40.013975 [ 189 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_71_14} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18291 | 2025.01.27 09:43:40.014326 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 18292 | 2025.01.27 09:43:40.253487 [ 135 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0 | ||
| 18293 | 2025.01.27 09:43:40.253549 [ 135 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18294 | 2025.01.27 09:43:40.253571 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18295 | 2025.01.27 09:43:40.253752 [ 186 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_14 to all_69_69_0 into Compact with storage Full | ||
| 18296 | 2025.01.27 09:43:40.253976 [ 186 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18297 | 2025.01.27 09:43:40.254021 [ 186 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 390 rows starting from the beginning of the part | ||
| 18298 | 2025.01.27 09:43:40.254108 [ 186 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
| 18299 | 2025.01.27 09:43:40.254347 [ 186 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
| 18300 | 2025.01.27 09:43:40.254493 [ 186 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
| 18301 | 2025.01.27 09:43:40.254747 [ 186 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
| 18302 | 2025.01.27 09:43:40.255785 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.00212666 sec., 194671.45665033435 rows/sec., 9.93 MiB/sec. | ||
| 18303 | 2025.01.27 09:43:40.256006 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 18304 | 2025.01.27 09:43:40.256361 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18305 | 2025.01.27 09:43:40.256456 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_69_15} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15 | ||
| 18306 | 2025.01.27 09:43:40.256559 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 18307 | 2025.01.27 09:43:40.658846 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18308 | 2025.01.27 09:43:40.659072 [ 267 ] {172c665d-ee53-4fd9-a8bb-747600bc3e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18309 | 2025.01.27 09:43:40.659149 [ 267 ] {172c665d-ee53-4fd9-a8bb-747600bc3e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18310 | 2025.01.27 09:43:40.659914 [ 267 ] {172c665d-ee53-4fd9-a8bb-747600bc3e7c} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18311 | 2025.01.27 09:43:40.659967 [ 267 ] {172c665d-ee53-4fd9-a8bb-747600bc3e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18312 | 2025.01.27 09:43:40.660422 [ 267 ] {172c665d-ee53-4fd9-a8bb-747600bc3e7c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18313 | 2025.01.27 09:43:40.660689 [ 267 ] {172c665d-ee53-4fd9-a8bb-747600bc3e7c} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18314 | 2025.01.27 09:43:40.660950 [ 267 ] {172c665d-ee53-4fd9-a8bb-747600bc3e7c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec. | ||
| 18315 | 2025.01.27 09:43:40.661042 [ 267 ] {172c665d-ee53-4fd9-a8bb-747600bc3e7c} <Debug> TCPHandler: Processed in 0.002333074 sec. | ||
| 18316 | 2025.01.27 09:43:40.661359 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18317 | 2025.01.27 09:43:40.661553 [ 273 ] {ba75dd4a-3aff-4eb0-ae12-b5a3a0906e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18318 | 2025.01.27 09:43:40.661636 [ 273 ] {ba75dd4a-3aff-4eb0-ae12-b5a3a0906e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18319 | 2025.01.27 09:43:40.662670 [ 273 ] {ba75dd4a-3aff-4eb0-ae12-b5a3a0906e1a} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18320 | 2025.01.27 09:43:40.662713 [ 273 ] {ba75dd4a-3aff-4eb0-ae12-b5a3a0906e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18321 | 2025.01.27 09:43:40.663195 [ 273 ] {ba75dd4a-3aff-4eb0-ae12-b5a3a0906e1a} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18322 | 2025.01.27 09:43:40.663487 [ 273 ] {ba75dd4a-3aff-4eb0-ae12-b5a3a0906e1a} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18323 | 2025.01.27 09:43:40.663710 [ 273 ] {ba75dd4a-3aff-4eb0-ae12-b5a3a0906e1a} <Debug> executeQuery: Read 313 rows, 28.41 KiB in 0.002209 sec., 141693.0737890448 rows/sec., 12.56 MiB/sec. | ||
| 18324 | 2025.01.27 09:43:40.663781 [ 273 ] {ba75dd4a-3aff-4eb0-ae12-b5a3a0906e1a} <Debug> TCPHandler: Processed in 0.002620111 sec. | ||
| 18325 | 2025.01.27 09:43:40.664037 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18326 | 2025.01.27 09:43:40.664267 [ 267 ] {ec35ef33-fa01-4d52-92c6-dcb9d47e9005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18327 | 2025.01.27 09:43:40.664341 [ 267 ] {ec35ef33-fa01-4d52-92c6-dcb9d47e9005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18328 | 2025.01.27 09:43:40.665108 [ 267 ] {ec35ef33-fa01-4d52-92c6-dcb9d47e9005} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18329 | 2025.01.27 09:43:40.665153 [ 267 ] {ec35ef33-fa01-4d52-92c6-dcb9d47e9005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18330 | 2025.01.27 09:43:40.665576 [ 267 ] {ec35ef33-fa01-4d52-92c6-dcb9d47e9005} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18331 | 2025.01.27 09:43:40.665831 [ 267 ] {ec35ef33-fa01-4d52-92c6-dcb9d47e9005} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18332 | 2025.01.27 09:43:40.666067 [ 267 ] {ec35ef33-fa01-4d52-92c6-dcb9d47e9005} <Debug> executeQuery: Read 62 rows, 4.59 KiB in 0.001841 sec., 33677.34926670288 rows/sec., 2.44 MiB/sec. | ||
| 18333 | 2025.01.27 09:43:40.666156 [ 267 ] {ec35ef33-fa01-4d52-92c6-dcb9d47e9005} <Debug> TCPHandler: Processed in 0.002231852 sec. | ||
| 18334 | 2025.01.27 09:43:40.666396 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18335 | 2025.01.27 09:43:40.666547 [ 273 ] {fd5870d7-c26d-4d63-aacb-05283632fb4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18336 | 2025.01.27 09:43:40.666599 [ 273 ] {fd5870d7-c26d-4d63-aacb-05283632fb4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18337 | 2025.01.27 09:43:40.667187 [ 273 ] {fd5870d7-c26d-4d63-aacb-05283632fb4c} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18338 | 2025.01.27 09:43:40.667230 [ 273 ] {fd5870d7-c26d-4d63-aacb-05283632fb4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18339 | 2025.01.27 09:43:40.667604 [ 273 ] {fd5870d7-c26d-4d63-aacb-05283632fb4c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18340 | 2025.01.27 09:43:40.667846 [ 273 ] {fd5870d7-c26d-4d63-aacb-05283632fb4c} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18341 | 2025.01.27 09:43:40.668027 [ 273 ] {fd5870d7-c26d-4d63-aacb-05283632fb4c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001505 sec., 9302.32558139535 rows/sec., 651.47 KiB/sec. | ||
| 18342 | 2025.01.27 09:43:40.668138 [ 273 ] {fd5870d7-c26d-4d63-aacb-05283632fb4c} <Debug> TCPHandler: Processed in 0.001868543 sec. | ||
| 18343 | 2025.01.27 09:43:40.668336 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18344 | 2025.01.27 09:43:40.668455 [ 267 ] {2fa4aeb6-65fa-43fa-9f8f-33fbda08df1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18345 | 2025.01.27 09:43:40.668515 [ 267 ] {2fa4aeb6-65fa-43fa-9f8f-33fbda08df1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18346 | 2025.01.27 09:43:40.669110 [ 267 ] {2fa4aeb6-65fa-43fa-9f8f-33fbda08df1b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18347 | 2025.01.27 09:43:40.669151 [ 267 ] {2fa4aeb6-65fa-43fa-9f8f-33fbda08df1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18348 | 2025.01.27 09:43:40.669521 [ 267 ] {2fa4aeb6-65fa-43fa-9f8f-33fbda08df1b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18349 | 2025.01.27 09:43:40.669762 [ 267 ] {2fa4aeb6-65fa-43fa-9f8f-33fbda08df1b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18350 | 2025.01.27 09:43:40.669995 [ 267 ] {2fa4aeb6-65fa-43fa-9f8f-33fbda08df1b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00156 sec., 8333.333333333334 rows/sec., 519.58 KiB/sec. | ||
| 18351 | 2025.01.27 09:43:40.670074 [ 267 ] {2fa4aeb6-65fa-43fa-9f8f-33fbda08df1b} <Debug> TCPHandler: Processed in 0.001813542 sec. | ||
| 18352 | 2025.01.27 09:43:40.670312 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18353 | 2025.01.27 09:43:40.670481 [ 273 ] {9779475a-b310-4450-8c93-de1676da4277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18354 | 2025.01.27 09:43:40.670531 [ 273 ] {9779475a-b310-4450-8c93-de1676da4277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18355 | 2025.01.27 09:43:40.671281 [ 273 ] {9779475a-b310-4450-8c93-de1676da4277} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18356 | 2025.01.27 09:43:40.671320 [ 273 ] {9779475a-b310-4450-8c93-de1676da4277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18357 | 2025.01.27 09:43:40.671716 [ 273 ] {9779475a-b310-4450-8c93-de1676da4277} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18358 | 2025.01.27 09:43:40.671964 [ 273 ] {9779475a-b310-4450-8c93-de1676da4277} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18359 | 2025.01.27 09:43:40.672137 [ 273 ] {9779475a-b310-4450-8c93-de1676da4277} <Debug> executeQuery: Read 437 rows, 32.09 KiB in 0.00168 sec., 260119.0476190476 rows/sec., 18.65 MiB/sec. | ||
| 18360 | 2025.01.27 09:43:40.672189 [ 273 ] {9779475a-b310-4450-8c93-de1676da4277} <Debug> TCPHandler: Processed in 0.002015856 sec. | ||
| 18361 | 2025.01.27 09:43:40.672345 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18362 | 2025.01.27 09:43:40.672484 [ 267 ] {544bce82-838e-40b8-9c84-0dc69604aa73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18363 | 2025.01.27 09:43:40.672546 [ 267 ] {544bce82-838e-40b8-9c84-0dc69604aa73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18364 | 2025.01.27 09:43:40.673045 [ 267 ] {544bce82-838e-40b8-9c84-0dc69604aa73} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18365 | 2025.01.27 09:43:40.673084 [ 267 ] {544bce82-838e-40b8-9c84-0dc69604aa73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18366 | 2025.01.27 09:43:40.673463 [ 267 ] {544bce82-838e-40b8-9c84-0dc69604aa73} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18367 | 2025.01.27 09:43:40.673699 [ 267 ] {544bce82-838e-40b8-9c84-0dc69604aa73} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18368 | 2025.01.27 09:43:40.673901 [ 267 ] {544bce82-838e-40b8-9c84-0dc69604aa73} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001448 sec., 4143.646408839779 rows/sec., 216.49 KiB/sec. | ||
| 18369 | 2025.01.27 09:43:40.673952 [ 267 ] {544bce82-838e-40b8-9c84-0dc69604aa73} <Debug> TCPHandler: Processed in 0.001673979 sec. | ||
| 18370 | 2025.01.27 09:43:40.674101 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18371 | 2025.01.27 09:43:40.674240 [ 273 ] {7e80dd70-d271-4195-87a8-d5e3a13f0bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18372 | 2025.01.27 09:43:40.674304 [ 273 ] {7e80dd70-d271-4195-87a8-d5e3a13f0bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18373 | 2025.01.27 09:43:40.674923 [ 273 ] {7e80dd70-d271-4195-87a8-d5e3a13f0bfa} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18374 | 2025.01.27 09:43:40.674960 [ 273 ] {7e80dd70-d271-4195-87a8-d5e3a13f0bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18375 | 2025.01.27 09:43:40.675361 [ 273 ] {7e80dd70-d271-4195-87a8-d5e3a13f0bfa} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18376 | 2025.01.27 09:43:40.675605 [ 273 ] {7e80dd70-d271-4195-87a8-d5e3a13f0bfa} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18377 | 2025.01.27 09:43:40.675778 [ 273 ] {7e80dd70-d271-4195-87a8-d5e3a13f0bfa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001569 sec., 151051.62523900572 rows/sec., 10.12 MiB/sec. | ||
| 18378 | 2025.01.27 09:43:40.675829 [ 273 ] {7e80dd70-d271-4195-87a8-d5e3a13f0bfa} <Debug> TCPHandler: Processed in 0.001797052 sec. | ||
| 18379 | 2025.01.27 09:43:40.675984 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18380 | 2025.01.27 09:43:40.676124 [ 267 ] {61ee1f5e-d4db-4eed-8307-96d810a10d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18381 | 2025.01.27 09:43:40.676185 [ 267 ] {61ee1f5e-d4db-4eed-8307-96d810a10d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18382 | 2025.01.27 09:43:40.676727 [ 267 ] {61ee1f5e-d4db-4eed-8307-96d810a10d11} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18383 | 2025.01.27 09:43:40.676766 [ 267 ] {61ee1f5e-d4db-4eed-8307-96d810a10d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18384 | 2025.01.27 09:43:40.677140 [ 267 ] {61ee1f5e-d4db-4eed-8307-96d810a10d11} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18385 | 2025.01.27 09:43:40.677378 [ 267 ] {61ee1f5e-d4db-4eed-8307-96d810a10d11} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18386 | 2025.01.27 09:43:40.677613 [ 267 ] {61ee1f5e-d4db-4eed-8307-96d810a10d11} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001514 sec., 660.5019815059445 rows/sec., 44.51 KiB/sec. | ||
| 18387 | 2025.01.27 09:43:40.677705 [ 267 ] {61ee1f5e-d4db-4eed-8307-96d810a10d11} <Debug> TCPHandler: Processed in 0.001784281 sec. | ||
| 18388 | 2025.01.27 09:43:40.677901 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18389 | 2025.01.27 09:43:40.678051 [ 273 ] {c19afcd0-b751-46ce-9b34-00179a717954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18390 | 2025.01.27 09:43:40.678133 [ 273 ] {c19afcd0-b751-46ce-9b34-00179a717954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18391 | 2025.01.27 09:43:40.679400 [ 273 ] {c19afcd0-b751-46ce-9b34-00179a717954} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18392 | 2025.01.27 09:43:40.679439 [ 273 ] {c19afcd0-b751-46ce-9b34-00179a717954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18393 | 2025.01.27 09:43:40.680132 [ 273 ] {c19afcd0-b751-46ce-9b34-00179a717954} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18394 | 2025.01.27 09:43:40.680398 [ 273 ] {c19afcd0-b751-46ce-9b34-00179a717954} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18395 | 2025.01.27 09:43:40.680645 [ 273 ] {c19afcd0-b751-46ce-9b34-00179a717954} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002619 sec., 21000.381825124095 rows/sec., 37.63 MiB/sec. | ||
| 18396 | 2025.01.27 09:43:40.680740 [ 273 ] {c19afcd0-b751-46ce-9b34-00179a717954} <Debug> TCPHandler: Processed in 0.002948048 sec. | ||
| 18397 | 2025.01.27 09:43:40.680911 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18398 | 2025.01.27 09:43:40.681051 [ 267 ] {44db2dbe-0dfe-4232-a868-23c4d53a3d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18399 | 2025.01.27 09:43:40.681109 [ 267 ] {44db2dbe-0dfe-4232-a868-23c4d53a3d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18400 | 2025.01.27 09:43:40.681674 [ 267 ] {44db2dbe-0dfe-4232-a868-23c4d53a3d3d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18401 | 2025.01.27 09:43:40.681713 [ 267 ] {44db2dbe-0dfe-4232-a868-23c4d53a3d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18402 | 2025.01.27 09:43:40.682082 [ 267 ] {44db2dbe-0dfe-4232-a868-23c4d53a3d3d} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18403 | 2025.01.27 09:43:40.682315 [ 267 ] {44db2dbe-0dfe-4232-a868-23c4d53a3d3d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18404 | 2025.01.27 09:43:40.682532 [ 267 ] {44db2dbe-0dfe-4232-a868-23c4d53a3d3d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001511 sec., 54268.6962276638 rows/sec., 3.45 MiB/sec. | ||
| 18405 | 2025.01.27 09:43:40.682581 [ 267 ] {44db2dbe-0dfe-4232-a868-23c4d53a3d3d} <Debug> TCPHandler: Processed in 0.001741211 sec. | ||
| 18406 | 2025.01.27 09:43:41.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.23 MiB, peak 286.97 MiB, free memory in arenas 0.00 B, will set to 268.33 MiB (RSS), difference: 3.10 MiB | ||
| 18407 | 2025.01.27 09:43:43.002095 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 724 | ||
| 18408 | 2025.01.27 09:43:43.025767 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18409 | 2025.01.27 09:43:43.025831 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18410 | 2025.01.27 09:43:43.033530 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 18411 | 2025.01.27 09:43:43.034394 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18412 | 2025.01.27 09:43:43.034716 [ 132 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 18413 | 2025.01.27 09:43:43.034796 [ 132 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18414 | 2025.01.27 09:43:43.034843 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18415 | 2025.01.27 09:43:43.035258 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 18416 | 2025.01.27 09:43:43.051332 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 18417 | 2025.01.27 09:43:43.052823 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18418 | 2025.01.27 09:43:43.054147 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 18419 | 2025.01.27 09:43:43.059891 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 18420 | 2025.01.27 09:43:43.067442 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 18421 | 2025.01.27 09:43:43.075272 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 18422 | 2025.01.27 09:43:43.082438 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
| 18423 | 2025.01.27 09:43:43.088866 [ 187 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part | ||
| 18424 | 2025.01.27 09:43:43.163192 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.128214229 sec., 5646.7991551858095 rows/sec., 29.20 MiB/sec. | ||
| 18425 | 2025.01.27 09:43:43.167071 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 18426 | 2025.01.27 09:43:43.170182 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18427 | 2025.01.27 09:43:43.170314 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_96_19} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 18428 | 2025.01.27 09:43:43.172956 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 18429 | 2025.01.27 09:43:44.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.40 MiB, peak 286.97 MiB, free memory in arenas 0.00 B, will set to 268.33 MiB (RSS), difference: -1.07 MiB | ||
| 18430 | 2025.01.27 09:43:45.651686 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18431 | 2025.01.27 09:43:45.651916 [ 267 ] {64ee99ee-d669-49ae-a947-85b89c28b185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18432 | 2025.01.27 09:43:45.652000 [ 267 ] {64ee99ee-d669-49ae-a947-85b89c28b185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18433 | 2025.01.27 09:43:45.652890 [ 267 ] {64ee99ee-d669-49ae-a947-85b89c28b185} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18434 | 2025.01.27 09:43:45.652936 [ 267 ] {64ee99ee-d669-49ae-a947-85b89c28b185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18435 | 2025.01.27 09:43:45.653389 [ 267 ] {64ee99ee-d669-49ae-a947-85b89c28b185} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18436 | 2025.01.27 09:43:45.653643 [ 267 ] {64ee99ee-d669-49ae-a947-85b89c28b185} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18437 | 2025.01.27 09:43:45.653878 [ 267 ] {64ee99ee-d669-49ae-a947-85b89c28b185} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002025 sec., 27654.320987654322 rows/sec., 2.11 MiB/sec. | ||
| 18438 | 2025.01.27 09:43:45.653934 [ 267 ] {64ee99ee-d669-49ae-a947-85b89c28b185} <Debug> TCPHandler: Processed in 0.002391416 sec. | ||
| 18439 | 2025.01.27 09:43:45.654204 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18440 | 2025.01.27 09:43:45.654416 [ 273 ] {c8004b94-ad8a-427e-9af6-70cf2ae2a8e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18441 | 2025.01.27 09:43:45.654498 [ 273 ] {c8004b94-ad8a-427e-9af6-70cf2ae2a8e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18442 | 2025.01.27 09:43:45.655314 [ 273 ] {c8004b94-ad8a-427e-9af6-70cf2ae2a8e5} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18443 | 2025.01.27 09:43:45.655360 [ 273 ] {c8004b94-ad8a-427e-9af6-70cf2ae2a8e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18444 | 2025.01.27 09:43:45.655811 [ 273 ] {c8004b94-ad8a-427e-9af6-70cf2ae2a8e5} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18445 | 2025.01.27 09:43:45.656084 [ 273 ] {c8004b94-ad8a-427e-9af6-70cf2ae2a8e5} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18446 | 2025.01.27 09:43:45.656334 [ 273 ] {c8004b94-ad8a-427e-9af6-70cf2ae2a8e5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001976 sec., 32388.663967611337 rows/sec., 2.53 MiB/sec. | ||
| 18447 | 2025.01.27 09:43:45.656415 [ 273 ] {c8004b94-ad8a-427e-9af6-70cf2ae2a8e5} <Debug> TCPHandler: Processed in 0.002347394 sec. | ||
| 18448 | 2025.01.27 09:43:45.656636 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18449 | 2025.01.27 09:43:45.657004 [ 267 ] {d698796b-0b64-42ea-9ab4-f128045a7b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18450 | 2025.01.27 09:43:45.657110 [ 267 ] {d698796b-0b64-42ea-9ab4-f128045a7b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18451 | 2025.01.27 09:43:45.657698 [ 267 ] {d698796b-0b64-42ea-9ab4-f128045a7b6d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18452 | 2025.01.27 09:43:45.657739 [ 267 ] {d698796b-0b64-42ea-9ab4-f128045a7b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18453 | 2025.01.27 09:43:45.658152 [ 267 ] {d698796b-0b64-42ea-9ab4-f128045a7b6d} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18454 | 2025.01.27 09:43:45.658406 [ 267 ] {d698796b-0b64-42ea-9ab4-f128045a7b6d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18455 | 2025.01.27 09:43:45.658652 [ 267 ] {d698796b-0b64-42ea-9ab4-f128045a7b6d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001784 sec., 89686.09865470852 rows/sec., 6.25 MiB/sec. | ||
| 18456 | 2025.01.27 09:43:45.658747 [ 267 ] {d698796b-0b64-42ea-9ab4-f128045a7b6d} <Debug> TCPHandler: Processed in 0.002244653 sec. | ||
| 18457 | 2025.01.27 09:43:45.658944 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18458 | 2025.01.27 09:43:45.659237 [ 273 ] {9e5bfb76-73a6-4b49-90f5-9f6e87098f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18459 | 2025.01.27 09:43:45.659326 [ 273 ] {9e5bfb76-73a6-4b49-90f5-9f6e87098f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18460 | 2025.01.27 09:43:45.659859 [ 273 ] {9e5bfb76-73a6-4b49-90f5-9f6e87098f82} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18461 | 2025.01.27 09:43:45.659900 [ 273 ] {9e5bfb76-73a6-4b49-90f5-9f6e87098f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18462 | 2025.01.27 09:43:45.660287 [ 273 ] {9e5bfb76-73a6-4b49-90f5-9f6e87098f82} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18463 | 2025.01.27 09:43:45.660536 [ 273 ] {9e5bfb76-73a6-4b49-90f5-9f6e87098f82} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18464 | 2025.01.27 09:43:45.660757 [ 273 ] {9e5bfb76-73a6-4b49-90f5-9f6e87098f82} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001615 sec., 37151.70278637771 rows/sec., 2.50 MiB/sec. | ||
| 18465 | 2025.01.27 09:43:45.660865 [ 273 ] {9e5bfb76-73a6-4b49-90f5-9f6e87098f82} <Debug> TCPHandler: Processed in 0.002015997 sec. | ||
| 18466 | 2025.01.27 09:43:47.225790 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 | ||
| 18467 | 2025.01.27 09:43:47.226480 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18468 | 2025.01.27 09:43:47.226529 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18469 | 2025.01.27 09:43:47.227074 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 18470 | 2025.01.27 09:43:47.227331 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18471 | 2025.01.27 09:43:47.227578 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 | ||
| 18472 | 2025.01.27 09:43:49.995630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2534 | ||
| 18473 | 2025.01.27 09:43:49.998763 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18474 | 2025.01.27 09:43:49.998812 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18475 | 2025.01.27 09:43:50.000816 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18476 | 2025.01.27 09:43:50.001188 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18477 | 2025.01.27 09:43:50.002618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2534 | ||
| 18478 | 2025.01.27 09:43:50.552380 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732 | ||
| 18479 | 2025.01.27 09:43:50.575163 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18480 | 2025.01.27 09:43:50.575215 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18481 | 2025.01.27 09:43:50.582762 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 18482 | 2025.01.27 09:43:50.583541 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18483 | 2025.01.27 09:43:50.586938 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732 | ||
| 18484 | 2025.01.27 09:43:50.648235 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18485 | 2025.01.27 09:43:50.648584 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) 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) | ||
| 18486 | 2025.01.27 09:43:50.649117 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 18487 | 2025.01.27 09:43:50.649179 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <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 | ||
| 18488 | 2025.01.27 09:43:50.649632 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18489 | 2025.01.27 09:43:50.649723 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 18490 | 2025.01.27 09:43:50.649908 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 18491 | 2025.01.27 09:43:50.649950 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 18492 | 2025.01.27 09:43:50.649977 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Debug> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (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 | ||
| 18493 | 2025.01.27 09:43:50.649996 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 18494 | 2025.01.27 09:43:50.650048 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <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'))" | ||
| 18495 | 2025.01.27 09:43:50.650075 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 18496 | 2025.01.27 09:43:50.651274 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002862 sec., 14325.6464011181 rows/sec., 546.29 KiB/sec. | ||
| 18497 | 2025.01.27 09:43:50.651404 [ 267 ] {c56a3e5d-9669-4a8c-8b19-aff09ef1cea1} <Debug> TCPHandler: Processed in 0.003325087 sec. | ||
| 18498 | 2025.01.27 09:43:50.663503 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18499 | 2025.01.27 09:43:50.663631 [ 267 ] {751109e6-4310-4197-991a-0e30cac703f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 18500 | 2025.01.27 09:43:50.663684 [ 267 ] {751109e6-4310-4197-991a-0e30cac703f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 18501 | 2025.01.27 09:43:50.664417 [ 267 ] {751109e6-4310-4197-991a-0e30cac703f0} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18502 | 2025.01.27 09:43:50.664468 [ 267 ] {751109e6-4310-4197-991a-0e30cac703f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18503 | 2025.01.27 09:43:50.664979 [ 267 ] {751109e6-4310-4197-991a-0e30cac703f0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 18504 | 2025.01.27 09:43:50.665200 [ 267 ] {751109e6-4310-4197-991a-0e30cac703f0} <Trace> oximeter.timeseries_schema (337b95fe-fa7a-4d7b-a5ff-a1728be93335): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18505 | 2025.01.27 09:43:50.665502 [ 267 ] {751109e6-4310-4197-991a-0e30cac703f0} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001883 sec., 531.0674455655868 rows/sec., 54.97 KiB/sec. | ||
| 18506 | 2025.01.27 09:43:50.665609 [ 267 ] {751109e6-4310-4197-991a-0e30cac703f0} <Debug> TCPHandler: Processed in 0.00216095 sec. | ||
| 18507 | 2025.01.27 09:43:50.665848 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18508 | 2025.01.27 09:43:50.666053 [ 273 ] {44c14e43-80ea-4759-bd6d-30218d0375c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18509 | 2025.01.27 09:43:50.666133 [ 273 ] {44c14e43-80ea-4759-bd6d-30218d0375c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18510 | 2025.01.27 09:43:50.666969 [ 273 ] {44c14e43-80ea-4759-bd6d-30218d0375c5} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18511 | 2025.01.27 09:43:50.667008 [ 273 ] {44c14e43-80ea-4759-bd6d-30218d0375c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18512 | 2025.01.27 09:43:50.667440 [ 273 ] {44c14e43-80ea-4759-bd6d-30218d0375c5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18513 | 2025.01.27 09:43:50.667701 [ 273 ] {44c14e43-80ea-4759-bd6d-30218d0375c5} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18514 | 2025.01.27 09:43:50.667935 [ 273 ] {44c14e43-80ea-4759-bd6d-30218d0375c5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec. | ||
| 18515 | 2025.01.27 09:43:50.668073 [ 273 ] {44c14e43-80ea-4759-bd6d-30218d0375c5} <Debug> TCPHandler: Processed in 0.002349045 sec. | ||
| 18516 | 2025.01.27 09:43:50.668538 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18517 | 2025.01.27 09:43:50.669204 [ 267 ] {ab796a20-c09f-4308-838c-10a44f4db3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18518 | 2025.01.27 09:43:50.669312 [ 267 ] {ab796a20-c09f-4308-838c-10a44f4db3ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18519 | 2025.01.27 09:43:50.670070 [ 267 ] {ab796a20-c09f-4308-838c-10a44f4db3ec} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18520 | 2025.01.27 09:43:50.670111 [ 267 ] {ab796a20-c09f-4308-838c-10a44f4db3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18521 | 2025.01.27 09:43:50.670507 [ 267 ] {ab796a20-c09f-4308-838c-10a44f4db3ec} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18522 | 2025.01.27 09:43:50.670743 [ 267 ] {ab796a20-c09f-4308-838c-10a44f4db3ec} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18523 | 2025.01.27 09:43:50.670919 [ 87 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 18524 | 2025.01.27 09:43:50.670984 [ 87 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18525 | 2025.01.27 09:43:50.670984 [ 267 ] {ab796a20-c09f-4308-838c-10a44f4db3ec} <Debug> executeQuery: Read 320 rows, 29.07 KiB in 0.002035 sec., 157248.15724815725 rows/sec., 13.95 MiB/sec. | ||
| 18526 | 2025.01.27 09:43:50.671017 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18527 | 2025.01.27 09:43:50.671143 [ 267 ] {ab796a20-c09f-4308-838c-10a44f4db3ec} <Debug> TCPHandler: Processed in 0.002930728 sec. | ||
| 18528 | 2025.01.27 09:43:50.671314 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 18529 | 2025.01.27 09:43:50.671414 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18530 | 2025.01.27 09:43:50.671783 [ 273 ] {ad7ab2c2-a0ca-4e33-a926-7322b67bba7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18531 | 2025.01.27 09:43:50.671940 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18532 | 2025.01.27 09:43:50.671971 [ 273 ] {ad7ab2c2-a0ca-4e33-a926-7322b67bba7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18533 | 2025.01.27 09:43:50.672122 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1458 rows starting from the beginning of the part | ||
| 18534 | 2025.01.27 09:43:50.672637 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 56 rows starting from the beginning of the part | ||
| 18535 | 2025.01.27 09:43:50.673170 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 56 rows starting from the beginning of the part | ||
| 18536 | 2025.01.27 09:43:50.673762 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 313 rows starting from the beginning of the part | ||
| 18537 | 2025.01.27 09:43:50.674337 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 56 rows starting from the beginning of the part | ||
| 18538 | 2025.01.27 09:43:50.674939 [ 188 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 320 rows starting from the beginning of the part | ||
| 18539 | 2025.01.27 09:43:50.676899 [ 273 ] {ad7ab2c2-a0ca-4e33-a926-7322b67bba7a} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18540 | 2025.01.27 09:43:50.676965 [ 273 ] {ad7ab2c2-a0ca-4e33-a926-7322b67bba7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18541 | 2025.01.27 09:43:50.678050 [ 273 ] {ad7ab2c2-a0ca-4e33-a926-7322b67bba7a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18542 | 2025.01.27 09:43:50.678419 [ 273 ] {ad7ab2c2-a0ca-4e33-a926-7322b67bba7a} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18543 | 2025.01.27 09:43:50.678935 [ 273 ] {ad7ab2c2-a0ca-4e33-a926-7322b67bba7a} <Debug> executeQuery: Read 65 rows, 4.82 KiB in 0.007266 sec., 8945.774841728598 rows/sec., 663.00 KiB/sec. | ||
| 18544 | 2025.01.27 09:43:50.679067 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2259 rows, containing 5 columns (5 merged, 0 gathered) in 0.007906984 sec., 285696.7966547042 rows/sec., 25.23 MiB/sec. | ||
| 18545 | 2025.01.27 09:43:50.679086 [ 273 ] {ad7ab2c2-a0ca-4e33-a926-7322b67bba7a} <Debug> TCPHandler: Processed in 0.007791261 sec. | ||
| 18546 | 2025.01.27 09:43:50.679323 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18547 | 2025.01.27 09:43:50.679445 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 18548 | 2025.01.27 09:43:50.679536 [ 267 ] {55f186c0-4765-46c0-8077-6ed22a1254e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18549 | 2025.01.27 09:43:50.679625 [ 267 ] {55f186c0-4765-46c0-8077-6ed22a1254e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18550 | 2025.01.27 09:43:50.680167 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18551 | 2025.01.27 09:43:50.680401 [ 198 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_166_33} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 18552 | 2025.01.27 09:43:50.680566 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 18553 | 2025.01.27 09:43:50.680794 [ 267 ] {55f186c0-4765-46c0-8077-6ed22a1254e2} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18554 | 2025.01.27 09:43:50.680837 [ 267 ] {55f186c0-4765-46c0-8077-6ed22a1254e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18555 | 2025.01.27 09:43:50.681209 [ 267 ] {55f186c0-4765-46c0-8077-6ed22a1254e2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18556 | 2025.01.27 09:43:50.681447 [ 267 ] {55f186c0-4765-46c0-8077-6ed22a1254e2} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18557 | 2025.01.27 09:43:50.681677 [ 267 ] {55f186c0-4765-46c0-8077-6ed22a1254e2} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.002209 sec., 6790.4028972385695 rows/sec., 473.91 KiB/sec. | ||
| 18558 | 2025.01.27 09:43:50.681733 [ 267 ] {55f186c0-4765-46c0-8077-6ed22a1254e2} <Debug> TCPHandler: Processed in 0.002496858 sec. | ||
| 18559 | 2025.01.27 09:43:50.681893 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18560 | 2025.01.27 09:43:50.682031 [ 273 ] {2aa45036-3b0f-4780-bdc5-166ae6955bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18561 | 2025.01.27 09:43:50.682088 [ 273 ] {2aa45036-3b0f-4780-bdc5-166ae6955bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18562 | 2025.01.27 09:43:50.682767 [ 273 ] {2aa45036-3b0f-4780-bdc5-166ae6955bf2} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18563 | 2025.01.27 09:43:50.682814 [ 273 ] {2aa45036-3b0f-4780-bdc5-166ae6955bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18564 | 2025.01.27 09:43:50.683186 [ 273 ] {2aa45036-3b0f-4780-bdc5-166ae6955bf2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18565 | 2025.01.27 09:43:50.683427 [ 273 ] {2aa45036-3b0f-4780-bdc5-166ae6955bf2} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18566 | 2025.01.27 09:43:50.683630 [ 273 ] {2aa45036-3b0f-4780-bdc5-166ae6955bf2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec. | ||
| 18567 | 2025.01.27 09:43:50.683681 [ 273 ] {2aa45036-3b0f-4780-bdc5-166ae6955bf2} <Debug> TCPHandler: Processed in 0.001859554 sec. | ||
| 18568 | 2025.01.27 09:43:50.683822 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18569 | 2025.01.27 09:43:50.683940 [ 267 ] {9ae274d0-0503-4ca0-bd41-ff3a501754ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18570 | 2025.01.27 09:43:50.683987 [ 267 ] {9ae274d0-0503-4ca0-bd41-ff3a501754ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18571 | 2025.01.27 09:43:50.684732 [ 267 ] {9ae274d0-0503-4ca0-bd41-ff3a501754ae} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18572 | 2025.01.27 09:43:50.684771 [ 267 ] {9ae274d0-0503-4ca0-bd41-ff3a501754ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18573 | 2025.01.27 09:43:50.685153 [ 267 ] {9ae274d0-0503-4ca0-bd41-ff3a501754ae} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18574 | 2025.01.27 09:43:50.685388 [ 267 ] {9ae274d0-0503-4ca0-bd41-ff3a501754ae} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18575 | 2025.01.27 09:43:50.685561 [ 36 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 18576 | 2025.01.27 09:43:50.685624 [ 267 ] {9ae274d0-0503-4ca0-bd41-ff3a501754ae} <Debug> executeQuery: Read 449 rows, 33.05 KiB in 0.0017 sec., 264117.64705882355 rows/sec., 18.99 MiB/sec. | ||
| 18577 | 2025.01.27 09:43:50.685630 [ 36 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18578 | 2025.01.27 09:43:50.685710 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18579 | 2025.01.27 09:43:50.685744 [ 267 ] {9ae274d0-0503-4ca0-bd41-ff3a501754ae} <Debug> TCPHandler: Processed in 0.001974535 sec. | ||
| 18580 | 2025.01.27 09:43:50.685937 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 18581 | 2025.01.27 09:43:50.685973 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18582 | 2025.01.27 09:43:50.686150 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18583 | 2025.01.27 09:43:50.686222 [ 273 ] {95101ba1-bd3a-4070-aa41-f4f4823f61b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18584 | 2025.01.27 09:43:50.686229 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 930 rows starting from the beginning of the part | ||
| 18585 | 2025.01.27 09:43:50.686334 [ 273 ] {95101ba1-bd3a-4070-aa41-f4f4823f61b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18586 | 2025.01.27 09:43:50.686570 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part | ||
| 18587 | 2025.01.27 09:43:50.686980 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 64 rows starting from the beginning of the part | ||
| 18588 | 2025.01.27 09:43:50.687368 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 437 rows starting from the beginning of the part | ||
| 18589 | 2025.01.27 09:43:50.687744 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 64 rows starting from the beginning of the part | ||
| 18590 | 2025.01.27 09:43:50.687968 [ 197 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 449 rows starting from the beginning of the part | ||
| 18591 | 2025.01.27 09:43:50.688845 [ 273 ] {95101ba1-bd3a-4070-aa41-f4f4823f61b3} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18592 | 2025.01.27 09:43:50.688909 [ 273 ] {95101ba1-bd3a-4070-aa41-f4f4823f61b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18593 | 2025.01.27 09:43:50.689829 [ 273 ] {95101ba1-bd3a-4070-aa41-f4f4823f61b3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18594 | 2025.01.27 09:43:50.690331 [ 273 ] {95101ba1-bd3a-4070-aa41-f4f4823f61b3} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18595 | 2025.01.27 09:43:50.690731 [ 273 ] {95101ba1-bd3a-4070-aa41-f4f4823f61b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004554 sec., 1317.5230566534915 rows/sec., 68.84 KiB/sec. | ||
| 18596 | 2025.01.27 09:43:50.690885 [ 273 ] {95101ba1-bd3a-4070-aa41-f4f4823f61b3} <Debug> TCPHandler: Processed in 0.005029377 sec. | ||
| 18597 | 2025.01.27 09:43:50.691138 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18598 | 2025.01.27 09:43:50.691170 [ 199 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2008 rows, containing 5 columns (5 merged, 0 gathered) in 0.005352715 sec., 375136.7296783034 rows/sec., 28.77 MiB/sec. | ||
| 18599 | 2025.01.27 09:43:50.691302 [ 267 ] {8fea2989-146f-47b9-a083-9449136aff08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18600 | 2025.01.27 09:43:50.691393 [ 267 ] {8fea2989-146f-47b9-a083-9449136aff08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18601 | 2025.01.27 09:43:50.691446 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 18602 | 2025.01.27 09:43:50.692148 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18603 | 2025.01.27 09:43:50.692397 [ 190 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_166_33} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 18604 | 2025.01.27 09:43:50.692586 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 18605 | 2025.01.27 09:43:50.692734 [ 267 ] {8fea2989-146f-47b9-a083-9449136aff08} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18606 | 2025.01.27 09:43:50.692777 [ 267 ] {8fea2989-146f-47b9-a083-9449136aff08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18607 | 2025.01.27 09:43:50.693173 [ 267 ] {8fea2989-146f-47b9-a083-9449136aff08} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18608 | 2025.01.27 09:43:50.693413 [ 267 ] {8fea2989-146f-47b9-a083-9449136aff08} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18609 | 2025.01.27 09:43:50.693606 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_161_33 to all_166_166_0 | ||
| 18610 | 2025.01.27 09:43:50.693668 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18611 | 2025.01.27 09:43:50.693677 [ 267 ] {8fea2989-146f-47b9-a083-9449136aff08} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002399 sec., 98791.1629845769 rows/sec., 6.62 MiB/sec. | ||
| 18612 | 2025.01.27 09:43:50.693703 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18613 | 2025.01.27 09:43:50.693917 [ 267 ] {8fea2989-146f-47b9-a083-9449136aff08} <Debug> TCPHandler: Processed in 0.002919418 sec. | ||
| 18614 | 2025.01.27 09:43:50.694024 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_33 to all_166_166_0 into Compact with storage Full | ||
| 18615 | 2025.01.27 09:43:50.694172 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18616 | 2025.01.27 09:43:50.694626 [ 273 ] {d41b1b73-b212-414c-a8e5-ed1c8ff6b8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18617 | 2025.01.27 09:43:50.694645 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18618 | 2025.01.27 09:43:50.694820 [ 273 ] {d41b1b73-b212-414c-a8e5-ed1c8ff6b8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18619 | 2025.01.27 09:43:50.694843 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_161_33, total 48274 rows starting from the beginning of the part | ||
| 18620 | 2025.01.27 09:43:50.695443 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 128 rows starting from the beginning of the part | ||
| 18621 | 2025.01.27 09:43:50.695985 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 160 rows starting from the beginning of the part | ||
| 18622 | 2025.01.27 09:43:50.696405 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 237 rows starting from the beginning of the part | ||
| 18623 | 2025.01.27 09:43:50.696862 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 160 rows starting from the beginning of the part | ||
| 18624 | 2025.01.27 09:43:50.697301 [ 196 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 237 rows starting from the beginning of the part | ||
| 18625 | 2025.01.27 09:43:50.698985 [ 273 ] {d41b1b73-b212-414c-a8e5-ed1c8ff6b8f8} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18626 | 2025.01.27 09:43:50.699032 [ 273 ] {d41b1b73-b212-414c-a8e5-ed1c8ff6b8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18627 | 2025.01.27 09:43:50.699589 [ 273 ] {d41b1b73-b212-414c-a8e5-ed1c8ff6b8f8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18628 | 2025.01.27 09:43:50.700051 [ 273 ] {d41b1b73-b212-414c-a8e5-ed1c8ff6b8f8} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18629 | 2025.01.27 09:43:50.700506 [ 218 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Found 6 old parts to remove. Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 18630 | 2025.01.27 09:43:50.700580 [ 218 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 6 parts from filesystem (serially): Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 18631 | 2025.01.27 09:43:50.700795 [ 273 ] {d41b1b73-b212-414c-a8e5-ed1c8ff6b8f8} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.006328 sec., 316.05562579013906 rows/sec., 20.68 KiB/sec. | ||
| 18632 | 2025.01.27 09:43:50.701167 [ 273 ] {d41b1b73-b212-414c-a8e5-ed1c8ff6b8f8} <Debug> TCPHandler: Processed in 0.007109686 sec. | ||
| 18633 | 2025.01.27 09:43:50.701463 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18634 | 2025.01.27 09:43:50.701805 [ 267 ] {35f14d08-c1fe-4ef3-a939-153ded1c7ab0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18635 | 2025.01.27 09:43:50.701928 [ 267 ] {35f14d08-c1fe-4ef3-a939-153ded1c7ab0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18636 | 2025.01.27 09:43:50.705950 [ 218 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 6 parts from memory: Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 18637 | 2025.01.27 09:43:50.706602 [ 267 ] {35f14d08-c1fe-4ef3-a939-153ded1c7ab0} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18638 | 2025.01.27 09:43:50.706691 [ 267 ] {35f14d08-c1fe-4ef3-a939-153ded1c7ab0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18639 | 2025.01.27 09:43:50.707973 [ 267 ] {35f14d08-c1fe-4ef3-a939-153ded1c7ab0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18640 | 2025.01.27 09:43:50.708334 [ 267 ] {35f14d08-c1fe-4ef3-a939-153ded1c7ab0} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18641 | 2025.01.27 09:43:50.708524 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18642 | 2025.01.27 09:43:50.708607 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18643 | 2025.01.27 09:43:50.708667 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18644 | 2025.01.27 09:43:50.708829 [ 267 ] {35f14d08-c1fe-4ef3-a939-153ded1c7ab0} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.007112 sec., 8155.230596175477 rows/sec., 14.61 MiB/sec. | ||
| 18645 | 2025.01.27 09:43:50.709359 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::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 | ||
| 18646 | 2025.01.27 09:43:50.710580 [ 267 ] {35f14d08-c1fe-4ef3-a939-153ded1c7ab0} <Debug> TCPHandler: Processed in 0.009293667 sec. | ||
| 18647 | 2025.01.27 09:43:50.710824 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18648 | 2025.01.27 09:43:50.710985 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18649 | 2025.01.27 09:43:50.711331 [ 273 ] {1f783447-a269-4702-ad52-2c1418912aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 18650 | 2025.01.27 09:43:50.711411 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2462 rows starting from the beginning of the part | ||
| 18651 | 2025.01.27 09:43:50.711534 [ 273 ] {1f783447-a269-4702-ad52-2c1418912aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 18652 | 2025.01.27 09:43:50.712096 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49196 rows, containing 5 columns (5 merged, 0 gathered) in 0.018217283 sec., 2700512.474884427 rows/sec., 182.36 MiB/sec. | ||
| 18653 | 2025.01.27 09:43:50.712676 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Trace> MergedBlockOutputStream: filled checksums all_1_166_34 (state Temporary) | ||
| 18654 | 2025.01.27 09:43:50.712882 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 39 rows starting from the beginning of the part | ||
| 18655 | 2025.01.27 09:43:50.714059 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 50 rows starting from the beginning of the part | ||
| 18656 | 2025.01.27 09:43:50.714092 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_166_34 to all_1_166_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18657 | 2025.01.27 09:43:50.714540 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_161_33, all_166_166_0] -> all_1_166_34 | ||
| 18658 | 2025.01.27 09:43:50.714954 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 18659 | 2025.01.27 09:43:50.715144 [ 273 ] {1f783447-a269-4702-ad52-2c1418912aa4} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18660 | 2025.01.27 09:43:50.715186 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 53 rows starting from the beginning of the part | ||
| 18661 | 2025.01.27 09:43:50.715195 [ 273 ] {1f783447-a269-4702-ad52-2c1418912aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18662 | 2025.01.27 09:43:50.715611 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 55 rows starting from the beginning of the part | ||
| 18663 | 2025.01.27 09:43:50.716030 [ 199 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 58 rows starting from the beginning of the part | ||
| 18664 | 2025.01.27 09:43:50.716060 [ 273 ] {1f783447-a269-4702-ad52-2c1418912aa4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 18665 | 2025.01.27 09:43:50.716545 [ 273 ] {1f783447-a269-4702-ad52-2c1418912aa4} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18666 | 2025.01.27 09:43:50.716891 [ 273 ] {1f783447-a269-4702-ad52-2c1418912aa4} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005733 sec., 1569.8587127158555 rows/sec., 110.89 KiB/sec. | ||
| 18667 | 2025.01.27 09:43:50.716976 [ 273 ] {1f783447-a269-4702-ad52-2c1418912aa4} <Debug> TCPHandler: Processed in 0.006292006 sec. | ||
| 18668 | 2025.01.27 09:43:50.717184 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18669 | 2025.01.27 09:43:50.717327 [ 267 ] {62e02383-e582-47c3-9870-bb03c30a76eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18670 | 2025.01.27 09:43:50.717381 [ 267 ] {62e02383-e582-47c3-9870-bb03c30a76eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18671 | 2025.01.27 09:43:50.718045 [ 267 ] {62e02383-e582-47c3-9870-bb03c30a76eb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18672 | 2025.01.27 09:43:50.718085 [ 267 ] {62e02383-e582-47c3-9870-bb03c30a76eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18673 | 2025.01.27 09:43:50.718495 [ 267 ] {62e02383-e582-47c3-9870-bb03c30a76eb} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18674 | 2025.01.27 09:43:50.718745 [ 267 ] {62e02383-e582-47c3-9870-bb03c30a76eb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18675 | 2025.01.27 09:43:50.718929 [ 36 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 18676 | 2025.01.27 09:43:50.718983 [ 36 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18677 | 2025.01.27 09:43:50.719008 [ 267 ] {62e02383-e582-47c3-9870-bb03c30a76eb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001691 sec., 48492.016558249554 rows/sec., 3.08 MiB/sec. | ||
| 18678 | 2025.01.27 09:43:50.719021 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18679 | 2025.01.27 09:43:50.719152 [ 267 ] {62e02383-e582-47c3-9870-bb03c30a76eb} <Debug> TCPHandler: Processed in 0.002075799 sec. | ||
| 18680 | 2025.01.27 09:43:50.719208 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 18681 | 2025.01.27 09:43:50.719365 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18682 | 2025.01.27 09:43:50.719406 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9798 rows starting from the beginning of the part | ||
| 18683 | 2025.01.27 09:43:50.719552 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 48 rows starting from the beginning of the part | ||
| 18684 | 2025.01.27 09:43:50.719751 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part | ||
| 18685 | 2025.01.27 09:43:50.719951 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 82 rows starting from the beginning of the part | ||
| 18686 | 2025.01.27 09:43:50.720126 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part | ||
| 18687 | 2025.01.27 09:43:50.720261 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 82 rows starting from the beginning of the part | ||
| 18688 | 2025.01.27 09:43:50.726035 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10130 rows, containing 4 columns (4 merged, 0 gathered) in 0.00688954 sec., 1470344.8996594837 rows/sec., 95.81 MiB/sec. | ||
| 18689 | 2025.01.27 09:43:50.726348 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 18690 | 2025.01.27 09:43:50.726709 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18691 | 2025.01.27 09:43:50.726810 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_166_33} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 18692 | 2025.01.27 09:43:50.727132 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 18693 | 2025.01.27 09:43:50.732682 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2717 rows, containing 19 columns (19 merged, 0 gathered) in 0.023804983 sec., 114135.76728872271 rows/sec., 204.53 MiB/sec. | ||
| 18694 | 2025.01.27 09:43:50.735089 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18695 | 2025.01.27 09:43:50.735509 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18696 | 2025.01.27 09:43:50.735590 [ 189 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18697 | 2025.01.27 09:43:50.735742 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.81 MiB. | ||
| 18698 | 2025.01.27 09:43:51.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.02 MiB, peak 287.78 MiB, free memory in arenas 0.00 B, will set to 271.51 MiB (RSS), difference: 1.49 MiB | ||
| 18699 | 2025.01.27 09:43:54.402682 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18700 | 2025.01.27 09:43:54.402761 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18701 | 2025.01.27 09:43:54.728669 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 | ||
| 18702 | 2025.01.27 09:43:54.729337 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18703 | 2025.01.27 09:43:54.729381 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18704 | 2025.01.27 09:43:54.729907 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 18705 | 2025.01.27 09:43:54.730192 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18706 | 2025.01.27 09:43:54.730491 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 18707 | 2025.01.27 09:43:55.652065 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18708 | 2025.01.27 09:43:55.652293 [ 267 ] {8295f875-9a56-4ff0-8039-13b1d076ae07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18709 | 2025.01.27 09:43:55.652373 [ 267 ] {8295f875-9a56-4ff0-8039-13b1d076ae07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18710 | 2025.01.27 09:43:55.653235 [ 267 ] {8295f875-9a56-4ff0-8039-13b1d076ae07} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18711 | 2025.01.27 09:43:55.653279 [ 267 ] {8295f875-9a56-4ff0-8039-13b1d076ae07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18712 | 2025.01.27 09:43:55.653721 [ 267 ] {8295f875-9a56-4ff0-8039-13b1d076ae07} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18713 | 2025.01.27 09:43:55.653975 [ 267 ] {8295f875-9a56-4ff0-8039-13b1d076ae07} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18714 | 2025.01.27 09:43:55.654210 [ 267 ] {8295f875-9a56-4ff0-8039-13b1d076ae07} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.16 MiB/sec. | ||
| 18715 | 2025.01.27 09:43:55.654267 [ 267 ] {8295f875-9a56-4ff0-8039-13b1d076ae07} <Debug> TCPHandler: Processed in 0.002337245 sec. | ||
| 18716 | 2025.01.27 09:43:55.654578 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18717 | 2025.01.27 09:43:55.654797 [ 273 ] {c3f7e5e5-4b31-443a-8052-dcd2c5e2d4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18718 | 2025.01.27 09:43:55.654876 [ 273 ] {c3f7e5e5-4b31-443a-8052-dcd2c5e2d4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18719 | 2025.01.27 09:43:55.655655 [ 273 ] {c3f7e5e5-4b31-443a-8052-dcd2c5e2d4e0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18720 | 2025.01.27 09:43:55.655695 [ 273 ] {c3f7e5e5-4b31-443a-8052-dcd2c5e2d4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18721 | 2025.01.27 09:43:55.656129 [ 273 ] {c3f7e5e5-4b31-443a-8052-dcd2c5e2d4e0} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18722 | 2025.01.27 09:43:55.656375 [ 273 ] {c3f7e5e5-4b31-443a-8052-dcd2c5e2d4e0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18723 | 2025.01.27 09:43:55.656569 [ 273 ] {c3f7e5e5-4b31-443a-8052-dcd2c5e2d4e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001834 sec., 34896.40130861505 rows/sec., 2.72 MiB/sec. | ||
| 18724 | 2025.01.27 09:43:55.656623 [ 273 ] {c3f7e5e5-4b31-443a-8052-dcd2c5e2d4e0} <Debug> TCPHandler: Processed in 0.002219012 sec. | ||
| 18725 | 2025.01.27 09:43:55.656780 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18726 | 2025.01.27 09:43:55.656927 [ 267 ] {c108d843-be4f-4a0f-a868-4e76e0279914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18727 | 2025.01.27 09:43:55.656991 [ 267 ] {c108d843-be4f-4a0f-a868-4e76e0279914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18728 | 2025.01.27 09:43:55.657594 [ 267 ] {c108d843-be4f-4a0f-a868-4e76e0279914} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18729 | 2025.01.27 09:43:55.657634 [ 267 ] {c108d843-be4f-4a0f-a868-4e76e0279914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18730 | 2025.01.27 09:43:55.658049 [ 267 ] {c108d843-be4f-4a0f-a868-4e76e0279914} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18731 | 2025.01.27 09:43:55.658300 [ 267 ] {c108d843-be4f-4a0f-a868-4e76e0279914} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18732 | 2025.01.27 09:43:55.658512 [ 267 ] {c108d843-be4f-4a0f-a868-4e76e0279914} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
| 18733 | 2025.01.27 09:43:55.658565 [ 267 ] {c108d843-be4f-4a0f-a868-4e76e0279914} <Debug> TCPHandler: Processed in 0.001854283 sec. | ||
| 18734 | 2025.01.27 09:43:55.658729 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18735 | 2025.01.27 09:43:55.658867 [ 273 ] {b8f718b2-5587-45af-a2c7-058bbb62f770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18736 | 2025.01.27 09:43:55.658927 [ 273 ] {b8f718b2-5587-45af-a2c7-058bbb62f770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18737 | 2025.01.27 09:43:55.659444 [ 273 ] {b8f718b2-5587-45af-a2c7-058bbb62f770} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18738 | 2025.01.27 09:43:55.659483 [ 273 ] {b8f718b2-5587-45af-a2c7-058bbb62f770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18739 | 2025.01.27 09:43:55.659866 [ 273 ] {b8f718b2-5587-45af-a2c7-058bbb62f770} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18740 | 2025.01.27 09:43:55.660102 [ 273 ] {b8f718b2-5587-45af-a2c7-058bbb62f770} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18741 | 2025.01.27 09:43:55.660283 [ 273 ] {b8f718b2-5587-45af-a2c7-058bbb62f770} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec. | ||
| 18742 | 2025.01.27 09:43:55.660332 [ 273 ] {b8f718b2-5587-45af-a2c7-058bbb62f770} <Debug> TCPHandler: Processed in 0.001670499 sec. | ||
| 18743 | 2025.01.27 09:43:55.980511 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18744 | 2025.01.27 09:43:55.980666 [ 267 ] {190da50e-7257-4c15-8294-151bba9c07f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18745 | 2025.01.27 09:43:55.980729 [ 267 ] {190da50e-7257-4c15-8294-151bba9c07f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18746 | 2025.01.27 09:43:55.981414 [ 267 ] {190da50e-7257-4c15-8294-151bba9c07f1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18747 | 2025.01.27 09:43:55.981455 [ 267 ] {190da50e-7257-4c15-8294-151bba9c07f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18748 | 2025.01.27 09:43:55.981849 [ 267 ] {190da50e-7257-4c15-8294-151bba9c07f1} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18749 | 2025.01.27 09:43:55.982099 [ 267 ] {190da50e-7257-4c15-8294-151bba9c07f1} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18750 | 2025.01.27 09:43:55.982351 [ 267 ] {190da50e-7257-4c15-8294-151bba9c07f1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00172 sec., 8139.53488372093 rows/sec., 585.94 KiB/sec. | ||
| 18751 | 2025.01.27 09:43:55.982448 [ 267 ] {190da50e-7257-4c15-8294-151bba9c07f1} <Debug> TCPHandler: Processed in 0.002015836 sec. | ||
| 18752 | 2025.01.27 09:43:55.982761 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18753 | 2025.01.27 09:43:55.982976 [ 273 ] {0780ad23-6f15-40b6-9642-61b6955dd7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18754 | 2025.01.27 09:43:55.983054 [ 273 ] {0780ad23-6f15-40b6-9642-61b6955dd7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18755 | 2025.01.27 09:43:55.983777 [ 273 ] {0780ad23-6f15-40b6-9642-61b6955dd7de} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18756 | 2025.01.27 09:43:55.983818 [ 273 ] {0780ad23-6f15-40b6-9642-61b6955dd7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18757 | 2025.01.27 09:43:55.984232 [ 273 ] {0780ad23-6f15-40b6-9642-61b6955dd7de} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 18758 | 2025.01.27 09:43:55.984484 [ 273 ] {0780ad23-6f15-40b6-9642-61b6955dd7de} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18759 | 2025.01.27 09:43:55.984705 [ 273 ] {0780ad23-6f15-40b6-9642-61b6955dd7de} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001786 sec., 8958.566629339306 rows/sec., 730.51 KiB/sec. | ||
| 18760 | 2025.01.27 09:43:55.984785 [ 273 ] {0780ad23-6f15-40b6-9642-61b6955dd7de} <Debug> TCPHandler: Processed in 0.002229212 sec. | ||
| 18761 | 2025.01.27 09:43:55.984935 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18762 | 2025.01.27 09:43:55.985074 [ 267 ] {affa84d2-0d82-495e-baab-d4b137b1e174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18763 | 2025.01.27 09:43:55.985132 [ 267 ] {affa84d2-0d82-495e-baab-d4b137b1e174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18764 | 2025.01.27 09:43:55.986386 [ 267 ] {affa84d2-0d82-495e-baab-d4b137b1e174} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18765 | 2025.01.27 09:43:55.986425 [ 267 ] {affa84d2-0d82-495e-baab-d4b137b1e174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18766 | 2025.01.27 09:43:55.986874 [ 267 ] {affa84d2-0d82-495e-baab-d4b137b1e174} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18767 | 2025.01.27 09:43:55.987115 [ 267 ] {affa84d2-0d82-495e-baab-d4b137b1e174} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18768 | 2025.01.27 09:43:55.987329 [ 267 ] {affa84d2-0d82-495e-baab-d4b137b1e174} <Debug> executeQuery: Read 1467 rows, 125.67 KiB in 0.002285 sec., 642013.1291028446 rows/sec., 53.71 MiB/sec. | ||
| 18769 | 2025.01.27 09:43:55.987380 [ 267 ] {affa84d2-0d82-495e-baab-d4b137b1e174} <Debug> TCPHandler: Processed in 0.002510288 sec. | ||
| 18770 | 2025.01.27 09:43:55.987534 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18771 | 2025.01.27 09:43:55.987676 [ 273 ] {e0ce9922-a088-49f5-9f36-8cb85e6922d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18772 | 2025.01.27 09:43:55.987733 [ 273 ] {e0ce9922-a088-49f5-9f36-8cb85e6922d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18773 | 2025.01.27 09:43:55.988416 [ 273 ] {e0ce9922-a088-49f5-9f36-8cb85e6922d3} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18774 | 2025.01.27 09:43:55.988454 [ 273 ] {e0ce9922-a088-49f5-9f36-8cb85e6922d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18775 | 2025.01.27 09:43:55.988837 [ 273 ] {e0ce9922-a088-49f5-9f36-8cb85e6922d3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18776 | 2025.01.27 09:43:55.989087 [ 273 ] {e0ce9922-a088-49f5-9f36-8cb85e6922d3} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18777 | 2025.01.27 09:43:55.989267 [ 273 ] {e0ce9922-a088-49f5-9f36-8cb85e6922d3} <Debug> executeQuery: Read 81 rows, 5.93 KiB in 0.001622 sec., 49938.347718865596 rows/sec., 3.57 MiB/sec. | ||
| 18778 | 2025.01.27 09:43:55.989321 [ 273 ] {e0ce9922-a088-49f5-9f36-8cb85e6922d3} <Debug> TCPHandler: Processed in 0.001851903 sec. | ||
| 18779 | 2025.01.27 09:43:55.989485 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18780 | 2025.01.27 09:43:55.989622 [ 267 ] {e05be0eb-3778-4941-8059-04fd83df33cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18781 | 2025.01.27 09:43:55.989680 [ 267 ] {e05be0eb-3778-4941-8059-04fd83df33cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18782 | 2025.01.27 09:43:55.990376 [ 267 ] {e05be0eb-3778-4941-8059-04fd83df33cf} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18783 | 2025.01.27 09:43:55.990416 [ 267 ] {e05be0eb-3778-4941-8059-04fd83df33cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18784 | 2025.01.27 09:43:55.990783 [ 267 ] {e05be0eb-3778-4941-8059-04fd83df33cf} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18785 | 2025.01.27 09:43:55.991023 [ 267 ] {e05be0eb-3778-4941-8059-04fd83df33cf} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18786 | 2025.01.27 09:43:55.991243 [ 267 ] {e05be0eb-3778-4941-8059-04fd83df33cf} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001647 sec., 146933.8190649666 rows/sec., 9.95 MiB/sec. | ||
| 18787 | 2025.01.27 09:43:55.991348 [ 267 ] {e05be0eb-3778-4941-8059-04fd83df33cf} <Debug> TCPHandler: Processed in 0.001928634 sec. | ||
| 18788 | 2025.01.27 09:43:55.991553 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18789 | 2025.01.27 09:43:55.991699 [ 273 ] {5e3f2d5e-e58d-44db-814d-bbce12b10ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18790 | 2025.01.27 09:43:55.991756 [ 273 ] {5e3f2d5e-e58d-44db-814d-bbce12b10ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18791 | 2025.01.27 09:43:55.992385 [ 273 ] {5e3f2d5e-e58d-44db-814d-bbce12b10ab3} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18792 | 2025.01.27 09:43:55.992424 [ 273 ] {5e3f2d5e-e58d-44db-814d-bbce12b10ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18793 | 2025.01.27 09:43:55.992788 [ 273 ] {5e3f2d5e-e58d-44db-814d-bbce12b10ab3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18794 | 2025.01.27 09:43:55.993027 [ 273 ] {5e3f2d5e-e58d-44db-814d-bbce12b10ab3} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18795 | 2025.01.27 09:43:55.993205 [ 273 ] {5e3f2d5e-e58d-44db-814d-bbce12b10ab3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec. | ||
| 18796 | 2025.01.27 09:43:55.993256 [ 273 ] {5e3f2d5e-e58d-44db-814d-bbce12b10ab3} <Debug> TCPHandler: Processed in 0.001824193 sec. | ||
| 18797 | 2025.01.27 09:43:55.993402 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18798 | 2025.01.27 09:43:55.993541 [ 267 ] {03e39957-4b61-449e-85ec-18e199592fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18799 | 2025.01.27 09:43:55.993598 [ 267 ] {03e39957-4b61-449e-85ec-18e199592fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18800 | 2025.01.27 09:43:55.994525 [ 267 ] {03e39957-4b61-449e-85ec-18e199592fe2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18801 | 2025.01.27 09:43:55.994564 [ 267 ] {03e39957-4b61-449e-85ec-18e199592fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18802 | 2025.01.27 09:43:55.994963 [ 267 ] {03e39957-4b61-449e-85ec-18e199592fe2} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18803 | 2025.01.27 09:43:55.995213 [ 267 ] {03e39957-4b61-449e-85ec-18e199592fe2} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18804 | 2025.01.27 09:43:55.995423 [ 267 ] {03e39957-4b61-449e-85ec-18e199592fe2} <Debug> executeQuery: Read 912 rows, 67.92 KiB in 0.001911 sec., 477237.0486656201 rows/sec., 34.71 MiB/sec. | ||
| 18805 | 2025.01.27 09:43:55.995475 [ 267 ] {03e39957-4b61-449e-85ec-18e199592fe2} <Debug> TCPHandler: Processed in 0.00213859 sec. | ||
| 18806 | 2025.01.27 09:43:55.995621 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18807 | 2025.01.27 09:43:55.995760 [ 273 ] {444b1a8a-f91e-4d6a-962e-df3fb057bd4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18808 | 2025.01.27 09:43:55.995819 [ 273 ] {444b1a8a-f91e-4d6a-962e-df3fb057bd4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18809 | 2025.01.27 09:43:55.996327 [ 273 ] {444b1a8a-f91e-4d6a-962e-df3fb057bd4f} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18810 | 2025.01.27 09:43:55.996363 [ 273 ] {444b1a8a-f91e-4d6a-962e-df3fb057bd4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18811 | 2025.01.27 09:43:55.996725 [ 273 ] {444b1a8a-f91e-4d6a-962e-df3fb057bd4f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18812 | 2025.01.27 09:43:55.996962 [ 273 ] {444b1a8a-f91e-4d6a-962e-df3fb057bd4f} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18813 | 2025.01.27 09:43:55.997179 [ 273 ] {444b1a8a-f91e-4d6a-962e-df3fb057bd4f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec. | ||
| 18814 | 2025.01.27 09:43:55.997240 [ 273 ] {444b1a8a-f91e-4d6a-962e-df3fb057bd4f} <Debug> TCPHandler: Processed in 0.001684849 sec. | ||
| 18815 | 2025.01.27 09:43:55.997562 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18816 | 2025.01.27 09:43:55.997785 [ 267 ] {22a79693-d0ce-4518-bac0-e681092c037f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18817 | 2025.01.27 09:43:55.997881 [ 267 ] {22a79693-d0ce-4518-bac0-e681092c037f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18818 | 2025.01.27 09:43:55.998709 [ 267 ] {22a79693-d0ce-4518-bac0-e681092c037f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18819 | 2025.01.27 09:43:55.998748 [ 267 ] {22a79693-d0ce-4518-bac0-e681092c037f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18820 | 2025.01.27 09:43:55.999181 [ 267 ] {22a79693-d0ce-4518-bac0-e681092c037f} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18821 | 2025.01.27 09:43:55.999424 [ 267 ] {22a79693-d0ce-4518-bac0-e681092c037f} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18822 | 2025.01.27 09:43:55.999627 [ 267 ] {22a79693-d0ce-4518-bac0-e681092c037f} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.001897 sec., 507643.64786505006 rows/sec., 33.74 MiB/sec. | ||
| 18823 | 2025.01.27 09:43:55.999678 [ 267 ] {22a79693-d0ce-4518-bac0-e681092c037f} <Debug> TCPHandler: Processed in 0.002339795 sec. | ||
| 18824 | 2025.01.27 09:43:55.999827 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18825 | 2025.01.27 09:43:55.999967 [ 273 ] {9ee94642-2035-42c9-bf61-d5e837824449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18826 | 2025.01.27 09:43:56.000030 [ 273 ] {9ee94642-2035-42c9-bf61-d5e837824449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18827 | 2025.01.27 09:43:56.000910 [ 273 ] {9ee94642-2035-42c9-bf61-d5e837824449} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18828 | 2025.01.27 09:43:56.000956 [ 273 ] {9ee94642-2035-42c9-bf61-d5e837824449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18829 | 2025.01.27 09:43:56.001330 [ 273 ] {9ee94642-2035-42c9-bf61-d5e837824449} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18830 | 2025.01.27 09:43:56.001573 [ 273 ] {9ee94642-2035-42c9-bf61-d5e837824449} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18831 | 2025.01.27 09:43:56.001792 [ 273 ] {9ee94642-2035-42c9-bf61-d5e837824449} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001853 sec., 539.6654074473826 rows/sec., 36.36 KiB/sec. | ||
| 18832 | 2025.01.27 09:43:56.001941 [ 273 ] {9ee94642-2035-42c9-bf61-d5e837824449} <Debug> TCPHandler: Processed in 0.00217823 sec. | ||
| 18833 | 2025.01.27 09:43:56.002150 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18834 | 2025.01.27 09:43:56.002291 [ 267 ] {5bc4e46e-43c3-4806-b2de-ae1cfbf6c503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18835 | 2025.01.27 09:43:56.002377 [ 267 ] {5bc4e46e-43c3-4806-b2de-ae1cfbf6c503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18836 | 2025.01.27 09:43:56.003644 [ 267 ] {5bc4e46e-43c3-4806-b2de-ae1cfbf6c503} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18837 | 2025.01.27 09:43:56.003682 [ 267 ] {5bc4e46e-43c3-4806-b2de-ae1cfbf6c503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18838 | 2025.01.27 09:43:56.004363 [ 267 ] {5bc4e46e-43c3-4806-b2de-ae1cfbf6c503} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18839 | 2025.01.27 09:43:56.004620 [ 267 ] {5bc4e46e-43c3-4806-b2de-ae1cfbf6c503} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18840 | 2025.01.27 09:43:56.004854 [ 267 ] {5bc4e46e-43c3-4806-b2de-ae1cfbf6c503} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002592 sec., 22376.54320987654 rows/sec., 40.10 MiB/sec. | ||
| 18841 | 2025.01.27 09:43:56.004948 [ 267 ] {5bc4e46e-43c3-4806-b2de-ae1cfbf6c503} <Debug> TCPHandler: Processed in 0.002902117 sec. | ||
| 18842 | 2025.01.27 09:43:56.005087 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18843 | 2025.01.27 09:43:56.005207 [ 273 ] {116e8609-1f1a-4e0a-87db-23934531d8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18844 | 2025.01.27 09:43:56.005258 [ 273 ] {116e8609-1f1a-4e0a-87db-23934531d8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18845 | 2025.01.27 09:43:56.005738 [ 273 ] {116e8609-1f1a-4e0a-87db-23934531d8b9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18846 | 2025.01.27 09:43:56.005775 [ 273 ] {116e8609-1f1a-4e0a-87db-23934531d8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18847 | 2025.01.27 09:43:56.006149 [ 273 ] {116e8609-1f1a-4e0a-87db-23934531d8b9} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18848 | 2025.01.27 09:43:56.006392 [ 273 ] {116e8609-1f1a-4e0a-87db-23934531d8b9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18849 | 2025.01.27 09:43:56.006565 [ 273 ] {116e8609-1f1a-4e0a-87db-23934531d8b9} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001384 sec., 24566.473988439306 rows/sec., 1.43 MiB/sec. | ||
| 18850 | 2025.01.27 09:43:56.006616 [ 273 ] {116e8609-1f1a-4e0a-87db-23934531d8b9} <Debug> TCPHandler: Processed in 0.001584007 sec. | ||
| 18851 | 2025.01.27 09:43:56.364756 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18852 | 2025.01.27 09:43:56.364804 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18853 | 2025.01.27 09:43:56.366860 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18854 | 2025.01.27 09:43:57.026523 [ 225 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18855 | 2025.01.27 09:43:57.026575 [ 225 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18856 | 2025.01.27 09:43:57.029079 [ 225 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18857 | 2025.01.27 09:43:57.085939 [ 220 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18858 | 2025.01.27 09:43:57.085993 [ 220 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18859 | 2025.01.27 09:43:57.088181 [ 220 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18860 | 2025.01.27 09:43:57.220640 [ 224 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18861 | 2025.01.27 09:43:57.220710 [ 224 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18862 | 2025.01.27 09:43:57.222779 [ 224 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18863 | 2025.01.27 09:43:58.087968 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 739 | ||
| 18864 | 2025.01.27 09:43:58.111105 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18865 | 2025.01.27 09:43:58.111150 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18866 | 2025.01.27 09:43:58.118703 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 18867 | 2025.01.27 09:43:58.119517 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18868 | 2025.01.27 09:43:58.123303 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 18869 | 2025.01.27 09:44:00.003779 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 2594 | ||
| 18870 | 2025.01.27 09:44:00.007670 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18871 | 2025.01.27 09:44:00.007719 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18872 | 2025.01.27 09:44:00.009295 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 18873 | 2025.01.27 09:44:00.009628 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18874 | 2025.01.27 09:44:00.010199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2594 | ||
| 18875 | 2025.01.27 09:44:00.651076 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18876 | 2025.01.27 09:44:00.651281 [ 267 ] {3c25bc58-15af-490a-b0f0-fc3fb9b9968c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18877 | 2025.01.27 09:44:00.651354 [ 267 ] {3c25bc58-15af-490a-b0f0-fc3fb9b9968c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18878 | 2025.01.27 09:44:00.652164 [ 267 ] {3c25bc58-15af-490a-b0f0-fc3fb9b9968c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18879 | 2025.01.27 09:44:00.652209 [ 267 ] {3c25bc58-15af-490a-b0f0-fc3fb9b9968c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18880 | 2025.01.27 09:44:00.652643 [ 267 ] {3c25bc58-15af-490a-b0f0-fc3fb9b9968c} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18881 | 2025.01.27 09:44:00.652898 [ 267 ] {3c25bc58-15af-490a-b0f0-fc3fb9b9968c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18882 | 2025.01.27 09:44:00.653128 [ 267 ] {3c25bc58-15af-490a-b0f0-fc3fb9b9968c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.26 MiB/sec. | ||
| 18883 | 2025.01.27 09:44:00.653229 [ 267 ] {3c25bc58-15af-490a-b0f0-fc3fb9b9968c} <Debug> TCPHandler: Processed in 0.002287133 sec. | ||
| 18884 | 2025.01.27 09:44:00.653558 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18885 | 2025.01.27 09:44:00.653799 [ 273 ] {8e78b753-abe5-4745-b6b6-1150dd606716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18886 | 2025.01.27 09:44:00.653887 [ 273 ] {8e78b753-abe5-4745-b6b6-1150dd606716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18887 | 2025.01.27 09:44:00.654716 [ 273 ] {8e78b753-abe5-4745-b6b6-1150dd606716} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18888 | 2025.01.27 09:44:00.654767 [ 273 ] {8e78b753-abe5-4745-b6b6-1150dd606716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18889 | 2025.01.27 09:44:00.655227 [ 273 ] {8e78b753-abe5-4745-b6b6-1150dd606716} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18890 | 2025.01.27 09:44:00.655495 [ 273 ] {8e78b753-abe5-4745-b6b6-1150dd606716} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18891 | 2025.01.27 09:44:00.655727 [ 273 ] {8e78b753-abe5-4745-b6b6-1150dd606716} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00199 sec., 32160.804020100502 rows/sec., 2.51 MiB/sec. | ||
| 18892 | 2025.01.27 09:44:00.655805 [ 273 ] {8e78b753-abe5-4745-b6b6-1150dd606716} <Debug> TCPHandler: Processed in 0.002435637 sec. | ||
| 18893 | 2025.01.27 09:44:00.655985 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18894 | 2025.01.27 09:44:00.656110 [ 267 ] {3a5edaa6-68ae-4eea-9800-91563ded2da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18895 | 2025.01.27 09:44:00.656165 [ 267 ] {3a5edaa6-68ae-4eea-9800-91563ded2da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18896 | 2025.01.27 09:44:00.656770 [ 267 ] {3a5edaa6-68ae-4eea-9800-91563ded2da3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18897 | 2025.01.27 09:44:00.656811 [ 267 ] {3a5edaa6-68ae-4eea-9800-91563ded2da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18898 | 2025.01.27 09:44:00.657226 [ 267 ] {3a5edaa6-68ae-4eea-9800-91563ded2da3} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18899 | 2025.01.27 09:44:00.657481 [ 267 ] {3a5edaa6-68ae-4eea-9800-91563ded2da3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18900 | 2025.01.27 09:44:00.657696 [ 267 ] {3a5edaa6-68ae-4eea-9800-91563ded2da3} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001613 sec., 79355.23868567885 rows/sec., 5.53 MiB/sec. | ||
| 18901 | 2025.01.27 09:44:00.657752 [ 267 ] {3a5edaa6-68ae-4eea-9800-91563ded2da3} <Debug> TCPHandler: Processed in 0.001834343 sec. | ||
| 18902 | 2025.01.27 09:44:00.657924 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18903 | 2025.01.27 09:44:00.658046 [ 273 ] {91e83d7d-98ba-42e9-b36d-aa12f8480575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18904 | 2025.01.27 09:44:00.658109 [ 273 ] {91e83d7d-98ba-42e9-b36d-aa12f8480575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18905 | 2025.01.27 09:44:00.658630 [ 273 ] {91e83d7d-98ba-42e9-b36d-aa12f8480575} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18906 | 2025.01.27 09:44:00.658670 [ 273 ] {91e83d7d-98ba-42e9-b36d-aa12f8480575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18907 | 2025.01.27 09:44:00.659073 [ 273 ] {91e83d7d-98ba-42e9-b36d-aa12f8480575} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18908 | 2025.01.27 09:44:00.659334 [ 273 ] {91e83d7d-98ba-42e9-b36d-aa12f8480575} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18909 | 2025.01.27 09:44:00.659528 [ 273 ] {91e83d7d-98ba-42e9-b36d-aa12f8480575} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001509 sec., 31809.145129224653 rows/sec., 2.14 MiB/sec. | ||
| 18910 | 2025.01.27 09:44:00.659580 [ 273 ] {91e83d7d-98ba-42e9-b36d-aa12f8480575} <Debug> TCPHandler: Processed in 0.00171485 sec. | ||
| 18911 | 2025.01.27 09:44:01.389877 [ 45 ] {} <Debug> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 18912 | 2025.01.27 09:44:01.389975 [ 45 ] {} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18913 | 2025.01.27 09:44:01.390017 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18914 | 2025.01.27 09:44:01.390331 [ 186 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::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 | ||
| 18915 | 2025.01.27 09:44:01.390612 [ 186 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18916 | 2025.01.27 09:44:01.390672 [ 186 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 18917 | 2025.01.27 09:44:01.390779 [ 186 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
| 18918 | 2025.01.27 09:44:01.390886 [ 186 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
| 18919 | 2025.01.27 09:44:01.391157 [ 186 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::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 | ||
| 18920 | 2025.01.27 09:44:01.391455 [ 186 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
| 18921 | 2025.01.27 09:44:01.393011 [ 189 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002885216 sec., 17676.319554584476 rows/sec., 1.26 MiB/sec. | ||
| 18922 | 2025.01.27 09:44:01.393187 [ 189 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 18923 | 2025.01.27 09:44:01.393524 [ 189 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::all_1_5_1} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18924 | 2025.01.27 09:44:01.393612 [ 189 ] {f37154dc-ee43-486e-bd2a-585a44ffde1c::all_1_5_1} <Trace> oximeter.measurements_i64 (f37154dc-ee43-486e-bd2a-585a44ffde1c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 18925 | 2025.01.27 09:44:01.393705 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 18926 | 2025.01.27 09:44:02.231590 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 | ||
| 18927 | 2025.01.27 09:44:02.232283 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18928 | 2025.01.27 09:44:02.232332 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18929 | 2025.01.27 09:44:02.232872 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 18930 | 2025.01.27 09:44:02.233130 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18931 | 2025.01.27 09:44:02.233375 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 | ||
| 18932 | 2025.01.27 09:44:05.624339 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747 | ||
| 18933 | 2025.01.27 09:44:05.648628 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18934 | 2025.01.27 09:44:05.648676 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18935 | 2025.01.27 09:44:05.651373 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18936 | 2025.01.27 09:44:05.651695 [ 267 ] {06db5c26-f0f6-437e-a1fd-102351d87abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18937 | 2025.01.27 09:44:05.651832 [ 267 ] {06db5c26-f0f6-437e-a1fd-102351d87abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18938 | 2025.01.27 09:44:05.654559 [ 267 ] {06db5c26-f0f6-437e-a1fd-102351d87abe} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18939 | 2025.01.27 09:44:05.654640 [ 267 ] {06db5c26-f0f6-437e-a1fd-102351d87abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18940 | 2025.01.27 09:44:05.655888 [ 267 ] {06db5c26-f0f6-437e-a1fd-102351d87abe} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18941 | 2025.01.27 09:44:05.656499 [ 267 ] {06db5c26-f0f6-437e-a1fd-102351d87abe} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18942 | 2025.01.27 09:44:05.657197 [ 267 ] {06db5c26-f0f6-437e-a1fd-102351d87abe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.005586 sec., 10025.062656641605 rows/sec., 783.73 KiB/sec. | ||
| 18943 | 2025.01.27 09:44:05.657517 [ 267 ] {06db5c26-f0f6-437e-a1fd-102351d87abe} <Debug> TCPHandler: Processed in 0.006290966 sec. | ||
| 18944 | 2025.01.27 09:44:05.657994 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18945 | 2025.01.27 09:44:05.658512 [ 273 ] {a8b13b32-e79a-4fd4-a9f3-09e319e51371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18946 | 2025.01.27 09:44:05.658714 [ 273 ] {a8b13b32-e79a-4fd4-a9f3-09e319e51371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18947 | 2025.01.27 09:44:05.661723 [ 273 ] {a8b13b32-e79a-4fd4-a9f3-09e319e51371} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18948 | 2025.01.27 09:44:05.661773 [ 273 ] {a8b13b32-e79a-4fd4-a9f3-09e319e51371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18949 | 2025.01.27 09:44:05.662367 [ 273 ] {a8b13b32-e79a-4fd4-a9f3-09e319e51371} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18950 | 2025.01.27 09:44:05.662700 [ 273 ] {a8b13b32-e79a-4fd4-a9f3-09e319e51371} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18951 | 2025.01.27 09:44:05.663051 [ 273 ] {a8b13b32-e79a-4fd4-a9f3-09e319e51371} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004661 sec., 13730.959021669169 rows/sec., 1.07 MiB/sec. | ||
| 18952 | 2025.01.27 09:44:05.663390 [ 273 ] {a8b13b32-e79a-4fd4-a9f3-09e319e51371} <Debug> TCPHandler: Processed in 0.005658242 sec. | ||
| 18953 | 2025.01.27 09:44:05.663821 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18954 | 2025.01.27 09:44:05.664354 [ 267 ] {0481b1bc-e60f-4658-b7f6-f2e5cd5dda9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18955 | 2025.01.27 09:44:05.664521 [ 267 ] {0481b1bc-e60f-4658-b7f6-f2e5cd5dda9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18956 | 2025.01.27 09:44:05.668064 [ 267 ] {0481b1bc-e60f-4658-b7f6-f2e5cd5dda9d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18957 | 2025.01.27 09:44:05.668141 [ 267 ] {0481b1bc-e60f-4658-b7f6-f2e5cd5dda9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18958 | 2025.01.27 09:44:05.669329 [ 267 ] {0481b1bc-e60f-4658-b7f6-f2e5cd5dda9d} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18959 | 2025.01.27 09:44:05.669879 [ 267 ] {0481b1bc-e60f-4658-b7f6-f2e5cd5dda9d} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18960 | 2025.01.27 09:44:05.670821 [ 267 ] {0481b1bc-e60f-4658-b7f6-f2e5cd5dda9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006631 sec., 24129.0906348967 rows/sec., 1.68 MiB/sec. | ||
| 18961 | 2025.01.27 09:44:05.670936 [ 267 ] {0481b1bc-e60f-4658-b7f6-f2e5cd5dda9d} <Debug> TCPHandler: Processed in 0.007391642 sec. | ||
| 18962 | 2025.01.27 09:44:05.671003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 18963 | 2025.01.27 09:44:05.671145 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18964 | 2025.01.27 09:44:05.671303 [ 273 ] {3a8a69f0-9e4d-4b33-abdb-2a02c79a3eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18965 | 2025.01.27 09:44:05.671409 [ 273 ] {3a8a69f0-9e4d-4b33-abdb-2a02c79a3eaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18966 | 2025.01.27 09:44:05.674131 [ 273 ] {3a8a69f0-9e4d-4b33-abdb-2a02c79a3eaa} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18967 | 2025.01.27 09:44:05.674201 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18968 | 2025.01.27 09:44:05.674203 [ 273 ] {3a8a69f0-9e4d-4b33-abdb-2a02c79a3eaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18969 | 2025.01.27 09:44:05.675677 [ 273 ] {3a8a69f0-9e4d-4b33-abdb-2a02c79a3eaa} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18970 | 2025.01.27 09:44:05.676735 [ 273 ] {3a8a69f0-9e4d-4b33-abdb-2a02c79a3eaa} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18971 | 2025.01.27 09:44:05.677533 [ 273 ] {3a8a69f0-9e4d-4b33-abdb-2a02c79a3eaa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006191 sec., 9691.487643353254 rows/sec., 668.81 KiB/sec. | ||
| 18972 | 2025.01.27 09:44:05.677893 [ 273 ] {3a8a69f0-9e4d-4b33-abdb-2a02c79a3eaa} <Debug> TCPHandler: Processed in 0.00684824 sec. | ||
| 18973 | 2025.01.27 09:44:05.680639 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747 | ||
| 18974 | 2025.01.27 09:44:08.046612 [ 225 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18975 | 2025.01.27 09:44:08.046690 [ 225 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18976 | 2025.01.27 09:44:08.048740 [ 225 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18977 | 2025.01.27 09:44:08.074301 [ 219 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18978 | 2025.01.27 09:44:08.074382 [ 219 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18979 | 2025.01.27 09:44:08.076035 [ 219 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18980 | 2025.01.27 09:44:09.029151 [ 221 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18981 | 2025.01.27 09:44:09.029203 [ 221 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18982 | 2025.01.27 09:44:09.030935 [ 221 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18983 | 2025.01.27 09:44:09.065979 [ 219 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18984 | 2025.01.27 09:44:09.066060 [ 219 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18985 | 2025.01.27 09:44:09.068452 [ 219 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18986 | 2025.01.27 09:44:09.402820 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18987 | 2025.01.27 09:44:09.402885 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18988 | 2025.01.27 09:44:09.734461 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811 | ||
| 18989 | 2025.01.27 09:44:09.735086 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18990 | 2025.01.27 09:44:09.735126 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18991 | 2025.01.27 09:44:09.735654 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 18992 | 2025.01.27 09:44:09.735924 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18993 | 2025.01.27 09:44:09.736146 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 | ||
| 18994 | 2025.01.27 09:44:09.808912 [ 117 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 5 parts from all_1_68_15 to all_72_72_0 | ||
| 18995 | 2025.01.27 09:44:09.808967 [ 117 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18996 | 2025.01.27 09:44:09.808989 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 18997 | 2025.01.27 09:44:09.809177 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_68_15 to all_72_72_0 into Compact with storage Full | ||
| 18998 | 2025.01.27 09:44:09.809591 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18999 | 2025.01.27 09:44:09.809663 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_68_15, total 68 rows starting from the beginning of the part | ||
| 19000 | 2025.01.27 09:44:09.809745 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part | ||
| 19001 | 2025.01.27 09:44:09.809857 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part | ||
| 19002 | 2025.01.27 09:44:09.810146 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 2 rows starting from the beginning of the part | ||
| 19003 | 2025.01.27 09:44:09.810254 [ 186 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part | ||
| 19004 | 2025.01.27 09:44:09.811397 [ 194 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 73 rows, containing 4 columns (4 merged, 0 gathered) in 0.002329774 sec., 31333.511319123656 rows/sec., 2.06 MiB/sec. | ||
| 19005 | 2025.01.27 09:44:09.811572 [ 191 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Trace> MergedBlockOutputStream: filled checksums all_1_72_16 (state Temporary) | ||
| 19006 | 2025.01.27 09:44:09.811946 [ 191 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_72_16 to all_1_72_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19007 | 2025.01.27 09:44:09.812038 [ 191 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_72_16} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 5 parts: [all_1_68_15, all_72_72_0] -> all_1_72_16 | ||
| 19008 | 2025.01.27 09:44:09.812138 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 19009 | 2025.01.27 09:44:10.011469 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2610 | ||
| 19010 | 2025.01.27 09:44:10.014830 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19011 | 2025.01.27 09:44:10.014900 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19012 | 2025.01.27 09:44:10.016493 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19013 | 2025.01.27 09:44:10.016824 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19014 | 2025.01.27 09:44:10.017586 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2610 | ||
| 19015 | 2025.01.27 09:44:10.404313 [ 225 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19016 | 2025.01.27 09:44:10.404363 [ 225 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19017 | 2025.01.27 09:44:10.406990 [ 225 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19018 | 2025.01.27 09:44:10.433508 [ 225 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19019 | 2025.01.27 09:44:10.433542 [ 225 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19020 | 2025.01.27 09:44:10.435631 [ 225 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19021 | 2025.01.27 09:44:10.660230 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19022 | 2025.01.27 09:44:10.660424 [ 267 ] {37a2cf84-870b-4f78-a9c9-e1a977a94a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19023 | 2025.01.27 09:44:10.660497 [ 267 ] {37a2cf84-870b-4f78-a9c9-e1a977a94a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19024 | 2025.01.27 09:44:10.661240 [ 267 ] {37a2cf84-870b-4f78-a9c9-e1a977a94a89} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19025 | 2025.01.27 09:44:10.661287 [ 267 ] {37a2cf84-870b-4f78-a9c9-e1a977a94a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19026 | 2025.01.27 09:44:10.661742 [ 267 ] {37a2cf84-870b-4f78-a9c9-e1a977a94a89} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19027 | 2025.01.27 09:44:10.662043 [ 267 ] {37a2cf84-870b-4f78-a9c9-e1a977a94a89} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19028 | 2025.01.27 09:44:10.662243 [ 116 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 19029 | 2025.01.27 09:44:10.662270 [ 267 ] {37a2cf84-870b-4f78-a9c9-e1a977a94a89} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001901 sec., 7364.544976328249 rows/sec., 530.15 KiB/sec. | ||
| 19030 | 2025.01.27 09:44:10.662322 [ 116 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19031 | 2025.01.27 09:44:10.662394 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19032 | 2025.01.27 09:44:10.662404 [ 267 ] {37a2cf84-870b-4f78-a9c9-e1a977a94a89} <Debug> TCPHandler: Processed in 0.002320193 sec. | ||
| 19033 | 2025.01.27 09:44:10.662612 [ 224 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19034 | 2025.01.27 09:44:10.662673 [ 224 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19035 | 2025.01.27 09:44:10.662776 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19036 | 2025.01.27 09:44:10.662811 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 19037 | 2025.01.27 09:44:10.663192 [ 273 ] {d32bdadb-c356-4ddf-a35e-4f619bc2bd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19038 | 2025.01.27 09:44:10.663201 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19039 | 2025.01.27 09:44:10.663251 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 14 rows starting from the beginning of the part | ||
| 19040 | 2025.01.27 09:44:10.663286 [ 273 ] {d32bdadb-c356-4ddf-a35e-4f619bc2bd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19041 | 2025.01.27 09:44:10.663702 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
| 19042 | 2025.01.27 09:44:10.664343 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part | ||
| 19043 | 2025.01.27 09:44:10.664887 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part | ||
| 19044 | 2025.01.27 09:44:10.665497 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part | ||
| 19045 | 2025.01.27 09:44:10.668109 [ 273 ] {d32bdadb-c356-4ddf-a35e-4f619bc2bd2c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19046 | 2025.01.27 09:44:10.668217 [ 273 ] {d32bdadb-c356-4ddf-a35e-4f619bc2bd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19047 | 2025.01.27 09:44:10.669111 [ 224 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19048 | 2025.01.27 09:44:10.669349 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006826719 sec., 10253.827643997065 rows/sec., 778.19 KiB/sec. | ||
| 19049 | 2025.01.27 09:44:10.669579 [ 273 ] {d32bdadb-c356-4ddf-a35e-4f619bc2bd2c} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19050 | 2025.01.27 09:44:10.669649 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 19051 | 2025.01.27 09:44:10.670511 [ 273 ] {d32bdadb-c356-4ddf-a35e-4f619bc2bd2c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19052 | 2025.01.27 09:44:10.670641 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19053 | 2025.01.27 09:44:10.670792 [ 195 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_73_18} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 19054 | 2025.01.27 09:44:10.670859 [ 55 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 19055 | 2025.01.27 09:44:10.670928 [ 55 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19056 | 2025.01.27 09:44:10.670954 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19057 | 2025.01.27 09:44:10.670966 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19058 | 2025.01.27 09:44:10.670978 [ 273 ] {d32bdadb-c356-4ddf-a35e-4f619bc2bd2c} <Debug> executeQuery: Read 319 rows, 28.97 KiB in 0.007917 sec., 40293.04029304029 rows/sec., 3.57 MiB/sec. | ||
| 19059 | 2025.01.27 09:44:10.671145 [ 273 ] {d32bdadb-c356-4ddf-a35e-4f619bc2bd2c} <Debug> TCPHandler: Processed in 0.00858658 sec. | ||
| 19060 | 2025.01.27 09:44:10.671183 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 19061 | 2025.01.27 09:44:10.671460 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19062 | 2025.01.27 09:44:10.671503 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19063 | 2025.01.27 09:44:10.671595 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1469 rows starting from the beginning of the part | ||
| 19064 | 2025.01.27 09:44:10.672093 [ 267 ] {d6a61e45-3685-4bb0-97ac-8637f5cd2da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19065 | 2025.01.27 09:44:10.672180 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 56 rows starting from the beginning of the part | ||
| 19066 | 2025.01.27 09:44:10.672379 [ 267 ] {d6a61e45-3685-4bb0-97ac-8637f5cd2da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19067 | 2025.01.27 09:44:10.672868 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 1467 rows starting from the beginning of the part | ||
| 19068 | 2025.01.27 09:44:10.673551 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 56 rows starting from the beginning of the part | ||
| 19069 | 2025.01.27 09:44:10.674293 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 56 rows starting from the beginning of the part | ||
| 19070 | 2025.01.27 09:44:10.674814 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 319 rows starting from the beginning of the part | ||
| 19071 | 2025.01.27 09:44:10.676179 [ 267 ] {d6a61e45-3685-4bb0-97ac-8637f5cd2da1} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19072 | 2025.01.27 09:44:10.676261 [ 267 ] {d6a61e45-3685-4bb0-97ac-8637f5cd2da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19073 | 2025.01.27 09:44:10.677336 [ 267 ] {d6a61e45-3685-4bb0-97ac-8637f5cd2da1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19074 | 2025.01.27 09:44:10.677706 [ 267 ] {d6a61e45-3685-4bb0-97ac-8637f5cd2da1} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19075 | 2025.01.27 09:44:10.678008 [ 267 ] {d6a61e45-3685-4bb0-97ac-8637f5cd2da1} <Debug> executeQuery: Read 65 rows, 4.82 KiB in 0.00617 sec., 10534.846029173419 rows/sec., 780.78 KiB/sec. | ||
| 19076 | 2025.01.27 09:44:10.678227 [ 267 ] {d6a61e45-3685-4bb0-97ac-8637f5cd2da1} <Debug> TCPHandler: Processed in 0.006938121 sec. | ||
| 19077 | 2025.01.27 09:44:10.678485 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19078 | 2025.01.27 09:44:10.678537 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3423 rows, containing 5 columns (5 merged, 0 gathered) in 0.007490114 sec., 457002.39008378243 rows/sec., 40.03 MiB/sec. | ||
| 19079 | 2025.01.27 09:44:10.678655 [ 273 ] {38139a12-2af0-477b-98dd-aaac2b2e78e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19080 | 2025.01.27 09:44:10.678721 [ 273 ] {38139a12-2af0-477b-98dd-aaac2b2e78e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19081 | 2025.01.27 09:44:10.678925 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 19082 | 2025.01.27 09:44:10.679646 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19083 | 2025.01.27 09:44:10.679858 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_171_34} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 19084 | 2025.01.27 09:44:10.680070 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 19085 | 2025.01.27 09:44:10.680149 [ 273 ] {38139a12-2af0-477b-98dd-aaac2b2e78e1} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19086 | 2025.01.27 09:44:10.680195 [ 273 ] {38139a12-2af0-477b-98dd-aaac2b2e78e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19087 | 2025.01.27 09:44:10.680558 [ 273 ] {38139a12-2af0-477b-98dd-aaac2b2e78e1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19088 | 2025.01.27 09:44:10.680797 [ 273 ] {38139a12-2af0-477b-98dd-aaac2b2e78e1} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19089 | 2025.01.27 09:44:10.680968 [ 273 ] {38139a12-2af0-477b-98dd-aaac2b2e78e1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002362 sec., 5927.180355630821 rows/sec., 415.10 KiB/sec. | ||
| 19090 | 2025.01.27 09:44:10.681020 [ 273 ] {38139a12-2af0-477b-98dd-aaac2b2e78e1} <Debug> TCPHandler: Processed in 0.002666182 sec. | ||
| 19091 | 2025.01.27 09:44:10.681194 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19092 | 2025.01.27 09:44:10.681333 [ 267 ] {d7390167-4fc1-472e-9c7f-ea571281e3e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19093 | 2025.01.27 09:44:10.681390 [ 267 ] {d7390167-4fc1-472e-9c7f-ea571281e3e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19094 | 2025.01.27 09:44:10.681978 [ 267 ] {d7390167-4fc1-472e-9c7f-ea571281e3e2} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19095 | 2025.01.27 09:44:10.682016 [ 267 ] {d7390167-4fc1-472e-9c7f-ea571281e3e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19096 | 2025.01.27 09:44:10.682374 [ 267 ] {d7390167-4fc1-472e-9c7f-ea571281e3e2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19097 | 2025.01.27 09:44:10.682611 [ 267 ] {d7390167-4fc1-472e-9c7f-ea571281e3e2} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19098 | 2025.01.27 09:44:10.682770 [ 55 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 19099 | 2025.01.27 09:44:10.682835 [ 55 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19100 | 2025.01.27 09:44:10.682848 [ 267 ] {d7390167-4fc1-472e-9c7f-ea571281e3e2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec. | ||
| 19101 | 2025.01.27 09:44:10.682878 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19102 | 2025.01.27 09:44:10.682983 [ 267 ] {d7390167-4fc1-472e-9c7f-ea571281e3e2} <Debug> TCPHandler: Processed in 0.001856354 sec. | ||
| 19103 | 2025.01.27 09:44:10.683173 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 19104 | 2025.01.27 09:44:10.683215 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19105 | 2025.01.27 09:44:10.683429 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19106 | 2025.01.27 09:44:10.683460 [ 273 ] {f29521f2-0190-466d-89f9-b747f403953f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19107 | 2025.01.27 09:44:10.683491 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 13 rows starting from the beginning of the part | ||
| 19108 | 2025.01.27 09:44:10.683563 [ 273 ] {f29521f2-0190-466d-89f9-b747f403953f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19109 | 2025.01.27 09:44:10.683875 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 13 rows starting from the beginning of the part | ||
| 19110 | 2025.01.27 09:44:10.684192 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 13 rows starting from the beginning of the part | ||
| 19111 | 2025.01.27 09:44:10.684544 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 13 rows starting from the beginning of the part | ||
| 19112 | 2025.01.27 09:44:10.684947 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 13 rows starting from the beginning of the part | ||
| 19113 | 2025.01.27 09:44:10.686712 [ 273 ] {f29521f2-0190-466d-89f9-b747f403953f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19114 | 2025.01.27 09:44:10.686798 [ 273 ] {f29521f2-0190-466d-89f9-b747f403953f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19115 | 2025.01.27 09:44:10.687499 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004495424 sec., 14459.147791176096 rows/sec., 958.01 KiB/sec. | ||
| 19116 | 2025.01.27 09:44:10.687708 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 19117 | 2025.01.27 09:44:10.687794 [ 273 ] {f29521f2-0190-466d-89f9-b747f403953f} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19118 | 2025.01.27 09:44:10.688171 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19119 | 2025.01.27 09:44:10.688264 [ 273 ] {f29521f2-0190-466d-89f9-b747f403953f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19120 | 2025.01.27 09:44:10.688379 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_73_18} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 19121 | 2025.01.27 09:44:10.688579 [ 116 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 19122 | 2025.01.27 09:44:10.688620 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 19123 | 2025.01.27 09:44:10.688698 [ 116 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19124 | 2025.01.27 09:44:10.688754 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19125 | 2025.01.27 09:44:10.688807 [ 273 ] {f29521f2-0190-466d-89f9-b747f403953f} <Debug> executeQuery: Read 440 rows, 32.33 KiB in 0.005407 sec., 81375.99408174588 rows/sec., 5.84 MiB/sec. | ||
| 19126 | 2025.01.27 09:44:10.688942 [ 273 ] {f29521f2-0190-466d-89f9-b747f403953f} <Debug> TCPHandler: Processed in 0.005849096 sec. | ||
| 19127 | 2025.01.27 09:44:10.688955 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 19128 | 2025.01.27 09:44:10.689093 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19129 | 2025.01.27 09:44:10.689121 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 935 rows starting from the beginning of the part | ||
| 19130 | 2025.01.27 09:44:10.689154 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19131 | 2025.01.27 09:44:10.689271 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 64 rows starting from the beginning of the part | ||
| 19132 | 2025.01.27 09:44:10.689666 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 912 rows starting from the beginning of the part | ||
| 19133 | 2025.01.27 09:44:10.689710 [ 267 ] {3225e4ac-f412-4073-8ff6-a75b7010989c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19134 | 2025.01.27 09:44:10.689962 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part | ||
| 19135 | 2025.01.27 09:44:10.689962 [ 267 ] {3225e4ac-f412-4073-8ff6-a75b7010989c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19136 | 2025.01.27 09:44:10.690347 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 64 rows starting from the beginning of the part | ||
| 19137 | 2025.01.27 09:44:10.690667 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 440 rows starting from the beginning of the part | ||
| 19138 | 2025.01.27 09:44:10.693817 [ 267 ] {3225e4ac-f412-4073-8ff6-a75b7010989c} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19139 | 2025.01.27 09:44:10.693991 [ 267 ] {3225e4ac-f412-4073-8ff6-a75b7010989c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19140 | 2025.01.27 09:44:10.694942 [ 267 ] {3225e4ac-f412-4073-8ff6-a75b7010989c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19141 | 2025.01.27 09:44:10.695329 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2479 rows, containing 5 columns (5 merged, 0 gathered) in 0.006476221 sec., 382784.96055029624 rows/sec., 29.41 MiB/sec. | ||
| 19142 | 2025.01.27 09:44:10.695397 [ 267 ] {3225e4ac-f412-4073-8ff6-a75b7010989c} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19143 | 2025.01.27 09:44:10.695599 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 19144 | 2025.01.27 09:44:10.695763 [ 267 ] {3225e4ac-f412-4073-8ff6-a75b7010989c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006245 sec., 960.7686148919136 rows/sec., 50.20 KiB/sec. | ||
| 19145 | 2025.01.27 09:44:10.696078 [ 267 ] {3225e4ac-f412-4073-8ff6-a75b7010989c} <Debug> TCPHandler: Processed in 0.007020583 sec. | ||
| 19146 | 2025.01.27 09:44:10.696376 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19147 | 2025.01.27 09:44:10.696619 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19148 | 2025.01.27 09:44:10.696700 [ 273 ] {d4562839-1f3b-475f-9c91-1f443bfc2077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19149 | 2025.01.27 09:44:10.696807 [ 193 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_171_34} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 19150 | 2025.01.27 09:44:10.696826 [ 273 ] {d4562839-1f3b-475f-9c91-1f443bfc2077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19151 | 2025.01.27 09:44:10.696995 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 19152 | 2025.01.27 09:44:10.697632 [ 273 ] {d4562839-1f3b-475f-9c91-1f443bfc2077} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19153 | 2025.01.27 09:44:10.697676 [ 273 ] {d4562839-1f3b-475f-9c91-1f443bfc2077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19154 | 2025.01.27 09:44:10.698080 [ 273 ] {d4562839-1f3b-475f-9c91-1f443bfc2077} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19155 | 2025.01.27 09:44:10.698325 [ 273 ] {d4562839-1f3b-475f-9c91-1f443bfc2077} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19156 | 2025.01.27 09:44:10.698514 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_166_34 to all_171_171_0 | ||
| 19157 | 2025.01.27 09:44:10.698578 [ 273 ] {d4562839-1f3b-475f-9c91-1f443bfc2077} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001957 sec., 121103.73019928462 rows/sec., 8.12 MiB/sec. | ||
| 19158 | 2025.01.27 09:44:10.698590 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19159 | 2025.01.27 09:44:10.698678 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19160 | 2025.01.27 09:44:10.698700 [ 273 ] {d4562839-1f3b-475f-9c91-1f443bfc2077} <Debug> TCPHandler: Processed in 0.002477618 sec. | ||
| 19161 | 2025.01.27 09:44:10.698983 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19162 | 2025.01.27 09:44:10.698989 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_34 to all_171_171_0 into Compact with storage Full | ||
| 19163 | 2025.01.27 09:44:10.699230 [ 267 ] {15b15f84-8ea2-4cbc-ae32-a3203abb2389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19164 | 2025.01.27 09:44:10.699305 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19165 | 2025.01.27 09:44:10.699336 [ 267 ] {15b15f84-8ea2-4cbc-ae32-a3203abb2389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19166 | 2025.01.27 09:44:10.699378 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_166_34, total 49196 rows starting from the beginning of the part | ||
| 19167 | 2025.01.27 09:44:10.699704 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 160 rows starting from the beginning of the part | ||
| 19168 | 2025.01.27 09:44:10.700039 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 963 rows starting from the beginning of the part | ||
| 19169 | 2025.01.27 09:44:10.700356 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 128 rows starting from the beginning of the part | ||
| 19170 | 2025.01.27 09:44:10.700734 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 160 rows starting from the beginning of the part | ||
| 19171 | 2025.01.27 09:44:10.700973 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 237 rows starting from the beginning of the part | ||
| 19172 | 2025.01.27 09:44:10.701901 [ 267 ] {15b15f84-8ea2-4cbc-ae32-a3203abb2389} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19173 | 2025.01.27 09:44:10.701974 [ 267 ] {15b15f84-8ea2-4cbc-ae32-a3203abb2389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19174 | 2025.01.27 09:44:10.702680 [ 267 ] {15b15f84-8ea2-4cbc-ae32-a3203abb2389} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19175 | 2025.01.27 09:44:10.703043 [ 267 ] {15b15f84-8ea2-4cbc-ae32-a3203abb2389} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19176 | 2025.01.27 09:44:10.703420 [ 267 ] {15b15f84-8ea2-4cbc-ae32-a3203abb2389} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004266 sec., 234.41162681669013 rows/sec., 15.80 KiB/sec. | ||
| 19177 | 2025.01.27 09:44:10.703579 [ 267 ] {15b15f84-8ea2-4cbc-ae32-a3203abb2389} <Debug> TCPHandler: Processed in 0.0047587 sec. | ||
| 19178 | 2025.01.27 09:44:10.703856 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19179 | 2025.01.27 09:44:10.704249 [ 273 ] {d14e96b2-75fc-40d7-9bae-f53139de884a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19180 | 2025.01.27 09:44:10.704425 [ 273 ] {d14e96b2-75fc-40d7-9bae-f53139de884a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19181 | 2025.01.27 09:44:10.706313 [ 273 ] {d14e96b2-75fc-40d7-9bae-f53139de884a} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19182 | 2025.01.27 09:44:10.706387 [ 273 ] {d14e96b2-75fc-40d7-9bae-f53139de884a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19183 | 2025.01.27 09:44:10.707351 [ 273 ] {d14e96b2-75fc-40d7-9bae-f53139de884a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19184 | 2025.01.27 09:44:10.707694 [ 273 ] {d14e96b2-75fc-40d7-9bae-f53139de884a} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19185 | 2025.01.27 09:44:10.708114 [ 273 ] {d14e96b2-75fc-40d7-9bae-f53139de884a} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.003977 sec., 14583.857178777975 rows/sec., 26.13 MiB/sec. | ||
| 19186 | 2025.01.27 09:44:10.708870 [ 273 ] {d14e96b2-75fc-40d7-9bae-f53139de884a} <Debug> TCPHandler: Processed in 0.005182991 sec. | ||
| 19187 | 2025.01.27 09:44:10.709099 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19188 | 2025.01.27 09:44:10.709335 [ 267 ] {5655201c-334a-4b71-a0c6-394ad6732454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19189 | 2025.01.27 09:44:10.709473 [ 267 ] {5655201c-334a-4b71-a0c6-394ad6732454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19190 | 2025.01.27 09:44:10.710153 [ 267 ] {5655201c-334a-4b71-a0c6-394ad6732454} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19191 | 2025.01.27 09:44:10.710195 [ 267 ] {5655201c-334a-4b71-a0c6-394ad6732454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19192 | 2025.01.27 09:44:10.710734 [ 267 ] {5655201c-334a-4b71-a0c6-394ad6732454} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19193 | 2025.01.27 09:44:10.711037 [ 267 ] {5655201c-334a-4b71-a0c6-394ad6732454} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19194 | 2025.01.27 09:44:10.711225 [ 116 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 19195 | 2025.01.27 09:44:10.711279 [ 116 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19196 | 2025.01.27 09:44:10.711307 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19197 | 2025.01.27 09:44:10.711322 [ 267 ] {5655201c-334a-4b71-a0c6-394ad6732454} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002035 sec., 40294.840294840295 rows/sec., 2.56 MiB/sec. | ||
| 19198 | 2025.01.27 09:44:10.711682 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 19199 | 2025.01.27 09:44:10.711757 [ 267 ] {5655201c-334a-4b71-a0c6-394ad6732454} <Debug> TCPHandler: Processed in 0.002768784 sec. | ||
| 19200 | 2025.01.27 09:44:10.711991 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19201 | 2025.01.27 09:44:10.712029 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 10130 rows starting from the beginning of the part | ||
| 19202 | 2025.01.27 09:44:10.712122 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 60 rows starting from the beginning of the part | ||
| 19203 | 2025.01.27 09:44:10.712435 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 34 rows starting from the beginning of the part | ||
| 19204 | 2025.01.27 09:44:10.712704 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 48 rows starting from the beginning of the part | ||
| 19205 | 2025.01.27 09:44:10.712848 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 60 rows starting from the beginning of the part | ||
| 19206 | 2025.01.27 09:44:10.713160 [ 196 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 82 rows starting from the beginning of the part | ||
| 19207 | 2025.01.27 09:44:10.714033 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50844 rows, containing 5 columns (5 merged, 0 gathered) in 0.015216174 sec., 3341444.43931832 rows/sec., 225.63 MiB/sec. | ||
| 19208 | 2025.01.27 09:44:10.714472 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Trace> MergedBlockOutputStream: filled checksums all_1_171_35 (state Temporary) | ||
| 19209 | 2025.01.27 09:44:10.715097 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_171_35 to all_1_171_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19210 | 2025.01.27 09:44:10.715318 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_171_35} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_166_34, all_171_171_0] -> all_1_171_35 | ||
| 19211 | 2025.01.27 09:44:10.715500 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 19212 | 2025.01.27 09:44:10.717254 [ 189 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10414 rows, containing 4 columns (4 merged, 0 gathered) in 0.005875687 sec., 1772388.4883588932 rows/sec., 115.49 MiB/sec. | ||
| 19213 | 2025.01.27 09:44:10.717502 [ 189 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 19214 | 2025.01.27 09:44:10.717815 [ 189 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19215 | 2025.01.27 09:44:10.717895 [ 189 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_171_34} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 19216 | 2025.01.27 09:44:10.717982 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
| 19217 | 2025.01.27 09:44:11.618153 [ 218 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19218 | 2025.01.27 09:44:11.618225 [ 218 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19219 | 2025.01.27 09:44:11.620011 [ 218 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19220 | 2025.01.27 09:44:13.181673 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754 | ||
| 19221 | 2025.01.27 09:44:13.206318 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19222 | 2025.01.27 09:44:13.206387 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19223 | 2025.01.27 09:44:13.215186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 19224 | 2025.01.27 09:44:13.216389 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19225 | 2025.01.27 09:44:13.224518 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754 | ||
| 19226 | 2025.01.27 09:44:15.651197 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19227 | 2025.01.27 09:44:15.651398 [ 267 ] {d4eb7f43-e9e9-4781-a329-62fb39a9fb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19228 | 2025.01.27 09:44:15.651471 [ 267 ] {d4eb7f43-e9e9-4781-a329-62fb39a9fb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19229 | 2025.01.27 09:44:15.652255 [ 267 ] {d4eb7f43-e9e9-4781-a329-62fb39a9fb2c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19230 | 2025.01.27 09:44:15.652297 [ 267 ] {d4eb7f43-e9e9-4781-a329-62fb39a9fb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19231 | 2025.01.27 09:44:15.652746 [ 267 ] {d4eb7f43-e9e9-4781-a329-62fb39a9fb2c} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19232 | 2025.01.27 09:44:15.653010 [ 267 ] {d4eb7f43-e9e9-4781-a329-62fb39a9fb2c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19233 | 2025.01.27 09:44:15.653211 [ 267 ] {d4eb7f43-e9e9-4781-a329-62fb39a9fb2c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001867 sec., 29994.643813604715 rows/sec., 2.29 MiB/sec. | ||
| 19234 | 2025.01.27 09:44:15.653267 [ 267 ] {d4eb7f43-e9e9-4781-a329-62fb39a9fb2c} <Debug> TCPHandler: Processed in 0.002202551 sec. | ||
| 19235 | 2025.01.27 09:44:15.653530 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19236 | 2025.01.27 09:44:15.653744 [ 273 ] {c04dac4b-5618-4843-96a2-897681f1ce57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19237 | 2025.01.27 09:44:15.653826 [ 273 ] {c04dac4b-5618-4843-96a2-897681f1ce57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19238 | 2025.01.27 09:44:15.654689 [ 273 ] {c04dac4b-5618-4843-96a2-897681f1ce57} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19239 | 2025.01.27 09:44:15.654733 [ 273 ] {c04dac4b-5618-4843-96a2-897681f1ce57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19240 | 2025.01.27 09:44:15.655182 [ 273 ] {c04dac4b-5618-4843-96a2-897681f1ce57} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19241 | 2025.01.27 09:44:15.655433 [ 273 ] {c04dac4b-5618-4843-96a2-897681f1ce57} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19242 | 2025.01.27 09:44:15.655655 [ 273 ] {c04dac4b-5618-4843-96a2-897681f1ce57} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001974 sec., 32421.47922998987 rows/sec., 2.53 MiB/sec. | ||
| 19243 | 2025.01.27 09:44:15.655714 [ 273 ] {c04dac4b-5618-4843-96a2-897681f1ce57} <Debug> TCPHandler: Processed in 0.002319684 sec. | ||
| 19244 | 2025.01.27 09:44:15.655902 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19245 | 2025.01.27 09:44:15.656105 [ 267 ] {50731d0b-85f2-407e-bbc4-aa0d75364cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19246 | 2025.01.27 09:44:15.656195 [ 267 ] {50731d0b-85f2-407e-bbc4-aa0d75364cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19247 | 2025.01.27 09:44:15.656926 [ 267 ] {50731d0b-85f2-407e-bbc4-aa0d75364cd7} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19248 | 2025.01.27 09:44:15.656963 [ 267 ] {50731d0b-85f2-407e-bbc4-aa0d75364cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19249 | 2025.01.27 09:44:15.657369 [ 267 ] {50731d0b-85f2-407e-bbc4-aa0d75364cd7} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19250 | 2025.01.27 09:44:15.657608 [ 267 ] {50731d0b-85f2-407e-bbc4-aa0d75364cd7} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19251 | 2025.01.27 09:44:15.657815 [ 267 ] {50731d0b-85f2-407e-bbc4-aa0d75364cd7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001751 sec., 91376.35636778983 rows/sec., 6.36 MiB/sec. | ||
| 19252 | 2025.01.27 09:44:15.657878 [ 267 ] {50731d0b-85f2-407e-bbc4-aa0d75364cd7} <Debug> TCPHandler: Processed in 0.002074438 sec. | ||
| 19253 | 2025.01.27 09:44:15.658059 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19254 | 2025.01.27 09:44:15.658382 [ 273 ] {b6e3dbcf-20d7-449c-b887-a375499b60b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19255 | 2025.01.27 09:44:15.658553 [ 273 ] {b6e3dbcf-20d7-449c-b887-a375499b60b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19256 | 2025.01.27 09:44:15.659970 [ 273 ] {b6e3dbcf-20d7-449c-b887-a375499b60b1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19257 | 2025.01.27 09:44:15.660010 [ 273 ] {b6e3dbcf-20d7-449c-b887-a375499b60b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19258 | 2025.01.27 09:44:15.660402 [ 273 ] {b6e3dbcf-20d7-449c-b887-a375499b60b1} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19259 | 2025.01.27 09:44:15.660639 [ 273 ] {b6e3dbcf-20d7-449c-b887-a375499b60b1} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19260 | 2025.01.27 09:44:15.660867 [ 273 ] {b6e3dbcf-20d7-449c-b887-a375499b60b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002621 sec., 22892.02594429607 rows/sec., 1.54 MiB/sec. | ||
| 19261 | 2025.01.27 09:44:15.660918 [ 273 ] {b6e3dbcf-20d7-449c-b887-a375499b60b1} <Debug> TCPHandler: Processed in 0.002961109 sec. | ||
| 19262 | 2025.01.27 09:44:17.237235 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46299 | ||
| 19263 | 2025.01.27 09:44:17.237918 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19264 | 2025.01.27 09:44:17.237968 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19265 | 2025.01.27 09:44:17.238513 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 19266 | 2025.01.27 09:44:17.238773 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19267 | 2025.01.27 09:44:17.239001 [ 110 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 19268 | 2025.01.27 09:44:17.239012 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 | ||
| 19269 | 2025.01.27 09:44:17.239097 [ 110 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19270 | 2025.01.27 09:44:17.239129 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19271 | 2025.01.27 09:44:17.239321 [ 199 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 19272 | 2025.01.27 09:44:17.239643 [ 199 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19273 | 2025.01.27 09:44:17.239760 [ 199 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part | ||
| 19274 | 2025.01.27 09:44:17.240170 [ 199 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part | ||
| 19275 | 2025.01.27 09:44:17.240469 [ 199 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part | ||
| 19276 | 2025.01.27 09:44:17.240554 [ 199 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part | ||
| 19277 | 2025.01.27 09:44:17.240693 [ 199 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 427 rows starting from the beginning of the part | ||
| 19278 | 2025.01.27 09:44:17.240779 [ 199 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 488 rows starting from the beginning of the part | ||
| 19279 | 2025.01.27 09:44:17.243853 [ 194 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.004647528 sec., 9962070.158587534 rows/sec., 142.51 MiB/sec. | ||
| 19280 | 2025.01.27 09:44:17.244523 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 19281 | 2025.01.27 09:44:17.244970 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19282 | 2025.01.27 09:44:17.245055 [ 192 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_101_20} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 19283 | 2025.01.27 09:44:17.245263 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 19284 | 2025.01.27 09:44:20.018690 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2640 | ||
| 19285 | 2025.01.27 09:44:20.021843 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19286 | 2025.01.27 09:44:20.021891 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19287 | 2025.01.27 09:44:20.023445 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19288 | 2025.01.27 09:44:20.023770 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19289 | 2025.01.27 09:44:20.024720 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2640 | ||
| 19290 | 2025.01.27 09:44:20.130259 [ 219 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19291 | 2025.01.27 09:44:20.130331 [ 219 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19292 | 2025.01.27 09:44:20.132588 [ 219 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19293 | 2025.01.27 09:44:20.144290 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19294 | 2025.01.27 09:44:20.144334 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19295 | 2025.01.27 09:44:20.146286 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19296 | 2025.01.27 09:44:20.327195 [ 218 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19297 | 2025.01.27 09:44:20.327235 [ 218 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19298 | 2025.01.27 09:44:20.329116 [ 218 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19299 | 2025.01.27 09:44:20.467252 [ 224 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19300 | 2025.01.27 09:44:20.467327 [ 224 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19301 | 2025.01.27 09:44:20.469313 [ 224 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19302 | 2025.01.27 09:44:20.658509 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19303 | 2025.01.27 09:44:20.658728 [ 267 ] {28ba33f0-cbf3-483b-8882-50d746356a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19304 | 2025.01.27 09:44:20.658810 [ 267 ] {28ba33f0-cbf3-483b-8882-50d746356a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19305 | 2025.01.27 09:44:20.659676 [ 267 ] {28ba33f0-cbf3-483b-8882-50d746356a85} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19306 | 2025.01.27 09:44:20.659738 [ 267 ] {28ba33f0-cbf3-483b-8882-50d746356a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19307 | 2025.01.27 09:44:20.660275 [ 267 ] {28ba33f0-cbf3-483b-8882-50d746356a85} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19308 | 2025.01.27 09:44:20.660597 [ 267 ] {28ba33f0-cbf3-483b-8882-50d746356a85} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19309 | 2025.01.27 09:44:20.660876 [ 267 ] {28ba33f0-cbf3-483b-8882-50d746356a85} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002199 sec., 6366.530241018645 rows/sec., 458.30 KiB/sec. | ||
| 19310 | 2025.01.27 09:44:20.660961 [ 267 ] {28ba33f0-cbf3-483b-8882-50d746356a85} <Debug> TCPHandler: Processed in 0.00259538 sec. | ||
| 19311 | 2025.01.27 09:44:20.661296 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19312 | 2025.01.27 09:44:20.661521 [ 273 ] {f48701cb-2130-4461-bac4-362e21ad96cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19313 | 2025.01.27 09:44:20.661630 [ 273 ] {f48701cb-2130-4461-bac4-362e21ad96cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19314 | 2025.01.27 09:44:20.663287 [ 273 ] {f48701cb-2130-4461-bac4-362e21ad96cc} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19315 | 2025.01.27 09:44:20.663351 [ 273 ] {f48701cb-2130-4461-bac4-362e21ad96cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19316 | 2025.01.27 09:44:20.663965 [ 273 ] {f48701cb-2130-4461-bac4-362e21ad96cc} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19317 | 2025.01.27 09:44:20.664293 [ 273 ] {f48701cb-2130-4461-bac4-362e21ad96cc} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19318 | 2025.01.27 09:44:20.664589 [ 273 ] {f48701cb-2130-4461-bac4-362e21ad96cc} <Debug> executeQuery: Read 319 rows, 28.97 KiB in 0.003133 sec., 101819.3424832429 rows/sec., 9.03 MiB/sec. | ||
| 19319 | 2025.01.27 09:44:20.664680 [ 273 ] {f48701cb-2130-4461-bac4-362e21ad96cc} <Debug> TCPHandler: Processed in 0.003567323 sec. | ||
| 19320 | 2025.01.27 09:44:20.664882 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19321 | 2025.01.27 09:44:20.665021 [ 267 ] {73045d72-1945-4630-b9db-21702ed8408c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19322 | 2025.01.27 09:44:20.665084 [ 267 ] {73045d72-1945-4630-b9db-21702ed8408c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19323 | 2025.01.27 09:44:20.665769 [ 267 ] {73045d72-1945-4630-b9db-21702ed8408c} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19324 | 2025.01.27 09:44:20.665814 [ 267 ] {73045d72-1945-4630-b9db-21702ed8408c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19325 | 2025.01.27 09:44:20.666213 [ 267 ] {73045d72-1945-4630-b9db-21702ed8408c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19326 | 2025.01.27 09:44:20.666460 [ 267 ] {73045d72-1945-4630-b9db-21702ed8408c} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19327 | 2025.01.27 09:44:20.666649 [ 104 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 | ||
| 19328 | 2025.01.27 09:44:20.666716 [ 267 ] {73045d72-1945-4630-b9db-21702ed8408c} <Debug> executeQuery: Read 65 rows, 4.82 KiB in 0.001726 sec., 37659.32792584009 rows/sec., 2.73 MiB/sec. | ||
| 19329 | 2025.01.27 09:44:20.666744 [ 104 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19330 | 2025.01.27 09:44:20.666804 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19331 | 2025.01.27 09:44:20.666859 [ 267 ] {73045d72-1945-4630-b9db-21702ed8408c} <Debug> TCPHandler: Processed in 0.002040577 sec. | ||
| 19332 | 2025.01.27 09:44:20.667073 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full | ||
| 19333 | 2025.01.27 09:44:20.667095 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19334 | 2025.01.27 09:44:20.667377 [ 273 ] {54acdff7-95cf-40b3-bf83-275ba144a560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19335 | 2025.01.27 09:44:20.667387 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19336 | 2025.01.27 09:44:20.667480 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 78 rows starting from the beginning of the part | ||
| 19337 | 2025.01.27 09:44:20.667491 [ 273 ] {54acdff7-95cf-40b3-bf83-275ba144a560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19338 | 2025.01.27 09:44:20.667845 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 62 rows starting from the beginning of the part | ||
| 19339 | 2025.01.27 09:44:20.668201 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 65 rows starting from the beginning of the part | ||
| 19340 | 2025.01.27 09:44:20.668577 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 81 rows starting from the beginning of the part | ||
| 19341 | 2025.01.27 09:44:20.669013 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 65 rows starting from the beginning of the part | ||
| 19342 | 2025.01.27 09:44:20.669432 [ 186 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 65 rows starting from the beginning of the part | ||
| 19343 | 2025.01.27 09:44:20.670473 [ 273 ] {54acdff7-95cf-40b3-bf83-275ba144a560} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19344 | 2025.01.27 09:44:20.670559 [ 273 ] {54acdff7-95cf-40b3-bf83-275ba144a560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19345 | 2025.01.27 09:44:20.671711 [ 273 ] {54acdff7-95cf-40b3-bf83-275ba144a560} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19346 | 2025.01.27 09:44:20.672333 [ 273 ] {54acdff7-95cf-40b3-bf83-275ba144a560} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19347 | 2025.01.27 09:44:20.672427 [ 192 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 416 rows, containing 5 columns (5 merged, 0 gathered) in 0.005484387 sec., 75851.68588576991 rows/sec., 5.75 MiB/sec. | ||
| 19348 | 2025.01.27 09:44:20.672578 [ 104 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 | ||
| 19349 | 2025.01.27 09:44:20.672683 [ 104 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19350 | 2025.01.27 09:44:20.672740 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19351 | 2025.01.27 09:44:20.672767 [ 192 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) | ||
| 19352 | 2025.01.27 09:44:20.672786 [ 273 ] {54acdff7-95cf-40b3-bf83-275ba144a560} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005487 sec., 2551.4853289593584 rows/sec., 178.69 KiB/sec. | ||
| 19353 | 2025.01.27 09:44:20.673241 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full | ||
| 19354 | 2025.01.27 09:44:20.673273 [ 273 ] {54acdff7-95cf-40b3-bf83-275ba144a560} <Debug> TCPHandler: Processed in 0.006255525 sec. | ||
| 19355 | 2025.01.27 09:44:20.673644 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19356 | 2025.01.27 09:44:20.673663 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19357 | 2025.01.27 09:44:20.673681 [ 192 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19358 | 2025.01.27 09:44:20.673744 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 242 rows starting from the beginning of the part | ||
| 19359 | 2025.01.27 09:44:20.673932 [ 192 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_74_16} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 | ||
| 19360 | 2025.01.27 09:44:20.674076 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
| 19361 | 2025.01.27 09:44:20.674240 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 19362 | 2025.01.27 09:44:20.674438 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 15 rows starting from the beginning of the part | ||
| 19363 | 2025.01.27 09:44:20.674443 [ 267 ] {d31e7f15-1c1a-4bf9-9661-ffe18558649e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19364 | 2025.01.27 09:44:20.674817 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 242 rows starting from the beginning of the part | ||
| 19365 | 2025.01.27 09:44:20.674839 [ 267 ] {d31e7f15-1c1a-4bf9-9661-ffe18558649e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19366 | 2025.01.27 09:44:20.675130 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 14 rows starting from the beginning of the part | ||
| 19367 | 2025.01.27 09:44:20.675455 [ 190 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part | ||
| 19368 | 2025.01.27 09:44:20.677457 [ 267 ] {d31e7f15-1c1a-4bf9-9661-ffe18558649e} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19369 | 2025.01.27 09:44:20.677538 [ 267 ] {d31e7f15-1c1a-4bf9-9661-ffe18558649e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19370 | 2025.01.27 09:44:20.678539 [ 267 ] {d31e7f15-1c1a-4bf9-9661-ffe18558649e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19371 | 2025.01.27 09:44:20.678713 [ 197 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005831525 sec., 92771.61634392376 rows/sec., 6.64 MiB/sec. | ||
| 19372 | 2025.01.27 09:44:20.678902 [ 267 ] {d31e7f15-1c1a-4bf9-9661-ffe18558649e} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19373 | 2025.01.27 09:44:20.678909 [ 197 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) | ||
| 19374 | 2025.01.27 09:44:20.679197 [ 267 ] {d31e7f15-1c1a-4bf9-9661-ffe18558649e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005297 sec., 2454.2193694544085 rows/sec., 153.02 KiB/sec. | ||
| 19375 | 2025.01.27 09:44:20.679283 [ 267 ] {d31e7f15-1c1a-4bf9-9661-ffe18558649e} <Debug> TCPHandler: Processed in 0.005854216 sec. | ||
| 19376 | 2025.01.27 09:44:20.679419 [ 197 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19377 | 2025.01.27 09:44:20.679503 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19378 | 2025.01.27 09:44:20.679547 [ 197 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_74_16} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 | ||
| 19379 | 2025.01.27 09:44:20.679720 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 19380 | 2025.01.27 09:44:20.679755 [ 273 ] {b629a3f7-6e40-4153-8f8f-18bbf03a573f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19381 | 2025.01.27 09:44:20.679820 [ 273 ] {b629a3f7-6e40-4153-8f8f-18bbf03a573f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19382 | 2025.01.27 09:44:20.680612 [ 273 ] {b629a3f7-6e40-4153-8f8f-18bbf03a573f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19383 | 2025.01.27 09:44:20.680651 [ 273 ] {b629a3f7-6e40-4153-8f8f-18bbf03a573f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19384 | 2025.01.27 09:44:20.681046 [ 273 ] {b629a3f7-6e40-4153-8f8f-18bbf03a573f} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19385 | 2025.01.27 09:44:20.681293 [ 273 ] {b629a3f7-6e40-4153-8f8f-18bbf03a573f} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19386 | 2025.01.27 09:44:20.681502 [ 273 ] {b629a3f7-6e40-4153-8f8f-18bbf03a573f} <Debug> executeQuery: Read 440 rows, 32.33 KiB in 0.001831 sec., 240305.84380120152 rows/sec., 17.24 MiB/sec. | ||
| 19387 | 2025.01.27 09:44:20.681556 [ 273 ] {b629a3f7-6e40-4153-8f8f-18bbf03a573f} <Debug> TCPHandler: Processed in 0.00215358 sec. | ||
| 19388 | 2025.01.27 09:44:20.681726 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19389 | 2025.01.27 09:44:20.681895 [ 267 ] {7d41cc75-51f3-4b16-ac7f-befd7fa45e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19390 | 2025.01.27 09:44:20.681968 [ 267 ] {7d41cc75-51f3-4b16-ac7f-befd7fa45e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19391 | 2025.01.27 09:44:20.682660 [ 267 ] {7d41cc75-51f3-4b16-ac7f-befd7fa45e56} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19392 | 2025.01.27 09:44:20.682726 [ 267 ] {7d41cc75-51f3-4b16-ac7f-befd7fa45e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19393 | 2025.01.27 09:44:20.683110 [ 267 ] {7d41cc75-51f3-4b16-ac7f-befd7fa45e56} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19394 | 2025.01.27 09:44:20.683345 [ 267 ] {7d41cc75-51f3-4b16-ac7f-befd7fa45e56} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19395 | 2025.01.27 09:44:20.683523 [ 104 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 | ||
| 19396 | 2025.01.27 09:44:20.683574 [ 104 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19397 | 2025.01.27 09:44:20.683599 [ 267 ] {7d41cc75-51f3-4b16-ac7f-befd7fa45e56} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001729 sec., 3470.213996529786 rows/sec., 181.31 KiB/sec. | ||
| 19398 | 2025.01.27 09:44:20.683610 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19399 | 2025.01.27 09:44:20.683773 [ 267 ] {7d41cc75-51f3-4b16-ac7f-befd7fa45e56} <Debug> TCPHandler: Processed in 0.002102649 sec. | ||
| 19400 | 2025.01.27 09:44:20.684071 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19401 | 2025.01.27 09:44:20.684325 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full | ||
| 19402 | 2025.01.27 09:44:20.684517 [ 273 ] {cc4477fe-2b34-47a6-9219-24829a186262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19403 | 2025.01.27 09:44:20.684750 [ 273 ] {cc4477fe-2b34-47a6-9219-24829a186262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19404 | 2025.01.27 09:44:20.685070 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19405 | 2025.01.27 09:44:20.685143 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 414 rows starting from the beginning of the part | ||
| 19406 | 2025.01.27 09:44:20.685469 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part | ||
| 19407 | 2025.01.27 09:44:20.685840 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
| 19408 | 2025.01.27 09:44:20.686188 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part | ||
| 19409 | 2025.01.27 09:44:20.686431 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part | ||
| 19410 | 2025.01.27 09:44:20.686751 [ 192 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part | ||
| 19411 | 2025.01.27 09:44:20.687800 [ 273 ] {cc4477fe-2b34-47a6-9219-24829a186262} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19412 | 2025.01.27 09:44:20.687888 [ 273 ] {cc4477fe-2b34-47a6-9219-24829a186262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19413 | 2025.01.27 09:44:20.689033 [ 273 ] {cc4477fe-2b34-47a6-9219-24829a186262} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19414 | 2025.01.27 09:44:20.689543 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 4 columns (4 merged, 0 gathered) in 0.005805005 sec., 76485.72223452004 rows/sec., 3.90 MiB/sec. | ||
| 19415 | 2025.01.27 09:44:20.689597 [ 273 ] {cc4477fe-2b34-47a6-9219-24829a186262} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19416 | 2025.01.27 09:44:20.689776 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) | ||
| 19417 | 2025.01.27 09:44:20.690021 [ 273 ] {cc4477fe-2b34-47a6-9219-24829a186262} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005679 sec., 41732.69941891178 rows/sec., 2.80 MiB/sec. | ||
| 19418 | 2025.01.27 09:44:20.690157 [ 273 ] {cc4477fe-2b34-47a6-9219-24829a186262} <Debug> TCPHandler: Processed in 0.006255735 sec. | ||
| 19419 | 2025.01.27 09:44:20.690376 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19420 | 2025.01.27 09:44:20.690381 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19421 | 2025.01.27 09:44:20.690496 [ 188 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_74_16} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 | ||
| 19422 | 2025.01.27 09:44:20.690643 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 19423 | 2025.01.27 09:44:20.690699 [ 267 ] {81fd65c8-a4d6-4767-8c6b-17a4bf702b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19424 | 2025.01.27 09:44:20.690774 [ 267 ] {81fd65c8-a4d6-4767-8c6b-17a4bf702b90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19425 | 2025.01.27 09:44:20.691260 [ 267 ] {81fd65c8-a4d6-4767-8c6b-17a4bf702b90} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19426 | 2025.01.27 09:44:20.691299 [ 267 ] {81fd65c8-a4d6-4767-8c6b-17a4bf702b90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19427 | 2025.01.27 09:44:20.691654 [ 267 ] {81fd65c8-a4d6-4767-8c6b-17a4bf702b90} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19428 | 2025.01.27 09:44:20.691887 [ 267 ] {81fd65c8-a4d6-4767-8c6b-17a4bf702b90} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19429 | 2025.01.27 09:44:20.692095 [ 267 ] {81fd65c8-a4d6-4767-8c6b-17a4bf702b90} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001503 sec., 665.3359946773121 rows/sec., 44.83 KiB/sec. | ||
| 19430 | 2025.01.27 09:44:20.692144 [ 267 ] {81fd65c8-a4d6-4767-8c6b-17a4bf702b90} <Debug> TCPHandler: Processed in 0.001870264 sec. | ||
| 19431 | 2025.01.27 09:44:20.692306 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19432 | 2025.01.27 09:44:20.692446 [ 273 ] {9a64f39c-81a9-4435-95ad-b26c42db1918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19433 | 2025.01.27 09:44:20.692540 [ 273 ] {9a64f39c-81a9-4435-95ad-b26c42db1918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19434 | 2025.01.27 09:44:20.693847 [ 273 ] {9a64f39c-81a9-4435-95ad-b26c42db1918} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19435 | 2025.01.27 09:44:20.693885 [ 273 ] {9a64f39c-81a9-4435-95ad-b26c42db1918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19436 | 2025.01.27 09:44:20.694612 [ 273 ] {9a64f39c-81a9-4435-95ad-b26c42db1918} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19437 | 2025.01.27 09:44:20.694879 [ 273 ] {9a64f39c-81a9-4435-95ad-b26c42db1918} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19438 | 2025.01.27 09:44:20.695125 [ 273 ] {9a64f39c-81a9-4435-95ad-b26c42db1918} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002701 sec., 21473.52832284339 rows/sec., 38.48 MiB/sec. | ||
| 19439 | 2025.01.27 09:44:20.695127 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19440 | 2025.01.27 09:44:20.695205 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19441 | 2025.01.27 09:44:20.695379 [ 273 ] {9a64f39c-81a9-4435-95ad-b26c42db1918} <Debug> TCPHandler: Processed in 0.003136233 sec. | ||
| 19442 | 2025.01.27 09:44:20.695624 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19443 | 2025.01.27 09:44:20.695777 [ 267 ] {54293f4e-64f8-42f1-80c1-e72a1b51541b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19444 | 2025.01.27 09:44:20.695844 [ 267 ] {54293f4e-64f8-42f1-80c1-e72a1b51541b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19445 | 2025.01.27 09:44:20.696692 [ 267 ] {54293f4e-64f8-42f1-80c1-e72a1b51541b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19446 | 2025.01.27 09:44:20.696743 [ 267 ] {54293f4e-64f8-42f1-80c1-e72a1b51541b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19447 | 2025.01.27 09:44:20.697223 [ 267 ] {54293f4e-64f8-42f1-80c1-e72a1b51541b} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19448 | 2025.01.27 09:44:20.697515 [ 267 ] {54293f4e-64f8-42f1-80c1-e72a1b51541b} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19449 | 2025.01.27 09:44:20.697788 [ 267 ] {54293f4e-64f8-42f1-80c1-e72a1b51541b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00204 sec., 40196.078431372545 rows/sec., 2.55 MiB/sec. | ||
| 19450 | 2025.01.27 09:44:20.697899 [ 267 ] {54293f4e-64f8-42f1-80c1-e72a1b51541b} <Debug> TCPHandler: Processed in 0.002416756 sec. | ||
| 19451 | 2025.01.27 09:44:20.698195 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19452 | 2025.01.27 09:44:20.725571 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762 | ||
| 19453 | 2025.01.27 09:44:20.748614 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19454 | 2025.01.27 09:44:20.748657 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19455 | 2025.01.27 09:44:20.756466 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 19456 | 2025.01.27 09:44:20.757299 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19457 | 2025.01.27 09:44:20.757684 [ 103 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 19458 | 2025.01.27 09:44:20.757835 [ 103 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19459 | 2025.01.27 09:44:20.757901 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19460 | 2025.01.27 09:44:20.758368 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 19461 | 2025.01.27 09:44:20.768723 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762 | ||
| 19462 | 2025.01.27 09:44:20.769925 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19463 | 2025.01.27 09:44:20.770837 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part | ||
| 19464 | 2025.01.27 09:44:20.775460 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part | ||
| 19465 | 2025.01.27 09:44:20.780239 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part | ||
| 19466 | 2025.01.27 09:44:20.785620 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 19467 | 2025.01.27 09:44:20.791296 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part | ||
| 19468 | 2025.01.27 09:44:20.797209 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 19469 | 2025.01.27 09:44:20.861953 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.103916215 sec., 7332.83058856599 rows/sec., 37.92 MiB/sec. | ||
| 19470 | 2025.01.27 09:44:20.865892 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 19471 | 2025.01.27 09:44:20.869093 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19472 | 2025.01.27 09:44:20.869217 [ 201 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_101_20} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 19473 | 2025.01.27 09:44:20.871993 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 19474 | 2025.01.27 09:44:21.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.47 MiB, peak 287.78 MiB, free memory in arenas 0.00 B, will set to 271.52 MiB (RSS), difference: 2.05 MiB | ||
| 19475 | 2025.01.27 09:44:24.402946 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19476 | 2025.01.27 09:44:24.403022 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19477 | 2025.01.27 09:44:24.740158 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46726 | ||
| 19478 | 2025.01.27 09:44:24.740813 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19479 | 2025.01.27 09:44:24.740863 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19480 | 2025.01.27 09:44:24.741427 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 19481 | 2025.01.27 09:44:24.741691 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19482 | 2025.01.27 09:44:24.741937 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726 | ||
| 19483 | 2025.01.27 09:44:25.651831 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19484 | 2025.01.27 09:44:25.652060 [ 267 ] {f09af4d7-a2be-4409-939d-26eabafb8464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19485 | 2025.01.27 09:44:25.652144 [ 267 ] {f09af4d7-a2be-4409-939d-26eabafb8464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19486 | 2025.01.27 09:44:25.653059 [ 267 ] {f09af4d7-a2be-4409-939d-26eabafb8464} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19487 | 2025.01.27 09:44:25.653107 [ 267 ] {f09af4d7-a2be-4409-939d-26eabafb8464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19488 | 2025.01.27 09:44:25.653547 [ 267 ] {f09af4d7-a2be-4409-939d-26eabafb8464} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19489 | 2025.01.27 09:44:25.653803 [ 267 ] {f09af4d7-a2be-4409-939d-26eabafb8464} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19490 | 2025.01.27 09:44:25.654073 [ 267 ] {f09af4d7-a2be-4409-939d-26eabafb8464} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002066 sec., 27105.5179090029 rows/sec., 2.07 MiB/sec. | ||
| 19491 | 2025.01.27 09:44:25.654141 [ 267 ] {f09af4d7-a2be-4409-939d-26eabafb8464} <Debug> TCPHandler: Processed in 0.002441977 sec. | ||
| 19492 | 2025.01.27 09:44:25.654434 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19493 | 2025.01.27 09:44:25.654650 [ 273 ] {ea66e5ca-fb06-41b9-a8e1-1574f76b90e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19494 | 2025.01.27 09:44:25.654737 [ 273 ] {ea66e5ca-fb06-41b9-a8e1-1574f76b90e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19495 | 2025.01.27 09:44:25.655811 [ 273 ] {ea66e5ca-fb06-41b9-a8e1-1574f76b90e6} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19496 | 2025.01.27 09:44:25.655857 [ 273 ] {ea66e5ca-fb06-41b9-a8e1-1574f76b90e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19497 | 2025.01.27 09:44:25.656309 [ 273 ] {ea66e5ca-fb06-41b9-a8e1-1574f76b90e6} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19498 | 2025.01.27 09:44:25.656575 [ 273 ] {ea66e5ca-fb06-41b9-a8e1-1574f76b90e6} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19499 | 2025.01.27 09:44:25.656805 [ 273 ] {ea66e5ca-fb06-41b9-a8e1-1574f76b90e6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002214 sec., 28906.95573622403 rows/sec., 2.26 MiB/sec. | ||
| 19500 | 2025.01.27 09:44:25.656863 [ 273 ] {ea66e5ca-fb06-41b9-a8e1-1574f76b90e6} <Debug> TCPHandler: Processed in 0.00258644 sec. | ||
| 19501 | 2025.01.27 09:44:25.657082 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19502 | 2025.01.27 09:44:25.657311 [ 267 ] {3dfb5de0-cd2d-4ef2-b40f-9cf4695f76c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19503 | 2025.01.27 09:44:25.657412 [ 267 ] {3dfb5de0-cd2d-4ef2-b40f-9cf4695f76c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19504 | 2025.01.27 09:44:25.658225 [ 267 ] {3dfb5de0-cd2d-4ef2-b40f-9cf4695f76c8} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19505 | 2025.01.27 09:44:25.658266 [ 267 ] {3dfb5de0-cd2d-4ef2-b40f-9cf4695f76c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19506 | 2025.01.27 09:44:25.658674 [ 267 ] {3dfb5de0-cd2d-4ef2-b40f-9cf4695f76c8} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19507 | 2025.01.27 09:44:25.658922 [ 267 ] {3dfb5de0-cd2d-4ef2-b40f-9cf4695f76c8} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19508 | 2025.01.27 09:44:25.659172 [ 267 ] {3dfb5de0-cd2d-4ef2-b40f-9cf4695f76c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001915 sec., 83550.9138381201 rows/sec., 5.82 MiB/sec. | ||
| 19509 | 2025.01.27 09:44:25.659276 [ 267 ] {3dfb5de0-cd2d-4ef2-b40f-9cf4695f76c8} <Debug> TCPHandler: Processed in 0.002305174 sec. | ||
| 19510 | 2025.01.27 09:44:25.659444 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19511 | 2025.01.27 09:44:25.659605 [ 273 ] {c047b00f-9c68-44b4-8eb8-93e89ba76ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19512 | 2025.01.27 09:44:25.659667 [ 273 ] {c047b00f-9c68-44b4-8eb8-93e89ba76ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19513 | 2025.01.27 09:44:25.660191 [ 273 ] {c047b00f-9c68-44b4-8eb8-93e89ba76ccb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19514 | 2025.01.27 09:44:25.660229 [ 273 ] {c047b00f-9c68-44b4-8eb8-93e89ba76ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19515 | 2025.01.27 09:44:25.660615 [ 273 ] {c047b00f-9c68-44b4-8eb8-93e89ba76ccb} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19516 | 2025.01.27 09:44:25.660860 [ 273 ] {c047b00f-9c68-44b4-8eb8-93e89ba76ccb} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19517 | 2025.01.27 09:44:25.661068 [ 273 ] {c047b00f-9c68-44b4-8eb8-93e89ba76ccb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec. | ||
| 19518 | 2025.01.27 09:44:25.661123 [ 273 ] {c047b00f-9c68-44b4-8eb8-93e89ba76ccb} <Debug> TCPHandler: Processed in 0.001767461 sec. | ||
| 19519 | 2025.01.27 09:44:25.978992 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19520 | 2025.01.27 09:44:25.979187 [ 267 ] {db196256-5271-4d87-a38a-451e5776078b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19521 | 2025.01.27 09:44:25.979261 [ 267 ] {db196256-5271-4d87-a38a-451e5776078b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19522 | 2025.01.27 09:44:25.980058 [ 267 ] {db196256-5271-4d87-a38a-451e5776078b} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19523 | 2025.01.27 09:44:25.980097 [ 267 ] {db196256-5271-4d87-a38a-451e5776078b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19524 | 2025.01.27 09:44:25.980517 [ 267 ] {db196256-5271-4d87-a38a-451e5776078b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19525 | 2025.01.27 09:44:25.980783 [ 267 ] {db196256-5271-4d87-a38a-451e5776078b} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19526 | 2025.01.27 09:44:25.980982 [ 267 ] {db196256-5271-4d87-a38a-451e5776078b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001849 sec., 7571.660356949703 rows/sec., 545.06 KiB/sec. | ||
| 19527 | 2025.01.27 09:44:25.981036 [ 267 ] {db196256-5271-4d87-a38a-451e5776078b} <Debug> TCPHandler: Processed in 0.00216635 sec. | ||
| 19528 | 2025.01.27 09:44:25.981240 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19529 | 2025.01.27 09:44:25.981404 [ 273 ] {b28528d5-5454-40ad-b552-94a49e9a22ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19530 | 2025.01.27 09:44:25.981468 [ 273 ] {b28528d5-5454-40ad-b552-94a49e9a22ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19531 | 2025.01.27 09:44:25.982136 [ 273 ] {b28528d5-5454-40ad-b552-94a49e9a22ac} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19532 | 2025.01.27 09:44:25.982178 [ 273 ] {b28528d5-5454-40ad-b552-94a49e9a22ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19533 | 2025.01.27 09:44:25.982557 [ 273 ] {b28528d5-5454-40ad-b552-94a49e9a22ac} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 19534 | 2025.01.27 09:44:25.982836 [ 273 ] {b28528d5-5454-40ad-b552-94a49e9a22ac} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19535 | 2025.01.27 09:44:25.983054 [ 273 ] {b28528d5-5454-40ad-b552-94a49e9a22ac} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001688 sec., 1184.8341232227488 rows/sec., 96.61 KiB/sec. | ||
| 19536 | 2025.01.27 09:44:25.983108 [ 273 ] {b28528d5-5454-40ad-b552-94a49e9a22ac} <Debug> TCPHandler: Processed in 0.001954695 sec. | ||
| 19537 | 2025.01.27 09:44:25.983264 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19538 | 2025.01.27 09:44:25.983406 [ 267 ] {d25820dd-4f8a-4a07-9577-7f71869dd721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19539 | 2025.01.27 09:44:25.983462 [ 267 ] {d25820dd-4f8a-4a07-9577-7f71869dd721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19540 | 2025.01.27 09:44:25.984646 [ 267 ] {d25820dd-4f8a-4a07-9577-7f71869dd721} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19541 | 2025.01.27 09:44:25.984683 [ 267 ] {d25820dd-4f8a-4a07-9577-7f71869dd721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19542 | 2025.01.27 09:44:25.985141 [ 267 ] {d25820dd-4f8a-4a07-9577-7f71869dd721} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19543 | 2025.01.27 09:44:25.985380 [ 267 ] {d25820dd-4f8a-4a07-9577-7f71869dd721} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19544 | 2025.01.27 09:44:25.985560 [ 267 ] {d25820dd-4f8a-4a07-9577-7f71869dd721} <Debug> executeQuery: Read 1460 rows, 125.16 KiB in 0.002187 sec., 667581.1614083218 rows/sec., 55.89 MiB/sec. | ||
| 19545 | 2025.01.27 09:44:25.985611 [ 267 ] {d25820dd-4f8a-4a07-9577-7f71869dd721} <Debug> TCPHandler: Processed in 0.002413956 sec. | ||
| 19546 | 2025.01.27 09:44:25.985781 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19547 | 2025.01.27 09:44:25.985932 [ 273 ] {0bb436c2-5cbe-4d63-9dce-111d9e767d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19548 | 2025.01.27 09:44:25.985992 [ 273 ] {0bb436c2-5cbe-4d63-9dce-111d9e767d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19549 | 2025.01.27 09:44:25.986716 [ 273 ] {0bb436c2-5cbe-4d63-9dce-111d9e767d7b} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19550 | 2025.01.27 09:44:25.986766 [ 273 ] {0bb436c2-5cbe-4d63-9dce-111d9e767d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19551 | 2025.01.27 09:44:25.987177 [ 273 ] {0bb436c2-5cbe-4d63-9dce-111d9e767d7b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19552 | 2025.01.27 09:44:25.987427 [ 273 ] {0bb436c2-5cbe-4d63-9dce-111d9e767d7b} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19553 | 2025.01.27 09:44:25.987635 [ 273 ] {0bb436c2-5cbe-4d63-9dce-111d9e767d7b} <Debug> executeQuery: Read 67 rows, 4.96 KiB in 0.001736 sec., 38594.47004608295 rows/sec., 2.79 MiB/sec. | ||
| 19554 | 2025.01.27 09:44:25.987689 [ 273 ] {0bb436c2-5cbe-4d63-9dce-111d9e767d7b} <Debug> TCPHandler: Processed in 0.001977246 sec. | ||
| 19555 | 2025.01.27 09:44:25.987818 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19556 | 2025.01.27 09:44:25.987942 [ 267 ] {ab46ec0b-d035-4d4a-8f21-4338ce87a882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19557 | 2025.01.27 09:44:25.987999 [ 267 ] {ab46ec0b-d035-4d4a-8f21-4338ce87a882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19558 | 2025.01.27 09:44:25.988786 [ 267 ] {ab46ec0b-d035-4d4a-8f21-4338ce87a882} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19559 | 2025.01.27 09:44:25.988831 [ 267 ] {ab46ec0b-d035-4d4a-8f21-4338ce87a882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19560 | 2025.01.27 09:44:25.989217 [ 267 ] {ab46ec0b-d035-4d4a-8f21-4338ce87a882} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19561 | 2025.01.27 09:44:25.989452 [ 267 ] {ab46ec0b-d035-4d4a-8f21-4338ce87a882} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19562 | 2025.01.27 09:44:25.989663 [ 267 ] {ab46ec0b-d035-4d4a-8f21-4338ce87a882} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001742 sec., 138920.78071182547 rows/sec., 9.41 MiB/sec. | ||
| 19563 | 2025.01.27 09:44:25.989758 [ 267 ] {ab46ec0b-d035-4d4a-8f21-4338ce87a882} <Debug> TCPHandler: Processed in 0.001992627 sec. | ||
| 19564 | 2025.01.27 09:44:25.989988 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19565 | 2025.01.27 09:44:25.990130 [ 273 ] {7531e782-51ca-4fff-b2e5-3c6802c132a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19566 | 2025.01.27 09:44:25.990189 [ 273 ] {7531e782-51ca-4fff-b2e5-3c6802c132a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19567 | 2025.01.27 09:44:25.990857 [ 273 ] {7531e782-51ca-4fff-b2e5-3c6802c132a7} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19568 | 2025.01.27 09:44:25.990904 [ 273 ] {7531e782-51ca-4fff-b2e5-3c6802c132a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19569 | 2025.01.27 09:44:25.991275 [ 273 ] {7531e782-51ca-4fff-b2e5-3c6802c132a7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19570 | 2025.01.27 09:44:25.991525 [ 273 ] {7531e782-51ca-4fff-b2e5-3c6802c132a7} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19571 | 2025.01.27 09:44:25.991736 [ 273 ] {7531e782-51ca-4fff-b2e5-3c6802c132a7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00164 sec., 7926.829268292683 rows/sec., 494.24 KiB/sec. | ||
| 19572 | 2025.01.27 09:44:25.991786 [ 273 ] {7531e782-51ca-4fff-b2e5-3c6802c132a7} <Debug> TCPHandler: Processed in 0.001912515 sec. | ||
| 19573 | 2025.01.27 09:44:25.991928 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19574 | 2025.01.27 09:44:25.992066 [ 267 ] {81326a33-aa8f-4e92-8fd6-beeab3a78c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19575 | 2025.01.27 09:44:25.992123 [ 267 ] {81326a33-aa8f-4e92-8fd6-beeab3a78c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19576 | 2025.01.27 09:44:25.993169 [ 267 ] {81326a33-aa8f-4e92-8fd6-beeab3a78c8e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19577 | 2025.01.27 09:44:25.993207 [ 267 ] {81326a33-aa8f-4e92-8fd6-beeab3a78c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19578 | 2025.01.27 09:44:25.993604 [ 267 ] {81326a33-aa8f-4e92-8fd6-beeab3a78c8e} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19579 | 2025.01.27 09:44:25.993865 [ 267 ] {81326a33-aa8f-4e92-8fd6-beeab3a78c8e} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19580 | 2025.01.27 09:44:25.994046 [ 267 ] {81326a33-aa8f-4e92-8fd6-beeab3a78c8e} <Debug> executeQuery: Read 898 rows, 66.78 KiB in 0.002011 sec., 446544.0079562406 rows/sec., 32.43 MiB/sec. | ||
| 19581 | 2025.01.27 09:44:25.994097 [ 267 ] {81326a33-aa8f-4e92-8fd6-beeab3a78c8e} <Debug> TCPHandler: Processed in 0.002230472 sec. | ||
| 19582 | 2025.01.27 09:44:25.994253 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19583 | 2025.01.27 09:44:25.994391 [ 273 ] {8e45c02d-5191-42e0-901f-b0bbaaed3e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19584 | 2025.01.27 09:44:25.994449 [ 273 ] {8e45c02d-5191-42e0-901f-b0bbaaed3e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19585 | 2025.01.27 09:44:25.995015 [ 273 ] {8e45c02d-5191-42e0-901f-b0bbaaed3e24} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19586 | 2025.01.27 09:44:25.995055 [ 273 ] {8e45c02d-5191-42e0-901f-b0bbaaed3e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19587 | 2025.01.27 09:44:25.995421 [ 273 ] {8e45c02d-5191-42e0-901f-b0bbaaed3e24} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19588 | 2025.01.27 09:44:25.995659 [ 273 ] {8e45c02d-5191-42e0-901f-b0bbaaed3e24} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19589 | 2025.01.27 09:44:25.995888 [ 273 ] {8e45c02d-5191-42e0-901f-b0bbaaed3e24} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 19590 | 2025.01.27 09:44:25.995952 [ 273 ] {8e45c02d-5191-42e0-901f-b0bbaaed3e24} <Debug> TCPHandler: Processed in 0.001764691 sec. | ||
| 19591 | 2025.01.27 09:44:25.996245 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19592 | 2025.01.27 09:44:25.996468 [ 267 ] {5f7aef97-be0c-471d-bf57-cbd273157776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19593 | 2025.01.27 09:44:25.996567 [ 267 ] {5f7aef97-be0c-471d-bf57-cbd273157776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19594 | 2025.01.27 09:44:25.997460 [ 267 ] {5f7aef97-be0c-471d-bf57-cbd273157776} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19595 | 2025.01.27 09:44:25.997498 [ 267 ] {5f7aef97-be0c-471d-bf57-cbd273157776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19596 | 2025.01.27 09:44:25.997942 [ 267 ] {5f7aef97-be0c-471d-bf57-cbd273157776} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19597 | 2025.01.27 09:44:25.998181 [ 267 ] {5f7aef97-be0c-471d-bf57-cbd273157776} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19598 | 2025.01.27 09:44:25.998366 [ 267 ] {5f7aef97-be0c-471d-bf57-cbd273157776} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001954 sec., 489252.8147389969 rows/sec., 32.51 MiB/sec. | ||
| 19599 | 2025.01.27 09:44:25.998417 [ 267 ] {5f7aef97-be0c-471d-bf57-cbd273157776} <Debug> TCPHandler: Processed in 0.002351994 sec. | ||
| 19600 | 2025.01.27 09:44:25.998570 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19601 | 2025.01.27 09:44:25.998710 [ 273 ] {fcb53c55-3a76-4dbc-9fd0-c48e5740c9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19602 | 2025.01.27 09:44:25.998770 [ 273 ] {fcb53c55-3a76-4dbc-9fd0-c48e5740c9f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19603 | 2025.01.27 09:44:25.999257 [ 273 ] {fcb53c55-3a76-4dbc-9fd0-c48e5740c9f9} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19604 | 2025.01.27 09:44:25.999296 [ 273 ] {fcb53c55-3a76-4dbc-9fd0-c48e5740c9f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19605 | 2025.01.27 09:44:25.999663 [ 273 ] {fcb53c55-3a76-4dbc-9fd0-c48e5740c9f9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19606 | 2025.01.27 09:44:25.999906 [ 273 ] {fcb53c55-3a76-4dbc-9fd0-c48e5740c9f9} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19607 | 2025.01.27 09:44:26.000131 [ 273 ] {fcb53c55-3a76-4dbc-9fd0-c48e5740c9f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 46.50 KiB/sec. | ||
| 19608 | 2025.01.27 09:44:26.000232 [ 273 ] {fcb53c55-3a76-4dbc-9fd0-c48e5740c9f9} <Debug> TCPHandler: Processed in 0.00172149 sec. | ||
| 19609 | 2025.01.27 09:44:26.000560 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19610 | 2025.01.27 09:44:26.001056 [ 267 ] {3adf8473-71ae-4e99-8dbd-88d67437cdbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19611 | 2025.01.27 09:44:26.001485 [ 267 ] {3adf8473-71ae-4e99-8dbd-88d67437cdbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19612 | 2025.01.27 09:44:26.002718 [ 267 ] {3adf8473-71ae-4e99-8dbd-88d67437cdbf} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19613 | 2025.01.27 09:44:26.002757 [ 267 ] {3adf8473-71ae-4e99-8dbd-88d67437cdbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19614 | 2025.01.27 09:44:26.003482 [ 267 ] {3adf8473-71ae-4e99-8dbd-88d67437cdbf} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19615 | 2025.01.27 09:44:26.003956 [ 267 ] {3adf8473-71ae-4e99-8dbd-88d67437cdbf} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19616 | 2025.01.27 09:44:26.004191 [ 267 ] {3adf8473-71ae-4e99-8dbd-88d67437cdbf} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.003299 sec., 17581.085177326462 rows/sec., 31.50 MiB/sec. | ||
| 19617 | 2025.01.27 09:44:26.004290 [ 267 ] {3adf8473-71ae-4e99-8dbd-88d67437cdbf} <Debug> TCPHandler: Processed in 0.003963332 sec. | ||
| 19618 | 2025.01.27 09:44:26.004444 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19619 | 2025.01.27 09:44:26.004582 [ 273 ] {8f85c25f-be62-4629-ae2a-6e8ed606950e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19620 | 2025.01.27 09:44:26.004640 [ 273 ] {8f85c25f-be62-4629-ae2a-6e8ed606950e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19621 | 2025.01.27 09:44:26.005181 [ 273 ] {8f85c25f-be62-4629-ae2a-6e8ed606950e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19622 | 2025.01.27 09:44:26.005219 [ 273 ] {8f85c25f-be62-4629-ae2a-6e8ed606950e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19623 | 2025.01.27 09:44:26.005730 [ 273 ] {8f85c25f-be62-4629-ae2a-6e8ed606950e} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19624 | 2025.01.27 09:44:26.005980 [ 273 ] {8f85c25f-be62-4629-ae2a-6e8ed606950e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19625 | 2025.01.27 09:44:26.006203 [ 273 ] {8f85c25f-be62-4629-ae2a-6e8ed606950e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001646 sec., 20656.136087484814 rows/sec., 1.20 MiB/sec. | ||
| 19626 | 2025.01.27 09:44:26.006303 [ 273 ] {8f85c25f-be62-4629-ae2a-6e8ed606950e} <Debug> TCPHandler: Processed in 0.001923585 sec. | ||
| 19627 | 2025.01.27 09:44:28.269749 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769 | ||
| 19628 | 2025.01.27 09:44:28.292774 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19629 | 2025.01.27 09:44:28.292823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19630 | 2025.01.27 09:44:28.300406 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 19631 | 2025.01.27 09:44:28.301199 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19632 | 2025.01.27 09:44:28.304219 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769 | ||
| 19633 | 2025.01.27 09:44:30.025852 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2694 | ||
| 19634 | 2025.01.27 09:44:30.029635 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19635 | 2025.01.27 09:44:30.029690 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19636 | 2025.01.27 09:44:30.031250 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19637 | 2025.01.27 09:44:30.031585 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19638 | 2025.01.27 09:44:30.031859 [ 92 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 19639 | 2025.01.27 09:44:30.031969 [ 92 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19640 | 2025.01.27 09:44:30.032036 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19641 | 2025.01.27 09:44:30.032403 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 19642 | 2025.01.27 09:44:30.033159 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2694 | ||
| 19643 | 2025.01.27 09:44:30.033605 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19644 | 2025.01.27 09:44:30.033776 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2504 rows starting from the beginning of the part | ||
| 19645 | 2025.01.27 09:44:30.034452 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 30 rows starting from the beginning of the part | ||
| 19646 | 2025.01.27 09:44:30.035101 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 19647 | 2025.01.27 09:44:30.035782 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 16 rows starting from the beginning of the part | ||
| 19648 | 2025.01.27 09:44:30.036462 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 30 rows starting from the beginning of the part | ||
| 19649 | 2025.01.27 09:44:30.037107 [ 196 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 54 rows starting from the beginning of the part | ||
| 19650 | 2025.01.27 09:44:30.046718 [ 187 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2694 rows, containing 72 columns (72 merged, 0 gathered) in 0.014549838 sec., 185156.70071378115 rows/sec., 137.99 MiB/sec. | ||
| 19651 | 2025.01.27 09:44:30.048878 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 19652 | 2025.01.27 09:44:30.049596 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19653 | 2025.01.27 09:44:30.049680 [ 200 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_76_15} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 19654 | 2025.01.27 09:44:30.049882 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 19655 | 2025.01.27 09:44:30.651061 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19656 | 2025.01.27 09:44:30.651270 [ 267 ] {3b2eaf56-d291-4a53-a084-79f7a95b5f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19657 | 2025.01.27 09:44:30.651348 [ 267 ] {3b2eaf56-d291-4a53-a084-79f7a95b5f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19658 | 2025.01.27 09:44:30.652154 [ 267 ] {3b2eaf56-d291-4a53-a084-79f7a95b5f32} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19659 | 2025.01.27 09:44:30.652202 [ 267 ] {3b2eaf56-d291-4a53-a084-79f7a95b5f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19660 | 2025.01.27 09:44:30.652663 [ 267 ] {3b2eaf56-d291-4a53-a084-79f7a95b5f32} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19661 | 2025.01.27 09:44:30.652926 [ 267 ] {3b2eaf56-d291-4a53-a084-79f7a95b5f32} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19662 | 2025.01.27 09:44:30.653141 [ 92 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 19663 | 2025.01.27 09:44:30.653191 [ 267 ] {3b2eaf56-d291-4a53-a084-79f7a95b5f32} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.17 MiB/sec. | ||
| 19664 | 2025.01.27 09:44:30.653216 [ 92 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19665 | 2025.01.27 09:44:30.653280 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19666 | 2025.01.27 09:44:30.653313 [ 267 ] {3b2eaf56-d291-4a53-a084-79f7a95b5f32} <Debug> TCPHandler: Processed in 0.002384915 sec. | ||
| 19667 | 2025.01.27 09:44:30.653503 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 19668 | 2025.01.27 09:44:30.653644 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19669 | 2025.01.27 09:44:30.653678 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19670 | 2025.01.27 09:44:30.653718 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1469 rows starting from the beginning of the part | ||
| 19671 | 2025.01.27 09:44:30.653853 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 56 rows starting from the beginning of the part | ||
| 19672 | 2025.01.27 09:44:30.653926 [ 273 ] {d962aee3-d788-4052-a58c-b59e2b967f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19673 | 2025.01.27 09:44:30.654017 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 319 rows starting from the beginning of the part | ||
| 19674 | 2025.01.27 09:44:30.654094 [ 273 ] {d962aee3-d788-4052-a58c-b59e2b967f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19675 | 2025.01.27 09:44:30.654222 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 56 rows starting from the beginning of the part | ||
| 19676 | 2025.01.27 09:44:30.654467 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 1460 rows starting from the beginning of the part | ||
| 19677 | 2025.01.27 09:44:30.654649 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 56 rows starting from the beginning of the part | ||
| 19678 | 2025.01.27 09:44:30.655906 [ 273 ] {d962aee3-d788-4052-a58c-b59e2b967f9b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19679 | 2025.01.27 09:44:30.655961 [ 273 ] {d962aee3-d788-4052-a58c-b59e2b967f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19680 | 2025.01.27 09:44:30.656572 [ 273 ] {d962aee3-d788-4052-a58c-b59e2b967f9b} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19681 | 2025.01.27 09:44:30.656866 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3416 rows, containing 5 columns (5 merged, 0 gathered) in 0.003471341 sec., 984057.7459834686 rows/sec., 86.21 MiB/sec. | ||
| 19682 | 2025.01.27 09:44:30.656981 [ 273 ] {d962aee3-d788-4052-a58c-b59e2b967f9b} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19683 | 2025.01.27 09:44:30.657077 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 19684 | 2025.01.27 09:44:30.657196 [ 91 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 19685 | 2025.01.27 09:44:30.657254 [ 91 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19686 | 2025.01.27 09:44:30.657288 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19687 | 2025.01.27 09:44:30.657289 [ 273 ] {d962aee3-d788-4052-a58c-b59e2b967f9b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003479 sec., 18396.09083069848 rows/sec., 1.44 MiB/sec. | ||
| 19688 | 2025.01.27 09:44:30.657528 [ 273 ] {d962aee3-d788-4052-a58c-b59e2b967f9b} <Debug> TCPHandler: Processed in 0.004078314 sec. | ||
| 19689 | 2025.01.27 09:44:30.657528 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 19690 | 2025.01.27 09:44:30.657592 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19691 | 2025.01.27 09:44:30.657821 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19692 | 2025.01.27 09:44:30.657849 [ 191 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_176_35} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 19693 | 2025.01.27 09:44:30.657845 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19694 | 2025.01.27 09:44:30.658026 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 935 rows starting from the beginning of the part | ||
| 19695 | 2025.01.27 09:44:30.658112 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 19696 | 2025.01.27 09:44:30.658265 [ 267 ] {81638d2f-e5ac-4cc2-aead-fd02bb91755e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19697 | 2025.01.27 09:44:30.658375 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 64 rows starting from the beginning of the part | ||
| 19698 | 2025.01.27 09:44:30.658489 [ 267 ] {81638d2f-e5ac-4cc2-aead-fd02bb91755e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19699 | 2025.01.27 09:44:30.658716 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 440 rows starting from the beginning of the part | ||
| 19700 | 2025.01.27 09:44:30.659064 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 64 rows starting from the beginning of the part | ||
| 19701 | 2025.01.27 09:44:30.659436 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 898 rows starting from the beginning of the part | ||
| 19702 | 2025.01.27 09:44:30.659839 [ 187 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 64 rows starting from the beginning of the part | ||
| 19703 | 2025.01.27 09:44:30.661347 [ 267 ] {81638d2f-e5ac-4cc2-aead-fd02bb91755e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19704 | 2025.01.27 09:44:30.661412 [ 267 ] {81638d2f-e5ac-4cc2-aead-fd02bb91755e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19705 | 2025.01.27 09:44:30.662370 [ 267 ] {81638d2f-e5ac-4cc2-aead-fd02bb91755e} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19706 | 2025.01.27 09:44:30.662862 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2465 rows, containing 5 columns (5 merged, 0 gathered) in 0.005517458 sec., 446763.70893987775 rows/sec., 34.31 MiB/sec. | ||
| 19707 | 2025.01.27 09:44:30.662892 [ 267 ] {81638d2f-e5ac-4cc2-aead-fd02bb91755e} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19708 | 2025.01.27 09:44:30.663126 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 19709 | 2025.01.27 09:44:30.663136 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 5 parts from all_1_171_35 to all_175_175_0 | ||
| 19710 | 2025.01.27 09:44:30.663246 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19711 | 2025.01.27 09:44:30.663312 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19712 | 2025.01.27 09:44:30.663348 [ 267 ] {81638d2f-e5ac-4cc2-aead-fd02bb91755e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005252 sec., 24371.667936024372 rows/sec., 1.70 MiB/sec. | ||
| 19713 | 2025.01.27 09:44:30.663752 [ 267 ] {81638d2f-e5ac-4cc2-aead-fd02bb91755e} <Debug> TCPHandler: Processed in 0.006100232 sec. | ||
| 19714 | 2025.01.27 09:44:30.663785 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_171_35 to all_175_175_0 into Compact with storage Full | ||
| 19715 | 2025.01.27 09:44:30.664082 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19716 | 2025.01.27 09:44:30.664151 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19717 | 2025.01.27 09:44:30.664171 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19718 | 2025.01.27 09:44:30.664232 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_171_35, total 50844 rows starting from the beginning of the part | ||
| 19719 | 2025.01.27 09:44:30.664440 [ 273 ] {052a1bce-f770-4482-9dcf-b5455a9cfab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19720 | 2025.01.27 09:44:30.664560 [ 195 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_176_35} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 19721 | 2025.01.27 09:44:30.664654 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 160 rows starting from the beginning of the part | ||
| 19722 | 2025.01.27 09:44:30.664813 [ 273 ] {052a1bce-f770-4482-9dcf-b5455a9cfab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19723 | 2025.01.27 09:44:30.665063 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 19724 | 2025.01.27 09:44:30.665193 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 237 rows starting from the beginning of the part | ||
| 19725 | 2025.01.27 09:44:30.665554 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 160 rows starting from the beginning of the part | ||
| 19726 | 2025.01.27 09:44:30.665956 [ 189 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 956 rows starting from the beginning of the part | ||
| 19727 | 2025.01.27 09:44:30.667007 [ 273 ] {052a1bce-f770-4482-9dcf-b5455a9cfab9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19728 | 2025.01.27 09:44:30.667050 [ 273 ] {052a1bce-f770-4482-9dcf-b5455a9cfab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19729 | 2025.01.27 09:44:30.667623 [ 273 ] {052a1bce-f770-4482-9dcf-b5455a9cfab9} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19730 | 2025.01.27 09:44:30.668085 [ 273 ] {052a1bce-f770-4482-9dcf-b5455a9cfab9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19731 | 2025.01.27 09:44:30.668397 [ 91 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 19732 | 2025.01.27 09:44:30.668518 [ 91 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19733 | 2025.01.27 09:44:30.668602 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19734 | 2025.01.27 09:44:30.668734 [ 273 ] {052a1bce-f770-4482-9dcf-b5455a9cfab9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00439 sec., 10933.940774487472 rows/sec., 754.56 KiB/sec. | ||
| 19735 | 2025.01.27 09:44:30.669222 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 19736 | 2025.01.27 09:44:30.669275 [ 273 ] {052a1bce-f770-4482-9dcf-b5455a9cfab9} <Debug> TCPHandler: Processed in 0.005377915 sec. | ||
| 19737 | 2025.01.27 09:44:30.670007 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19738 | 2025.01.27 09:44:30.670101 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 10414 rows starting from the beginning of the part | ||
| 19739 | 2025.01.27 09:44:30.670509 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 60 rows starting from the beginning of the part | ||
| 19740 | 2025.01.27 09:44:30.670976 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 82 rows starting from the beginning of the part | ||
| 19741 | 2025.01.27 09:44:30.671376 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 60 rows starting from the beginning of the part | ||
| 19742 | 2025.01.27 09:44:30.671815 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 34 rows starting from the beginning of the part | ||
| 19743 | 2025.01.27 09:44:30.672284 [ 199 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 48 rows starting from the beginning of the part | ||
| 19744 | 2025.01.27 09:44:30.676091 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10698 rows, containing 4 columns (4 merged, 0 gathered) in 0.007360171 sec., 1453498.8385460065 rows/sec., 94.71 MiB/sec. | ||
| 19745 | 2025.01.27 09:44:30.676409 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 19746 | 2025.01.27 09:44:30.676775 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19747 | 2025.01.27 09:44:30.677011 [ 197 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_176_35} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 19748 | 2025.01.27 09:44:30.677126 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
| 19749 | 2025.01.27 09:44:30.680358 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52357 rows, containing 5 columns (5 merged, 0 gathered) in 0.016909203 sec., 3096361.194551866 rows/sec., 209.05 MiB/sec. | ||
| 19750 | 2025.01.27 09:44:30.680957 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Trace> MergedBlockOutputStream: filled checksums all_1_175_36 (state Temporary) | ||
| 19751 | 2025.01.27 09:44:30.681326 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_175_36 to all_1_175_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19752 | 2025.01.27 09:44:30.681422 [ 190 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_175_36} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 5 parts: [all_1_171_35, all_175_175_0] -> all_1_175_36 | ||
| 19753 | 2025.01.27 09:44:30.681530 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
| 19754 | 2025.01.27 09:44:32.243047 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47214 | ||
| 19755 | 2025.01.27 09:44:32.243961 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19756 | 2025.01.27 09:44:32.244007 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19757 | 2025.01.27 09:44:32.244556 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 19758 | 2025.01.27 09:44:32.244827 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19759 | 2025.01.27 09:44:32.245077 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214 | ||
| 19760 | 2025.01.27 09:44:34.000251 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.52 MiB, peak 287.78 MiB, free memory in arenas 0.00 B, will set to 271.52 MiB (RSS), difference: -4.00 MiB | ||
| 19761 | 2025.01.27 09:44:35.651092 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19762 | 2025.01.27 09:44:35.651320 [ 267 ] {de376696-31c3-429f-ba10-8211a1d0843b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19763 | 2025.01.27 09:44:35.651402 [ 267 ] {de376696-31c3-429f-ba10-8211a1d0843b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19764 | 2025.01.27 09:44:35.652281 [ 267 ] {de376696-31c3-429f-ba10-8211a1d0843b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19765 | 2025.01.27 09:44:35.652324 [ 267 ] {de376696-31c3-429f-ba10-8211a1d0843b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19766 | 2025.01.27 09:44:35.652756 [ 267 ] {de376696-31c3-429f-ba10-8211a1d0843b} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19767 | 2025.01.27 09:44:35.653015 [ 267 ] {de376696-31c3-429f-ba10-8211a1d0843b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19768 | 2025.01.27 09:44:35.653253 [ 267 ] {de376696-31c3-429f-ba10-8211a1d0843b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001992 sec., 28112.44979919679 rows/sec., 2.15 MiB/sec. | ||
| 19769 | 2025.01.27 09:44:35.653313 [ 267 ] {de376696-31c3-429f-ba10-8211a1d0843b} <Debug> TCPHandler: Processed in 0.002362245 sec. | ||
| 19770 | 2025.01.27 09:44:35.653626 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19771 | 2025.01.27 09:44:35.653843 [ 273 ] {d7bbbd5f-cf6f-45cb-9c8e-c04654a90ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19772 | 2025.01.27 09:44:35.653925 [ 273 ] {d7bbbd5f-cf6f-45cb-9c8e-c04654a90ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19773 | 2025.01.27 09:44:35.654738 [ 273 ] {d7bbbd5f-cf6f-45cb-9c8e-c04654a90ff7} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19774 | 2025.01.27 09:44:35.654784 [ 273 ] {d7bbbd5f-cf6f-45cb-9c8e-c04654a90ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19775 | 2025.01.27 09:44:35.655243 [ 273 ] {d7bbbd5f-cf6f-45cb-9c8e-c04654a90ff7} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19776 | 2025.01.27 09:44:35.655500 [ 273 ] {d7bbbd5f-cf6f-45cb-9c8e-c04654a90ff7} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19777 | 2025.01.27 09:44:35.655731 [ 273 ] {d7bbbd5f-cf6f-45cb-9c8e-c04654a90ff7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001948 sec., 32854.20944558521 rows/sec., 2.56 MiB/sec. | ||
| 19778 | 2025.01.27 09:44:35.655790 [ 273 ] {d7bbbd5f-cf6f-45cb-9c8e-c04654a90ff7} <Debug> TCPHandler: Processed in 0.002354545 sec. | ||
| 19779 | 2025.01.27 09:44:35.655961 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19780 | 2025.01.27 09:44:35.656109 [ 267 ] {983cbb2e-0942-440f-81a7-8e1ec03b7a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19781 | 2025.01.27 09:44:35.656173 [ 267 ] {983cbb2e-0942-440f-81a7-8e1ec03b7a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19782 | 2025.01.27 09:44:35.656863 [ 267 ] {983cbb2e-0942-440f-81a7-8e1ec03b7a90} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19783 | 2025.01.27 09:44:35.656914 [ 267 ] {983cbb2e-0942-440f-81a7-8e1ec03b7a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19784 | 2025.01.27 09:44:35.657387 [ 267 ] {983cbb2e-0942-440f-81a7-8e1ec03b7a90} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19785 | 2025.01.27 09:44:35.657654 [ 267 ] {983cbb2e-0942-440f-81a7-8e1ec03b7a90} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19786 | 2025.01.27 09:44:35.657886 [ 267 ] {983cbb2e-0942-440f-81a7-8e1ec03b7a90} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001807 sec., 88544.54897620364 rows/sec., 6.17 MiB/sec. | ||
| 19787 | 2025.01.27 09:44:35.657964 [ 267 ] {983cbb2e-0942-440f-81a7-8e1ec03b7a90} <Debug> TCPHandler: Processed in 0.002071008 sec. | ||
| 19788 | 2025.01.27 09:44:35.658118 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19789 | 2025.01.27 09:44:35.658316 [ 273 ] {495c92a0-b30c-48a3-8ec3-86a3727039af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19790 | 2025.01.27 09:44:35.658382 [ 273 ] {495c92a0-b30c-48a3-8ec3-86a3727039af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19791 | 2025.01.27 09:44:35.659013 [ 273 ] {495c92a0-b30c-48a3-8ec3-86a3727039af} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19792 | 2025.01.27 09:44:35.659060 [ 273 ] {495c92a0-b30c-48a3-8ec3-86a3727039af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19793 | 2025.01.27 09:44:35.659460 [ 273 ] {495c92a0-b30c-48a3-8ec3-86a3727039af} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19794 | 2025.01.27 09:44:35.659707 [ 273 ] {495c92a0-b30c-48a3-8ec3-86a3727039af} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19795 | 2025.01.27 09:44:35.659919 [ 273 ] {495c92a0-b30c-48a3-8ec3-86a3727039af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001654 sec., 36275.695284159614 rows/sec., 2.44 MiB/sec. | ||
| 19796 | 2025.01.27 09:44:35.659969 [ 273 ] {495c92a0-b30c-48a3-8ec3-86a3727039af} <Debug> TCPHandler: Processed in 0.001915554 sec. | ||
| 19797 | 2025.01.27 09:44:35.805285 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 777 | ||
| 19798 | 2025.01.27 09:44:35.828488 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19799 | 2025.01.27 09:44:35.828543 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19800 | 2025.01.27 09:44:35.836125 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 19801 | 2025.01.27 09:44:35.836944 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19802 | 2025.01.27 09:44:35.841140 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777 | ||
| 19803 | 2025.01.27 09:44:38.393241 [ 224 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Found 5 old parts to remove. Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 19804 | 2025.01.27 09:44:38.393321 [ 224 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 5 parts from filesystem (serially): Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 19805 | 2025.01.27 09:44:38.395275 [ 224 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 5 parts from memory: Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 19806 | 2025.01.27 09:44:39.403087 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19807 | 2025.01.27 09:44:39.403172 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19808 | 2025.01.27 09:44:39.746193 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47641 | ||
| 19809 | 2025.01.27 09:44:39.746921 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19810 | 2025.01.27 09:44:39.746964 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19811 | 2025.01.27 09:44:39.747534 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 19812 | 2025.01.27 09:44:39.747813 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19813 | 2025.01.27 09:44:39.748057 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47641 | ||
| 19814 | 2025.01.27 09:44:40.034395 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2710 | ||
| 19815 | 2025.01.27 09:44:40.037173 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19816 | 2025.01.27 09:44:40.037213 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19817 | 2025.01.27 09:44:40.038703 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 19818 | 2025.01.27 09:44:40.039017 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19819 | 2025.01.27 09:44:40.039497 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2710 | ||
| 19820 | 2025.01.27 09:44:40.246967 [ 220 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19821 | 2025.01.27 09:44:40.247030 [ 220 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19822 | 2025.01.27 09:44:40.249075 [ 220 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19823 | 2025.01.27 09:44:40.256260 [ 221 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19824 | 2025.01.27 09:44:40.256315 [ 221 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19825 | 2025.01.27 09:44:40.258185 [ 221 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19826 | 2025.01.27 09:44:40.658421 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19827 | 2025.01.27 09:44:40.658632 [ 267 ] {9cc7faca-6ae2-4295-a62d-dd7657dc3c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19828 | 2025.01.27 09:44:40.658707 [ 267 ] {9cc7faca-6ae2-4295-a62d-dd7657dc3c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19829 | 2025.01.27 09:44:40.659527 [ 267 ] {9cc7faca-6ae2-4295-a62d-dd7657dc3c24} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19830 | 2025.01.27 09:44:40.659578 [ 267 ] {9cc7faca-6ae2-4295-a62d-dd7657dc3c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19831 | 2025.01.27 09:44:40.660018 [ 267 ] {9cc7faca-6ae2-4295-a62d-dd7657dc3c24} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19832 | 2025.01.27 09:44:40.660301 [ 267 ] {9cc7faca-6ae2-4295-a62d-dd7657dc3c24} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19833 | 2025.01.27 09:44:40.660523 [ 267 ] {9cc7faca-6ae2-4295-a62d-dd7657dc3c24} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001947 sec., 7190.54956343092 rows/sec., 517.62 KiB/sec. | ||
| 19834 | 2025.01.27 09:44:40.660584 [ 267 ] {9cc7faca-6ae2-4295-a62d-dd7657dc3c24} <Debug> TCPHandler: Processed in 0.002297044 sec. | ||
| 19835 | 2025.01.27 09:44:40.660841 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19836 | 2025.01.27 09:44:40.661045 [ 273 ] {d4eeee47-37da-4f8f-a238-674679cfd482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19837 | 2025.01.27 09:44:40.661128 [ 273 ] {d4eeee47-37da-4f8f-a238-674679cfd482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19838 | 2025.01.27 09:44:40.662058 [ 273 ] {d4eeee47-37da-4f8f-a238-674679cfd482} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19839 | 2025.01.27 09:44:40.662108 [ 273 ] {d4eeee47-37da-4f8f-a238-674679cfd482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19840 | 2025.01.27 09:44:40.662577 [ 273 ] {d4eeee47-37da-4f8f-a238-674679cfd482} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19841 | 2025.01.27 09:44:40.662845 [ 273 ] {d4eeee47-37da-4f8f-a238-674679cfd482} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19842 | 2025.01.27 09:44:40.663097 [ 273 ] {d4eeee47-37da-4f8f-a238-674679cfd482} <Debug> executeQuery: Read 319 rows, 28.97 KiB in 0.002115 sec., 150827.4231678487 rows/sec., 13.38 MiB/sec. | ||
| 19843 | 2025.01.27 09:44:40.663156 [ 273 ] {d4eeee47-37da-4f8f-a238-674679cfd482} <Debug> TCPHandler: Processed in 0.002443257 sec. | ||
| 19844 | 2025.01.27 09:44:40.663421 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19845 | 2025.01.27 09:44:40.663547 [ 267 ] {b5d87d1c-e46d-4bbb-acd1-ae77e02b590a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19846 | 2025.01.27 09:44:40.663598 [ 267 ] {b5d87d1c-e46d-4bbb-acd1-ae77e02b590a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19847 | 2025.01.27 09:44:40.664263 [ 267 ] {b5d87d1c-e46d-4bbb-acd1-ae77e02b590a} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19848 | 2025.01.27 09:44:40.664309 [ 267 ] {b5d87d1c-e46d-4bbb-acd1-ae77e02b590a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19849 | 2025.01.27 09:44:40.664685 [ 267 ] {b5d87d1c-e46d-4bbb-acd1-ae77e02b590a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19850 | 2025.01.27 09:44:40.664934 [ 267 ] {b5d87d1c-e46d-4bbb-acd1-ae77e02b590a} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19851 | 2025.01.27 09:44:40.665153 [ 267 ] {b5d87d1c-e46d-4bbb-acd1-ae77e02b590a} <Debug> executeQuery: Read 65 rows, 4.82 KiB in 0.001632 sec., 39828.43137254902 rows/sec., 2.88 MiB/sec. | ||
| 19852 | 2025.01.27 09:44:40.665205 [ 267 ] {b5d87d1c-e46d-4bbb-acd1-ae77e02b590a} <Debug> TCPHandler: Processed in 0.001844633 sec. | ||
| 19853 | 2025.01.27 09:44:40.665372 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19854 | 2025.01.27 09:44:40.665496 [ 273 ] {920449dc-cbbc-49ae-9cfd-dd8008d5c2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19855 | 2025.01.27 09:44:40.665546 [ 273 ] {920449dc-cbbc-49ae-9cfd-dd8008d5c2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19856 | 2025.01.27 09:44:40.666131 [ 273 ] {920449dc-cbbc-49ae-9cfd-dd8008d5c2f8} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19857 | 2025.01.27 09:44:40.666171 [ 273 ] {920449dc-cbbc-49ae-9cfd-dd8008d5c2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19858 | 2025.01.27 09:44:40.666546 [ 273 ] {920449dc-cbbc-49ae-9cfd-dd8008d5c2f8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19859 | 2025.01.27 09:44:40.666799 [ 273 ] {920449dc-cbbc-49ae-9cfd-dd8008d5c2f8} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19860 | 2025.01.27 09:44:40.667030 [ 273 ] {920449dc-cbbc-49ae-9cfd-dd8008d5c2f8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001554 sec., 9009.009009009009 rows/sec., 630.93 KiB/sec. | ||
| 19861 | 2025.01.27 09:44:40.667115 [ 273 ] {920449dc-cbbc-49ae-9cfd-dd8008d5c2f8} <Debug> TCPHandler: Processed in 0.001802532 sec. | ||
| 19862 | 2025.01.27 09:44:40.667305 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19863 | 2025.01.27 09:44:40.667437 [ 267 ] {06759d14-c4f8-4df9-8ccd-88ec105a4efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19864 | 2025.01.27 09:44:40.667484 [ 267 ] {06759d14-c4f8-4df9-8ccd-88ec105a4efa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19865 | 2025.01.27 09:44:40.668069 [ 267 ] {06759d14-c4f8-4df9-8ccd-88ec105a4efa} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19866 | 2025.01.27 09:44:40.668107 [ 267 ] {06759d14-c4f8-4df9-8ccd-88ec105a4efa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19867 | 2025.01.27 09:44:40.668467 [ 267 ] {06759d14-c4f8-4df9-8ccd-88ec105a4efa} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19868 | 2025.01.27 09:44:40.668724 [ 267 ] {06759d14-c4f8-4df9-8ccd-88ec105a4efa} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19869 | 2025.01.27 09:44:40.668941 [ 267 ] {06759d14-c4f8-4df9-8ccd-88ec105a4efa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001527 sec., 8513.425016371972 rows/sec., 530.81 KiB/sec. | ||
| 19870 | 2025.01.27 09:44:40.668993 [ 267 ] {06759d14-c4f8-4df9-8ccd-88ec105a4efa} <Debug> TCPHandler: Processed in 0.001787752 sec. | ||
| 19871 | 2025.01.27 09:44:40.669146 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19872 | 2025.01.27 09:44:40.669268 [ 273 ] {6d1efc37-7125-4da0-99c8-0b4af2e7860c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19873 | 2025.01.27 09:44:40.669319 [ 273 ] {6d1efc37-7125-4da0-99c8-0b4af2e7860c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19874 | 2025.01.27 09:44:40.670171 [ 273 ] {6d1efc37-7125-4da0-99c8-0b4af2e7860c} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19875 | 2025.01.27 09:44:40.670218 [ 273 ] {6d1efc37-7125-4da0-99c8-0b4af2e7860c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19876 | 2025.01.27 09:44:40.670622 [ 273 ] {6d1efc37-7125-4da0-99c8-0b4af2e7860c} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19877 | 2025.01.27 09:44:40.670859 [ 273 ] {6d1efc37-7125-4da0-99c8-0b4af2e7860c} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19878 | 2025.01.27 09:44:40.671071 [ 273 ] {6d1efc37-7125-4da0-99c8-0b4af2e7860c} <Debug> executeQuery: Read 440 rows, 32.33 KiB in 0.001825 sec., 241095.8904109589 rows/sec., 17.30 MiB/sec. | ||
| 19879 | 2025.01.27 09:44:40.671124 [ 273 ] {6d1efc37-7125-4da0-99c8-0b4af2e7860c} <Debug> TCPHandler: Processed in 0.002036198 sec. | ||
| 19880 | 2025.01.27 09:44:40.671265 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19881 | 2025.01.27 09:44:40.671400 [ 267 ] {9d0093d8-2fe5-4c93-84cc-1aa28f7fdd51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19882 | 2025.01.27 09:44:40.671460 [ 267 ] {9d0093d8-2fe5-4c93-84cc-1aa28f7fdd51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19883 | 2025.01.27 09:44:40.672040 [ 267 ] {9d0093d8-2fe5-4c93-84cc-1aa28f7fdd51} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19884 | 2025.01.27 09:44:40.672086 [ 267 ] {9d0093d8-2fe5-4c93-84cc-1aa28f7fdd51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19885 | 2025.01.27 09:44:40.672493 [ 267 ] {9d0093d8-2fe5-4c93-84cc-1aa28f7fdd51} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19886 | 2025.01.27 09:44:40.672738 [ 267 ] {9d0093d8-2fe5-4c93-84cc-1aa28f7fdd51} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19887 | 2025.01.27 09:44:40.672956 [ 267 ] {9d0093d8-2fe5-4c93-84cc-1aa28f7fdd51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001587 sec., 3780.7183364839316 rows/sec., 197.53 KiB/sec. | ||
| 19888 | 2025.01.27 09:44:40.673006 [ 267 ] {9d0093d8-2fe5-4c93-84cc-1aa28f7fdd51} <Debug> TCPHandler: Processed in 0.001795271 sec. | ||
| 19889 | 2025.01.27 09:44:40.673151 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19890 | 2025.01.27 09:44:40.673273 [ 273 ] {5bba0dfc-e322-4a33-a69b-2b08cb5e00f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19891 | 2025.01.27 09:44:40.673328 [ 273 ] {5bba0dfc-e322-4a33-a69b-2b08cb5e00f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19892 | 2025.01.27 09:44:40.674016 [ 273 ] {5bba0dfc-e322-4a33-a69b-2b08cb5e00f7} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19893 | 2025.01.27 09:44:40.674068 [ 273 ] {5bba0dfc-e322-4a33-a69b-2b08cb5e00f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19894 | 2025.01.27 09:44:40.674513 [ 273 ] {5bba0dfc-e322-4a33-a69b-2b08cb5e00f7} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19895 | 2025.01.27 09:44:40.674763 [ 273 ] {5bba0dfc-e322-4a33-a69b-2b08cb5e00f7} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19896 | 2025.01.27 09:44:40.674970 [ 273 ] {5bba0dfc-e322-4a33-a69b-2b08cb5e00f7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001722 sec., 137630.66202090593 rows/sec., 9.22 MiB/sec. | ||
| 19897 | 2025.01.27 09:44:40.675027 [ 273 ] {5bba0dfc-e322-4a33-a69b-2b08cb5e00f7} <Debug> TCPHandler: Processed in 0.001931965 sec. | ||
| 19898 | 2025.01.27 09:44:40.675190 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19899 | 2025.01.27 09:44:40.675305 [ 267 ] {fc023683-7606-4fda-ad62-96f2e10f3f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19900 | 2025.01.27 09:44:40.675366 [ 267 ] {fc023683-7606-4fda-ad62-96f2e10f3f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19901 | 2025.01.27 09:44:40.675922 [ 267 ] {fc023683-7606-4fda-ad62-96f2e10f3f6d} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19902 | 2025.01.27 09:44:40.675968 [ 267 ] {fc023683-7606-4fda-ad62-96f2e10f3f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19903 | 2025.01.27 09:44:40.676391 [ 267 ] {fc023683-7606-4fda-ad62-96f2e10f3f6d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19904 | 2025.01.27 09:44:40.676626 [ 267 ] {fc023683-7606-4fda-ad62-96f2e10f3f6d} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19905 | 2025.01.27 09:44:40.676852 [ 267 ] {fc023683-7606-4fda-ad62-96f2e10f3f6d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001566 sec., 638.5696040868455 rows/sec., 43.03 KiB/sec. | ||
| 19906 | 2025.01.27 09:44:40.676912 [ 267 ] {fc023683-7606-4fda-ad62-96f2e10f3f6d} <Debug> TCPHandler: Processed in 0.001781871 sec. | ||
| 19907 | 2025.01.27 09:44:40.677135 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19908 | 2025.01.27 09:44:40.677257 [ 273 ] {4b3aca1a-0dde-441e-8623-d77d109d264a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19909 | 2025.01.27 09:44:40.677342 [ 273 ] {4b3aca1a-0dde-441e-8623-d77d109d264a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19910 | 2025.01.27 09:44:40.678757 [ 273 ] {4b3aca1a-0dde-441e-8623-d77d109d264a} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19911 | 2025.01.27 09:44:40.678797 [ 273 ] {4b3aca1a-0dde-441e-8623-d77d109d264a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19912 | 2025.01.27 09:44:40.679498 [ 273 ] {4b3aca1a-0dde-441e-8623-d77d109d264a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19913 | 2025.01.27 09:44:40.679770 [ 273 ] {4b3aca1a-0dde-441e-8623-d77d109d264a} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19914 | 2025.01.27 09:44:40.679988 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 19915 | 2025.01.27 09:44:40.680066 [ 273 ] {4b3aca1a-0dde-441e-8623-d77d109d264a} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002826 sec., 20523.708421797593 rows/sec., 36.78 MiB/sec. | ||
| 19916 | 2025.01.27 09:44:40.680110 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19917 | 2025.01.27 09:44:40.680217 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19918 | 2025.01.27 09:44:40.680321 [ 273 ] {4b3aca1a-0dde-441e-8623-d77d109d264a} <Debug> TCPHandler: Processed in 0.003309817 sec. | ||
| 19919 | 2025.01.27 09:44:40.680649 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 19920 | 2025.01.27 09:44:40.680704 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19921 | 2025.01.27 09:44:40.681103 [ 267 ] {6cd8af6c-d2d3-465b-825e-122da9fe600d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19922 | 2025.01.27 09:44:40.681295 [ 267 ] {6cd8af6c-d2d3-465b-825e-122da9fe600d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19923 | 2025.01.27 09:44:40.681616 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19924 | 2025.01.27 09:44:40.681907 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2717 rows starting from the beginning of the part | ||
| 19925 | 2025.01.27 09:44:40.682631 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 58 rows starting from the beginning of the part | ||
| 19926 | 2025.01.27 09:44:40.683437 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 58 rows starting from the beginning of the part | ||
| 19927 | 2025.01.27 09:44:40.683640 [ 267 ] {6cd8af6c-d2d3-465b-825e-122da9fe600d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19928 | 2025.01.27 09:44:40.683820 [ 267 ] {6cd8af6c-d2d3-465b-825e-122da9fe600d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19929 | 2025.01.27 09:44:40.684048 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 58 rows starting from the beginning of the part | ||
| 19930 | 2025.01.27 09:44:40.684698 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 58 rows starting from the beginning of the part | ||
| 19931 | 2025.01.27 09:44:40.685354 [ 186 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 58 rows starting from the beginning of the part | ||
| 19932 | 2025.01.27 09:44:40.685594 [ 267 ] {6cd8af6c-d2d3-465b-825e-122da9fe600d} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19933 | 2025.01.27 09:44:40.686387 [ 267 ] {6cd8af6c-d2d3-465b-825e-122da9fe600d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19934 | 2025.01.27 09:44:40.686861 [ 267 ] {6cd8af6c-d2d3-465b-825e-122da9fe600d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005908 sec., 13879.485443466487 rows/sec., 902.68 KiB/sec. | ||
| 19935 | 2025.01.27 09:44:40.686967 [ 225 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19936 | 2025.01.27 09:44:40.687066 [ 225 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19937 | 2025.01.27 09:44:40.687132 [ 267 ] {6cd8af6c-d2d3-465b-825e-122da9fe600d} <Debug> TCPHandler: Processed in 0.006656554 sec. | ||
| 19938 | 2025.01.27 09:44:40.689778 [ 225 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19939 | 2025.01.27 09:44:40.696532 [ 190 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3007 rows, containing 19 columns (19 merged, 0 gathered) in 0.016153086 sec., 186156.37903494106 rows/sec., 333.58 MiB/sec. | ||
| 19940 | 2025.01.27 09:44:40.699092 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 19941 | 2025.01.27 09:44:40.699532 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19942 | 2025.01.27 09:44:40.699621 [ 201 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 19943 | 2025.01.27 09:44:40.699788 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.10 MiB. | ||
| 19944 | 2025.01.27 09:44:41.683102 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19945 | 2025.01.27 09:44:41.683156 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19946 | 2025.01.27 09:44:41.685013 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19947 | 2025.01.27 09:44:43.342169 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 784 | ||
| 19948 | 2025.01.27 09:44:43.368513 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19949 | 2025.01.27 09:44:43.368602 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19950 | 2025.01.27 09:44:43.376892 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 19951 | 2025.01.27 09:44:43.377951 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19952 | 2025.01.27 09:44:43.384050 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 784 | ||
| 19953 | 2025.01.27 09:44:45.651417 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19954 | 2025.01.27 09:44:45.651621 [ 267 ] {f6d90c9a-2412-46cb-a017-5bb9b64cf2bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19955 | 2025.01.27 09:44:45.651693 [ 267 ] {f6d90c9a-2412-46cb-a017-5bb9b64cf2bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19956 | 2025.01.27 09:44:45.652480 [ 267 ] {f6d90c9a-2412-46cb-a017-5bb9b64cf2bf} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19957 | 2025.01.27 09:44:45.652520 [ 267 ] {f6d90c9a-2412-46cb-a017-5bb9b64cf2bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19958 | 2025.01.27 09:44:45.653000 [ 267 ] {f6d90c9a-2412-46cb-a017-5bb9b64cf2bf} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19959 | 2025.01.27 09:44:45.653253 [ 267 ] {f6d90c9a-2412-46cb-a017-5bb9b64cf2bf} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19960 | 2025.01.27 09:44:45.653466 [ 267 ] {f6d90c9a-2412-46cb-a017-5bb9b64cf2bf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001892 sec., 29598.308668076108 rows/sec., 2.26 MiB/sec. | ||
| 19961 | 2025.01.27 09:44:45.653533 [ 267 ] {f6d90c9a-2412-46cb-a017-5bb9b64cf2bf} <Debug> TCPHandler: Processed in 0.002246453 sec. | ||
| 19962 | 2025.01.27 09:44:45.653831 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19963 | 2025.01.27 09:44:45.654055 [ 273 ] {3c820102-331a-48a7-836e-e770f6dc3a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19964 | 2025.01.27 09:44:45.654125 [ 273 ] {3c820102-331a-48a7-836e-e770f6dc3a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19965 | 2025.01.27 09:44:45.654904 [ 273 ] {3c820102-331a-48a7-836e-e770f6dc3a14} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19966 | 2025.01.27 09:44:45.654977 [ 273 ] {3c820102-331a-48a7-836e-e770f6dc3a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19967 | 2025.01.27 09:44:45.655421 [ 273 ] {3c820102-331a-48a7-836e-e770f6dc3a14} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19968 | 2025.01.27 09:44:45.655677 [ 273 ] {3c820102-331a-48a7-836e-e770f6dc3a14} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19969 | 2025.01.27 09:44:45.655929 [ 273 ] {3c820102-331a-48a7-836e-e770f6dc3a14} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001932 sec., 33126.29399585922 rows/sec., 2.59 MiB/sec. | ||
| 19970 | 2025.01.27 09:44:45.655989 [ 273 ] {3c820102-331a-48a7-836e-e770f6dc3a14} <Debug> TCPHandler: Processed in 0.002329074 sec. | ||
| 19971 | 2025.01.27 09:44:45.656150 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19972 | 2025.01.27 09:44:45.656292 [ 267 ] {bb832497-0771-4842-baf8-65cde2b35f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19973 | 2025.01.27 09:44:45.656354 [ 267 ] {bb832497-0771-4842-baf8-65cde2b35f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19974 | 2025.01.27 09:44:45.656956 [ 267 ] {bb832497-0771-4842-baf8-65cde2b35f11} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19975 | 2025.01.27 09:44:45.656993 [ 267 ] {bb832497-0771-4842-baf8-65cde2b35f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19976 | 2025.01.27 09:44:45.657389 [ 267 ] {bb832497-0771-4842-baf8-65cde2b35f11} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19977 | 2025.01.27 09:44:45.657627 [ 267 ] {bb832497-0771-4842-baf8-65cde2b35f11} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19978 | 2025.01.27 09:44:45.657811 [ 267 ] {bb832497-0771-4842-baf8-65cde2b35f11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
| 19979 | 2025.01.27 09:44:45.657861 [ 267 ] {bb832497-0771-4842-baf8-65cde2b35f11} <Debug> TCPHandler: Processed in 0.001776031 sec. | ||
| 19980 | 2025.01.27 09:44:45.658034 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19981 | 2025.01.27 09:44:45.658158 [ 273 ] {68f84030-3f8a-44e5-83be-9ce6b67a2f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19982 | 2025.01.27 09:44:45.658221 [ 273 ] {68f84030-3f8a-44e5-83be-9ce6b67a2f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19983 | 2025.01.27 09:44:45.658743 [ 273 ] {68f84030-3f8a-44e5-83be-9ce6b67a2f63} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19984 | 2025.01.27 09:44:45.658782 [ 273 ] {68f84030-3f8a-44e5-83be-9ce6b67a2f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19985 | 2025.01.27 09:44:45.659178 [ 273 ] {68f84030-3f8a-44e5-83be-9ce6b67a2f63} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19986 | 2025.01.27 09:44:45.659425 [ 273 ] {68f84030-3f8a-44e5-83be-9ce6b67a2f63} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19987 | 2025.01.27 09:44:45.659637 [ 273 ] {68f84030-3f8a-44e5-83be-9ce6b67a2f63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec. | ||
| 19988 | 2025.01.27 09:44:45.659689 [ 273 ] {68f84030-3f8a-44e5-83be-9ce6b67a2f63} <Debug> TCPHandler: Processed in 0.00171457 sec. | ||
| 19989 | 2025.01.27 09:44:47.249148 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 48129 | ||
| 19990 | 2025.01.27 09:44:47.249869 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19991 | 2025.01.27 09:44:47.249918 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 19992 | 2025.01.27 09:44:47.250463 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 19993 | 2025.01.27 09:44:47.250726 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19994 | 2025.01.27 09:44:47.250981 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48129 | ||
| 19995 | 2025.01.27 09:44:47.251086 [ 221 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19996 | 2025.01.27 09:44:47.251163 [ 221 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19997 | 2025.01.27 09:44:47.253074 [ 221 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19998 | 2025.01.27 09:44:49.490316 [ 220 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19999 | 2025.01.27 09:44:49.490399 [ 220 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20000 | 2025.01.27 09:44:49.492853 [ 220 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20001 | 2025.01.27 09:44:50.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.80 MiB, peak 290.41 MiB, free memory in arenas 0.00 B, will set to 271.80 MiB (RSS), difference: 4.00 MiB | ||
| 20002 | 2025.01.27 09:44:50.040584 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2740 | ||
| 20003 | 2025.01.27 09:44:50.043855 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20004 | 2025.01.27 09:44:50.043919 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20005 | 2025.01.27 09:44:50.045477 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20006 | 2025.01.27 09:44:50.045799 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20007 | 2025.01.27 09:44:50.047281 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2740 | ||
| 20008 | 2025.01.27 09:44:50.226138 [ 219 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Found 6 old parts to remove. Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20009 | 2025.01.27 09:44:50.226209 [ 219 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 6 parts from filesystem (serially): Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20010 | 2025.01.27 09:44:50.228163 [ 219 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Removing 6 parts from memory: Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20011 | 2025.01.27 09:44:50.659438 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20012 | 2025.01.27 09:44:50.659658 [ 267 ] {5f473add-556e-4d01-b34b-8a0bf6f9031d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20013 | 2025.01.27 09:44:50.659735 [ 267 ] {5f473add-556e-4d01-b34b-8a0bf6f9031d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20014 | 2025.01.27 09:44:50.660520 [ 267 ] {5f473add-556e-4d01-b34b-8a0bf6f9031d} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20015 | 2025.01.27 09:44:50.660573 [ 267 ] {5f473add-556e-4d01-b34b-8a0bf6f9031d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20016 | 2025.01.27 09:44:50.661041 [ 267 ] {5f473add-556e-4d01-b34b-8a0bf6f9031d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20017 | 2025.01.27 09:44:50.661326 [ 267 ] {5f473add-556e-4d01-b34b-8a0bf6f9031d} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20018 | 2025.01.27 09:44:50.661547 [ 70 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_73_18 to all_77_77_0 | ||
| 20019 | 2025.01.27 09:44:50.661562 [ 267 ] {5f473add-556e-4d01-b34b-8a0bf6f9031d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001954 sec., 7164.790174002047 rows/sec., 515.77 KiB/sec. | ||
| 20020 | 2025.01.27 09:44:50.661631 [ 70 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20021 | 2025.01.27 09:44:50.661712 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20022 | 2025.01.27 09:44:50.661716 [ 267 ] {5f473add-556e-4d01-b34b-8a0bf6f9031d} <Debug> TCPHandler: Processed in 0.002413016 sec. | ||
| 20023 | 2025.01.27 09:44:50.661909 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_73_18 to all_77_77_0 into Compact with storage Full | ||
| 20024 | 2025.01.27 09:44:50.662025 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20025 | 2025.01.27 09:44:50.662083 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20026 | 2025.01.27 09:44:50.662127 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_73_18, total 14 rows starting from the beginning of the part | ||
| 20027 | 2025.01.27 09:44:50.662358 [ 273 ] {2d1b649d-df0d-421f-bb10-a0319566f0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20028 | 2025.01.27 09:44:50.662383 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part | ||
| 20029 | 2025.01.27 09:44:50.662559 [ 273 ] {2d1b649d-df0d-421f-bb10-a0319566f0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20030 | 2025.01.27 09:44:50.662723 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 14 rows starting from the beginning of the part | ||
| 20031 | 2025.01.27 09:44:50.663119 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 14 rows starting from the beginning of the part | ||
| 20032 | 2025.01.27 09:44:50.663445 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 14 rows starting from the beginning of the part | ||
| 20033 | 2025.01.27 09:44:50.665607 [ 273 ] {2d1b649d-df0d-421f-bb10-a0319566f0e5} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20034 | 2025.01.27 09:44:50.665687 [ 273 ] {2d1b649d-df0d-421f-bb10-a0319566f0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20035 | 2025.01.27 09:44:50.666246 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004442123 sec., 15758.230917964225 rows/sec., 1.17 MiB/sec. | ||
| 20036 | 2025.01.27 09:44:50.666464 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Trace> MergedBlockOutputStream: filled checksums all_1_77_19 (state Temporary) | ||
| 20037 | 2025.01.27 09:44:50.666725 [ 273 ] {2d1b649d-df0d-421f-bb10-a0319566f0e5} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 20038 | 2025.01.27 09:44:50.667032 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_77_19 to all_1_77_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20039 | 2025.01.27 09:44:50.667190 [ 190 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_77_19} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_73_18, all_77_77_0] -> all_1_77_19 | ||
| 20040 | 2025.01.27 09:44:50.667246 [ 273 ] {2d1b649d-df0d-421f-bb10-a0319566f0e5} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20041 | 2025.01.27 09:44:50.667329 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 20042 | 2025.01.27 09:44:50.667587 [ 273 ] {2d1b649d-df0d-421f-bb10-a0319566f0e5} <Debug> executeQuery: Read 319 rows, 28.97 KiB in 0.005373 sec., 59370.928717662384 rows/sec., 5.27 MiB/sec. | ||
| 20043 | 2025.01.27 09:44:50.667669 [ 273 ] {2d1b649d-df0d-421f-bb10-a0319566f0e5} <Debug> TCPHandler: Processed in 0.005806075 sec. | ||
| 20044 | 2025.01.27 09:44:50.667897 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20045 | 2025.01.27 09:44:50.668082 [ 267 ] {89f93007-2888-4a05-8ecd-86eb06124dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20046 | 2025.01.27 09:44:50.668142 [ 267 ] {89f93007-2888-4a05-8ecd-86eb06124dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20047 | 2025.01.27 09:44:50.668946 [ 267 ] {89f93007-2888-4a05-8ecd-86eb06124dda} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20048 | 2025.01.27 09:44:50.668993 [ 267 ] {89f93007-2888-4a05-8ecd-86eb06124dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20049 | 2025.01.27 09:44:50.669452 [ 267 ] {89f93007-2888-4a05-8ecd-86eb06124dda} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20050 | 2025.01.27 09:44:50.669746 [ 267 ] {89f93007-2888-4a05-8ecd-86eb06124dda} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20051 | 2025.01.27 09:44:50.669985 [ 267 ] {89f93007-2888-4a05-8ecd-86eb06124dda} <Debug> executeQuery: Read 65 rows, 4.82 KiB in 0.001934 sec., 33609.10031023785 rows/sec., 2.43 MiB/sec. | ||
| 20052 | 2025.01.27 09:44:50.670052 [ 267 ] {89f93007-2888-4a05-8ecd-86eb06124dda} <Debug> TCPHandler: Processed in 0.002277913 sec. | ||
| 20053 | 2025.01.27 09:44:50.670209 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20054 | 2025.01.27 09:44:50.670346 [ 273 ] {64aefafd-418a-4ae3-a21d-ad6c6c5f1d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20055 | 2025.01.27 09:44:50.670402 [ 273 ] {64aefafd-418a-4ae3-a21d-ad6c6c5f1d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20056 | 2025.01.27 09:44:50.671008 [ 273 ] {64aefafd-418a-4ae3-a21d-ad6c6c5f1d04} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20057 | 2025.01.27 09:44:50.671050 [ 273 ] {64aefafd-418a-4ae3-a21d-ad6c6c5f1d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20058 | 2025.01.27 09:44:50.671424 [ 273 ] {64aefafd-418a-4ae3-a21d-ad6c6c5f1d04} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20059 | 2025.01.27 09:44:50.671693 [ 273 ] {64aefafd-418a-4ae3-a21d-ad6c6c5f1d04} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20060 | 2025.01.27 09:44:50.671941 [ 273 ] {64aefafd-418a-4ae3-a21d-ad6c6c5f1d04} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001615 sec., 8668.7306501548 rows/sec., 607.10 KiB/sec. | ||
| 20061 | 2025.01.27 09:44:50.671962 [ 223 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Found 6 old parts to remove. Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20062 | 2025.01.27 09:44:50.672041 [ 223 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 6 parts from filesystem (serially): Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20063 | 2025.01.27 09:44:50.672199 [ 273 ] {64aefafd-418a-4ae3-a21d-ad6c6c5f1d04} <Debug> TCPHandler: Processed in 0.002045158 sec. | ||
| 20064 | 2025.01.27 09:44:50.672533 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20065 | 2025.01.27 09:44:50.672785 [ 267 ] {3ccc43fb-02b1-4b72-8603-27006b8e665a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20066 | 2025.01.27 09:44:50.672836 [ 267 ] {3ccc43fb-02b1-4b72-8603-27006b8e665a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20067 | 2025.01.27 09:44:50.674280 [ 267 ] {3ccc43fb-02b1-4b72-8603-27006b8e665a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20068 | 2025.01.27 09:44:50.674318 [ 267 ] {3ccc43fb-02b1-4b72-8603-27006b8e665a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20069 | 2025.01.27 09:44:50.675037 [ 267 ] {3ccc43fb-02b1-4b72-8603-27006b8e665a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20070 | 2025.01.27 09:44:50.675454 [ 267 ] {3ccc43fb-02b1-4b72-8603-27006b8e665a} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20071 | 2025.01.27 09:44:50.675676 [ 70 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_73_18 to all_77_77_0 | ||
| 20072 | 2025.01.27 09:44:50.675766 [ 70 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20073 | 2025.01.27 09:44:50.675841 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20074 | 2025.01.27 09:44:50.675932 [ 267 ] {3ccc43fb-02b1-4b72-8603-27006b8e665a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003156 sec., 4119.138149556401 rows/sec., 256.83 KiB/sec. | ||
| 20075 | 2025.01.27 09:44:50.676131 [ 222 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Found 5 old parts to remove. Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20076 | 2025.01.27 09:44:50.676240 [ 222 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from filesystem (serially): Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20077 | 2025.01.27 09:44:50.676511 [ 267 ] {3ccc43fb-02b1-4b72-8603-27006b8e665a} <Debug> TCPHandler: Processed in 0.004154206 sec. | ||
| 20078 | 2025.01.27 09:44:50.676534 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_73_18 to all_77_77_0 into Compact with storage Full | ||
| 20079 | 2025.01.27 09:44:50.676839 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20080 | 2025.01.27 09:44:50.677263 [ 273 ] {29e45e3e-b01f-438c-8fd2-d3c396979b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20081 | 2025.01.27 09:44:50.677271 [ 223 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Removing 6 parts from memory: Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20082 | 2025.01.27 09:44:50.677468 [ 273 ] {29e45e3e-b01f-438c-8fd2-d3c396979b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20083 | 2025.01.27 09:44:50.678244 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20084 | 2025.01.27 09:44:50.678758 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_73_18, total 13 rows starting from the beginning of the part | ||
| 20085 | 2025.01.27 09:44:50.680278 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 13 rows starting from the beginning of the part | ||
| 20086 | 2025.01.27 09:44:50.680644 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 13 rows starting from the beginning of the part | ||
| 20087 | 2025.01.27 09:44:50.681435 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 13 rows starting from the beginning of the part | ||
| 20088 | 2025.01.27 09:44:50.682239 [ 201 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 13 rows starting from the beginning of the part | ||
| 20089 | 2025.01.27 09:44:50.682635 [ 273 ] {29e45e3e-b01f-438c-8fd2-d3c396979b6d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20090 | 2025.01.27 09:44:50.682833 [ 273 ] {29e45e3e-b01f-438c-8fd2-d3c396979b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20091 | 2025.01.27 09:44:50.683124 [ 222 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from memory: Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20092 | 2025.01.27 09:44:50.684733 [ 273 ] {29e45e3e-b01f-438c-8fd2-d3c396979b6d} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 20093 | 2025.01.27 09:44:50.685341 [ 273 ] {29e45e3e-b01f-438c-8fd2-d3c396979b6d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20094 | 2025.01.27 09:44:50.685858 [ 273 ] {29e45e3e-b01f-438c-8fd2-d3c396979b6d} <Debug> executeQuery: Read 440 rows, 32.33 KiB in 0.008753 sec., 50268.4793784988 rows/sec., 3.61 MiB/sec. | ||
| 20095 | 2025.01.27 09:44:50.686108 [ 273 ] {29e45e3e-b01f-438c-8fd2-d3c396979b6d} <Debug> TCPHandler: Processed in 0.009432849 sec. | ||
| 20096 | 2025.01.27 09:44:50.686347 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20097 | 2025.01.27 09:44:50.686428 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.010450773 sec., 6219.635619298208 rows/sec., 412.09 KiB/sec. | ||
| 20098 | 2025.01.27 09:44:50.686509 [ 267 ] {e135a800-ca5f-46d3-a6cf-f85bdbfb6660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20099 | 2025.01.27 09:44:50.686613 [ 267 ] {e135a800-ca5f-46d3-a6cf-f85bdbfb6660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20100 | 2025.01.27 09:44:50.686746 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Trace> MergedBlockOutputStream: filled checksums all_1_77_19 (state Temporary) | ||
| 20101 | 2025.01.27 09:44:50.687462 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_77_19 to all_1_77_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20102 | 2025.01.27 09:44:50.687688 [ 267 ] {e135a800-ca5f-46d3-a6cf-f85bdbfb6660} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20103 | 2025.01.27 09:44:50.687704 [ 200 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_77_19} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_73_18, all_77_77_0] -> all_1_77_19 | ||
| 20104 | 2025.01.27 09:44:50.687746 [ 267 ] {e135a800-ca5f-46d3-a6cf-f85bdbfb6660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20105 | 2025.01.27 09:44:50.687898 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 20106 | 2025.01.27 09:44:50.688245 [ 267 ] {e135a800-ca5f-46d3-a6cf-f85bdbfb6660} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20107 | 2025.01.27 09:44:50.688494 [ 267 ] {e135a800-ca5f-46d3-a6cf-f85bdbfb6660} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20108 | 2025.01.27 09:44:50.688709 [ 267 ] {e135a800-ca5f-46d3-a6cf-f85bdbfb6660} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00224 sec., 2678.571428571429 rows/sec., 139.94 KiB/sec. | ||
| 20109 | 2025.01.27 09:44:50.688762 [ 267 ] {e135a800-ca5f-46d3-a6cf-f85bdbfb6660} <Debug> TCPHandler: Processed in 0.002544879 sec. | ||
| 20110 | 2025.01.27 09:44:50.688925 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20111 | 2025.01.27 09:44:50.689067 [ 273 ] {f2d6744f-a195-4129-a421-a39145aa031c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20112 | 2025.01.27 09:44:50.689129 [ 273 ] {f2d6744f-a195-4129-a421-a39145aa031c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20113 | 2025.01.27 09:44:50.689794 [ 273 ] {f2d6744f-a195-4129-a421-a39145aa031c} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20114 | 2025.01.27 09:44:50.689833 [ 273 ] {f2d6744f-a195-4129-a421-a39145aa031c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20115 | 2025.01.27 09:44:50.690240 [ 273 ] {f2d6744f-a195-4129-a421-a39145aa031c} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 20116 | 2025.01.27 09:44:50.690474 [ 273 ] {f2d6744f-a195-4129-a421-a39145aa031c} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20117 | 2025.01.27 09:44:50.690661 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_175_36 to all_180_180_0 | ||
| 20118 | 2025.01.27 09:44:50.690680 [ 273 ] {f2d6744f-a195-4129-a421-a39145aa031c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec. | ||
| 20119 | 2025.01.27 09:44:50.690729 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20120 | 2025.01.27 09:44:50.690811 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20121 | 2025.01.27 09:44:50.690820 [ 273 ] {f2d6744f-a195-4129-a421-a39145aa031c} <Debug> TCPHandler: Processed in 0.001959066 sec. | ||
| 20122 | 2025.01.27 09:44:50.691142 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20123 | 2025.01.27 09:44:50.691203 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_175_36 to all_180_180_0 into Compact with storage Full | ||
| 20124 | 2025.01.27 09:44:50.691542 [ 267 ] {d325d43a-0c25-42b8-b50a-2ef04e53d4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20125 | 2025.01.27 09:44:50.691746 [ 267 ] {d325d43a-0c25-42b8-b50a-2ef04e53d4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20126 | 2025.01.27 09:44:50.692047 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20127 | 2025.01.27 09:44:50.692246 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_175_36, total 52357 rows starting from the beginning of the part | ||
| 20128 | 2025.01.27 09:44:50.692937 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 128 rows starting from the beginning of the part | ||
| 20129 | 2025.01.27 09:44:50.693596 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 160 rows starting from the beginning of the part | ||
| 20130 | 2025.01.27 09:44:50.694271 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 237 rows starting from the beginning of the part | ||
| 20131 | 2025.01.27 09:44:50.694663 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 160 rows starting from the beginning of the part | ||
| 20132 | 2025.01.27 09:44:50.695132 [ 198 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 237 rows starting from the beginning of the part | ||
| 20133 | 2025.01.27 09:44:50.695822 [ 267 ] {d325d43a-0c25-42b8-b50a-2ef04e53d4ab} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20134 | 2025.01.27 09:44:50.695880 [ 267 ] {d325d43a-0c25-42b8-b50a-2ef04e53d4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20135 | 2025.01.27 09:44:50.696791 [ 267 ] {d325d43a-0c25-42b8-b50a-2ef04e53d4ab} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20136 | 2025.01.27 09:44:50.697122 [ 267 ] {d325d43a-0c25-42b8-b50a-2ef04e53d4ab} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20137 | 2025.01.27 09:44:50.697319 [ 69 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Selected 6 parts from all_1_72_16 to all_77_77_0 | ||
| 20138 | 2025.01.27 09:44:50.697377 [ 69 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20139 | 2025.01.27 09:44:50.697444 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20140 | 2025.01.27 09:44:50.697454 [ 267 ] {d325d43a-0c25-42b8-b50a-2ef04e53d4ab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006052 sec., 165.23463317911435 rows/sec., 11.13 KiB/sec. | ||
| 20141 | 2025.01.27 09:44:50.698119 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_72_16 to all_77_77_0 into Compact with storage Full | ||
| 20142 | 2025.01.27 09:44:50.698998 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20143 | 2025.01.27 09:44:50.699186 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_72_16, total 73 rows starting from the beginning of the part | ||
| 20144 | 2025.01.27 09:44:50.699784 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part | ||
| 20145 | 2025.01.27 09:44:50.700303 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1 rows starting from the beginning of the part | ||
| 20146 | 2025.01.27 09:44:50.700683 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1 rows starting from the beginning of the part | ||
| 20147 | 2025.01.27 09:44:50.701124 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1 rows starting from the beginning of the part | ||
| 20148 | 2025.01.27 09:44:50.701522 [ 200 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1 rows starting from the beginning of the part | ||
| 20149 | 2025.01.27 09:44:50.701706 [ 267 ] {d325d43a-0c25-42b8-b50a-2ef04e53d4ab} <Debug> TCPHandler: Processed in 0.01075812 sec. | ||
| 20150 | 2025.01.27 09:44:50.702302 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20151 | 2025.01.27 09:44:50.702589 [ 273 ] {86aa05ac-c1f4-4510-9fdc-e963cda883d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20152 | 2025.01.27 09:44:50.703043 [ 273 ] {86aa05ac-c1f4-4510-9fdc-e963cda883d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20153 | 2025.01.27 09:44:50.706835 [ 196 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.009216135 sec., 8463.417690821587 rows/sec., 569.87 KiB/sec. | ||
| 20154 | 2025.01.27 09:44:50.707037 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Trace> MergedBlockOutputStream: filled checksums all_1_77_17 (state Temporary) | ||
| 20155 | 2025.01.27 09:44:50.707665 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_merge_all_1_77_17 to all_1_77_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20156 | 2025.01.27 09:44:50.707858 [ 195 ] {965a69b2-7ba3-40fe-8cdc-07d1b01f64d2::all_1_77_17} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2) (MergerMutator): Merged 6 parts: [all_1_72_16, all_77_77_0] -> all_1_77_17 | ||
| 20157 | 2025.01.27 09:44:50.708035 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 20158 | 2025.01.27 09:44:50.708157 [ 273 ] {86aa05ac-c1f4-4510-9fdc-e963cda883d9} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20159 | 2025.01.27 09:44:50.708201 [ 273 ] {86aa05ac-c1f4-4510-9fdc-e963cda883d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20160 | 2025.01.27 09:44:50.709226 [ 273 ] {86aa05ac-c1f4-4510-9fdc-e963cda883d9} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20161 | 2025.01.27 09:44:50.709611 [ 273 ] {86aa05ac-c1f4-4510-9fdc-e963cda883d9} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20162 | 2025.01.27 09:44:50.709961 [ 273 ] {86aa05ac-c1f4-4510-9fdc-e963cda883d9} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.007476 sec., 7758.159443552702 rows/sec., 13.90 MiB/sec. | ||
| 20163 | 2025.01.27 09:44:50.710153 [ 273 ] {86aa05ac-c1f4-4510-9fdc-e963cda883d9} <Debug> TCPHandler: Processed in 0.007982915 sec. | ||
| 20164 | 2025.01.27 09:44:50.710425 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20165 | 2025.01.27 09:44:50.710613 [ 267 ] {800e229d-39c0-4d0f-8451-c155dc20e66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20166 | 2025.01.27 09:44:50.710683 [ 267 ] {800e229d-39c0-4d0f-8451-c155dc20e66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20167 | 2025.01.27 09:44:50.711450 [ 267 ] {800e229d-39c0-4d0f-8451-c155dc20e66d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20168 | 2025.01.27 09:44:50.711493 [ 267 ] {800e229d-39c0-4d0f-8451-c155dc20e66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20169 | 2025.01.27 09:44:50.712013 [ 267 ] {800e229d-39c0-4d0f-8451-c155dc20e66d} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 20170 | 2025.01.27 09:44:50.712498 [ 267 ] {800e229d-39c0-4d0f-8451-c155dc20e66d} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20171 | 2025.01.27 09:44:50.712744 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 53279 rows, containing 5 columns (5 merged, 0 gathered) in 0.021817107 sec., 2442074.4693602137 rows/sec., 164.91 MiB/sec. | ||
| 20172 | 2025.01.27 09:44:50.712924 [ 267 ] {800e229d-39c0-4d0f-8451-c155dc20e66d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002366 sec., 34657.65004226543 rows/sec., 2.20 MiB/sec. | ||
| 20173 | 2025.01.27 09:44:50.712997 [ 267 ] {800e229d-39c0-4d0f-8451-c155dc20e66d} <Debug> TCPHandler: Processed in 0.002675452 sec. | ||
| 20174 | 2025.01.27 09:44:50.713279 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Trace> MergedBlockOutputStream: filled checksums all_1_180_37 (state Temporary) | ||
| 20175 | 2025.01.27 09:44:50.713633 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_180_37 to all_1_180_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20176 | 2025.01.27 09:44:50.713709 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_180_37} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_175_36, all_180_180_0] -> all_1_180_37 | ||
| 20177 | 2025.01.27 09:44:50.713795 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB. | ||
| 20178 | 2025.01.27 09:44:50.885076 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 792 | ||
| 20179 | 2025.01.27 09:44:50.908336 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20180 | 2025.01.27 09:44:50.908388 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20181 | 2025.01.27 09:44:50.916060 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 20182 | 2025.01.27 09:44:50.916855 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20183 | 2025.01.27 09:44:50.922218 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 792 | ||
| 20184 | 2025.01.27 09:44:51.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.22 MiB, peak 290.41 MiB, free memory in arenas 0.00 B, will set to 271.80 MiB (RSS), difference: -1.42 MiB | ||
| 20185 | 2025.01.27 09:44:51.598020 [ 219 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Found 5 old parts to remove. Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20186 | 2025.01.27 09:44:51.598144 [ 219 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from filesystem (serially): Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20187 | 2025.01.27 09:44:51.600034 [ 219 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from memory: Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20188 | 2025.01.27 09:44:52.145845 [ 221 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Found 6 old parts to remove. Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20189 | 2025.01.27 09:44:52.145908 [ 221 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 6 parts from filesystem (serially): Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20190 | 2025.01.27 09:44:52.147883 [ 221 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Removing 6 parts from memory: Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20191 | 2025.01.27 09:44:54.403227 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20192 | 2025.01.27 09:44:54.403290 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20193 | 2025.01.27 09:44:54.752085 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 48556 | ||
| 20194 | 2025.01.27 09:44:54.752738 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20195 | 2025.01.27 09:44:54.752781 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20196 | 2025.01.27 09:44:54.753330 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 20197 | 2025.01.27 09:44:54.753593 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20198 | 2025.01.27 09:44:54.753784 [ 62 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 20199 | 2025.01.27 09:44:54.753858 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48556 | ||
| 20200 | 2025.01.27 09:44:54.753873 [ 62 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20201 | 2025.01.27 09:44:54.753908 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20202 | 2025.01.27 09:44:54.754098 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 20203 | 2025.01.27 09:44:54.754340 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20204 | 2025.01.27 09:44:54.754412 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 46299 rows starting from the beginning of the part | ||
| 20205 | 2025.01.27 09:44:54.754591 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 427 rows starting from the beginning of the part | ||
| 20206 | 2025.01.27 09:44:54.754847 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 488 rows starting from the beginning of the part | ||
| 20207 | 2025.01.27 09:44:54.755067 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 427 rows starting from the beginning of the part | ||
| 20208 | 2025.01.27 09:44:54.755267 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 488 rows starting from the beginning of the part | ||
| 20209 | 2025.01.27 09:44:54.755460 [ 196 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 427 rows starting from the beginning of the part | ||
| 20210 | 2025.01.27 09:44:54.758802 [ 187 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48556 rows, containing 4 columns (4 merged, 0 gathered) in 0.004813712 sec., 10087018.085003838 rows/sec., 144.30 MiB/sec. | ||
| 20211 | 2025.01.27 09:44:54.759247 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 20212 | 2025.01.27 09:44:54.759607 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20213 | 2025.01.27 09:44:54.759698 [ 191 ] {4941901e-3d63-42ff-9b44-1229885ccc26::all_1_106_21} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 20214 | 2025.01.27 09:44:54.759807 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 20215 | 2025.01.27 09:44:55.651010 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20216 | 2025.01.27 09:44:55.651236 [ 267 ] {3e4dbf11-b18f-45df-8250-5ee46d5f9c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20217 | 2025.01.27 09:44:55.651320 [ 267 ] {3e4dbf11-b18f-45df-8250-5ee46d5f9c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20218 | 2025.01.27 09:44:55.652155 [ 267 ] {3e4dbf11-b18f-45df-8250-5ee46d5f9c82} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20219 | 2025.01.27 09:44:55.652201 [ 267 ] {3e4dbf11-b18f-45df-8250-5ee46d5f9c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20220 | 2025.01.27 09:44:55.652651 [ 267 ] {3e4dbf11-b18f-45df-8250-5ee46d5f9c82} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 20221 | 2025.01.27 09:44:55.652904 [ 267 ] {3e4dbf11-b18f-45df-8250-5ee46d5f9c82} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20222 | 2025.01.27 09:44:55.653116 [ 59 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 20223 | 2025.01.27 09:44:55.653161 [ 267 ] {3e4dbf11-b18f-45df-8250-5ee46d5f9c82} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001977 sec., 28325.74607991907 rows/sec., 2.16 MiB/sec. | ||
| 20224 | 2025.01.27 09:44:55.653210 [ 59 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20225 | 2025.01.27 09:44:55.653287 [ 267 ] {3e4dbf11-b18f-45df-8250-5ee46d5f9c82} <Debug> TCPHandler: Processed in 0.002414346 sec. | ||
| 20226 | 2025.01.27 09:44:55.653288 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20227 | 2025.01.27 09:44:55.653485 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 20228 | 2025.01.27 09:44:55.653614 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20229 | 2025.01.27 09:44:55.653666 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20230 | 2025.01.27 09:44:55.653722 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 1469 rows starting from the beginning of the part | ||
| 20231 | 2025.01.27 09:44:55.653832 [ 273 ] {d2aa639d-5076-42b1-b812-7eca32908112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20232 | 2025.01.27 09:44:55.653871 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 56 rows starting from the beginning of the part | ||
| 20233 | 2025.01.27 09:44:55.654018 [ 273 ] {d2aa639d-5076-42b1-b812-7eca32908112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20234 | 2025.01.27 09:44:55.654292 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 319 rows starting from the beginning of the part | ||
| 20235 | 2025.01.27 09:44:55.654485 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 56 rows starting from the beginning of the part | ||
| 20236 | 2025.01.27 09:44:55.654651 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 319 rows starting from the beginning of the part | ||
| 20237 | 2025.01.27 09:44:55.654863 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 56 rows starting from the beginning of the part | ||
| 20238 | 2025.01.27 09:44:55.655751 [ 273 ] {d2aa639d-5076-42b1-b812-7eca32908112} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20239 | 2025.01.27 09:44:55.655798 [ 273 ] {d2aa639d-5076-42b1-b812-7eca32908112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20240 | 2025.01.27 09:44:55.656412 [ 273 ] {d2aa639d-5076-42b1-b812-7eca32908112} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 20241 | 2025.01.27 09:44:55.656715 [ 273 ] {d2aa639d-5076-42b1-b812-7eca32908112} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20242 | 2025.01.27 09:44:55.656880 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2275 rows, containing 5 columns (5 merged, 0 gathered) in 0.003471541 sec., 655328.5702228491 rows/sec., 57.89 MiB/sec. | ||
| 20243 | 2025.01.27 09:44:55.656947 [ 59 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 20244 | 2025.01.27 09:44:55.656988 [ 59 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20245 | 2025.01.27 09:44:55.656997 [ 273 ] {d2aa639d-5076-42b1-b812-7eca32908112} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003239 sec., 19759.184933621487 rows/sec., 1.54 MiB/sec. | ||
| 20246 | 2025.01.27 09:44:55.657020 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20247 | 2025.01.27 09:44:55.657085 [ 273 ] {d2aa639d-5076-42b1-b812-7eca32908112} <Debug> TCPHandler: Processed in 0.003655605 sec. | ||
| 20248 | 2025.01.27 09:44:55.657296 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 20249 | 2025.01.27 09:44:55.657372 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 20250 | 2025.01.27 09:44:55.657638 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20251 | 2025.01.27 09:44:55.657926 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20252 | 2025.01.27 09:44:55.658067 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 935 rows starting from the beginning of the part | ||
| 20253 | 2025.01.27 09:44:55.658458 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20254 | 2025.01.27 09:44:55.658918 [ 267 ] {95169bcf-fc71-4299-ae4d-6fc378f332e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20255 | 2025.01.27 09:44:55.658957 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 64 rows starting from the beginning of the part | ||
| 20256 | 2025.01.27 09:44:55.659562 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 440 rows starting from the beginning of the part | ||
| 20257 | 2025.01.27 09:44:55.659655 [ 187 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_181_36} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 20258 | 2025.01.27 09:44:55.660003 [ 267 ] {95169bcf-fc71-4299-ae4d-6fc378f332e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20259 | 2025.01.27 09:44:55.660206 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 64 rows starting from the beginning of the part | ||
| 20260 | 2025.01.27 09:44:55.660308 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 20261 | 2025.01.27 09:44:55.660626 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 440 rows starting from the beginning of the part | ||
| 20262 | 2025.01.27 09:44:55.661024 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 64 rows starting from the beginning of the part | ||
| 20263 | 2025.01.27 09:44:55.662965 [ 267 ] {95169bcf-fc71-4299-ae4d-6fc378f332e4} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20264 | 2025.01.27 09:44:55.663049 [ 267 ] {95169bcf-fc71-4299-ae4d-6fc378f332e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20265 | 2025.01.27 09:44:55.663936 [ 267 ] {95169bcf-fc71-4299-ae4d-6fc378f332e4} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 20266 | 2025.01.27 09:44:55.664274 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2007 rows, containing 5 columns (5 merged, 0 gathered) in 0.007159346 sec., 280332.8683932862 rows/sec., 21.50 MiB/sec. | ||
| 20267 | 2025.01.27 09:44:55.664422 [ 267 ] {95169bcf-fc71-4299-ae4d-6fc378f332e4} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20268 | 2025.01.27 09:44:55.664746 [ 267 ] {95169bcf-fc71-4299-ae4d-6fc378f332e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006075 sec., 26337.448559670782 rows/sec., 1.83 MiB/sec. | ||
| 20269 | 2025.01.27 09:44:55.664837 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 20270 | 2025.01.27 09:44:55.664856 [ 267 ] {95169bcf-fc71-4299-ae4d-6fc378f332e4} <Debug> TCPHandler: Processed in 0.007535365 sec. | ||
| 20271 | 2025.01.27 09:44:55.665100 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20272 | 2025.01.27 09:44:55.665327 [ 273 ] {b44a675a-6bbd-4c81-a75e-21e87a7ffcc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20273 | 2025.01.27 09:44:55.665411 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20274 | 2025.01.27 09:44:55.665447 [ 273 ] {b44a675a-6bbd-4c81-a75e-21e87a7ffcc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20275 | 2025.01.27 09:44:55.665635 [ 192 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_181_36} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 20276 | 2025.01.27 09:44:55.665856 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 20277 | 2025.01.27 09:44:55.666282 [ 273 ] {b44a675a-6bbd-4c81-a75e-21e87a7ffcc4} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20278 | 2025.01.27 09:44:55.666326 [ 273 ] {b44a675a-6bbd-4c81-a75e-21e87a7ffcc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20279 | 2025.01.27 09:44:55.666706 [ 273 ] {b44a675a-6bbd-4c81-a75e-21e87a7ffcc4} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 20280 | 2025.01.27 09:44:55.666957 [ 273 ] {b44a675a-6bbd-4c81-a75e-21e87a7ffcc4} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20281 | 2025.01.27 09:44:55.667108 [ 59 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 20282 | 2025.01.27 09:44:55.667141 [ 273 ] {b44a675a-6bbd-4c81-a75e-21e87a7ffcc4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001883 sec., 31864.04673393521 rows/sec., 2.15 MiB/sec. | ||
| 20283 | 2025.01.27 09:44:55.667153 [ 59 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20284 | 2025.01.27 09:44:55.667194 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20285 | 2025.01.27 09:44:55.667215 [ 273 ] {b44a675a-6bbd-4c81-a75e-21e87a7ffcc4} <Debug> TCPHandler: Processed in 0.002246152 sec. | ||
| 20286 | 2025.01.27 09:44:55.667396 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 20287 | 2025.01.27 09:44:55.667539 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20288 | 2025.01.27 09:44:55.667576 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_176_35, total 10698 rows starting from the beginning of the part | ||
| 20289 | 2025.01.27 09:44:55.667688 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 60 rows starting from the beginning of the part | ||
| 20290 | 2025.01.27 09:44:55.667905 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 82 rows starting from the beginning of the part | ||
| 20291 | 2025.01.27 09:44:55.668061 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 60 rows starting from the beginning of the part | ||
| 20292 | 2025.01.27 09:44:55.668200 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 82 rows starting from the beginning of the part | ||
| 20293 | 2025.01.27 09:44:55.668401 [ 186 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 60 rows starting from the beginning of the part | ||
| 20294 | 2025.01.27 09:44:55.671440 [ 193 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11042 rows, containing 4 columns (4 merged, 0 gathered) in 0.004156807 sec., 2656365.81154718 rows/sec., 173.13 MiB/sec. | ||
| 20295 | 2025.01.27 09:44:55.671758 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 20296 | 2025.01.27 09:44:55.672076 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20297 | 2025.01.27 09:44:55.672162 [ 188 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_181_36} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 20298 | 2025.01.27 09:44:55.672253 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 20299 | 2025.01.27 09:44:55.979009 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20300 | 2025.01.27 09:44:55.979184 [ 267 ] {a28be654-a716-4f6e-8662-ff7ede23d575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20301 | 2025.01.27 09:44:55.979253 [ 267 ] {a28be654-a716-4f6e-8662-ff7ede23d575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20302 | 2025.01.27 09:44:55.980034 [ 267 ] {a28be654-a716-4f6e-8662-ff7ede23d575} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20303 | 2025.01.27 09:44:55.980079 [ 267 ] {a28be654-a716-4f6e-8662-ff7ede23d575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20304 | 2025.01.27 09:44:55.980494 [ 267 ] {a28be654-a716-4f6e-8662-ff7ede23d575} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20305 | 2025.01.27 09:44:55.980739 [ 267 ] {a28be654-a716-4f6e-8662-ff7ede23d575} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20306 | 2025.01.27 09:44:55.980957 [ 267 ] {a28be654-a716-4f6e-8662-ff7ede23d575} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001819 sec., 7696.5365585486525 rows/sec., 554.05 KiB/sec. | ||
| 20307 | 2025.01.27 09:44:55.981011 [ 267 ] {a28be654-a716-4f6e-8662-ff7ede23d575} <Debug> TCPHandler: Processed in 0.002100338 sec. | ||
| 20308 | 2025.01.27 09:44:55.981212 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20309 | 2025.01.27 09:44:55.981353 [ 273 ] {61ab6d9c-a99a-461a-ad71-c2c307672c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20310 | 2025.01.27 09:44:55.981409 [ 273 ] {61ab6d9c-a99a-461a-ad71-c2c307672c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20311 | 2025.01.27 09:44:55.982050 [ 273 ] {61ab6d9c-a99a-461a-ad71-c2c307672c18} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20312 | 2025.01.27 09:44:55.982093 [ 273 ] {61ab6d9c-a99a-461a-ad71-c2c307672c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20313 | 2025.01.27 09:44:55.982479 [ 273 ] {61ab6d9c-a99a-461a-ad71-c2c307672c18} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 20314 | 2025.01.27 09:44:55.982739 [ 273 ] {61ab6d9c-a99a-461a-ad71-c2c307672c18} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20315 | 2025.01.27 09:44:55.982980 [ 273 ] {61ab6d9c-a99a-461a-ad71-c2c307672c18} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00165 sec., 9696.969696969698 rows/sec., 790.72 KiB/sec. | ||
| 20316 | 2025.01.27 09:44:55.983169 [ 273 ] {61ab6d9c-a99a-461a-ad71-c2c307672c18} <Debug> TCPHandler: Processed in 0.002029247 sec. | ||
| 20317 | 2025.01.27 09:44:55.983355 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20318 | 2025.01.27 09:44:55.983476 [ 267 ] {e6ae782d-1b1e-4b9e-8eca-fea0f2ad5742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20319 | 2025.01.27 09:44:55.983534 [ 267 ] {e6ae782d-1b1e-4b9e-8eca-fea0f2ad5742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20320 | 2025.01.27 09:44:55.984704 [ 267 ] {e6ae782d-1b1e-4b9e-8eca-fea0f2ad5742} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20321 | 2025.01.27 09:44:55.984744 [ 267 ] {e6ae782d-1b1e-4b9e-8eca-fea0f2ad5742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20322 | 2025.01.27 09:44:55.985214 [ 267 ] {e6ae782d-1b1e-4b9e-8eca-fea0f2ad5742} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 20323 | 2025.01.27 09:44:55.985457 [ 267 ] {e6ae782d-1b1e-4b9e-8eca-fea0f2ad5742} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20324 | 2025.01.27 09:44:55.985664 [ 267 ] {e6ae782d-1b1e-4b9e-8eca-fea0f2ad5742} <Debug> executeQuery: Read 1467 rows, 125.67 KiB in 0.002212 sec., 663200.7233273056 rows/sec., 55.48 MiB/sec. | ||
| 20325 | 2025.01.27 09:44:55.985716 [ 267 ] {e6ae782d-1b1e-4b9e-8eca-fea0f2ad5742} <Debug> TCPHandler: Processed in 0.002432557 sec. | ||
| 20326 | 2025.01.27 09:44:55.985869 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20327 | 2025.01.27 09:44:55.985987 [ 273 ] {67af4c09-34fb-4fb5-97b6-9a582750b9b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20328 | 2025.01.27 09:44:55.986037 [ 273 ] {67af4c09-34fb-4fb5-97b6-9a582750b9b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20329 | 2025.01.27 09:44:55.986669 [ 273 ] {67af4c09-34fb-4fb5-97b6-9a582750b9b8} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20330 | 2025.01.27 09:44:55.986709 [ 273 ] {67af4c09-34fb-4fb5-97b6-9a582750b9b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20331 | 2025.01.27 09:44:55.987080 [ 273 ] {67af4c09-34fb-4fb5-97b6-9a582750b9b8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20332 | 2025.01.27 09:44:55.987327 [ 273 ] {67af4c09-34fb-4fb5-97b6-9a582750b9b8} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20333 | 2025.01.27 09:44:55.987556 [ 273 ] {67af4c09-34fb-4fb5-97b6-9a582750b9b8} <Debug> executeQuery: Read 81 rows, 5.93 KiB in 0.001589 sec., 50975.456261799874 rows/sec., 3.65 MiB/sec. | ||
| 20334 | 2025.01.27 09:44:55.987632 [ 273 ] {67af4c09-34fb-4fb5-97b6-9a582750b9b8} <Debug> TCPHandler: Processed in 0.001818502 sec. | ||
| 20335 | 2025.01.27 09:44:55.987856 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20336 | 2025.01.27 09:44:55.988058 [ 267 ] {87a85acc-4713-4b48-9b7e-f5310b1c9f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20337 | 2025.01.27 09:44:55.988141 [ 267 ] {87a85acc-4713-4b48-9b7e-f5310b1c9f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20338 | 2025.01.27 09:44:55.989065 [ 267 ] {87a85acc-4713-4b48-9b7e-f5310b1c9f4a} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20339 | 2025.01.27 09:44:55.989103 [ 267 ] {87a85acc-4713-4b48-9b7e-f5310b1c9f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20340 | 2025.01.27 09:44:55.989484 [ 267 ] {87a85acc-4713-4b48-9b7e-f5310b1c9f4a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20341 | 2025.01.27 09:44:55.989722 [ 267 ] {87a85acc-4713-4b48-9b7e-f5310b1c9f4a} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20342 | 2025.01.27 09:44:55.989919 [ 267 ] {87a85acc-4713-4b48-9b7e-f5310b1c9f4a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00191 sec., 126701.57068062827 rows/sec., 8.58 MiB/sec. | ||
| 20343 | 2025.01.27 09:44:55.989969 [ 267 ] {87a85acc-4713-4b48-9b7e-f5310b1c9f4a} <Debug> TCPHandler: Processed in 0.002243722 sec. | ||
| 20344 | 2025.01.27 09:44:55.990154 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20345 | 2025.01.27 09:44:55.990293 [ 273 ] {b2a68504-c6ae-4c99-9cc6-82afac82f92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20346 | 2025.01.27 09:44:55.990350 [ 273 ] {b2a68504-c6ae-4c99-9cc6-82afac82f92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20347 | 2025.01.27 09:44:55.990997 [ 273 ] {b2a68504-c6ae-4c99-9cc6-82afac82f92b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20348 | 2025.01.27 09:44:55.991037 [ 273 ] {b2a68504-c6ae-4c99-9cc6-82afac82f92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20349 | 2025.01.27 09:44:55.991396 [ 273 ] {b2a68504-c6ae-4c99-9cc6-82afac82f92b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20350 | 2025.01.27 09:44:55.991634 [ 273 ] {b2a68504-c6ae-4c99-9cc6-82afac82f92b} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20351 | 2025.01.27 09:44:55.991883 [ 273 ] {b2a68504-c6ae-4c99-9cc6-82afac82f92b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001608 sec., 8084.577114427861 rows/sec., 504.07 KiB/sec. | ||
| 20352 | 2025.01.27 09:44:55.991998 [ 273 ] {b2a68504-c6ae-4c99-9cc6-82afac82f92b} <Debug> TCPHandler: Processed in 0.001907524 sec. | ||
| 20353 | 2025.01.27 09:44:55.992264 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20354 | 2025.01.27 09:44:55.992416 [ 267 ] {72c3444f-2892-4c63-9037-ca6cd2b3ef79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20355 | 2025.01.27 09:44:55.992472 [ 267 ] {72c3444f-2892-4c63-9037-ca6cd2b3ef79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20356 | 2025.01.27 09:44:55.993388 [ 267 ] {72c3444f-2892-4c63-9037-ca6cd2b3ef79} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20357 | 2025.01.27 09:44:55.993427 [ 267 ] {72c3444f-2892-4c63-9037-ca6cd2b3ef79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20358 | 2025.01.27 09:44:55.993819 [ 267 ] {72c3444f-2892-4c63-9037-ca6cd2b3ef79} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 20359 | 2025.01.27 09:44:55.994064 [ 267 ] {72c3444f-2892-4c63-9037-ca6cd2b3ef79} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20360 | 2025.01.27 09:44:55.994272 [ 267 ] {72c3444f-2892-4c63-9037-ca6cd2b3ef79} <Debug> executeQuery: Read 912 rows, 67.92 KiB in 0.001885 sec., 483819.62864721485 rows/sec., 35.19 MiB/sec. | ||
| 20361 | 2025.01.27 09:44:55.994324 [ 267 ] {72c3444f-2892-4c63-9037-ca6cd2b3ef79} <Debug> TCPHandler: Processed in 0.002211261 sec. | ||
| 20362 | 2025.01.27 09:44:55.994469 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20363 | 2025.01.27 09:44:55.994607 [ 273 ] {0e544590-030c-4662-9d5e-e472c05cdae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20364 | 2025.01.27 09:44:55.994666 [ 273 ] {0e544590-030c-4662-9d5e-e472c05cdae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20365 | 2025.01.27 09:44:55.995167 [ 273 ] {0e544590-030c-4662-9d5e-e472c05cdae6} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20366 | 2025.01.27 09:44:55.995205 [ 273 ] {0e544590-030c-4662-9d5e-e472c05cdae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20367 | 2025.01.27 09:44:55.995569 [ 273 ] {0e544590-030c-4662-9d5e-e472c05cdae6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20368 | 2025.01.27 09:44:55.995811 [ 273 ] {0e544590-030c-4662-9d5e-e472c05cdae6} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20369 | 2025.01.27 09:44:55.996022 [ 273 ] {0e544590-030c-4662-9d5e-e472c05cdae6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 20370 | 2025.01.27 09:44:55.996071 [ 273 ] {0e544590-030c-4662-9d5e-e472c05cdae6} <Debug> TCPHandler: Processed in 0.001667829 sec. | ||
| 20371 | 2025.01.27 09:44:55.996275 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20372 | 2025.01.27 09:44:55.996499 [ 267 ] {da949033-2828-471a-a590-2024c5bce9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20373 | 2025.01.27 09:44:55.996595 [ 267 ] {da949033-2828-471a-a590-2024c5bce9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20374 | 2025.01.27 09:44:55.997423 [ 267 ] {da949033-2828-471a-a590-2024c5bce9cb} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20375 | 2025.01.27 09:44:55.997461 [ 267 ] {da949033-2828-471a-a590-2024c5bce9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20376 | 2025.01.27 09:44:55.997899 [ 267 ] {da949033-2828-471a-a590-2024c5bce9cb} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 20377 | 2025.01.27 09:44:55.998137 [ 267 ] {da949033-2828-471a-a590-2024c5bce9cb} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20378 | 2025.01.27 09:44:55.998366 [ 267 ] {da949033-2828-471a-a590-2024c5bce9cb} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.00192 sec., 501562.5 rows/sec., 33.33 MiB/sec. | ||
| 20379 | 2025.01.27 09:44:55.998476 [ 267 ] {da949033-2828-471a-a590-2024c5bce9cb} <Debug> TCPHandler: Processed in 0.002303704 sec. | ||
| 20380 | 2025.01.27 09:44:55.998638 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20381 | 2025.01.27 09:44:55.998816 [ 273 ] {111e2d09-a94f-45b7-9e2c-52f18c557146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20382 | 2025.01.27 09:44:55.998875 [ 273 ] {111e2d09-a94f-45b7-9e2c-52f18c557146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20383 | 2025.01.27 09:44:55.999416 [ 273 ] {111e2d09-a94f-45b7-9e2c-52f18c557146} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20384 | 2025.01.27 09:44:55.999461 [ 273 ] {111e2d09-a94f-45b7-9e2c-52f18c557146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20385 | 2025.01.27 09:44:55.999875 [ 273 ] {111e2d09-a94f-45b7-9e2c-52f18c557146} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20386 | 2025.01.27 09:44:56.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.80 MiB, peak 290.41 MiB, free memory in arenas 0.00 B, will set to 271.80 MiB (RSS), difference: -1.00 MiB | ||
| 20387 | 2025.01.27 09:44:56.000343 [ 273 ] {111e2d09-a94f-45b7-9e2c-52f18c557146} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20388 | 2025.01.27 09:44:56.000724 [ 273 ] {111e2d09-a94f-45b7-9e2c-52f18c557146} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001958 sec., 510.72522982635337 rows/sec., 34.41 KiB/sec. | ||
| 20389 | 2025.01.27 09:44:56.000900 [ 273 ] {111e2d09-a94f-45b7-9e2c-52f18c557146} <Debug> TCPHandler: Processed in 0.002337314 sec. | ||
| 20390 | 2025.01.27 09:44:56.001056 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20391 | 2025.01.27 09:44:56.001175 [ 267 ] {96f993a1-0e07-433d-bfec-5f0e37a26de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20392 | 2025.01.27 09:44:56.001250 [ 267 ] {96f993a1-0e07-433d-bfec-5f0e37a26de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20393 | 2025.01.27 09:44:56.002463 [ 267 ] {96f993a1-0e07-433d-bfec-5f0e37a26de5} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20394 | 2025.01.27 09:44:56.002501 [ 267 ] {96f993a1-0e07-433d-bfec-5f0e37a26de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20395 | 2025.01.27 09:44:56.003220 [ 267 ] {96f993a1-0e07-433d-bfec-5f0e37a26de5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20396 | 2025.01.27 09:44:56.003477 [ 267 ] {96f993a1-0e07-433d-bfec-5f0e37a26de5} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20397 | 2025.01.27 09:44:56.003768 [ 267 ] {96f993a1-0e07-433d-bfec-5f0e37a26de5} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002611 sec., 22213.711221754118 rows/sec., 39.81 MiB/sec. | ||
| 20398 | 2025.01.27 09:44:56.004140 [ 267 ] {96f993a1-0e07-433d-bfec-5f0e37a26de5} <Debug> TCPHandler: Processed in 0.003135862 sec. | ||
| 20399 | 2025.01.27 09:44:56.004498 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20400 | 2025.01.27 09:44:56.004719 [ 273 ] {b90a8f1a-4d57-4ac9-a124-2ac39b42b7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20401 | 2025.01.27 09:44:56.004809 [ 273 ] {b90a8f1a-4d57-4ac9-a124-2ac39b42b7b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20402 | 2025.01.27 09:44:56.005306 [ 273 ] {b90a8f1a-4d57-4ac9-a124-2ac39b42b7b9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20403 | 2025.01.27 09:44:56.005345 [ 273 ] {b90a8f1a-4d57-4ac9-a124-2ac39b42b7b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20404 | 2025.01.27 09:44:56.005708 [ 273 ] {b90a8f1a-4d57-4ac9-a124-2ac39b42b7b9} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 20405 | 2025.01.27 09:44:56.005950 [ 273 ] {b90a8f1a-4d57-4ac9-a124-2ac39b42b7b9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20406 | 2025.01.27 09:44:56.006165 [ 273 ] {b90a8f1a-4d57-4ac9-a124-2ac39b42b7b9} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.0015 sec., 22666.666666666668 rows/sec., 1.32 MiB/sec. | ||
| 20407 | 2025.01.27 09:44:56.006228 [ 273 ] {b90a8f1a-4d57-4ac9-a124-2ac39b42b7b9} <Debug> TCPHandler: Processed in 0.001971786 sec. | ||
| 20408 | 2025.01.27 09:44:58.423246 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 799 | ||
| 20409 | 2025.01.27 09:44:58.445701 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20410 | 2025.01.27 09:44:58.445747 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20411 | 2025.01.27 09:44:58.453366 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 20412 | 2025.01.27 09:44:58.454179 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20413 | 2025.01.27 09:44:58.454571 [ 57 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 20414 | 2025.01.27 09:44:58.454717 [ 57 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20415 | 2025.01.27 09:44:58.454792 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20416 | 2025.01.27 09:44:58.455121 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 20417 | 2025.01.27 09:44:58.464188 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 799 | ||
| 20418 | 2025.01.27 09:44:58.465488 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20419 | 2025.01.27 09:44:58.466420 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 762 rows starting from the beginning of the part | ||
| 20420 | 2025.01.27 09:44:58.471342 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part | ||
| 20421 | 2025.01.27 09:44:58.476154 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part | ||
| 20422 | 2025.01.27 09:44:58.481570 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 7 rows starting from the beginning of the part | ||
| 20423 | 2025.01.27 09:44:58.487540 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part | ||
| 20424 | 2025.01.27 09:44:58.493516 [ 192 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 7 rows starting from the beginning of the part | ||
| 20425 | 2025.01.27 09:44:58.558490 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.103562706 sec., 7715.132511118432 rows/sec., 39.89 MiB/sec. | ||
| 20426 | 2025.01.27 09:44:58.562498 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 20427 | 2025.01.27 09:44:58.565616 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20428 | 2025.01.27 09:44:58.565748 [ 193 ] {b166ed7c-85c0-441b-80aa-0718dd6301e6::all_1_106_21} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 20429 | 2025.01.27 09:44:58.568508 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 20430 | 2025.01.27 09:44:59.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.89 MiB, peak 290.41 MiB, free memory in arenas 0.00 B, will set to 271.80 MiB (RSS), difference: -1.09 MiB | ||
| 20431 | 2025.01.27 09:44:59.315118 [ 219 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20432 | 2025.01.27 09:44:59.315203 [ 219 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20433 | 2025.01.27 09:44:59.317549 [ 219 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20434 | 2025.01.27 09:45:00.000251 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.80 MiB, peak 290.41 MiB, free memory in arenas 0.00 B, will set to 271.80 MiB (RSS), difference: 4.00 MiB | ||
| 20435 | 2025.01.27 09:45:00.048432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2794 | ||
| 20436 | 2025.01.27 09:45:00.052121 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20437 | 2025.01.27 09:45:00.052181 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.94 GiB. | ||
| 20438 | 2025.01.27 09:45:00.053766 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20439 | 2025.01.27 09:45:00.054109 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20440 | 2025.01.27 09:45:00.054814 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2794 | ||
| 20441 | 2025.01.27 09:45:00.324292 [ 223 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20442 | 2025.01.27 09:45:00.324346 [ 223 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20443 | 2025.01.27 09:45:00.326251 [ 223 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20444 | 2025.01.27 09:45:00.650029 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20445 | 2025.01.27 09:45:00.650264 [ 267 ] {d9e5d703-27f0-4dbf-ae15-026bcc8b6808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20446 | 2025.01.27 09:45:00.650347 [ 267 ] {d9e5d703-27f0-4dbf-ae15-026bcc8b6808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20447 | 2025.01.27 09:45:00.651164 [ 267 ] {d9e5d703-27f0-4dbf-ae15-026bcc8b6808} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20448 | 2025.01.27 09:45:00.651215 [ 267 ] {d9e5d703-27f0-4dbf-ae15-026bcc8b6808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20449 | 2025.01.27 09:45:00.651654 [ 267 ] {d9e5d703-27f0-4dbf-ae15-026bcc8b6808} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 20450 | 2025.01.27 09:45:00.651916 [ 267 ] {d9e5d703-27f0-4dbf-ae15-026bcc8b6808} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20451 | 2025.01.27 09:45:00.652134 [ 267 ] {d9e5d703-27f0-4dbf-ae15-026bcc8b6808} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 20452 | 2025.01.27 09:45:00.652190 [ 267 ] {d9e5d703-27f0-4dbf-ae15-026bcc8b6808} <Debug> TCPHandler: Processed in 0.002304503 sec. | ||
| 20453 | 2025.01.27 09:45:00.652478 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20454 | 2025.01.27 09:45:00.652692 [ 273 ] {529843a8-ba0a-4d91-ae3b-7f4ddc6aed76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20455 | 2025.01.27 09:45:00.652776 [ 273 ] {529843a8-ba0a-4d91-ae3b-7f4ddc6aed76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20456 | 2025.01.27 09:45:00.653572 [ 273 ] {529843a8-ba0a-4d91-ae3b-7f4ddc6aed76} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20457 | 2025.01.27 09:45:00.653623 [ 273 ] {529843a8-ba0a-4d91-ae3b-7f4ddc6aed76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20458 | 2025.01.27 09:45:00.654074 [ 273 ] {529843a8-ba0a-4d91-ae3b-7f4ddc6aed76} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 20459 | 2025.01.27 09:45:00.654327 [ 273 ] {529843a8-ba0a-4d91-ae3b-7f4ddc6aed76} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20460 | 2025.01.27 09:45:00.654539 [ 273 ] {529843a8-ba0a-4d91-ae3b-7f4ddc6aed76} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec. | ||
| 20461 | 2025.01.27 09:45:00.654596 [ 273 ] {529843a8-ba0a-4d91-ae3b-7f4ddc6aed76} <Debug> TCPHandler: Processed in 0.002264793 sec. | ||
| 20462 | 2025.01.27 09:45:00.654769 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20463 | 2025.01.27 09:45:00.654908 [ 267 ] {d84f2c2f-d7d8-440a-a17d-6b9ecc7f2f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20464 | 2025.01.27 09:45:00.654970 [ 267 ] {d84f2c2f-d7d8-440a-a17d-6b9ecc7f2f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20465 | 2025.01.27 09:45:00.655643 [ 267 ] {d84f2c2f-d7d8-440a-a17d-6b9ecc7f2f00} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20466 | 2025.01.27 09:45:00.655688 [ 267 ] {d84f2c2f-d7d8-440a-a17d-6b9ecc7f2f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20467 | 2025.01.27 09:45:00.656115 [ 267 ] {d84f2c2f-d7d8-440a-a17d-6b9ecc7f2f00} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 20468 | 2025.01.27 09:45:00.656366 [ 267 ] {d84f2c2f-d7d8-440a-a17d-6b9ecc7f2f00} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20469 | 2025.01.27 09:45:00.656548 [ 267 ] {d84f2c2f-d7d8-440a-a17d-6b9ecc7f2f00} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001671 sec., 76600.83782166368 rows/sec., 5.34 MiB/sec. | ||
| 20470 | 2025.01.27 09:45:00.656599 [ 267 ] {d84f2c2f-d7d8-440a-a17d-6b9ecc7f2f00} <Debug> TCPHandler: Processed in 0.001899104 sec. | ||
| 20471 | 2025.01.27 09:45:00.656762 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20472 | 2025.01.27 09:45:00.656880 [ 273 ] {b5e4334a-43bf-4c5d-9803-4ce1bc3c525e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20473 | 2025.01.27 09:45:00.656932 [ 273 ] {b5e4334a-43bf-4c5d-9803-4ce1bc3c525e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20474 | 2025.01.27 09:45:00.657623 [ 273 ] {b5e4334a-43bf-4c5d-9803-4ce1bc3c525e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20475 | 2025.01.27 09:45:00.657683 [ 273 ] {b5e4334a-43bf-4c5d-9803-4ce1bc3c525e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20476 | 2025.01.27 09:45:00.658190 [ 273 ] {b5e4334a-43bf-4c5d-9803-4ce1bc3c525e} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 20477 | 2025.01.27 09:45:00.658465 [ 273 ] {b5e4334a-43bf-4c5d-9803-4ce1bc3c525e} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20478 | 2025.01.27 09:45:00.658738 [ 273 ] {b5e4334a-43bf-4c5d-9803-4ce1bc3c525e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001878 sec., 25559.105431309905 rows/sec., 1.72 MiB/sec. | ||
| 20479 | 2025.01.27 09:45:00.658780 [ 224 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20480 | 2025.01.27 09:45:00.658818 [ 224 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20481 | 2025.01.27 09:45:00.658846 [ 273 ] {b5e4334a-43bf-4c5d-9803-4ce1bc3c525e} <Debug> TCPHandler: Processed in 0.0021372 sec. | ||
| 20482 | 2025.01.27 09:45:00.660744 [ 224 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20483 | 2025.01.27 09:45:01.415780 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20484 | 2025.01.27 09:45:01.415853 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20485 | 2025.01.27 09:45:01.418105 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20486 | 2025.01.27 09:45:01.763737 [ 225 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20487 | 2025.01.27 09:45:01.763821 [ 225 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20488 | 2025.01.27 09:45:01.765987 [ 225 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20489 | 2025.01.27 09:45:02.254943 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 49044 | ||
| 20490 | 2025.01.27 09:45:02.255620 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20491 | 2025.01.27 09:45:02.255662 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20492 | 2025.01.27 09:45:02.256206 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 20493 | 2025.01.27 09:45:02.256478 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20494 | 2025.01.27 09:45:02.256701 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49044 | ||
| 20495 | 2025.01.27 09:45:05.651192 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20496 | 2025.01.27 09:45:05.651392 [ 267 ] {26cda130-fc97-4773-898a-14bd369156c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20497 | 2025.01.27 09:45:05.651466 [ 267 ] {26cda130-fc97-4773-898a-14bd369156c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20498 | 2025.01.27 09:45:05.652263 [ 267 ] {26cda130-fc97-4773-898a-14bd369156c6} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20499 | 2025.01.27 09:45:05.652309 [ 267 ] {26cda130-fc97-4773-898a-14bd369156c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20500 | 2025.01.27 09:45:05.652743 [ 267 ] {26cda130-fc97-4773-898a-14bd369156c6} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 20501 | 2025.01.27 09:45:05.652998 [ 267 ] {26cda130-fc97-4773-898a-14bd369156c6} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20502 | 2025.01.27 09:45:05.653251 [ 267 ] {26cda130-fc97-4773-898a-14bd369156c6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.25 MiB/sec. | ||
| 20503 | 2025.01.27 09:45:05.653331 [ 267 ] {26cda130-fc97-4773-898a-14bd369156c6} <Debug> TCPHandler: Processed in 0.002268093 sec. | ||
| 20504 | 2025.01.27 09:45:05.653630 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20505 | 2025.01.27 09:45:05.654046 [ 273 ] {caa2b529-bc5b-4079-9aba-234d698c09de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20506 | 2025.01.27 09:45:05.654154 [ 273 ] {caa2b529-bc5b-4079-9aba-234d698c09de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20507 | 2025.01.27 09:45:05.654922 [ 273 ] {caa2b529-bc5b-4079-9aba-234d698c09de} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20508 | 2025.01.27 09:45:05.654964 [ 273 ] {caa2b529-bc5b-4079-9aba-234d698c09de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20509 | 2025.01.27 09:45:05.655402 [ 273 ] {caa2b529-bc5b-4079-9aba-234d698c09de} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 20510 | 2025.01.27 09:45:05.655650 [ 273 ] {caa2b529-bc5b-4079-9aba-234d698c09de} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20511 | 2025.01.27 09:45:05.655880 [ 273 ] {caa2b529-bc5b-4079-9aba-234d698c09de} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001991 sec., 32144.650929181313 rows/sec., 2.51 MiB/sec. | ||
| 20512 | 2025.01.27 09:45:05.655938 [ 273 ] {caa2b529-bc5b-4079-9aba-234d698c09de} <Debug> TCPHandler: Processed in 0.002466527 sec. | ||
| 20513 | 2025.01.27 09:45:05.656138 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20514 | 2025.01.27 09:45:05.656363 [ 267 ] {34e8064c-66de-4150-97fb-ae106f0cad22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20515 | 2025.01.27 09:45:05.656459 [ 267 ] {34e8064c-66de-4150-97fb-ae106f0cad22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20516 | 2025.01.27 09:45:05.657311 [ 267 ] {34e8064c-66de-4150-97fb-ae106f0cad22} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20517 | 2025.01.27 09:45:05.657348 [ 267 ] {34e8064c-66de-4150-97fb-ae106f0cad22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20518 | 2025.01.27 09:45:05.657755 [ 267 ] {34e8064c-66de-4150-97fb-ae106f0cad22} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 20519 | 2025.01.27 09:45:05.658006 [ 267 ] {34e8064c-66de-4150-97fb-ae106f0cad22} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20520 | 2025.01.27 09:45:05.658238 [ 267 ] {34e8064c-66de-4150-97fb-ae106f0cad22} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001932 sec., 82815.73498964803 rows/sec., 5.77 MiB/sec. | ||
| 20521 | 2025.01.27 09:45:05.658291 [ 267 ] {34e8064c-66de-4150-97fb-ae106f0cad22} <Debug> TCPHandler: Processed in 0.002261543 sec. | ||
| 20522 | 2025.01.27 09:45:05.658450 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20523 | 2025.01.27 09:45:05.658592 [ 273 ] {824c8d32-6afb-49b7-8320-07169dca8ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20524 | 2025.01.27 09:45:05.658653 [ 273 ] {824c8d32-6afb-49b7-8320-07169dca8ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20525 | 2025.01.27 09:45:05.659222 [ 273 ] {824c8d32-6afb-49b7-8320-07169dca8ff4} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20526 | 2025.01.27 09:45:05.659261 [ 273 ] {824c8d32-6afb-49b7-8320-07169dca8ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20527 | 2025.01.27 09:45:05.659641 [ 273 ] {824c8d32-6afb-49b7-8320-07169dca8ff4} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 20528 | 2025.01.27 09:45:05.659885 [ 273 ] {824c8d32-6afb-49b7-8320-07169dca8ff4} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20529 | 2025.01.27 09:45:05.660093 [ 273 ] {824c8d32-6afb-49b7-8320-07169dca8ff4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 20530 | 2025.01.27 09:45:05.660144 [ 273 ] {824c8d32-6afb-49b7-8320-07169dca8ff4} <Debug> TCPHandler: Processed in 0.00176054 sec. | ||
| 20531 | 2025.01.27 09:45:05.965214 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 807 | ||
| 20532 | 2025.01.27 09:45:05.988691 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20533 | 2025.01.27 09:45:05.988736 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20534 | 2025.01.27 09:45:05.996320 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 20535 | 2025.01.27 09:45:05.997114 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20536 | 2025.01.27 09:45:05.999972 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 807 | ||
| 20537 | 2025.01.27 09:45:06.362165 [ 43 ] {} <Debug> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Selected 5 parts from all_1_74_16 to all_78_78_0 | ||
| 20538 | 2025.01.27 09:45:06.362228 [ 43 ] {} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20539 | 2025.01.27 09:45:06.362256 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20540 | 2025.01.27 09:45:06.362477 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_74_16 to all_78_78_0 into Compact with storage Full | ||
| 20541 | 2025.01.27 09:45:06.362940 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20542 | 2025.01.27 09:45:06.363067 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_74_16, total 83 rows starting from the beginning of the part | ||
| 20543 | 2025.01.27 09:45:06.363357 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 67 rows starting from the beginning of the part | ||
| 20544 | 2025.01.27 09:45:06.363479 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 65 rows starting from the beginning of the part | ||
| 20545 | 2025.01.27 09:45:06.363808 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 65 rows starting from the beginning of the part | ||
| 20546 | 2025.01.27 09:45:06.363977 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 81 rows starting from the beginning of the part | ||
| 20547 | 2025.01.27 09:45:06.365127 [ 195 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 361 rows, containing 5 columns (5 merged, 0 gathered) in 0.002793595 sec., 129224.1717213841 rows/sec., 9.79 MiB/sec. | ||
| 20548 | 2025.01.27 09:45:06.365274 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Trace> MergedBlockOutputStream: filled checksums all_1_78_17 (state Temporary) | ||
| 20549 | 2025.01.27 09:45:06.365551 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_merge_all_1_78_17 to all_1_78_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20550 | 2025.01.27 09:45:06.365631 [ 197 ] {5aad33bd-0215-44c9-8533-3e3ed4e960c0::all_1_78_17} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0) (MergerMutator): Merged 5 parts: [all_1_74_16, all_78_78_0] -> all_1_78_17 | ||
| 20551 | 2025.01.27 09:45:06.365707 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 20552 | 2025.01.27 09:45:07.138140 [ 43 ] {} <Debug> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Selected 5 parts from all_1_74_16 to all_78_78_0 | ||
| 20553 | 2025.01.27 09:45:07.138198 [ 43 ] {} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20554 | 2025.01.27 09:45:07.138220 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20555 | 2025.01.27 09:45:07.138366 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_74_16 to all_78_78_0 into Compact with storage Full | ||
| 20556 | 2025.01.27 09:45:07.138629 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20557 | 2025.01.27 09:45:07.138671 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_74_16, total 243 rows starting from the beginning of the part | ||
| 20558 | 2025.01.27 09:45:07.138771 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 242 rows starting from the beginning of the part | ||
| 20559 | 2025.01.27 09:45:07.139049 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 14 rows starting from the beginning of the part | ||
| 20560 | 2025.01.27 09:45:07.139213 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 14 rows starting from the beginning of the part | ||
| 20561 | 2025.01.27 09:45:07.139375 [ 198 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 242 rows starting from the beginning of the part | ||
| 20562 | 2025.01.27 09:45:07.140559 [ 197 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 5 columns (5 merged, 0 gathered) in 0.002266843 sec., 333062.32500442246 rows/sec., 23.84 MiB/sec. | ||
| 20563 | 2025.01.27 09:45:07.140768 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Trace> MergedBlockOutputStream: filled checksums all_1_78_17 (state Temporary) | ||
| 20564 | 2025.01.27 09:45:07.141101 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_merge_all_1_78_17 to all_1_78_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20565 | 2025.01.27 09:45:07.141189 [ 195 ] {cb505488-0f86-4661-a379-2cde71fd21e2::all_1_78_17} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2) (MergerMutator): Merged 5 parts: [all_1_74_16, all_78_78_0] -> all_1_78_17 | ||
| 20566 | 2025.01.27 09:45:07.141294 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 20567 | 2025.01.27 09:45:08.906321 [ 41 ] {} <Debug> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Selected 5 parts from all_1_74_16 to all_78_78_0 | ||
| 20568 | 2025.01.27 09:45:08.906437 [ 41 ] {} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20569 | 2025.01.27 09:45:08.906486 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20570 | 2025.01.27 09:45:08.906712 [ 198 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_74_16 to all_78_78_0 into Compact with storage Full | ||
| 20571 | 2025.01.27 09:45:08.907129 [ 198 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20572 | 2025.01.27 09:45:08.907188 [ 198 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_74_16, total 444 rows starting from the beginning of the part | ||
| 20573 | 2025.01.27 09:45:08.907272 [ 198 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 6 rows starting from the beginning of the part | ||
| 20574 | 2025.01.27 09:45:08.907524 [ 198 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 6 rows starting from the beginning of the part | ||
| 20575 | 2025.01.27 09:45:08.907667 [ 198 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 6 rows starting from the beginning of the part | ||
| 20576 | 2025.01.27 09:45:08.907871 [ 198 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 6 rows starting from the beginning of the part | ||
| 20577 | 2025.01.27 09:45:08.909026 [ 197 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 4 columns (4 merged, 0 gathered) in 0.002438017 sec., 191959.28494346022 rows/sec., 9.79 MiB/sec. | ||
| 20578 | 2025.01.27 09:45:08.909225 [ 197 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Trace> MergedBlockOutputStream: filled checksums all_1_78_17 (state Temporary) | ||
| 20579 | 2025.01.27 09:45:08.909563 [ 197 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_merge_all_1_78_17 to all_1_78_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20580 | 2025.01.27 09:45:08.909649 [ 197 ] {abd41712-c6c0-47b0-b62f-98c952e09f95::all_1_78_17} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95) (MergerMutator): Merged 5 parts: [all_1_74_16, all_78_78_0] -> all_1_78_17 | ||
| 20581 | 2025.01.27 09:45:08.909747 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 20582 | 2025.01.27 09:45:09.026796 [ 41 ] {} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 20583 | 2025.01.27 09:45:09.026832 [ 41 ] {} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20584 | 2025.01.27 09:45:09.026851 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20585 | 2025.01.27 09:45:09.026991 [ 223 ] {} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 20586 | 2025.01.27 09:45:09.027021 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::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 | ||
| 20587 | 2025.01.27 09:45:09.027096 [ 223 ] {} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 20588 | 2025.01.27 09:45:09.027308 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20589 | 2025.01.27 09:45:09.027416 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 20590 | 2025.01.27 09:45:09.027575 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 20591 | 2025.01.27 09:45:09.027989 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
| 20592 | 2025.01.27 09:45:09.028346 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 20593 | 2025.01.27 09:45:09.028719 [ 201 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
| 20594 | 2025.01.27 09:45:09.030792 [ 197 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.00388924 sec., 13884.460717260956 rows/sec., 1.16 MiB/sec. | ||
| 20595 | 2025.01.27 09:45:09.030967 [ 197 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 20596 | 2025.01.27 09:45:09.031091 [ 223 ] {} <Debug> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 20597 | 2025.01.27 09:45:09.031536 [ 197 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_25_6} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20598 | 2025.01.27 09:45:09.031617 [ 197 ] {05b31816-06b2-4b05-b7fc-f0b342ebef94::all_1_25_6} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 20599 | 2025.01.27 09:45:09.031682 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 20600 | 2025.01.27 09:45:09.403545 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20601 | 2025.01.27 09:45:09.403606 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20602 | 2025.01.27 09:45:09.757786 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 49471 | ||
| 20603 | 2025.01.27 09:45:09.758413 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20604 | 2025.01.27 09:45:09.758456 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20605 | 2025.01.27 09:45:09.759014 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 20606 | 2025.01.27 09:45:09.759297 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20607 | 2025.01.27 09:45:09.759533 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49471 | ||
| 20608 | 2025.01.27 09:45:10.057249 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2810 | ||
| 20609 | 2025.01.27 09:45:10.060290 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20610 | 2025.01.27 09:45:10.060342 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20611 | 2025.01.27 09:45:10.061858 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20612 | 2025.01.27 09:45:10.062189 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20613 | 2025.01.27 09:45:10.063699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2810 | ||
| 20614 | 2025.01.27 09:45:10.657920 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20615 | 2025.01.27 09:45:10.658127 [ 267 ] {ddfa17e6-cad1-4dd0-9b56-e8d2a21f2cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20616 | 2025.01.27 09:45:10.658207 [ 267 ] {ddfa17e6-cad1-4dd0-9b56-e8d2a21f2cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20617 | 2025.01.27 09:45:10.658966 [ 267 ] {ddfa17e6-cad1-4dd0-9b56-e8d2a21f2cf5} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20618 | 2025.01.27 09:45:10.659017 [ 267 ] {ddfa17e6-cad1-4dd0-9b56-e8d2a21f2cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20619 | 2025.01.27 09:45:10.659459 [ 267 ] {ddfa17e6-cad1-4dd0-9b56-e8d2a21f2cf5} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20620 | 2025.01.27 09:45:10.659717 [ 267 ] {ddfa17e6-cad1-4dd0-9b56-e8d2a21f2cf5} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20621 | 2025.01.27 09:45:10.659953 [ 267 ] {ddfa17e6-cad1-4dd0-9b56-e8d2a21f2cf5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 536.64 KiB/sec. | ||
| 20622 | 2025.01.27 09:45:10.660019 [ 267 ] {ddfa17e6-cad1-4dd0-9b56-e8d2a21f2cf5} <Debug> TCPHandler: Processed in 0.002230272 sec. | ||
| 20623 | 2025.01.27 09:45:10.660262 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20624 | 2025.01.27 09:45:10.660457 [ 273 ] {365862b1-adef-43ec-8adf-b0f672ee26c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20625 | 2025.01.27 09:45:10.660528 [ 273 ] {365862b1-adef-43ec-8adf-b0f672ee26c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20626 | 2025.01.27 09:45:10.661461 [ 273 ] {365862b1-adef-43ec-8adf-b0f672ee26c1} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20627 | 2025.01.27 09:45:10.661506 [ 273 ] {365862b1-adef-43ec-8adf-b0f672ee26c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20628 | 2025.01.27 09:45:10.661966 [ 273 ] {365862b1-adef-43ec-8adf-b0f672ee26c1} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 20629 | 2025.01.27 09:45:10.662217 [ 273 ] {365862b1-adef-43ec-8adf-b0f672ee26c1} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20630 | 2025.01.27 09:45:10.662453 [ 273 ] {365862b1-adef-43ec-8adf-b0f672ee26c1} <Debug> executeQuery: Read 319 rows, 28.97 KiB in 0.002052 sec., 155458.08966861598 rows/sec., 13.79 MiB/sec. | ||
| 20631 | 2025.01.27 09:45:10.662509 [ 273 ] {365862b1-adef-43ec-8adf-b0f672ee26c1} <Debug> TCPHandler: Processed in 0.002376645 sec. | ||
| 20632 | 2025.01.27 09:45:10.662659 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20633 | 2025.01.27 09:45:10.662806 [ 267 ] {43d47f10-d285-4588-893c-5f9bca2473c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20634 | 2025.01.27 09:45:10.662859 [ 267 ] {43d47f10-d285-4588-893c-5f9bca2473c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20635 | 2025.01.27 09:45:10.663481 [ 267 ] {43d47f10-d285-4588-893c-5f9bca2473c2} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20636 | 2025.01.27 09:45:10.663522 [ 267 ] {43d47f10-d285-4588-893c-5f9bca2473c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20637 | 2025.01.27 09:45:10.663900 [ 267 ] {43d47f10-d285-4588-893c-5f9bca2473c2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20638 | 2025.01.27 09:45:10.664144 [ 267 ] {43d47f10-d285-4588-893c-5f9bca2473c2} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20639 | 2025.01.27 09:45:10.664397 [ 267 ] {43d47f10-d285-4588-893c-5f9bca2473c2} <Debug> executeQuery: Read 65 rows, 4.82 KiB in 0.001607 sec., 40448.039825762295 rows/sec., 2.93 MiB/sec. | ||
| 20640 | 2025.01.27 09:45:10.664527 [ 267 ] {43d47f10-d285-4588-893c-5f9bca2473c2} <Debug> TCPHandler: Processed in 0.001919515 sec. | ||
| 20641 | 2025.01.27 09:45:10.664759 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20642 | 2025.01.27 09:45:10.664876 [ 273 ] {5f9bfac8-68f9-4fb6-ad51-6a33aaf06306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20643 | 2025.01.27 09:45:10.664924 [ 273 ] {5f9bfac8-68f9-4fb6-ad51-6a33aaf06306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20644 | 2025.01.27 09:45:10.665504 [ 273 ] {5f9bfac8-68f9-4fb6-ad51-6a33aaf06306} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20645 | 2025.01.27 09:45:10.665543 [ 273 ] {5f9bfac8-68f9-4fb6-ad51-6a33aaf06306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20646 | 2025.01.27 09:45:10.665907 [ 273 ] {5f9bfac8-68f9-4fb6-ad51-6a33aaf06306} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20647 | 2025.01.27 09:45:10.666145 [ 273 ] {5f9bfac8-68f9-4fb6-ad51-6a33aaf06306} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20648 | 2025.01.27 09:45:10.666342 [ 273 ] {5f9bfac8-68f9-4fb6-ad51-6a33aaf06306} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001491 sec., 9389.671361502347 rows/sec., 657.59 KiB/sec. | ||
| 20649 | 2025.01.27 09:45:10.666393 [ 273 ] {5f9bfac8-68f9-4fb6-ad51-6a33aaf06306} <Debug> TCPHandler: Processed in 0.00173262 sec. | ||
| 20650 | 2025.01.27 09:45:10.666577 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20651 | 2025.01.27 09:45:10.666749 [ 267 ] {6701232c-6ad7-41ee-8d2a-e8f5d72c2c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20652 | 2025.01.27 09:45:10.666819 [ 267 ] {6701232c-6ad7-41ee-8d2a-e8f5d72c2c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20653 | 2025.01.27 09:45:10.667493 [ 267 ] {6701232c-6ad7-41ee-8d2a-e8f5d72c2c72} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20654 | 2025.01.27 09:45:10.667533 [ 267 ] {6701232c-6ad7-41ee-8d2a-e8f5d72c2c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20655 | 2025.01.27 09:45:10.667913 [ 267 ] {6701232c-6ad7-41ee-8d2a-e8f5d72c2c72} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20656 | 2025.01.27 09:45:10.668155 [ 267 ] {6701232c-6ad7-41ee-8d2a-e8f5d72c2c72} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20657 | 2025.01.27 09:45:10.668368 [ 267 ] {6701232c-6ad7-41ee-8d2a-e8f5d72c2c72} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001651 sec., 7874.0157480314965 rows/sec., 490.94 KiB/sec. | ||
| 20658 | 2025.01.27 09:45:10.668424 [ 267 ] {6701232c-6ad7-41ee-8d2a-e8f5d72c2c72} <Debug> TCPHandler: Processed in 0.001932815 sec. | ||
| 20659 | 2025.01.27 09:45:10.668559 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20660 | 2025.01.27 09:45:10.668674 [ 273 ] {fb630cda-0f11-408c-80ca-c031796ca422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20661 | 2025.01.27 09:45:10.668720 [ 273 ] {fb630cda-0f11-408c-80ca-c031796ca422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20662 | 2025.01.27 09:45:10.669429 [ 273 ] {fb630cda-0f11-408c-80ca-c031796ca422} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20663 | 2025.01.27 09:45:10.669467 [ 273 ] {fb630cda-0f11-408c-80ca-c031796ca422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20664 | 2025.01.27 09:45:10.669847 [ 273 ] {fb630cda-0f11-408c-80ca-c031796ca422} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 20665 | 2025.01.27 09:45:10.670105 [ 273 ] {fb630cda-0f11-408c-80ca-c031796ca422} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20666 | 2025.01.27 09:45:10.670336 [ 273 ] {fb630cda-0f11-408c-80ca-c031796ca422} <Debug> executeQuery: Read 440 rows, 32.33 KiB in 0.00168 sec., 261904.7619047619 rows/sec., 18.79 MiB/sec. | ||
| 20667 | 2025.01.27 09:45:10.670397 [ 273 ] {fb630cda-0f11-408c-80ca-c031796ca422} <Debug> TCPHandler: Processed in 0.001892054 sec. | ||
| 20668 | 2025.01.27 09:45:10.670569 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20669 | 2025.01.27 09:45:10.670778 [ 267 ] {420b04a5-b8d2-4b0b-a258-3f25ea4b3f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20670 | 2025.01.27 09:45:10.670874 [ 267 ] {420b04a5-b8d2-4b0b-a258-3f25ea4b3f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20671 | 2025.01.27 09:45:10.671429 [ 267 ] {420b04a5-b8d2-4b0b-a258-3f25ea4b3f72} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20672 | 2025.01.27 09:45:10.671467 [ 267 ] {420b04a5-b8d2-4b0b-a258-3f25ea4b3f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20673 | 2025.01.27 09:45:10.671828 [ 267 ] {420b04a5-b8d2-4b0b-a258-3f25ea4b3f72} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20674 | 2025.01.27 09:45:10.672066 [ 267 ] {420b04a5-b8d2-4b0b-a258-3f25ea4b3f72} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20675 | 2025.01.27 09:45:10.672303 [ 267 ] {420b04a5-b8d2-4b0b-a258-3f25ea4b3f72} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00158 sec., 3797.46835443038 rows/sec., 198.40 KiB/sec. | ||
| 20676 | 2025.01.27 09:45:10.672457 [ 267 ] {420b04a5-b8d2-4b0b-a258-3f25ea4b3f72} <Debug> TCPHandler: Processed in 0.001963236 sec. | ||
| 20677 | 2025.01.27 09:45:10.672699 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20678 | 2025.01.27 09:45:10.672859 [ 273 ] {9b457958-73ca-4fb6-8dbc-bf9037683515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20679 | 2025.01.27 09:45:10.672927 [ 273 ] {9b457958-73ca-4fb6-8dbc-bf9037683515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20680 | 2025.01.27 09:45:10.673552 [ 273 ] {9b457958-73ca-4fb6-8dbc-bf9037683515} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20681 | 2025.01.27 09:45:10.673591 [ 273 ] {9b457958-73ca-4fb6-8dbc-bf9037683515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20682 | 2025.01.27 09:45:10.673983 [ 273 ] {9b457958-73ca-4fb6-8dbc-bf9037683515} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 20683 | 2025.01.27 09:45:10.674222 [ 273 ] {9b457958-73ca-4fb6-8dbc-bf9037683515} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20684 | 2025.01.27 09:45:10.674399 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 3 parts from all_1_180_37 to all_182_182_0 | ||
| 20685 | 2025.01.27 09:45:10.674457 [ 273 ] {9b457958-73ca-4fb6-8dbc-bf9037683515} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001626 sec., 145756.45756457563 rows/sec., 9.77 MiB/sec. | ||
| 20686 | 2025.01.27 09:45:10.674479 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20687 | 2025.01.27 09:45:10.674547 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20688 | 2025.01.27 09:45:10.674573 [ 273 ] {9b457958-73ca-4fb6-8dbc-bf9037683515} <Debug> TCPHandler: Processed in 0.002008797 sec. | ||
| 20689 | 2025.01.27 09:45:10.674795 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_182_38} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_180_37 to all_182_182_0 into Compact with storage Full | ||
| 20690 | 2025.01.27 09:45:10.674815 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20691 | 2025.01.27 09:45:10.675059 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_182_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20692 | 2025.01.27 09:45:10.675076 [ 267 ] {39cfd848-bf8e-461d-b11b-593b714f650e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20693 | 2025.01.27 09:45:10.675126 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_182_38} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_180_37, total 53279 rows starting from the beginning of the part | ||
| 20694 | 2025.01.27 09:45:10.675193 [ 267 ] {39cfd848-bf8e-461d-b11b-593b714f650e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20695 | 2025.01.27 09:45:10.675437 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_182_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 160 rows starting from the beginning of the part | ||
| 20696 | 2025.01.27 09:45:10.675866 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_182_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 963 rows starting from the beginning of the part | ||
| 20697 | 2025.01.27 09:45:10.677213 [ 267 ] {39cfd848-bf8e-461d-b11b-593b714f650e} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20698 | 2025.01.27 09:45:10.677273 [ 267 ] {39cfd848-bf8e-461d-b11b-593b714f650e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20699 | 2025.01.27 09:45:10.677836 [ 267 ] {39cfd848-bf8e-461d-b11b-593b714f650e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20700 | 2025.01.27 09:45:10.678294 [ 267 ] {39cfd848-bf8e-461d-b11b-593b714f650e} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20701 | 2025.01.27 09:45:10.678759 [ 267 ] {39cfd848-bf8e-461d-b11b-593b714f650e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003761 sec., 265.8867322520606 rows/sec., 17.92 KiB/sec. | ||
| 20702 | 2025.01.27 09:45:10.678830 [ 267 ] {39cfd848-bf8e-461d-b11b-593b714f650e} <Debug> TCPHandler: Processed in 0.004171057 sec. | ||
| 20703 | 2025.01.27 09:45:10.678977 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20704 | 2025.01.27 09:45:10.679125 [ 273 ] {32fd6872-072a-4167-b347-77555f4aee54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20705 | 2025.01.27 09:45:10.679215 [ 273 ] {32fd6872-072a-4167-b347-77555f4aee54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20706 | 2025.01.27 09:45:10.680879 [ 273 ] {32fd6872-072a-4167-b347-77555f4aee54} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20707 | 2025.01.27 09:45:10.680917 [ 273 ] {32fd6872-072a-4167-b347-77555f4aee54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20708 | 2025.01.27 09:45:10.681891 [ 273 ] {32fd6872-072a-4167-b347-77555f4aee54} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20709 | 2025.01.27 09:45:10.682220 [ 273 ] {32fd6872-072a-4167-b347-77555f4aee54} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20710 | 2025.01.27 09:45:10.682530 [ 273 ] {32fd6872-072a-4167-b347-77555f4aee54} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.00343 sec., 16909.620991253643 rows/sec., 30.30 MiB/sec. | ||
| 20711 | 2025.01.27 09:45:10.682540 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20712 | 2025.01.27 09:45:10.682605 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20713 | 2025.01.27 09:45:10.683042 [ 273 ] {32fd6872-072a-4167-b347-77555f4aee54} <Debug> TCPHandler: Processed in 0.004121696 sec. | ||
| 20714 | 2025.01.27 09:45:10.683232 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20715 | 2025.01.27 09:45:10.683376 [ 267 ] {9b13d0de-9ccb-45a4-9743-2e6a7f46c3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20716 | 2025.01.27 09:45:10.683475 [ 267 ] {9b13d0de-9ccb-45a4-9743-2e6a7f46c3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20717 | 2025.01.27 09:45:10.684438 [ 267 ] {9b13d0de-9ccb-45a4-9743-2e6a7f46c3d9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20718 | 2025.01.27 09:45:10.684490 [ 267 ] {9b13d0de-9ccb-45a4-9743-2e6a7f46c3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20719 | 2025.01.27 09:45:10.685300 [ 267 ] {9b13d0de-9ccb-45a4-9743-2e6a7f46c3d9} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 20720 | 2025.01.27 09:45:10.685623 [ 267 ] {9b13d0de-9ccb-45a4-9743-2e6a7f46c3d9} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20721 | 2025.01.27 09:45:10.686053 [ 267 ] {9b13d0de-9ccb-45a4-9743-2e6a7f46c3d9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002699 sec., 30381.622823267877 rows/sec., 1.93 MiB/sec. | ||
| 20722 | 2025.01.27 09:45:10.686203 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20723 | 2025.01.27 09:45:10.686294 [ 267 ] {9b13d0de-9ccb-45a4-9743-2e6a7f46c3d9} <Debug> TCPHandler: Processed in 0.003121652 sec. | ||
| 20724 | 2025.01.27 09:45:10.688345 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_182_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54402 rows, containing 5 columns (5 merged, 0 gathered) in 0.013675768 sec., 3977985.0023779287 rows/sec., 268.58 MiB/sec. | ||
| 20725 | 2025.01.27 09:45:10.689207 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_182_38} <Trace> MergedBlockOutputStream: filled checksums all_1_182_38 (state Temporary) | ||
| 20726 | 2025.01.27 09:45:10.689563 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_182_38} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_182_38 to all_1_182_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20727 | 2025.01.27 09:45:10.689659 [ 200 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_182_38} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 3 parts: [all_1_180_37, all_182_182_0] -> all_1_182_38 | ||
| 20728 | 2025.01.27 09:45:10.689769 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
| 20729 | 2025.01.27 09:45:13.500999 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 815 | ||
| 20730 | 2025.01.27 09:45:13.525118 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20731 | 2025.01.27 09:45:13.525192 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20732 | 2025.01.27 09:45:13.533811 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 20733 | 2025.01.27 09:45:13.534663 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20734 | 2025.01.27 09:45:13.538382 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 815 | ||
| 20735 | 2025.01.27 09:45:15.650790 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20736 | 2025.01.27 09:45:15.651003 [ 267 ] {fe1caf84-1670-4fb1-b62a-bfe034bbd495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20737 | 2025.01.27 09:45:15.651076 [ 267 ] {fe1caf84-1670-4fb1-b62a-bfe034bbd495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20738 | 2025.01.27 09:45:15.651864 [ 267 ] {fe1caf84-1670-4fb1-b62a-bfe034bbd495} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20739 | 2025.01.27 09:45:15.651908 [ 267 ] {fe1caf84-1670-4fb1-b62a-bfe034bbd495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20740 | 2025.01.27 09:45:15.652344 [ 267 ] {fe1caf84-1670-4fb1-b62a-bfe034bbd495} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 20741 | 2025.01.27 09:45:15.652593 [ 267 ] {fe1caf84-1670-4fb1-b62a-bfe034bbd495} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20742 | 2025.01.27 09:45:15.652805 [ 28 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0 | ||
| 20743 | 2025.01.27 09:45:15.652831 [ 267 ] {fe1caf84-1670-4fb1-b62a-bfe034bbd495} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001883 sec., 29739.776951672862 rows/sec., 2.27 MiB/sec. | ||
| 20744 | 2025.01.27 09:45:15.652883 [ 28 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20745 | 2025.01.27 09:45:15.652959 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20746 | 2025.01.27 09:45:15.652968 [ 267 ] {fe1caf84-1670-4fb1-b62a-bfe034bbd495} <Debug> TCPHandler: Processed in 0.002309244 sec. | ||
| 20747 | 2025.01.27 09:45:15.653315 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20748 | 2025.01.27 09:45:15.653322 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full | ||
| 20749 | 2025.01.27 09:45:15.653777 [ 273 ] {95bec944-4e05-4c66-bfe6-75a5a97b8446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20750 | 2025.01.27 09:45:15.653912 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20751 | 2025.01.27 09:45:15.654007 [ 273 ] {95bec944-4e05-4c66-bfe6-75a5a97b8446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20752 | 2025.01.27 09:45:15.654057 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_181_36, total 1469 rows starting from the beginning of the part | ||
| 20753 | 2025.01.27 09:45:15.654548 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 1467 rows starting from the beginning of the part | ||
| 20754 | 2025.01.27 09:45:15.655017 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 56 rows starting from the beginning of the part | ||
| 20755 | 2025.01.27 09:45:15.655493 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 56 rows starting from the beginning of the part | ||
| 20756 | 2025.01.27 09:45:15.655876 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 319 rows starting from the beginning of the part | ||
| 20757 | 2025.01.27 09:45:15.656244 [ 190 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 56 rows starting from the beginning of the part | ||
| 20758 | 2025.01.27 09:45:15.658563 [ 273 ] {95bec944-4e05-4c66-bfe6-75a5a97b8446} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20759 | 2025.01.27 09:45:15.658635 [ 273 ] {95bec944-4e05-4c66-bfe6-75a5a97b8446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20760 | 2025.01.27 09:45:15.659666 [ 273 ] {95bec944-4e05-4c66-bfe6-75a5a97b8446} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 20761 | 2025.01.27 09:45:15.659966 [ 273 ] {95bec944-4e05-4c66-bfe6-75a5a97b8446} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20762 | 2025.01.27 09:45:15.660209 [ 28 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0 | ||
| 20763 | 2025.01.27 09:45:15.660313 [ 28 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20764 | 2025.01.27 09:45:15.660398 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20765 | 2025.01.27 09:45:15.660747 [ 273 ] {95bec944-4e05-4c66-bfe6-75a5a97b8446} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.007074 sec., 9047.215154085383 rows/sec., 723.10 KiB/sec. | ||
| 20766 | 2025.01.27 09:45:15.660863 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full | ||
| 20767 | 2025.01.27 09:45:15.660934 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3423 rows, containing 5 columns (5 merged, 0 gathered) in 0.007851642 sec., 435959.76484918693 rows/sec., 38.18 MiB/sec. | ||
| 20768 | 2025.01.27 09:45:15.661004 [ 273 ] {95bec944-4e05-4c66-bfe6-75a5a97b8446} <Debug> TCPHandler: Processed in 0.007893204 sec. | ||
| 20769 | 2025.01.27 09:45:15.661215 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20770 | 2025.01.27 09:45:15.661281 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20771 | 2025.01.27 09:45:15.661298 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary) | ||
| 20772 | 2025.01.27 09:45:15.661304 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_181_36, total 935 rows starting from the beginning of the part | ||
| 20773 | 2025.01.27 09:45:15.661724 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 912 rows starting from the beginning of the part | ||
| 20774 | 2025.01.27 09:45:15.662083 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 64 rows starting from the beginning of the part | ||
| 20775 | 2025.01.27 09:45:15.662281 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20776 | 2025.01.27 09:45:15.662439 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 64 rows starting from the beginning of the part | ||
| 20777 | 2025.01.27 09:45:15.662477 [ 267 ] {65463f19-cc4c-47b5-a210-b87325230e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20778 | 2025.01.27 09:45:15.662660 [ 196 ] {5bdb05e5-842e-4a03-a0cf-f6ef90c5819a::all_1_186_37} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37 | ||
| 20779 | 2025.01.27 09:45:15.662873 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 440 rows starting from the beginning of the part | ||
| 20780 | 2025.01.27 09:45:15.663008 [ 267 ] {65463f19-cc4c-47b5-a210-b87325230e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20781 | 2025.01.27 09:45:15.663015 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 20782 | 2025.01.27 09:45:15.663224 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 64 rows starting from the beginning of the part | ||
| 20783 | 2025.01.27 09:45:15.665341 [ 267 ] {65463f19-cc4c-47b5-a210-b87325230e31} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20784 | 2025.01.27 09:45:15.665421 [ 267 ] {65463f19-cc4c-47b5-a210-b87325230e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20785 | 2025.01.27 09:45:15.666286 [ 267 ] {65463f19-cc4c-47b5-a210-b87325230e31} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 20786 | 2025.01.27 09:45:15.666788 [ 267 ] {65463f19-cc4c-47b5-a210-b87325230e31} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20787 | 2025.01.27 09:45:15.666795 [ 200 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2479 rows, containing 5 columns (5 merged, 0 gathered) in 0.006259406 sec., 396043.9696674093 rows/sec., 30.43 MiB/sec. | ||
| 20788 | 2025.01.27 09:45:15.667187 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary) | ||
| 20789 | 2025.01.27 09:45:15.667197 [ 267 ] {65463f19-cc4c-47b5-a210-b87325230e31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005555 sec., 28802.880288028802 rows/sec., 2.01 MiB/sec. | ||
| 20790 | 2025.01.27 09:45:15.667571 [ 267 ] {65463f19-cc4c-47b5-a210-b87325230e31} <Debug> TCPHandler: Processed in 0.006426709 sec. | ||
| 20791 | 2025.01.27 09:45:15.667897 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20792 | 2025.01.27 09:45:15.668328 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20793 | 2025.01.27 09:45:15.668371 [ 273 ] {a371fa00-438c-452c-a05b-0e4ae18db029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20794 | 2025.01.27 09:45:15.668560 [ 273 ] {a371fa00-438c-452c-a05b-0e4ae18db029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20795 | 2025.01.27 09:45:15.668705 [ 191 ] {694f6a0d-b2fd-47cc-9383-e6dc564ff884::all_1_186_37} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37 | ||
| 20796 | 2025.01.27 09:45:15.669064 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 20797 | 2025.01.27 09:45:15.670079 [ 273 ] {a371fa00-438c-452c-a05b-0e4ae18db029} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20798 | 2025.01.27 09:45:15.670119 [ 273 ] {a371fa00-438c-452c-a05b-0e4ae18db029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20799 | 2025.01.27 09:45:15.670503 [ 273 ] {a371fa00-438c-452c-a05b-0e4ae18db029} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 20800 | 2025.01.27 09:45:15.670745 [ 273 ] {a371fa00-438c-452c-a05b-0e4ae18db029} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20801 | 2025.01.27 09:45:15.670924 [ 28 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0 | ||
| 20802 | 2025.01.27 09:45:15.670979 [ 28 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20803 | 2025.01.27 09:45:15.670994 [ 273 ] {a371fa00-438c-452c-a05b-0e4ae18db029} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002796 sec., 21459.22746781116 rows/sec., 1.45 MiB/sec. | ||
| 20804 | 2025.01.27 09:45:15.671014 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20805 | 2025.01.27 09:45:15.671217 [ 273 ] {a371fa00-438c-452c-a05b-0e4ae18db029} <Debug> TCPHandler: Processed in 0.003488452 sec. | ||
| 20806 | 2025.01.27 09:45:15.671340 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full | ||
| 20807 | 2025.01.27 09:45:15.671720 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20808 | 2025.01.27 09:45:15.671807 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_181_36, total 11042 rows starting from the beginning of the part | ||
| 20809 | 2025.01.27 09:45:15.672140 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 34 rows starting from the beginning of the part | ||
| 20810 | 2025.01.27 09:45:15.672535 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 48 rows starting from the beginning of the part | ||
| 20811 | 2025.01.27 09:45:15.672942 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 60 rows starting from the beginning of the part | ||
| 20812 | 2025.01.27 09:45:15.673343 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 82 rows starting from the beginning of the part | ||
| 20813 | 2025.01.27 09:45:15.673604 [ 200 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 60 rows starting from the beginning of the part | ||
| 20814 | 2025.01.27 09:45:15.676583 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11326 rows, containing 4 columns (4 merged, 0 gathered) in 0.005456036 sec., 2075866.0683323937 rows/sec., 135.29 MiB/sec. | ||
| 20815 | 2025.01.27 09:45:15.676896 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary) | ||
| 20816 | 2025.01.27 09:45:15.677222 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20817 | 2025.01.27 09:45:15.677311 [ 191 ] {3dfb9a39-18cb-4f5e-8198-0e09e5113b09::all_1_186_37} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37 | ||
| 20818 | 2025.01.27 09:45:15.677395 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 20819 | 2025.01.27 09:45:17.260609 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 49959 | ||
| 20820 | 2025.01.27 09:45:17.261283 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20821 | 2025.01.27 09:45:17.261325 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20822 | 2025.01.27 09:45:17.261854 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 20823 | 2025.01.27 09:45:17.262105 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20824 | 2025.01.27 09:45:17.262334 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49959 | ||
| 20825 | 2025.01.27 09:45:20.064777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2840 | ||
| 20826 | 2025.01.27 09:45:20.067926 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20827 | 2025.01.27 09:45:20.067984 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20828 | 2025.01.27 09:45:20.069512 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 20829 | 2025.01.27 09:45:20.069833 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20830 | 2025.01.27 09:45:20.070148 [ 105 ] {} <Debug> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 20831 | 2025.01.27 09:45:20.070306 [ 105 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20832 | 2025.01.27 09:45:20.070388 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20833 | 2025.01.27 09:45:20.070717 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 20834 | 2025.01.27 09:45:20.071125 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2840 | ||
| 20835 | 2025.01.27 09:45:20.071489 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20836 | 2025.01.27 09:45:20.071617 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2694 rows starting from the beginning of the part | ||
| 20837 | 2025.01.27 09:45:20.072209 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 16 rows starting from the beginning of the part | ||
| 20838 | 2025.01.27 09:45:20.072796 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 30 rows starting from the beginning of the part | ||
| 20839 | 2025.01.27 09:45:20.073341 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 54 rows starting from the beginning of the part | ||
| 20840 | 2025.01.27 09:45:20.073866 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 16 rows starting from the beginning of the part | ||
| 20841 | 2025.01.27 09:45:20.074544 [ 186 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 30 rows starting from the beginning of the part | ||
| 20842 | 2025.01.27 09:45:20.083923 [ 188 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2840 rows, containing 72 columns (72 merged, 0 gathered) in 0.013355771 sec., 212642.16045633008 rows/sec., 158.05 MiB/sec. | ||
| 20843 | 2025.01.27 09:45:20.086406 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 20844 | 2025.01.27 09:45:20.087252 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20845 | 2025.01.27 09:45:20.087348 [ 193 ] {2f4fdfd3-036d-4603-a4c5-4bc6531a5708::all_1_81_16} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 20846 | 2025.01.27 09:45:20.087714 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. | ||
| 20847 | 2025.01.27 09:45:20.231445 [ 225 ] {} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Found 6 old parts to remove. Parts: [all_1_27_6, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0, all_32_32_0] | ||
| 20848 | 2025.01.27 09:45:20.231480 [ 225 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 6 parts from filesystem (serially): Parts: [all_1_27_6, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0, all_32_32_0] | ||
| 20849 | 2025.01.27 09:45:20.233281 [ 225 ] {} <Debug> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Removing 6 parts from memory: Parts: [all_1_27_6, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0, all_32_32_0] | ||
| 20850 | 2025.01.27 09:45:20.658743 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20851 | 2025.01.27 09:45:20.658938 [ 267 ] {174adc0c-a492-4f7c-8da4-5c713f1ee093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20852 | 2025.01.27 09:45:20.659011 [ 267 ] {174adc0c-a492-4f7c-8da4-5c713f1ee093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20853 | 2025.01.27 09:45:20.659747 [ 267 ] {174adc0c-a492-4f7c-8da4-5c713f1ee093} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20854 | 2025.01.27 09:45:20.659791 [ 267 ] {174adc0c-a492-4f7c-8da4-5c713f1ee093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20855 | 2025.01.27 09:45:20.660233 [ 267 ] {174adc0c-a492-4f7c-8da4-5c713f1ee093} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20856 | 2025.01.27 09:45:20.660503 [ 267 ] {174adc0c-a492-4f7c-8da4-5c713f1ee093} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20857 | 2025.01.27 09:45:20.660707 [ 267 ] {174adc0c-a492-4f7c-8da4-5c713f1ee093} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001821 sec., 7688.083470620539 rows/sec., 553.44 KiB/sec. | ||
| 20858 | 2025.01.27 09:45:20.660806 [ 267 ] {174adc0c-a492-4f7c-8da4-5c713f1ee093} <Debug> TCPHandler: Processed in 0.002191191 sec. | ||
| 20859 | 2025.01.27 09:45:20.661070 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20860 | 2025.01.27 09:45:20.661259 [ 273 ] {1da8c6d1-0a03-4409-930f-692e1dc54bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20861 | 2025.01.27 09:45:20.661333 [ 273 ] {1da8c6d1-0a03-4409-930f-692e1dc54bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20862 | 2025.01.27 09:45:20.662207 [ 273 ] {1da8c6d1-0a03-4409-930f-692e1dc54bbb} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20863 | 2025.01.27 09:45:20.662253 [ 273 ] {1da8c6d1-0a03-4409-930f-692e1dc54bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20864 | 2025.01.27 09:45:20.662710 [ 273 ] {1da8c6d1-0a03-4409-930f-692e1dc54bbb} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary) | ||
| 20865 | 2025.01.27 09:45:20.662982 [ 273 ] {1da8c6d1-0a03-4409-930f-692e1dc54bbb} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20866 | 2025.01.27 09:45:20.663233 [ 273 ] {1da8c6d1-0a03-4409-930f-692e1dc54bbb} <Debug> executeQuery: Read 319 rows, 28.97 KiB in 0.002028 sec., 157297.83037475345 rows/sec., 13.95 MiB/sec. | ||
| 20867 | 2025.01.27 09:45:20.663292 [ 273 ] {1da8c6d1-0a03-4409-930f-692e1dc54bbb} <Debug> TCPHandler: Processed in 0.002371355 sec. | ||
| 20868 | 2025.01.27 09:45:20.663428 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20869 | 2025.01.27 09:45:20.663547 [ 267 ] {1f6625e6-95ac-48b9-9fe7-2a75036748f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20870 | 2025.01.27 09:45:20.663598 [ 267 ] {1f6625e6-95ac-48b9-9fe7-2a75036748f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20871 | 2025.01.27 09:45:20.664212 [ 267 ] {1f6625e6-95ac-48b9-9fe7-2a75036748f0} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20872 | 2025.01.27 09:45:20.664250 [ 267 ] {1f6625e6-95ac-48b9-9fe7-2a75036748f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20873 | 2025.01.27 09:45:20.664615 [ 267 ] {1f6625e6-95ac-48b9-9fe7-2a75036748f0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20874 | 2025.01.27 09:45:20.664855 [ 267 ] {1f6625e6-95ac-48b9-9fe7-2a75036748f0} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20875 | 2025.01.27 09:45:20.665063 [ 267 ] {1f6625e6-95ac-48b9-9fe7-2a75036748f0} <Debug> executeQuery: Read 65 rows, 4.82 KiB in 0.001532 sec., 42428.198433420366 rows/sec., 3.07 MiB/sec. | ||
| 20876 | 2025.01.27 09:45:20.665127 [ 267 ] {1f6625e6-95ac-48b9-9fe7-2a75036748f0} <Debug> TCPHandler: Processed in 0.001754431 sec. | ||
| 20877 | 2025.01.27 09:45:20.665322 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20878 | 2025.01.27 09:45:20.665452 [ 273 ] {aa03be9e-7acd-487b-b852-4c90fc2c752f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20879 | 2025.01.27 09:45:20.665499 [ 273 ] {aa03be9e-7acd-487b-b852-4c90fc2c752f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20880 | 2025.01.27 09:45:20.666083 [ 273 ] {aa03be9e-7acd-487b-b852-4c90fc2c752f} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20881 | 2025.01.27 09:45:20.666121 [ 273 ] {aa03be9e-7acd-487b-b852-4c90fc2c752f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20882 | 2025.01.27 09:45:20.666489 [ 273 ] {aa03be9e-7acd-487b-b852-4c90fc2c752f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20883 | 2025.01.27 09:45:20.666730 [ 273 ] {aa03be9e-7acd-487b-b852-4c90fc2c752f} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20884 | 2025.01.27 09:45:20.666937 [ 273 ] {aa03be9e-7acd-487b-b852-4c90fc2c752f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00151 sec., 9271.523178807947 rows/sec., 649.32 KiB/sec. | ||
| 20885 | 2025.01.27 09:45:20.666990 [ 273 ] {aa03be9e-7acd-487b-b852-4c90fc2c752f} <Debug> TCPHandler: Processed in 0.001766811 sec. | ||
| 20886 | 2025.01.27 09:45:20.667157 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20887 | 2025.01.27 09:45:20.667273 [ 267 ] {ee342adf-b707-4f75-9ec1-0a0fe5663fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20888 | 2025.01.27 09:45:20.667321 [ 267 ] {ee342adf-b707-4f75-9ec1-0a0fe5663fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20889 | 2025.01.27 09:45:20.667896 [ 267 ] {ee342adf-b707-4f75-9ec1-0a0fe5663fc6} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20890 | 2025.01.27 09:45:20.667933 [ 267 ] {ee342adf-b707-4f75-9ec1-0a0fe5663fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20891 | 2025.01.27 09:45:20.668283 [ 267 ] {ee342adf-b707-4f75-9ec1-0a0fe5663fc6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20892 | 2025.01.27 09:45:20.668515 [ 267 ] {ee342adf-b707-4f75-9ec1-0a0fe5663fc6} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20893 | 2025.01.27 09:45:20.668698 [ 267 ] {ee342adf-b707-4f75-9ec1-0a0fe5663fc6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001446 sec., 8990.318118948824 rows/sec., 560.54 KiB/sec. | ||
| 20894 | 2025.01.27 09:45:20.668814 [ 267 ] {ee342adf-b707-4f75-9ec1-0a0fe5663fc6} <Debug> TCPHandler: Processed in 0.00171305 sec. | ||
| 20895 | 2025.01.27 09:45:20.669007 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20896 | 2025.01.27 09:45:20.669144 [ 273 ] {69c678e6-276b-48be-ac7e-8b71dff0b0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20897 | 2025.01.27 09:45:20.669201 [ 273 ] {69c678e6-276b-48be-ac7e-8b71dff0b0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20898 | 2025.01.27 09:45:20.669951 [ 273 ] {69c678e6-276b-48be-ac7e-8b71dff0b0ab} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20899 | 2025.01.27 09:45:20.669990 [ 273 ] {69c678e6-276b-48be-ac7e-8b71dff0b0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20900 | 2025.01.27 09:45:20.670371 [ 273 ] {69c678e6-276b-48be-ac7e-8b71dff0b0ab} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary) | ||
| 20901 | 2025.01.27 09:45:20.670615 [ 273 ] {69c678e6-276b-48be-ac7e-8b71dff0b0ab} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20902 | 2025.01.27 09:45:20.670821 [ 273 ] {69c678e6-276b-48be-ac7e-8b71dff0b0ab} <Debug> executeQuery: Read 440 rows, 32.33 KiB in 0.001707 sec., 257762.15582893966 rows/sec., 18.49 MiB/sec. | ||
| 20903 | 2025.01.27 09:45:20.670874 [ 273 ] {69c678e6-276b-48be-ac7e-8b71dff0b0ab} <Debug> TCPHandler: Processed in 0.001957316 sec. | ||
| 20904 | 2025.01.27 09:45:20.671036 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20905 | 2025.01.27 09:45:20.671174 [ 267 ] {fa9edf22-c701-45a7-a32f-991f43c3ed75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20906 | 2025.01.27 09:45:20.671233 [ 267 ] {fa9edf22-c701-45a7-a32f-991f43c3ed75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20907 | 2025.01.27 09:45:20.671737 [ 267 ] {fa9edf22-c701-45a7-a32f-991f43c3ed75} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20908 | 2025.01.27 09:45:20.671774 [ 267 ] {fa9edf22-c701-45a7-a32f-991f43c3ed75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20909 | 2025.01.27 09:45:20.672132 [ 267 ] {fa9edf22-c701-45a7-a32f-991f43c3ed75} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20910 | 2025.01.27 09:45:20.672365 [ 267 ] {fa9edf22-c701-45a7-a32f-991f43c3ed75} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20911 | 2025.01.27 09:45:20.672536 [ 267 ] {fa9edf22-c701-45a7-a32f-991f43c3ed75} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001394 sec., 4304.16068866571 rows/sec., 224.88 KiB/sec. | ||
| 20912 | 2025.01.27 09:45:20.672584 [ 267 ] {fa9edf22-c701-45a7-a32f-991f43c3ed75} <Debug> TCPHandler: Processed in 0.001616987 sec. | ||
| 20913 | 2025.01.27 09:45:20.672732 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20914 | 2025.01.27 09:45:20.672873 [ 273 ] {e47cea43-6d1a-46ce-98b4-d65192d806b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20915 | 2025.01.27 09:45:20.672936 [ 273 ] {e47cea43-6d1a-46ce-98b4-d65192d806b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20916 | 2025.01.27 09:45:20.673592 [ 273 ] {e47cea43-6d1a-46ce-98b4-d65192d806b3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20917 | 2025.01.27 09:45:20.673631 [ 273 ] {e47cea43-6d1a-46ce-98b4-d65192d806b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20918 | 2025.01.27 09:45:20.674027 [ 273 ] {e47cea43-6d1a-46ce-98b4-d65192d806b3} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary) | ||
| 20919 | 2025.01.27 09:45:20.674268 [ 273 ] {e47cea43-6d1a-46ce-98b4-d65192d806b3} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20920 | 2025.01.27 09:45:20.674425 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 2 parts from all_1_182_38 to all_183_183_0 | ||
| 20921 | 2025.01.27 09:45:20.674490 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20922 | 2025.01.27 09:45:20.674521 [ 273 ] {e47cea43-6d1a-46ce-98b4-d65192d806b3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001672 sec., 141746.41148325359 rows/sec., 9.50 MiB/sec. | ||
| 20923 | 2025.01.27 09:45:20.674538 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20924 | 2025.01.27 09:45:20.674660 [ 273 ] {e47cea43-6d1a-46ce-98b4-d65192d806b3} <Debug> TCPHandler: Processed in 0.001988817 sec. | ||
| 20925 | 2025.01.27 09:45:20.674893 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20926 | 2025.01.27 09:45:20.674909 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_183_39} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_182_38 to all_183_183_0 into Compact with storage Full | ||
| 20927 | 2025.01.27 09:45:20.675103 [ 267 ] {0b132833-220f-49b7-8034-076e30b59a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20928 | 2025.01.27 09:45:20.675253 [ 267 ] {0b132833-220f-49b7-8034-076e30b59a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20929 | 2025.01.27 09:45:20.675464 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_183_39} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20930 | 2025.01.27 09:45:20.675598 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_183_39} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_182_38, total 54402 rows starting from the beginning of the part | ||
| 20931 | 2025.01.27 09:45:20.675894 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_183_39} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 128 rows starting from the beginning of the part | ||
| 20932 | 2025.01.27 09:45:20.677182 [ 267 ] {0b132833-220f-49b7-8034-076e30b59a3b} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20933 | 2025.01.27 09:45:20.677242 [ 267 ] {0b132833-220f-49b7-8034-076e30b59a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20934 | 2025.01.27 09:45:20.677866 [ 267 ] {0b132833-220f-49b7-8034-076e30b59a3b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20935 | 2025.01.27 09:45:20.678261 [ 267 ] {0b132833-220f-49b7-8034-076e30b59a3b} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20936 | 2025.01.27 09:45:20.678655 [ 267 ] {0b132833-220f-49b7-8034-076e30b59a3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003601 sec., 277.700638711469 rows/sec., 18.71 KiB/sec. | ||
| 20937 | 2025.01.27 09:45:20.678709 [ 267 ] {0b132833-220f-49b7-8034-076e30b59a3b} <Debug> TCPHandler: Processed in 0.003946512 sec. | ||
| 20938 | 2025.01.27 09:45:20.678890 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20939 | 2025.01.27 09:45:20.679028 [ 273 ] {24220241-3261-466f-91ed-fcbc997bc076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20940 | 2025.01.27 09:45:20.679428 [ 273 ] {24220241-3261-466f-91ed-fcbc997bc076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20941 | 2025.01.27 09:45:20.681070 [ 273 ] {24220241-3261-466f-91ed-fcbc997bc076} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20942 | 2025.01.27 09:45:20.681109 [ 273 ] {24220241-3261-466f-91ed-fcbc997bc076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20943 | 2025.01.27 09:45:20.682357 [ 273 ] {24220241-3261-466f-91ed-fcbc997bc076} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20944 | 2025.01.27 09:45:20.682708 [ 273 ] {24220241-3261-466f-91ed-fcbc997bc076} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20945 | 2025.01.27 09:45:20.683055 [ 273 ] {24220241-3261-466f-91ed-fcbc997bc076} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.004034 sec., 14377.788795240454 rows/sec., 25.76 MiB/sec. | ||
| 20946 | 2025.01.27 09:45:20.683836 [ 273 ] {24220241-3261-466f-91ed-fcbc997bc076} <Debug> TCPHandler: Processed in 0.005016917 sec. | ||
| 20947 | 2025.01.27 09:45:20.684012 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20948 | 2025.01.27 09:45:20.684189 [ 267 ] {dfcf9336-5035-4a42-804c-5ba54e5dcc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20949 | 2025.01.27 09:45:20.684276 [ 267 ] {dfcf9336-5035-4a42-804c-5ba54e5dcc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20950 | 2025.01.27 09:45:20.685000 [ 267 ] {dfcf9336-5035-4a42-804c-5ba54e5dcc41} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20951 | 2025.01.27 09:45:20.685061 [ 267 ] {dfcf9336-5035-4a42-804c-5ba54e5dcc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20952 | 2025.01.27 09:45:20.685564 [ 267 ] {dfcf9336-5035-4a42-804c-5ba54e5dcc41} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary) | ||
| 20953 | 2025.01.27 09:45:20.685839 [ 267 ] {dfcf9336-5035-4a42-804c-5ba54e5dcc41} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20954 | 2025.01.27 09:45:20.686162 [ 267 ] {dfcf9336-5035-4a42-804c-5ba54e5dcc41} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002035 sec., 40294.840294840295 rows/sec., 2.56 MiB/sec. | ||
| 20955 | 2025.01.27 09:45:20.686399 [ 267 ] {dfcf9336-5035-4a42-804c-5ba54e5dcc41} <Debug> TCPHandler: Processed in 0.002459517 sec. | ||
| 20956 | 2025.01.27 09:45:20.687750 [ 192 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_183_39} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54530 rows, containing 5 columns (5 merged, 0 gathered) in 0.013045063 sec., 4180125.4620234487 rows/sec., 282.25 MiB/sec. | ||
| 20957 | 2025.01.27 09:45:20.688149 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_183_39} <Trace> MergedBlockOutputStream: filled checksums all_1_183_39 (state Temporary) | ||
| 20958 | 2025.01.27 09:45:20.688460 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_183_39} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_183_39 to all_1_183_39 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20959 | 2025.01.27 09:45:20.688548 [ 188 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_183_39} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 2 parts: [all_1_182_38, all_183_183_0] -> all_1_183_39 | ||
| 20960 | 2025.01.27 09:45:20.688628 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 20961 | 2025.01.27 09:45:21.039420 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 822 | ||
| 20962 | 2025.01.27 09:45:21.063079 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20963 | 2025.01.27 09:45:21.063128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20964 | 2025.01.27 09:45:21.070822 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 20965 | 2025.01.27 09:45:21.071621 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20966 | 2025.01.27 09:45:21.074542 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 822 | ||
| 20967 | 2025.01.27 09:45:24.403872 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20968 | 2025.01.27 09:45:24.403949 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20969 | 2025.01.27 09:45:24.763421 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 50386 | ||
| 20970 | 2025.01.27 09:45:24.764133 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20971 | 2025.01.27 09:45:24.764179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20972 | 2025.01.27 09:45:24.764728 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 20973 | 2025.01.27 09:45:24.765012 [ 243 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20974 | 2025.01.27 09:45:24.765302 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50386 | ||
| 20975 | 2025.01.27 09:45:24.765376 [ 225 ] {} <Trace> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20976 | 2025.01.27 09:45:24.765460 [ 225 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20977 | 2025.01.27 09:45:24.767824 [ 225 ] {} <Debug> system.asynchronous_metric_log (4941901e-3d63-42ff-9b44-1229885ccc26): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20978 | 2025.01.27 09:45:25.182328 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20979 | 2025.01.27 09:45:25.182374 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20980 | 2025.01.27 09:45:25.184269 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20981 | 2025.01.27 09:45:25.447219 [ 219 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Found 5 old parts to remove. Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 20982 | 2025.01.27 09:45:25.447264 [ 219 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from filesystem (serially): Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 20983 | 2025.01.27 09:45:25.448953 [ 219 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Removing 5 parts from memory: Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 20984 | 2025.01.27 09:45:25.529478 [ 219 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Found 5 old parts to remove. Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 20985 | 2025.01.27 09:45:25.529554 [ 219 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from filesystem (serially): Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 20986 | 2025.01.27 09:45:25.531675 [ 219 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Removing 5 parts from memory: Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 20987 | 2025.01.27 09:45:25.650672 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20988 | 2025.01.27 09:45:25.650847 [ 267 ] {b6cced20-9695-49bc-95fa-fae640e3892c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20989 | 2025.01.27 09:45:25.650918 [ 267 ] {b6cced20-9695-49bc-95fa-fae640e3892c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20990 | 2025.01.27 09:45:25.651661 [ 267 ] {b6cced20-9695-49bc-95fa-fae640e3892c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20991 | 2025.01.27 09:45:25.651704 [ 267 ] {b6cced20-9695-49bc-95fa-fae640e3892c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 20992 | 2025.01.27 09:45:25.652128 [ 267 ] {b6cced20-9695-49bc-95fa-fae640e3892c} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary) | ||
| 20993 | 2025.01.27 09:45:25.652384 [ 267 ] {b6cced20-9695-49bc-95fa-fae640e3892c} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20994 | 2025.01.27 09:45:25.652640 [ 267 ] {b6cced20-9695-49bc-95fa-fae640e3892c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001844 sec., 30368.763557483733 rows/sec., 2.32 MiB/sec. | ||
| 20995 | 2025.01.27 09:45:25.652714 [ 267 ] {b6cced20-9695-49bc-95fa-fae640e3892c} <Debug> TCPHandler: Processed in 0.00216726 sec. | ||
| 20996 | 2025.01.27 09:45:25.652722 [ 219 ] {} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20997 | 2025.01.27 09:45:25.652779 [ 219 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20998 | 2025.01.27 09:45:25.652949 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20999 | 2025.01.27 09:45:25.653116 [ 273 ] {e207fe4f-a52f-48b2-86a0-ef453e11642d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21000 | 2025.01.27 09:45:25.653196 [ 273 ] {e207fe4f-a52f-48b2-86a0-ef453e11642d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21001 | 2025.01.27 09:45:25.654113 [ 273 ] {e207fe4f-a52f-48b2-86a0-ef453e11642d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21002 | 2025.01.27 09:45:25.654160 [ 273 ] {e207fe4f-a52f-48b2-86a0-ef453e11642d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21003 | 2025.01.27 09:45:25.654663 [ 273 ] {e207fe4f-a52f-48b2-86a0-ef453e11642d} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary) | ||
| 21004 | 2025.01.27 09:45:25.654926 [ 273 ] {e207fe4f-a52f-48b2-86a0-ef453e11642d} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21005 | 2025.01.27 09:45:25.655247 [ 273 ] {e207fe4f-a52f-48b2-86a0-ef453e11642d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002181 sec., 29344.337459880786 rows/sec., 2.29 MiB/sec. | ||
| 21006 | 2025.01.27 09:45:25.655333 [ 222 ] {} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 21007 | 2025.01.27 09:45:25.655420 [ 273 ] {e207fe4f-a52f-48b2-86a0-ef453e11642d} <Debug> TCPHandler: Processed in 0.00259922 sec. | ||
| 21008 | 2025.01.27 09:45:25.655432 [ 222 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 21009 | 2025.01.27 09:45:25.655774 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21010 | 2025.01.27 09:45:25.656118 [ 219 ] {} <Debug> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 21011 | 2025.01.27 09:45:25.656135 [ 267 ] {cc45b92e-9690-479d-a772-8a0e333a44cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21012 | 2025.01.27 09:45:25.656492 [ 267 ] {cc45b92e-9690-479d-a772-8a0e333a44cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21013 | 2025.01.27 09:45:25.659834 [ 267 ] {cc45b92e-9690-479d-a772-8a0e333a44cf} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21014 | 2025.01.27 09:45:25.659876 [ 267 ] {cc45b92e-9690-479d-a772-8a0e333a44cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21015 | 2025.01.27 09:45:25.660638 [ 267 ] {cc45b92e-9690-479d-a772-8a0e333a44cf} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary) | ||
| 21016 | 2025.01.27 09:45:25.660912 [ 222 ] {} <Debug> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 21017 | 2025.01.27 09:45:25.661146 [ 267 ] {cc45b92e-9690-479d-a772-8a0e333a44cf} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21018 | 2025.01.27 09:45:25.661445 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 2 parts from all_1_183_39 to all_184_184_0 | ||
| 21019 | 2025.01.27 09:45:25.661561 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21020 | 2025.01.27 09:45:25.661674 [ 267 ] {cc45b92e-9690-479d-a772-8a0e333a44cf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005639 sec., 28373.825146302537 rows/sec., 1.98 MiB/sec. | ||
| 21021 | 2025.01.27 09:45:25.661679 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21022 | 2025.01.27 09:45:25.662060 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_184_40} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_183_39 to all_184_184_0 into Compact with storage Full | ||
| 21023 | 2025.01.27 09:45:25.662128 [ 267 ] {cc45b92e-9690-479d-a772-8a0e333a44cf} <Debug> TCPHandler: Processed in 0.006546812 sec. | ||
| 21024 | 2025.01.27 09:45:25.662625 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21025 | 2025.01.27 09:45:25.662710 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_184_40} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21026 | 2025.01.27 09:45:25.662857 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_184_40} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_183_39, total 54530 rows starting from the beginning of the part | ||
| 21027 | 2025.01.27 09:45:25.663180 [ 273 ] {ff9bda78-b5d5-491d-9d26-5d9b709b2d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21028 | 2025.01.27 09:45:25.663436 [ 273 ] {ff9bda78-b5d5-491d-9d26-5d9b709b2d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21029 | 2025.01.27 09:45:25.663457 [ 194 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_184_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 160 rows starting from the beginning of the part | ||
| 21030 | 2025.01.27 09:45:25.665385 [ 273 ] {ff9bda78-b5d5-491d-9d26-5d9b709b2d73} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21031 | 2025.01.27 09:45:25.665432 [ 273 ] {ff9bda78-b5d5-491d-9d26-5d9b709b2d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21032 | 2025.01.27 09:45:25.666024 [ 273 ] {ff9bda78-b5d5-491d-9d26-5d9b709b2d73} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary) | ||
| 21033 | 2025.01.27 09:45:25.666459 [ 273 ] {ff9bda78-b5d5-491d-9d26-5d9b709b2d73} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21034 | 2025.01.27 09:45:25.666767 [ 273 ] {ff9bda78-b5d5-491d-9d26-5d9b709b2d73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00379 sec., 15831.1345646438 rows/sec., 1.07 MiB/sec. | ||
| 21035 | 2025.01.27 09:45:25.666835 [ 220 ] {} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 21036 | 2025.01.27 09:45:25.666867 [ 273 ] {ff9bda78-b5d5-491d-9d26-5d9b709b2d73} <Debug> TCPHandler: Processed in 0.004594817 sec. | ||
| 21037 | 2025.01.27 09:45:25.666895 [ 220 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 21038 | 2025.01.27 09:45:25.669189 [ 220 ] {} <Debug> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 21039 | 2025.01.27 09:45:25.674208 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_184_40} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54690 rows, containing 5 columns (5 merged, 0 gathered) in 0.012298626 sec., 4446838.207780284 rows/sec., 300.28 MiB/sec. | ||
| 21040 | 2025.01.27 09:45:25.674906 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_184_40} <Trace> MergedBlockOutputStream: filled checksums all_1_184_40 (state Temporary) | ||
| 21041 | 2025.01.27 09:45:25.675213 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_184_40} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_184_40 to all_1_184_40 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21042 | 2025.01.27 09:45:25.675289 [ 201 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_184_40} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 2 parts: [all_1_183_39, all_184_184_0] -> all_1_184_40 | ||
| 21043 | 2025.01.27 09:45:25.675379 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 21044 | 2025.01.27 09:45:25.977978 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21045 | 2025.01.27 09:45:25.978119 [ 267 ] {c6173be3-1c9a-44ed-9cdb-f390e15f9d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21046 | 2025.01.27 09:45:25.978177 [ 267 ] {c6173be3-1c9a-44ed-9cdb-f390e15f9d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21047 | 2025.01.27 09:45:25.978878 [ 267 ] {c6173be3-1c9a-44ed-9cdb-f390e15f9d1b} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21048 | 2025.01.27 09:45:25.978924 [ 267 ] {c6173be3-1c9a-44ed-9cdb-f390e15f9d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21049 | 2025.01.27 09:45:25.979311 [ 267 ] {c6173be3-1c9a-44ed-9cdb-f390e15f9d1b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 21050 | 2025.01.27 09:45:25.979558 [ 267 ] {c6173be3-1c9a-44ed-9cdb-f390e15f9d1b} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21051 | 2025.01.27 09:45:25.979744 [ 128 ] {} <Debug> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Selected 5 parts from all_1_77_19 to all_81_81_0 | ||
| 21052 | 2025.01.27 09:45:25.979817 [ 128 ] {} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21053 | 2025.01.27 09:45:25.979826 [ 267 ] {c6173be3-1c9a-44ed-9cdb-f390e15f9d1b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001725 sec., 8115.942028985507 rows/sec., 584.24 KiB/sec. | ||
| 21054 | 2025.01.27 09:45:25.979863 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21055 | 2025.01.27 09:45:25.979960 [ 267 ] {c6173be3-1c9a-44ed-9cdb-f390e15f9d1b} <Debug> TCPHandler: Processed in 0.002053457 sec. | ||
| 21056 | 2025.01.27 09:45:25.980060 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_77_19 to all_81_81_0 into Compact with storage Full | ||
| 21057 | 2025.01.27 09:45:25.980212 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21058 | 2025.01.27 09:45:25.980218 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21059 | 2025.01.27 09:45:25.980313 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_77_19, total 14 rows starting from the beginning of the part | ||
| 21060 | 2025.01.27 09:45:25.980548 [ 273 ] {a5b27596-1cbb-44bc-a769-9ce67c9b0334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 21061 | 2025.01.27 09:45:25.980597 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 14 rows starting from the beginning of the part | ||
| 21062 | 2025.01.27 09:45:25.980753 [ 273 ] {a5b27596-1cbb-44bc-a769-9ce67c9b0334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 21063 | 2025.01.27 09:45:25.980999 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 14 rows starting from the beginning of the part | ||
| 21064 | 2025.01.27 09:45:25.981379 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 14 rows starting from the beginning of the part | ||
| 21065 | 2025.01.27 09:45:25.981663 [ 197 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 14 rows starting from the beginning of the part | ||
| 21066 | 2025.01.27 09:45:25.983613 [ 273 ] {a5b27596-1cbb-44bc-a769-9ce67c9b0334} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21067 | 2025.01.27 09:45:25.983706 [ 273 ] {a5b27596-1cbb-44bc-a769-9ce67c9b0334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21068 | 2025.01.27 09:45:25.984416 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004434783 sec., 15784.312332756754 rows/sec., 1.17 MiB/sec. | ||
| 21069 | 2025.01.27 09:45:25.984641 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Trace> MergedBlockOutputStream: filled checksums all_1_81_20 (state Temporary) | ||
| 21070 | 2025.01.27 09:45:25.984688 [ 273 ] {a5b27596-1cbb-44bc-a769-9ce67c9b0334} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 21071 | 2025.01.27 09:45:25.985169 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40): Renaming temporary part tmp_merge_all_1_81_20 to all_1_81_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21072 | 2025.01.27 09:45:25.985183 [ 273 ] {a5b27596-1cbb-44bc-a769-9ce67c9b0334} <Trace> oximeter.fields_ipaddr (05b31816-06b2-4b05-b7fc-f0b342ebef94): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21073 | 2025.01.27 09:45:25.985331 [ 201 ] {53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40::all_1_81_20} <Trace> oximeter.fields_i16 (53e3c94a-759d-4ecf-ba23-6cfdf6aa8a40) (MergerMutator): Merged 5 parts: [all_1_77_19, all_81_81_0] -> all_1_81_20 | ||
| 21074 | 2025.01.27 09:45:25.985573 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 21075 | 2025.01.27 09:45:25.985713 [ 273 ] {a5b27596-1cbb-44bc-a769-9ce67c9b0334} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005312 sec., 376.50602409638554 rows/sec., 30.70 KiB/sec. | ||
| 21076 | 2025.01.27 09:45:25.985931 [ 273 ] {a5b27596-1cbb-44bc-a769-9ce67c9b0334} <Debug> TCPHandler: Processed in 0.005847516 sec. | ||
| 21077 | 2025.01.27 09:45:25.986147 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21078 | 2025.01.27 09:45:25.986269 [ 267 ] {e085b1e2-ba9d-4d28-a025-04af9d7d8af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21079 | 2025.01.27 09:45:25.986318 [ 267 ] {e085b1e2-ba9d-4d28-a025-04af9d7d8af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21080 | 2025.01.27 09:45:25.987623 [ 267 ] {e085b1e2-ba9d-4d28-a025-04af9d7d8af1} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21081 | 2025.01.27 09:45:25.987664 [ 267 ] {e085b1e2-ba9d-4d28-a025-04af9d7d8af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21082 | 2025.01.27 09:45:25.988131 [ 267 ] {e085b1e2-ba9d-4d28-a025-04af9d7d8af1} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary) | ||
| 21083 | 2025.01.27 09:45:25.988371 [ 267 ] {e085b1e2-ba9d-4d28-a025-04af9d7d8af1} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21084 | 2025.01.27 09:45:25.988600 [ 267 ] {e085b1e2-ba9d-4d28-a025-04af9d7d8af1} <Debug> executeQuery: Read 1460 rows, 125.16 KiB in 0.002356 sec., 619694.3972835314 rows/sec., 51.88 MiB/sec. | ||
| 21085 | 2025.01.27 09:45:25.988653 [ 267 ] {e085b1e2-ba9d-4d28-a025-04af9d7d8af1} <Debug> TCPHandler: Processed in 0.002575919 sec. | ||
| 21086 | 2025.01.27 09:45:25.988869 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21087 | 2025.01.27 09:45:25.989092 [ 273 ] {4be33714-7bc7-4473-bd93-cffa3cb66b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21088 | 2025.01.27 09:45:25.989183 [ 273 ] {4be33714-7bc7-4473-bd93-cffa3cb66b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21089 | 2025.01.27 09:45:25.990043 [ 273 ] {4be33714-7bc7-4473-bd93-cffa3cb66b54} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21090 | 2025.01.27 09:45:25.990084 [ 273 ] {4be33714-7bc7-4473-bd93-cffa3cb66b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21091 | 2025.01.27 09:45:25.990446 [ 273 ] {4be33714-7bc7-4473-bd93-cffa3cb66b54} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 21092 | 2025.01.27 09:45:25.990683 [ 273 ] {4be33714-7bc7-4473-bd93-cffa3cb66b54} <Trace> oximeter.fields_u16 (5aad33bd-0215-44c9-8533-3e3ed4e960c0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21093 | 2025.01.27 09:45:25.990899 [ 273 ] {4be33714-7bc7-4473-bd93-cffa3cb66b54} <Debug> executeQuery: Read 67 rows, 4.96 KiB in 0.001863 sec., 35963.49973161567 rows/sec., 2.60 MiB/sec. | ||
| 21094 | 2025.01.27 09:45:25.990951 [ 273 ] {4be33714-7bc7-4473-bd93-cffa3cb66b54} <Debug> TCPHandler: Processed in 0.002189201 sec. | ||
| 21095 | 2025.01.27 09:45:25.991088 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21096 | 2025.01.27 09:45:25.991205 [ 267 ] {d85b784e-fc8d-4bea-91b7-75e105b9cfc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21097 | 2025.01.27 09:45:25.991253 [ 267 ] {d85b784e-fc8d-4bea-91b7-75e105b9cfc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21098 | 2025.01.27 09:45:25.991907 [ 267 ] {d85b784e-fc8d-4bea-91b7-75e105b9cfc5} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21099 | 2025.01.27 09:45:25.991947 [ 267 ] {d85b784e-fc8d-4bea-91b7-75e105b9cfc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21100 | 2025.01.27 09:45:25.992323 [ 267 ] {d85b784e-fc8d-4bea-91b7-75e105b9cfc5} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 21101 | 2025.01.27 09:45:25.992556 [ 267 ] {d85b784e-fc8d-4bea-91b7-75e105b9cfc5} <Trace> oximeter.fields_u32 (cb505488-0f86-4661-a379-2cde71fd21e2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21102 | 2025.01.27 09:45:25.992794 [ 267 ] {d85b784e-fc8d-4bea-91b7-75e105b9cfc5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001614 sec., 149938.0421313507 rows/sec., 10.16 MiB/sec. | ||
| 21103 | 2025.01.27 09:45:25.992847 [ 267 ] {d85b784e-fc8d-4bea-91b7-75e105b9cfc5} <Debug> TCPHandler: Processed in 0.001816293 sec. | ||
| 21104 | 2025.01.27 09:45:25.992998 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21105 | 2025.01.27 09:45:25.993133 [ 273 ] {6d45faef-3ee5-4aea-9056-006adcff34af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21106 | 2025.01.27 09:45:25.993189 [ 273 ] {6d45faef-3ee5-4aea-9056-006adcff34af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21107 | 2025.01.27 09:45:25.993824 [ 273 ] {6d45faef-3ee5-4aea-9056-006adcff34af} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21108 | 2025.01.27 09:45:25.993863 [ 273 ] {6d45faef-3ee5-4aea-9056-006adcff34af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21109 | 2025.01.27 09:45:25.994210 [ 273 ] {6d45faef-3ee5-4aea-9056-006adcff34af} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 21110 | 2025.01.27 09:45:25.994439 [ 273 ] {6d45faef-3ee5-4aea-9056-006adcff34af} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21111 | 2025.01.27 09:45:25.994610 [ 148 ] {} <Debug> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Selected 5 parts from all_1_77_19 to all_81_81_0 | ||
| 21112 | 2025.01.27 09:45:25.994681 [ 273 ] {6d45faef-3ee5-4aea-9056-006adcff34af} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec. | ||
| 21113 | 2025.01.27 09:45:25.994712 [ 148 ] {} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21114 | 2025.01.27 09:45:25.994794 [ 273 ] {6d45faef-3ee5-4aea-9056-006adcff34af} <Debug> TCPHandler: Processed in 0.001858583 sec. | ||
| 21115 | 2025.01.27 09:45:25.994803 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21116 | 2025.01.27 09:45:25.994997 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21117 | 2025.01.27 09:45:25.995053 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_77_19 to all_81_81_0 into Compact with storage Full | ||
| 21118 | 2025.01.27 09:45:25.995267 [ 267 ] {062d7e6f-e702-4f60-ba57-5d5f8b3bea63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21119 | 2025.01.27 09:45:25.995310 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21120 | 2025.01.27 09:45:25.995389 [ 267 ] {062d7e6f-e702-4f60-ba57-5d5f8b3bea63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21121 | 2025.01.27 09:45:25.995397 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_77_19, total 13 rows starting from the beginning of the part | ||
| 21122 | 2025.01.27 09:45:25.995786 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 13 rows starting from the beginning of the part | ||
| 21123 | 2025.01.27 09:45:25.996118 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 13 rows starting from the beginning of the part | ||
| 21124 | 2025.01.27 09:45:25.996489 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 13 rows starting from the beginning of the part | ||
| 21125 | 2025.01.27 09:45:25.996894 [ 199 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 13 rows starting from the beginning of the part | ||
| 21126 | 2025.01.27 09:45:25.998845 [ 267 ] {062d7e6f-e702-4f60-ba57-5d5f8b3bea63} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21127 | 2025.01.27 09:45:25.998941 [ 267 ] {062d7e6f-e702-4f60-ba57-5d5f8b3bea63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21128 | 2025.01.27 09:45:25.999055 [ 189 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004113176 sec., 15802.873497268292 rows/sec., 1.02 MiB/sec. | ||
| 21129 | 2025.01.27 09:45:25.999204 [ 189 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Trace> MergedBlockOutputStream: filled checksums all_1_81_20 (state Temporary) | ||
| 21130 | 2025.01.27 09:45:25.999501 [ 267 ] {062d7e6f-e702-4f60-ba57-5d5f8b3bea63} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary) | ||
| 21131 | 2025.01.27 09:45:25.999545 [ 189 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2): Renaming temporary part tmp_merge_all_1_81_20 to all_1_81_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21132 | 2025.01.27 09:45:25.999646 [ 189 ] {e7c59859-0d57-45ba-8325-f5ef1453e0d2::all_1_81_20} <Trace> oximeter.fields_u8 (e7c59859-0d57-45ba-8325-f5ef1453e0d2) (MergerMutator): Merged 5 parts: [all_1_77_19, all_81_81_0] -> all_1_81_20 | ||
| 21133 | 2025.01.27 09:45:25.999747 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 21134 | 2025.01.27 09:45:25.999800 [ 267 ] {062d7e6f-e702-4f60-ba57-5d5f8b3bea63} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21135 | 2025.01.27 09:45:26.000024 [ 267 ] {062d7e6f-e702-4f60-ba57-5d5f8b3bea63} <Debug> executeQuery: Read 898 rows, 66.78 KiB in 0.00486 sec., 184773.66255144033 rows/sec., 13.42 MiB/sec. | ||
| 21136 | 2025.01.27 09:45:26.000078 [ 267 ] {062d7e6f-e702-4f60-ba57-5d5f8b3bea63} <Debug> TCPHandler: Processed in 0.005194951 sec. | ||
| 21137 | 2025.01.27 09:45:26.000265 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21138 | 2025.01.27 09:45:26.000463 [ 273 ] {c61d2768-42fb-4d34-9a25-d092d39fca46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21139 | 2025.01.27 09:45:26.000554 [ 273 ] {c61d2768-42fb-4d34-9a25-d092d39fca46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21140 | 2025.01.27 09:45:26.001042 [ 273 ] {c61d2768-42fb-4d34-9a25-d092d39fca46} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21141 | 2025.01.27 09:45:26.001080 [ 273 ] {c61d2768-42fb-4d34-9a25-d092d39fca46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21142 | 2025.01.27 09:45:26.001438 [ 273 ] {c61d2768-42fb-4d34-9a25-d092d39fca46} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 21143 | 2025.01.27 09:45:26.001680 [ 273 ] {c61d2768-42fb-4d34-9a25-d092d39fca46} <Trace> oximeter.measurements_bool (abd41712-c6c0-47b0-b62f-98c952e09f95): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21144 | 2025.01.27 09:45:26.001895 [ 273 ] {c61d2768-42fb-4d34-9a25-d092d39fca46} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec. | ||
| 21145 | 2025.01.27 09:45:26.001944 [ 273 ] {c61d2768-42fb-4d34-9a25-d092d39fca46} <Debug> TCPHandler: Processed in 0.001771191 sec. | ||
| 21146 | 2025.01.27 09:45:26.002102 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21147 | 2025.01.27 09:45:26.002240 [ 267 ] {37a75fb8-b140-42d8-9362-d68e8861bc2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21148 | 2025.01.27 09:45:26.002300 [ 267 ] {37a75fb8-b140-42d8-9362-d68e8861bc2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21149 | 2025.01.27 09:45:26.003098 [ 267 ] {37a75fb8-b140-42d8-9362-d68e8861bc2a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21150 | 2025.01.27 09:45:26.003137 [ 267 ] {37a75fb8-b140-42d8-9362-d68e8861bc2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21151 | 2025.01.27 09:45:26.003563 [ 267 ] {37a75fb8-b140-42d8-9362-d68e8861bc2a} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary) | ||
| 21152 | 2025.01.27 09:45:26.003799 [ 267 ] {37a75fb8-b140-42d8-9362-d68e8861bc2a} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21153 | 2025.01.27 09:45:26.003997 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Selected 6 parts from all_1_184_40 to all_189_189_0 | ||
| 21154 | 2025.01.27 09:45:26.004036 [ 267 ] {37a75fb8-b140-42d8-9362-d68e8861bc2a} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001822 sec., 524698.1339187706 rows/sec., 34.86 MiB/sec. | ||
| 21155 | 2025.01.27 09:45:26.004067 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21156 | 2025.01.27 09:45:26.004146 [ 267 ] {37a75fb8-b140-42d8-9362-d68e8861bc2a} <Debug> TCPHandler: Processed in 0.002106739 sec. | ||
| 21157 | 2025.01.27 09:45:26.004155 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21158 | 2025.01.27 09:45:26.004360 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21159 | 2025.01.27 09:45:26.004370 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_184_40 to all_189_189_0 into Compact with storage Full | ||
| 21160 | 2025.01.27 09:45:26.004532 [ 273 ] {e824bc7e-9940-440c-afac-ef4b08d40198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21161 | 2025.01.27 09:45:26.004560 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21162 | 2025.01.27 09:45:26.004609 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_184_40, total 54690 rows starting from the beginning of the part | ||
| 21163 | 2025.01.27 09:45:26.004616 [ 273 ] {e824bc7e-9940-440c-afac-ef4b08d40198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21164 | 2025.01.27 09:45:26.004831 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 237 rows starting from the beginning of the part | ||
| 21165 | 2025.01.27 09:45:26.005098 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 160 rows starting from the beginning of the part | ||
| 21166 | 2025.01.27 09:45:26.005323 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_187_187_0, total 237 rows starting from the beginning of the part | ||
| 21167 | 2025.01.27 09:45:26.005478 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_188_188_0, total 160 rows starting from the beginning of the part | ||
| 21168 | 2025.01.27 09:45:26.005679 [ 199 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_189_189_0, total 956 rows starting from the beginning of the part | ||
| 21169 | 2025.01.27 09:45:26.006126 [ 273 ] {e824bc7e-9940-440c-afac-ef4b08d40198} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21170 | 2025.01.27 09:45:26.006170 [ 273 ] {e824bc7e-9940-440c-afac-ef4b08d40198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21171 | 2025.01.27 09:45:26.006668 [ 273 ] {e824bc7e-9940-440c-afac-ef4b08d40198} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 21172 | 2025.01.27 09:45:26.006948 [ 273 ] {e824bc7e-9940-440c-afac-ef4b08d40198} <Trace> oximeter.measurements_f64 (965a69b2-7ba3-40fe-8cdc-07d1b01f64d2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21173 | 2025.01.27 09:45:26.007229 [ 273 ] {e824bc7e-9940-440c-afac-ef4b08d40198} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002742 sec., 364.69730123997084 rows/sec., 24.57 KiB/sec. | ||
| 21174 | 2025.01.27 09:45:26.007315 [ 273 ] {e824bc7e-9940-440c-afac-ef4b08d40198} <Debug> TCPHandler: Processed in 0.003066631 sec. | ||
| 21175 | 2025.01.27 09:45:26.007525 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21176 | 2025.01.27 09:45:26.007806 [ 267 ] {10058366-a170-4db6-8417-a867d8b10488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21177 | 2025.01.27 09:45:26.008034 [ 267 ] {10058366-a170-4db6-8417-a867d8b10488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21178 | 2025.01.27 09:45:26.009592 [ 267 ] {10058366-a170-4db6-8417-a867d8b10488} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21179 | 2025.01.27 09:45:26.009631 [ 267 ] {10058366-a170-4db6-8417-a867d8b10488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21180 | 2025.01.27 09:45:26.010407 [ 267 ] {10058366-a170-4db6-8417-a867d8b10488} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 21181 | 2025.01.27 09:45:26.010666 [ 267 ] {10058366-a170-4db6-8417-a867d8b10488} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21182 | 2025.01.27 09:45:26.010851 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 21183 | 2025.01.27 09:45:26.010919 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21184 | 2025.01.27 09:45:26.010952 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21185 | 2025.01.27 09:45:26.010970 [ 267 ] {10058366-a170-4db6-8417-a867d8b10488} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.003253 sec., 17829.695665539504 rows/sec., 31.95 MiB/sec. | ||
| 21186 | 2025.01.27 09:45:26.011300 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 21187 | 2025.01.27 09:45:26.011331 [ 267 ] {10058366-a170-4db6-8417-a867d8b10488} <Debug> TCPHandler: Processed in 0.003934091 sec. | ||
| 21188 | 2025.01.27 09:45:26.011538 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21189 | 2025.01.27 09:45:26.011838 [ 273 ] {34e3eb8e-6b62-4793-8d4c-91aab8f7f037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21190 | 2025.01.27 09:45:26.011992 [ 273 ] {34e3eb8e-6b62-4793-8d4c-91aab8f7f037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21191 | 2025.01.27 09:45:26.012621 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21192 | 2025.01.27 09:45:26.012928 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3007 rows starting from the beginning of the part | ||
| 21193 | 2025.01.27 09:45:26.014010 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 58 rows starting from the beginning of the part | ||
| 21194 | 2025.01.27 09:45:26.014463 [ 273 ] {34e3eb8e-6b62-4793-8d4c-91aab8f7f037} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21195 | 2025.01.27 09:45:26.014603 [ 273 ] {34e3eb8e-6b62-4793-8d4c-91aab8f7f037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21196 | 2025.01.27 09:45:26.015060 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 58 rows starting from the beginning of the part | ||
| 21197 | 2025.01.27 09:45:26.016102 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 58 rows starting from the beginning of the part | ||
| 21198 | 2025.01.27 09:45:26.016200 [ 273 ] {34e3eb8e-6b62-4793-8d4c-91aab8f7f037} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary) | ||
| 21199 | 2025.01.27 09:45:26.017008 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 58 rows starting from the beginning of the part | ||
| 21200 | 2025.01.27 09:45:26.017169 [ 273 ] {34e3eb8e-6b62-4793-8d4c-91aab8f7f037} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21201 | 2025.01.27 09:45:26.018049 [ 196 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 58 rows starting from the beginning of the part | ||
| 21202 | 2025.01.27 09:45:26.018062 [ 273 ] {34e3eb8e-6b62-4793-8d4c-91aab8f7f037} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.006353 sec., 5351.802298126869 rows/sec., 318.04 KiB/sec. | ||
| 21203 | 2025.01.27 09:45:26.018436 [ 273 ] {34e3eb8e-6b62-4793-8d4c-91aab8f7f037} <Debug> TCPHandler: Processed in 0.007000253 sec. | ||
| 21204 | 2025.01.27 09:45:26.021736 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 56440 rows, containing 5 columns (5 merged, 0 gathered) in 0.017427745 sec., 3238514.2197111556 rows/sec., 218.65 MiB/sec. | ||
| 21205 | 2025.01.27 09:45:26.022213 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Trace> MergedBlockOutputStream: filled checksums all_1_189_41 (state Temporary) | ||
| 21206 | 2025.01.27 09:45:26.022852 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_merge_all_1_189_41 to all_1_189_41 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21207 | 2025.01.27 09:45:26.023042 [ 187 ] {0f846e02-ea01-4a0b-b444-9d7f4d18b993::all_1_189_41} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993) (MergerMutator): Merged 6 parts: [all_1_184_40, all_189_189_0] -> all_1_189_41 | ||
| 21208 | 2025.01.27 09:45:26.023221 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
| 21209 | 2025.01.27 09:45:26.036659 [ 200 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3297 rows, containing 19 columns (19 merged, 0 gathered) in 0.025616655 sec., 128705.3286231165 rows/sec., 230.63 MiB/sec. | ||
| 21210 | 2025.01.27 09:45:26.039760 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 21211 | 2025.01.27 09:45:26.040205 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21212 | 2025.01.27 09:45:26.040288 [ 187 ] {bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (bae1f8c1-f4c4-4750-8e0d-9365ebf63ab7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 21213 | 2025.01.27 09:45:26.040454 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 23.52 MiB. | ||
| 21214 | 2025.01.27 09:45:26.691758 [ 218 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 21215 | 2025.01.27 09:45:26.691844 [ 218 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 21216 | 2025.01.27 09:45:26.693939 [ 218 ] {} <Debug> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 21217 | 2025.01.27 09:45:27.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.21 MiB, peak 295.69 MiB, free memory in arenas 0.00 B, will set to 276.42 MiB (RSS), difference: 8.22 MiB | ||
| 21218 | 2025.01.27 09:45:28.575585 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 830 | ||
| 21219 | 2025.01.27 09:45:28.598370 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21220 | 2025.01.27 09:45:28.598428 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21221 | 2025.01.27 09:45:28.606108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 21222 | 2025.01.27 09:45:28.606917 [ 244 ] {} <Trace> system.metric_log (b166ed7c-85c0-441b-80aa-0718dd6301e6): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21223 | 2025.01.27 09:45:28.609801 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 830 | ||
| 21224 | 2025.01.27 09:45:30.072275 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2894 | ||
| 21225 | 2025.01.27 09:45:30.076102 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21226 | 2025.01.27 09:45:30.076166 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.93 GiB. | ||
| 21227 | 2025.01.27 09:45:30.077770 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 21228 | 2025.01.27 09:45:30.078100 [ 242 ] {} <Trace> system.query_log (2f4fdfd3-036d-4603-a4c5-4bc6531a5708): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21229 | 2025.01.27 09:45:30.078818 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2894 | ||
| 21230 | 2025.01.27 09:45:30.649552 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21231 | 2025.01.27 09:45:30.649755 [ 267 ] {fdf35bca-2f8c-41b9-8b7c-403bf62d231b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21232 | 2025.01.27 09:45:30.649833 [ 267 ] {fdf35bca-2f8c-41b9-8b7c-403bf62d231b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21233 | 2025.01.27 09:45:30.650642 [ 267 ] {fdf35bca-2f8c-41b9-8b7c-403bf62d231b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21234 | 2025.01.27 09:45:30.650693 [ 267 ] {fdf35bca-2f8c-41b9-8b7c-403bf62d231b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
| 21235 | 2025.01.27 09:45:30.651148 [ 267 ] {fdf35bca-2f8c-41b9-8b7c-403bf62d231b} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary) | ||
| 21236 | 2025.01.27 09:45:30.651401 [ 267 ] {fdf35bca-2f8c-41b9-8b7c-403bf62d231b} <Trace> oximeter.fields_string (5bdb05e5-842e-4a03-a0cf-f6ef90c5819a): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21237 | 2025.01.27 09:45:30.651652 [ 267 ] {fdf35bca-2f8c-41b9-8b7c-403bf62d231b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.19 MiB/sec. | ||
| 21238 | 2025.01.27 09:45:30.651714 [ 267 ] {fdf35bca-2f8c-41b9-8b7c-403bf62d231b} <Debug> TCPHandler: Processed in 0.002301893 sec. | ||
| 21239 | 2025.01.27 09:45:30.651968 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21240 | 2025.01.27 09:45:30.652159 [ 273 ] {0f79a07f-949a-4689-8bc4-b052edee68e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21241 | 2025.01.27 09:45:30.652232 [ 273 ] {0f79a07f-949a-4689-8bc4-b052edee68e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21242 | 2025.01.27 09:45:30.652994 [ 273 ] {0f79a07f-949a-4689-8bc4-b052edee68e0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21243 | 2025.01.27 09:45:30.653035 [ 273 ] {0f79a07f-949a-4689-8bc4-b052edee68e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
| 21244 | 2025.01.27 09:45:30.653479 [ 273 ] {0f79a07f-949a-4689-8bc4-b052edee68e0} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary) | ||
| 21245 | 2025.01.27 09:45:30.653754 [ 273 ] {0f79a07f-949a-4689-8bc4-b052edee68e0} <Trace> oximeter.fields_uuid (694f6a0d-b2fd-47cc-9383-e6dc564ff884): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21246 | 2025.01.27 09:45:30.653990 [ 273 ] {0f79a07f-949a-4689-8bc4-b052edee68e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001883 sec., 33988.316516197556 rows/sec., 2.65 MiB/sec. | ||
| 21247 | 2025.01.27 09:45:30.654048 [ 273 ] {0f79a07f-949a-4689-8bc4-b052edee68e0} <Debug> TCPHandler: Processed in 0.002211542 sec. | ||
| 21248 | 2025.01.27 09:45:30.654203 [ 267 ] {} <Trace> TCP-Session: 3eb9b1d3-22b3-4b21-b9e5-a7cddd0a3c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21249 | 2025.01.27 09:45:30.654321 [ 267 ] {69503f8d-56ec-42ea-9b1f-beb4918852f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40274) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21250 | 2025.01.27 09:45:30.654376 [ 267 ] {69503f8d-56ec-42ea-9b1f-beb4918852f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21251 | 2025.01.27 09:45:30.654929 [ 267 ] {69503f8d-56ec-42ea-9b1f-beb4918852f2} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21252 | 2025.01.27 09:45:30.654970 [ 267 ] {69503f8d-56ec-42ea-9b1f-beb4918852f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
| 21253 | 2025.01.27 09:45:30.655378 [ 267 ] {69503f8d-56ec-42ea-9b1f-beb4918852f2} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary) | ||
| 21254 | 2025.01.27 09:45:30.655622 [ 267 ] {69503f8d-56ec-42ea-9b1f-beb4918852f2} <Trace> oximeter.measurements_cumulativeu64 (0f846e02-ea01-4a0b-b444-9d7f4d18b993): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21255 | 2025.01.27 09:45:30.655841 [ 267 ] {69503f8d-56ec-42ea-9b1f-beb4918852f2} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001545 sec., 82847.89644012945 rows/sec., 5.77 MiB/sec. | ||
| 21256 | 2025.01.27 09:45:30.655894 [ 267 ] {69503f8d-56ec-42ea-9b1f-beb4918852f2} <Debug> TCPHandler: Processed in 0.00174737 sec. | ||
| 21257 | 2025.01.27 09:45:30.656037 [ 273 ] {} <Trace> TCP-Session: cdcdab14-f33d-4585-b145-c8e51dcad5aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21258 | 2025.01.27 09:45:30.656159 [ 273 ] {4fbd821c-1d00-418e-a1ef-30348cd08a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34566) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21259 | 2025.01.27 09:45:30.656212 [ 273 ] {4fbd821c-1d00-418e-a1ef-30348cd08a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21260 | 2025.01.27 09:45:30.656724 [ 273 ] {4fbd821c-1d00-418e-a1ef-30348cd08a66} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21261 | 2025.01.27 09:45:30.656766 [ 273 ] {4fbd821c-1d00-418e-a1ef-30348cd08a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.92 GiB. | ||
| 21262 | 2025.01.27 09:45:30.657161 [ 273 ] {4fbd821c-1d00-418e-a1ef-30348cd08a66} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary) | ||
| 21263 | 2025.01.27 09:45:30.657404 [ 273 ] {4fbd821c-1d00-418e-a1ef-30348cd08a66} <Trace> oximeter.measurements_u64 (3dfb9a39-18cb-4f5e-8198-0e09e5113b09): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21264 | 2025.01.27 09:45:30.657614 [ 273 ] {4fbd821c-1d00-418e-a1ef-30348cd08a66} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001481 sec., 32410.533423362594 rows/sec., 2.18 MiB/sec. | ||
| 21265 | 2025.01.27 09:45:30.657664 [ 273 ] {4fbd821c-1d00-418e-a1ef-30348cd08a66} <Debug> TCPHandler: Processed in 0.001682379 sec. | ||